From 3b556484e87f380eebc92ebacb5e7da3bc4b8ee1 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 9 Jul 2026 13:22:41 +0900 Subject: [PATCH 1/2] data(smartphone,tablet): extract dimensions + wired charging from raw spec Parses Body.Dimensions (H x W x D mm -> {height_mm,width_mm,depth_mm}) and Battery.Charging (wired W) from the stored raw_phones_2024 full-spec blob, for records missing those fields. Deterministic parse of existing data. dimensions +3,101; charging_wired_w +1,614 (across smartphone + tablet). Refs #1 --- .../alcatel/2012/ot-997/alcatel-ot-997-1gb-4gb-3g.json | 7 ++++++- .../alcatel/2012/ot-997d/alcatel-ot-997d-1gb-4gb-3g.json | 7 ++++++- .../alcatel/2013/fierce/alcatel-fierce-1gb-4gb-3g.json | 7 ++++++- .../2013/idol-alpha/alcatel-idol-alpha-1gb-16gb-3g.json | 7 ++++++- .../2013/idol-s/alcatel-idol-s-1gb-4gb-4g-lte.json | 7 ++++++- .../alcatel-one-touch-evo-8hd-1gb-4gb-2g.json | 7 ++++++- .../alcatel-one-touch-idol-ultra-1gb-16gb-3g.json | 7 ++++++- .../alcatel-one-touch-idol-1gb-13gb-3g.json | 7 ++++++- .../alcatel-one-touch-m-pop-1gb-4gb-3g.json | 7 ++++++- .../alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte.json | 7 ++++++- .../alcatel-one-touch-scribe-hd-1gb-4gb-3g.json | 7 ++++++- .../2014/hero-2/alcatel-hero-2-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/hero-8/alcatel-hero-8-2gb-32gb-4g-lte.json | 7 ++++++- .../alcatel/2014/idol-x/alcatel-idol-x-2gb-32gb-3g.json | 7 ++++++- .../alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/pop-2-4-5/alcatel-pop-2-4-5-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/pop-7s/alcatel-pop-7s-1gb-4gb-4g-lte.json | 7 ++++++- .../alcatel/2014/pop-8/alcatel-pop-8-1gb-4gb-3g.json | 7 ++++++- .../2014/pop-8s/alcatel-pop-8s-1gb-8gb-4g-lte.json | 7 ++++++- .../2015/fierce-xl/alcatel-fierce-xl-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/flash-2/alcatel-flash-2-2gb-16gb-4g-lte.json | 7 ++++++- .../flash-plus/alcatel-flash-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../idol-3-5-5/alcatel-idol-3-5-5-2gb-32gb-4g-lte.json | 7 ++++++- .../pixi-3-4-5/alcatel-pixi-3-4-5-1gb-4gb-4g-lte.json | 7 ++++++- .../pixi-3-7-lte/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte.json | 7 ++++++- .../2015/pixi-3-8-3g/alcatel-pixi-3-8-3g-1gb-4gb-3g.json | 7 ++++++- .../2015/pop-10/alcatel-pop-10-1gb-8gb-4g-lte.json | 7 ++++++- .../2015/pop-astro/alcatel-pop-astro-1gb-4gb-4g-lte.json | 7 ++++++- .../alcatel/2015/x1/alcatel-x1-2gb-16gb-4g-lte.json | 7 ++++++- .../2016/fierce-4/alcatel-fierce-4-2gb-16gb-4g-lte.json | 7 ++++++- .../alcatel-fierce-xl-windows-2gb-16gb-4g-lte.json | 7 ++++++- .../alcatel-flash-plus-2-3gb-32gb-4g-lte.json | 8 +++++++- .../2016/idol-4/alcatel-idol-4-3gb-16gb-4g-lte.json | 8 +++++++- .../2016/idol-4s/alcatel-idol-4s-3gb-32gb-4g-lte.json | 8 +++++++- .../alcatel-pixi-4-plus-power-1gb-8gb-3g.json | 8 +++++++- .../shine-lite/alcatel-shine-lite-2gb-16gb-4g-lte.json | 7 ++++++- .../alcatel/2017/a7-xl/alcatel-a7-xl-3gb-32gb-4g-lte.json | 8 +++++++- .../flash-2017/alcatel-flash-2017-3gb-32gb-4g-lte.json | 7 ++++++- .../2017/idol-5/alcatel-idol-5-3gb-16gb-4g-lte.json | 7 ++++++- .../idol-5s-usa/alcatel-idol-5s-usa-3gb-32gb-4g-lte.json | 7 ++++++- .../2017/idol-5s/alcatel-idol-5s-3gb-32gb-4g-lte.json | 8 +++++++- .../alcatel/2017/u5-hd/alcatel-u5-hd-1gb-8gb-4g-lte.json | 7 ++++++- .../alcatel/2018/1/alcatel-1-1gb-16gb-4g-lte.json | 7 ++++++- .../alcatel/2018/1t-10/alcatel-1t-10-1gb-16gb-2g.json | 7 ++++++- .../alcatel/2018/1t-7/alcatel-1t-7-1gb-8gb-2g.json | 7 ++++++- .../alcatel/2018/1x/alcatel-1x-2gb-16gb-4g-lte.json | 7 ++++++- .../alcatel/2018/3/alcatel-3-2gb-16gb-4g-lte.json | 7 ++++++- .../alcatel/2018/3c/alcatel-3c-1gb-16gb-4g-lte.json | 7 ++++++- .../alcatel/2018/3t-8/alcatel-3t-8-3gb-32gb-4g-lte.json | 7 ++++++- .../alcatel/2018/3v/alcatel-3v-2gb-32gb-4g-lte.json | 7 ++++++- .../2018/3x-2018/alcatel-3x-2018-3gb-32gb-4g-lte.json | 7 ++++++- .../alcatel/2018/5/alcatel-5-3gb-32gb-4g-lte.json | 7 ++++++- .../alcatel/2018/5v/alcatel-5v-3gb-32gb-4g-lte.json | 7 ++++++- .../alcatel/2018/7/alcatel-7-2gb-32gb-4g-lte.json | 8 +++++++- .../alcatel/2018/tetra/alcatel-tetra-2gb-16gb-4g-lte.json | 7 ++++++- .../alcatel/2019/1c-2019/alcatel-1c-2019-1gb-8gb-3g.json | 7 ++++++- .../alcatel/2019/1s/alcatel-1s-4gb-64gb-4g-lte.json | 7 ++++++- .../2019/1v-2019/alcatel-1v-2019-3gb-16gb-4g-lte.json | 7 ++++++- .../2019/1x-2019/alcatel-1x-2019-2gb-16gb-4g-lte.json | 7 ++++++- .../2019/3-2019/alcatel-3-2019-4gb-64gb-4g-lte.json | 7 ++++++- .../2019/3v-2019/alcatel-3v-2019-3gb-32gb-4g-lte.json | 8 +++++++- .../2019/3x-2019/alcatel-3x-2019-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/go-flip-v/alcatel-go-flip-v-1gb-8gb-4g-lte.json | 7 ++++++- .../2020/1s-2020/alcatel-1s-2020-3gb-32gb-4g-lte.json | 7 ++++++- .../2020/1se-2020/alcatel-1se-2020-4gb-128gb-4g-lte.json | 7 ++++++- .../2020/1v-2020/alcatel-1v-2020-2gb-32gb-4g-lte.json | 7 ++++++- .../2020/3l-2020/alcatel-3l-2020-4gb-64gb-4g-lte.json | 8 +++++++- .../2020/3x-2020/alcatel-3x-2020-6gb-128gb-4g-lte.json | 8 +++++++- .../2021/1-2021/alcatel-1-2021-1gb-16gb-4g-lte.json | 7 ++++++- .../2021/1l-2021/alcatel-1l-2021-2gb-32gb-4g-lte.json | 7 ++++++- .../1l-pro-2021/alcatel-1l-pro-2021-2gb-32gb-4g-lte.json | 7 ++++++- .../2021/1s-2021/alcatel-1s-2021-3gb-32gb-4g-lte.json | 8 +++++++- .../2021/1v-2021/alcatel-1v-2021-2gb-64gb-4g-lte.json | 8 +++++++- .../2021/3l-2021/alcatel-3l-2021-4gb-64gb-4g-lte.json | 8 +++++++- .../2022/1b-2022/alcatel-1b-2022-2gb-32gb-4g-lte.json | 7 ++++++- .../2012/iphone-5/apple-iphone-5-1gb-64gb-4g-lte.json | 7 ++++++- .../2013/iphone-5c/apple-iphone-5c-1gb-32gb-4g-lte.json | 7 ++++++- .../2013/iphone-5s/apple-iphone-5s-1gb-64gb-4g-lte.json | 7 ++++++- .../apple-iphone-6-plus-1gb-128gb-4g-lte.json | 7 ++++++- .../2014/iphone-6/apple-iphone-6-1gb-128gb-4g-lte.json | 7 ++++++- .../apple-iphone-6s-plus-2gb-128gb-4g-lte.json | 7 ++++++- .../2015/iphone-6s/apple-iphone-6s-2gb-128gb-4g-lte.json | 7 ++++++- .../apple-iphone-7-plus-3gb-256gb-4g-lte.json | 7 ++++++- .../2016/iphone-7/apple-iphone-7-2gb-256gb-4g-lte.json | 7 ++++++- .../2016/iphone-se/apple-iphone-se-2gb-128gb-4g-lte.json | 7 ++++++- .../apple-iphone-8-plus-3gb-256gb-4g-lte.json | 8 +++++++- .../2017/iphone-8/apple-iphone-8-2gb-256gb-4g-lte.json | 8 +++++++- .../2017/iphone-x/apple-iphone-x-3gb-256gb-4g-lte.json | 8 +++++++- .../2018/iphone-xr/apple-iphone-xr-3gb-256gb-4g-lte.json | 8 +++++++- .../apple-iphone-xs-max-4gb-512gb-4g-lte.json | 8 +++++++- .../2018/iphone-xs/apple-iphone-xs-4gb-512gb-4g-lte.json | 8 +++++++- .../apple-iphone-11-pro-max-4gb-512gb-4g-lte.json | 7 ++++++- .../apple-iphone-11-pro-4gb-512gb-4g-lte.json | 7 ++++++- .../2019/iphone-11/apple-iphone-11-4gb-256gb-4g-lte.json | 7 ++++++- .../iphone-12-mini/apple-iphone-12-mini-4gb-256gb-5g.json | 7 ++++++- .../apple-iphone-12-pro-max-6gb-512gb-5g.json | 7 ++++++- .../iphone-12-pro/apple-iphone-12-pro-6gb-512gb-5g.json | 7 ++++++- .../2020/iphone-12/apple-iphone-12-4gb-256gb-5g.json | 7 ++++++- .../apple-iphone-se-2020-3gb-256gb-4g-lte.json | 8 +++++++- .../iphone-13-mini/apple-iphone-13-mini-4gb-512gb-5g.json | 7 ++++++- .../apple-iphone-13-pro-max-6gb-512gb-5g.json | 7 ++++++- .../iphone-13-pro/apple-iphone-13-pro-6gb-512gb-5g.json | 7 ++++++- .../2021/iphone-13/apple-iphone-13-4gb-512gb-5g.json | 7 ++++++- .../iphone-14-plus/apple-iphone-14-plus-6gb-512gb-5g.json | 7 ++++++- .../iphone-14-pro/apple-iphone-14-pro-6gb-512gb-5g.json | 7 ++++++- .../2022/iphone-14/apple-iphone-14-6gb-512gb-5g.json | 7 ++++++- .../iphone-15-plus/apple-iphone-15-plus-6gb-512gb-5g.json | 7 ++++++- .../2023/iphone-15/apple-iphone-15-6gb-512gb-5g.json | 7 ++++++- data/smartphone/asus/2012/memo/asus-memo-1gb-32gb-2g.json | 7 ++++++- .../2012/padfone-2/asus-padfone-2-2gb-64gb-4g-lte.json | 7 ++++++- .../asus/2012/padfone/asus-padfone-1gb-64gb-3g.json | 7 ++++++- .../2013/fonepad-7/asus-fonepad-7-1gb-32gb-4g-lte.json | 7 ++++++- .../asus-fonepad-note-fhd6-2gb-32gb-3g.json | 7 ++++++- .../asus/2013/fonepad/asus-fonepad-1gb-16gb-3g.json | 7 ++++++- .../asus-padfone-infinity-2-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-padfone-infinity-2gb-64gb-4g-lte.json | 7 ++++++- .../2013/padfone-mini/asus-padfone-mini-1gb-16gb-3g.json | 7 ++++++- .../fonepad-7-2014/asus-fonepad-7-2014-1gb-8gb-3g.json | 7 ++++++- .../asus/2014/padfone-e/asus-padfone-e-1gb-3g.json | 7 ++++++- .../asus-padfone-infinity-lite-2gb-32gb-4g-lte.json | 7 ++++++- .../2014/padfone-s/asus-padfone-s-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-padfone-x-mini-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/padfone-x/asus-padfone-x-2gb-16gb-4g-lte.json | 7 ++++++- .../asus/2014/pegasus/asus-pegasus-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenfone-4-a450cg-2014-1gb-8gb-3g.json | 7 ++++++- .../asus-zenfone-5-a500cg-2014-2gb-32gb-3g.json | 7 ++++++- .../asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-5-lite-a502cg-2014-1gb-3g.json | 7 ++++++- .../asus-zenfone-6-a600cg-2014-2gb-32gb-3g.json | 7 ++++++- .../asus-zenfone-6-a601cg-2014-2gb-32gb-3g.json | 7 ++++++- .../asus-fonepad-7-fe171cg-2gb-16gb-3g.json | 7 ++++++- .../asus-fonepad-7-fe375cl-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-pegasus-2-plus-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte.json | 8 +++++++- .../asus-zenfone-2-laser-ze500kg-2gb-16gb-3g.json | 7 ++++++- .../asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-2-ze500cl-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenfone-2-ze550ml-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenfone-2-ze551ml-4gb-128gb-4g-lte.json | 8 +++++++- .../2015/zenfone-2e/asus-zenfone-2e-1gb-8gb-4g-lte.json | 7 ++++++- .../asus-zenfone-5-a501cg-2015-2gb-8gb-3g.json | 7 ++++++- .../asus-zenfone-c-zc451cg-1gb-8gb-3g.json | 7 ++++++- .../asus-zenfone-go-zc451tg-1gb-8gb-3g.json | 7 ++++++- .../asus-zenfone-go-zc500tg-2gb-16gb-3g.json | 7 ++++++- .../asus-zenfone-max-zc550kl-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-zoom-zx550-4gb-128gb-4g-lte.json | 7 ++++++- .../asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte.json | 8 +++++++- .../2016/live-g500tg/asus-live-g500tg-2gb-16gb-3g.json | 7 ++++++- ...asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte.json | 8 +++++++- .../asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte.json | 8 +++++++- .../asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte.json | 8 +++++++- .../asus-zenfone-3-ze520kl-4gb-64gb-4g-lte.json | 7 ++++++- .../asus-zenfone-3-ze552kl-4gb-64gb-4g-lte.json | 7 ++++++- .../asus-zenfone-go-t500-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenfone-go-zb450kl-1gb-8gb-4g-lte.json | 7 ++++++- .../asus-zenfone-go-zb452kg-1gb-8gb-3g.json | 7 ++++++- .../asus-zenfone-go-zb500kl-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenfone-go-zb551kl-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-pegasus-3-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte.json | 8 +++++++- .../asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte.json | 8 +++++++- .../asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte.json | 8 +++++++- .../asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte.json | 8 +++++++- ...sus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte.json | 7 ++++++- ...asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte.json | 8 +++++++- .../asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte.json | 7 ++++++- .../asus-zenfone-4-ze554kl-6gb-64gb-4g-lte.json | 8 +++++++- .../asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte.json | 8 +++++++- .../asus-zenfone-go-zb552kl-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-live-zb501kl-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte.json | 8 +++++++- .../asus-zenfone-v-v520kl-4gb-32gb-4g-lte.json | 8 +++++++- .../asus-rog-phone-zs600kl-8gb-512gb-4g-lte.json | 8 +++++++- .../asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte.json | 7 ++++++- .../asus-zenfone-5-ze620kl-6gb-64gb-4g-lte.json | 8 +++++++- .../asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte.json | 8 +++++++- .../asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte.json | 8 +++++++- .../asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte.json | 8 +++++++- .../asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte.json | 7 ++++++- ...enfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte.json | 8 +++++++- .../asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte.json | 8 +++++++- .../asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte.json | 8 +++++++- .../asus-zenfone-6-zs630kl-12gb-512gb-4g-lte.json | 8 +++++++- .../asus-zenfone-live-l2-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte.json | 8 +++++++- .../asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte.json | 8 +++++++- .../rog-phone-6d/asus-rog-phone-6d-16gb-256gb-5g.json | 8 +++++++- .../blackview/2017/a10/blackview-a10-2gb-16gb-3g.json | 7 ++++++- .../2017/a7-pro/blackview-a7-pro-2gb-16gb-4g-lte.json | 7 ++++++- .../blackview/2017/a7/blackview-a7-1gb-8gb-3g.json | 7 ++++++- .../2017/p6000/blackview-p6000-6gb-64gb-4g-lte.json | 8 +++++++- .../blackview/2017/s8/blackview-s8-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/bv5900/blackview-bv5900-3gb-32gb-4g-lte.json | 8 +++++++- .../bl6000-pro/blackview-bl6000-pro-8gb-258gb-5g.json | 8 +++++++- .../blackview/2021/a70/blackview-a70-3gb-32gb-4g-lte.json | 8 +++++++- .../blackview/2021/a90/blackview-a90-4gb-64gb-4g-lte.json | 8 +++++++- .../2021/bl5000/blackview-bl5000-8gb-128gb-5g.json | 8 +++++++- .../2021/bv4900s/blackview-bv4900s-2gb-32gb-4g-lte.json | 7 ++++++- .../2021/bv6600e/blackview-bv6600e-4gb-32gb-4g-lte.json | 8 +++++++- .../2022/a55-pro/blackview-a55-pro-4gb-64gb-4g-lte.json | 7 ++++++- .../2022/a85/blackview-a85-8gb-128gb-4g-lte.json | 8 +++++++- .../bl8800-pro/blackview-bl8800-pro-8gb-128gb-5g.json | 8 +++++++- .../2022/bl8800/blackview-bl8800-8gb-128gb-5g.json | 8 +++++++- .../2022/bv5200/blackview-bv5200-4gb-32gb-4g-lte.json | 8 +++++++- .../a200-pro/blackview-a200-pro-12gb-256gb-4g-lte.json | 8 +++++++- .../blackview/2023/a53/blackview-a53-3gb-16gb-4g-lte.json | 8 +++++++- .../2023/a96/blackview-a96-12gb-256gb-4g-lte.json | 8 +++++++- .../bv5300-pro/blackview-bv5300-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../2023/bv8900/blackview-bv8900-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/n6000/blackview-n6000-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/shark-8/blackview-shark-8-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/bv8100/blackview-bv8100-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/color-8/blackview-color-8-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/hero-10/blackview-hero-10-12gb-256gb-4g-lte.json | 8 +++++++- .../2020/s58-pro/doogee-s58-pro-6gb-64gb-4g-lte.json | 8 +++++++- .../2021/n40-pro/doogee-n40-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../doogee/2021/s35/doogee-s35-3gb-16gb-4g-lte.json | 8 +++++++- .../2021/s59-pro/doogee-s59-pro-4gb-128gb-4g-lte.json | 8 +++++++- .../2021/s86-pro/doogee-s86-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../doogee/2021/s86/doogee-s86-6gb-128gb-4g-lte.json | 8 +++++++- .../2021/s88-plus/doogee-s88-plus-8gb-128gb-4g-lte.json | 8 +++++++- .../doogee/2021/v10/doogee-v10-8gb-128gb-5g.json | 8 +++++++- .../2021/x96-pro/doogee-x96-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../doogee/2021/x96/doogee-x96-2gb-32gb-4g-lte.json | 8 +++++++- .../2022/s89-pro/doogee-s89-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../doogee/2022/s89/doogee-s89-8gb-128gb-4g-lte.json | 8 +++++++- .../doogee/2022/v11/doogee-v11-8gb-128gb-5g.json | 8 +++++++- .../doogee/2022/v30/doogee-v30-8gb-256gb-5g.json | 8 +++++++- .../doogee/2023/s110/doogee-s110-12gb-256gb-4g-lte.json | 8 +++++++- .../2023/s41-max/doogee-s41-max-6gb-256gb-4g-lte.json | 7 ++++++- .../2023/s41-plus/doogee-s41-plus-4gb-128gb-4g-lte.json | 7 ++++++- .../doogee/2023/s41t/doogee-s41t-4gb-64gb-4g-lte.json | 7 ++++++- .../doogee/2023/smini/doogee-smini-8gb-256gb-4g-lte.json | 8 +++++++- .../doogee/2023/t10e/doogee-t10e-4gb-128gb-4g-lte.json | 8 +++++++- .../t20mini-kid/doogee-t20mini-kid-4gb-128gb-4g-lte.json | 8 +++++++- .../t20mini-pro/doogee-t20mini-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/t20mini/doogee-t20mini-4gb-128gb-4g-lte.json | 8 +++++++- .../doogee/2023/v20-pro/doogee-v20-pro-12gb-256gb-5g.json | 8 +++++++- .../doogee/2023/v31gt/doogee-v31gt-12gb-256gb-5g.json | 8 +++++++- .../2024/n55-pro/doogee-n55-pro-6gb-256gb-4g-lte.json | 8 +++++++- .../doogee/2024/n55/doogee-n55-4gb-128gb-4g-lte.json | 8 +++++++- .../2015/energy-500/energizer-energy-500-1gb-8gb-3g.json | 7 ++++++- .../energizer-energy-400-lte-1gb-8gb-4g-lte.json | 7 ++++++- .../energizer-energy-e520-lte-2gb-16gb-4g-lte.json | 7 ++++++- .../energy-s500e/energizer-energy-s500e-1gb-8gb-3g.json | 7 ++++++- .../energy-s550/energizer-energy-s550-1gb-8gb-4g-lte.json | 7 ++++++- .../energizer-power-max-p550s-2gb-16gb-4g-lte.json | 8 +++++++- .../energy-e500/energizer-energy-e500-1gb-8gb-3g.json | 7 ++++++- .../energizer-energy-e500s-1gb-8gb-4g-lte.json | 7 ++++++- .../energizer-hardcase-h240s-1gb-8gb-4g-lte.json | 7 ++++++- .../energizer-hardcase-h500s-2gb-16gb-4g-lte.json | 7 ++++++- .../energizer-hardcase-h550s-3gb-32gb-4g-lte.json | 7 ++++++- .../energizer-power-max-p490-1gb-8gb-3g.json | 7 ++++++- .../energizer-power-max-p490s-2gb-16gb-4g-lte.json | 7 ++++++- .../energizer-power-max-p600s-6gb-64gb-4g-lte.json | 8 +++++++- .../energizer-hardcase-h591s-6gb-64gb-4g-lte.json | 8 +++++++- .../energizer-hardcase-h620s-4gb-64gb-4g-lte.json | 7 ++++++- .../energizer-hardcase-h621s-4gb-64gb-4g-lte.json | 8 +++++++- .../energizer-ultimate-u608s-2gb-32gb-4g-lte.json | 7 ++++++- .../energizer/2024/h67g/energizer-h67g-4gb-128gb-5g.json | 8 +++++++- .../ultimate-65g/energizer-ultimate-65g-4gb-64gb-5g.json | 8 +++++++- .../energizer-ultimate-u652s-2gb-64gb-4g-lte.json | 7 ++++++- .../2016/pixel-xl/google-pixel-xl-4gb-128gb-4g-lte.json | 8 +++++++- .../google/2016/pixel/google-pixel-4gb-128gb-4g-lte.json | 8 +++++++- .../pixel-2-xl/google-pixel-2-xl-4gb-128gb-4g-lte.json | 8 +++++++- .../2017/pixel-2/google-pixel-2-4gb-128gb-4g-lte.json | 8 +++++++- .../pixel-3-xl/google-pixel-3-xl-4gb-128gb-4g-lte.json | 8 +++++++- .../2018/pixel-3/google-pixel-3-4gb-128gb-4g-lte.json | 8 +++++++- .../pixel-3a-xl/google-pixel-3a-xl-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/pixel-3a/google-pixel-3a-4gb-64gb-4g-lte.json | 8 +++++++- .../pixel-4-xl/google-pixel-4-xl-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/pixel-4/google-pixel-4-6gb-128gb-4g-lte.json | 8 +++++++- .../2020/pixel-4a/google-pixel-4a-6gb-128gb-4g-lte.json | 8 +++++++- .../pixel-6-pro/google-pixel-6-pro-12gb-512gb-5g.json | 8 +++++++- .../2024/pixel-8a/google-pixel-8a-8gb-256gb-5g.json | 8 +++++++- .../pixel-9-pro/google-pixel-9-pro-16gb-512gb-5g.json | 8 +++++++- data/smartphone/honor/2012/2/honor-2-2gb-8gb-3g.json | 7 ++++++- data/smartphone/honor/2013/3c/honor-3c-2gb-8gb-3g.json | 7 ++++++- .../honor/2013/3x-g750/honor-3x-g750-2gb-16gb-3g.json | 7 ++++++- .../honor/2014/3c-play/honor-3c-play-1gb-16gb-3g.json | 7 ++++++- .../honor/2014/3x-pro/honor-3x-pro-2gb-32gb-3g.json | 7 ++++++- .../honor/2014/4-play/honor-4-play-1gb-8gb-4g-lte.json | 7 ++++++- .../honor/2015/5x/honor-5x-3gb-16gb-4g-lte.json | 7 ++++++- .../honor/2015/7i/honor-7i-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/honor/2016/8/honor-8-4gb-64gb-4g-lte.json | 8 +++++++- .../holly-2-plus/honor-holly-2-plus-2gb-16gb-4g-lte.json | 8 +++++++- .../honor/2016/magic/honor-magic-4gb-64gb-4g-lte.json | 8 +++++++- .../honor/2016/note-8/honor-note-8-4gb-128gb-4g-lte.json | 8 +++++++- .../honor/2016/v8/honor-v8-4gb-64gb-4g-lte.json | 7 ++++++- .../honor/2017/6a-pro/honor-6a-pro-3gb-32gb-4g-lte.json | 7 ++++++- .../honor/2017/6c-pro/honor-6c-pro-3gb-32gb-4g-lte.json | 7 ++++++- .../honor/2017/7x/honor-7x-4gb-128gb-4g-lte.json | 7 ++++++- .../honor/2017/8-pro/honor-8-pro-6gb-64gb-4g-lte.json | 8 +++++++- .../honor/2017/9-lite/honor-9-lite-4gb-64gb-4g-lte.json | 7 ++++++- .../smartphone/honor/2017/9/honor-9-6gb-128gb-4g-lte.json | 8 +++++++- .../2017/view-10/honor-view-10-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/10-lite/honor-10-lite-6gb-128gb-4g-lte.json | 8 +++++++- .../honor/2018/10/honor-10-8gb-128gb-4g-lte.json | 8 +++++++- .../honor/2018/7a/honor-7a-3gb-32gb-4g-lte.json | 7 ++++++- .../honor/2018/7c/honor-7c-4gb-64gb-4g-lte.json | 7 ++++++- .../honor/2018/7s/honor-7s-2gb-16gb-4g-lte.json | 7 ++++++- .../honor/2018/8c/honor-8c-4gb-64gb-4g-lte.json | 8 +++++++- .../honor/2018/8x-max/honor-8x-max-6gb-128gb-4g-lte.json | 8 +++++++- .../honor/2018/8x/honor-8x-6gb-128gb-4g-lte.json | 8 +++++++- .../honor/2018/9n-9i/honor-9n-9i-4gb-128gb-4g-lte.json | 7 ++++++- .../2018/magic-2/honor-magic-2-8gb-256gb-4g-lte.json | 8 +++++++- .../2018/note-10/honor-note-10-8gb-128gb-4g-lte.json | 8 +++++++- .../honor/2018/play/honor-play-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/view-20/honor-view-20-8gb-256gb-4g-lte.json | 8 +++++++- .../honor-20-lite-china-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/20-lite/honor-20-lite-8gb-128gb-4g-lte.json | 8 +++++++- .../honor/2019/20-pro/honor-20-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../honor/2019/20/honor-20-8gb-256gb-4g-lte.json | 8 +++++++- .../honor/2019/20i/honor-20i-6gb-256gb-4g-lte.json | 8 +++++++- .../honor/2019/20s/honor-20s-8gb-128gb-4g-lte.json | 8 +++++++- .../honor/2019/8a-pro/honor-8a-pro-3gb-64gb-4g-lte.json | 7 ++++++- .../honor/2019/8s/honor-8s-3gb-64gb-4g-lte.json | 7 ++++++- .../2019/9x-china/honor-9x-china-8gb-128gb-4g-lte.json | 8 +++++++- .../honor/2019/9x-pro/honor-9x-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../honor/2019/9x/honor-9x-6gb-128gb-4g-lte.json | 8 +++++++- .../magic-2-3d/honor-magic-2-3d-8gb-512gb-4g-lte.json | 8 +++++++- .../honor/2019/play-3/honor-play-3-6gb-128gb-4g-lte.json | 8 +++++++- .../honor/2019/play-3e/honor-play-3e-3gb-64gb-4g-lte.json | 7 ++++++- .../honor/2019/play-8a/honor-play-8a-3gb-64gb-4g-lte.json | 7 ++++++- .../honor/2019/v30-pro/honor-v30-pro-8gb-256gb-5g.json | 8 +++++++- .../smartphone/honor/2019/v30/honor-v30-8gb-128gb-5g.json | 8 +++++++- .../2020/10x-lite/honor-10x-lite-4gb-128gb-4g-lte.json | 8 +++++++- .../honor/2020/20e/honor-20e-4gb-64gb-4g-lte.json | 8 +++++++- .../honor/2020/30-pro/honor-30-pro-12gb-256gb-5g.json | 8 +++++++- .../honor/2020/30-pro/honor-30-pro-8gb-256gb-5g.json | 8 +++++++- .../honor/2020/30-youth/honor-30-youth-8gb-128gb-5g.json | 8 +++++++- data/smartphone/honor/2020/30/honor-30-8gb-256gb-5g.json | 8 +++++++- .../honor/2020/30i/honor-30i-4gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/honor/2020/30s/honor-30s-8gb-256gb-5g.json | 8 +++++++- .../honor/2020/8a-2020/honor-8a-2020-3gb-64gb-4g-lte.json | 7 ++++++- .../2020/8a-prime/honor-8a-prime-3gb-64gb-4g-lte.json | 7 ++++++- .../honor/2020/8s-2020/honor-8s-2020-3gb-64gb-4g-lte.json | 7 ++++++- .../honor/2020/9a/honor-9a-3gb-64gb-4g-lte.json | 7 ++++++- .../honor/2020/9c/honor-9c-4gb-64gb-4g-lte.json | 7 ++++++- .../honor/2020/9s/honor-9s-2gb-32gb-4g-lte.json | 7 ++++++- .../2020/9x-lite/honor-9x-lite-4gb-128gb-4g-lte.json | 8 +++++++- .../play-4t-pro/honor-play-4t-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/play-4t/honor-play-4t-6gb-128gb-4g-lte.json | 8 +++++++- .../2020/play-9a/honor-play-9a-4gb-128gb-4g-lte.json | 8 +++++++- .../honor/2020/play4/honor-play4-8gb-128gb-5g.json | 8 +++++++- data/smartphone/honor/2020/v6/honor-v6-8gb-256gb-5g.json | 7 ++++++- .../2020/view30-pro/honor-view30-pro-8gb-256gb-5g.json | 8 +++++++- .../honor/2020/view30/honor-view30-8gb-128gb-5g.json | 8 +++++++- .../honor/2020/x10-5g/honor-x10-5g-8gb-128gb-5g.json | 8 +++++++- .../2020/x10-max-5g/honor-x10-max-5g-8gb-128gb-5g.json | 8 +++++++- .../honor/2021/50-se/honor-50-se-12gb-256gb-5g.json | 8 +++++++- .../play-30-plus/honor-play-30-plus-8gb-128gb-5g.json | 8 +++++++- .../honor-play-5t-youth-8gb-128gb-4g-lte.json | 8 +++++++- .../honor/2021/play5-5g/honor-play5-5g-8gb-256gb-5g.json | 8 +++++++- .../2021/play5-youth/honor-play5-youth-8gb-256gb-5g.json | 8 +++++++- .../honor/2021/v40-5g/honor-v40-5g-8gb-256gb-5g.json | 8 +++++++- .../honor/2021/v40-lite/honor-v40-lite-8gb-256gb-5g.json | 8 +++++++- .../honor/2021/view40/honor-view40-8gb-256gb-5g.json | 8 +++++++- .../honor/2021/x20-se/honor-x20-se-8gb-128gb-5g.json | 8 +++++++- .../smartphone/honor/2021/x20/honor-x20-8gb-256gb-5g.json | 8 +++++++- .../honor/2021/x30-max/honor-x30-max-8gb-256gb-5g.json | 8 +++++++- .../honor/2021/x30i/honor-x30i-8gb-256gb-5g.json | 8 +++++++- .../honor/2022/60-se/honor-60-se-12gb-256gb-5g.json | 8 +++++++- .../honor/2022/70-pro/honor-70-pro-12gb-256gb-5g.json | 8 +++++++- .../honor/2022/70-pro/honor-70-pro-12gb-512gb-5g.json | 8 +++++++- .../honor/2022/80-se/honor-80-se-12gb-256gb-5g.json | 8 +++++++- .../play-40-plus/honor-play-40-plus-8gb-256gb-5g.json | 8 +++++++- .../2022/play6t-pro/honor-play6t-pro-8gb-256gb-5g.json | 8 +++++++- .../honor/2022/play6t/honor-play6t-8gb-256gb-5g.json | 8 +++++++- .../honor/2022/x40i/honor-x40i-12gb-256gb-5g.json | 8 +++++++- .../honor/2024/x6b/honor-x6b-6gb-256gb-4g-lte.json | 8 +++++++- .../htc/2011/evo-3d-cdma/htc-evo-3d-cdma-1gb-4gb-3g.json | 7 ++++++- .../smartphone/htc/2011/evo-3d/htc-evo-3d-1gb-1gb-3g.json | 7 ++++++- .../smartphone/htc/2011/evo-4g/htc-evo-4g-1gb-4gb-3g.json | 7 ++++++- .../htc/2011/flyer-wi-fi/htc-flyer-wi-fi-1gb-32gb-2g.json | 7 ++++++- data/smartphone/htc/2011/flyer/htc-flyer-1gb-32gb-3g.json | 7 ++++++- .../htc/2011/rezound/htc-rezound-1gb-16gb-4g-lte.json | 7 ++++++- .../htc/2011/vivid/htc-vivid-1gb-16gb-4g-lte.json | 7 ++++++- .../htc/2012/butterfly/htc-butterfly-2gb-16gb-4g-lte.json | 7 ++++++- .../htc/2012/droid-dna/htc-droid-dna-2gb-16gb-4g-lte.json | 7 ++++++- .../htc-droid-incredible-4g-lte-1gb-8gb-4g-lte.json | 7 ++++++- .../2012/evo-4g-lte/htc-evo-4g-lte-1gb-16gb-4g-lte.json | 7 ++++++- .../htc/2012/one-s-c2/htc-one-s-c2-1gb-16gb-3g.json | 7 ++++++- data/smartphone/htc/2012/one-s/htc-one-s-1gb-16gb-3g.json | 7 ++++++- .../htc/2012/one-sv/htc-one-sv-1gb-8gb-4g-lte.json | 7 ++++++- .../htc/2012/one-vx/htc-one-vx-1gb-8gb-4g-lte.json | 7 ++++++- .../2012/one-x-at-t/htc-one-x-at-t-1gb-16gb-4g-lte.json | 7 ++++++- .../htc/2012/one-x/htc-one-x-1gb-64gb-4g-lte.json | 7 ++++++- .../htc/2012/one-xl/htc-one-xl-1gb-32gb-4g-lte.json | 7 ++++++- .../htc-velocity-4g-vodafone-1gb-16gb-4g-lte.json | 7 ++++++- .../2012/velocity-4g/htc-velocity-4g-1gb-16gb-4g-lte.json | 7 ++++++- .../htc-windows-phone-8x-1gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/htc/2013/8xt/htc-8xt-1gb-8gb-4g-lte.json | 7 ++++++- .../2013/butterfly-s/htc-butterfly-s-2gb-16gb-4g-lte.json | 7 ++++++- .../htc/2013/desire-500/htc-desire-500-1gb-4gb-3g.json | 7 ++++++- .../htc-desire-501-dual-sim-1gb-8gb-3g.json | 7 ++++++- .../2013/desire-601/htc-desire-601-1gb-8gb-4g-lte.json | 7 ++++++- .../htc-desire-700-dual-sim-1gb-8gb-3g.json | 7 ++++++- .../htc/2013/desire-l/htc-desire-l-1gb-4gb-3g.json | 7 ++++++- .../htc/2013/first/htc-first-1gb-16gb-4g-lte.json | 7 ++++++- .../2013/one-dual-sim/htc-one-dual-sim-2gb-32gb-3g.json | 7 ++++++- .../htc/2013/one-max/htc-one-max-2gb-32gb-4g-lte.json | 7 ++++++- .../htc/2013/one-mini/htc-one-mini-1gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/htc/2013/one/htc-one-2gb-64gb-4g-lte.json | 7 ++++++- .../2014/butterfly-2/htc-butterfly-2-2gb-32gb-4g-lte.json | 8 +++++++- .../htc/2014/desire-310/htc-desire-310-1gb-4gb-3g.json | 7 ++++++- .../htc-desire-516-dual-sim-1gb-4gb-3g.json | 7 ++++++- .../2014/desire-610/htc-desire-610-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/desire-612/htc-desire-612-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/desire-620/htc-desire-620-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/desire-626/htc-desire-626-2gb-16gb-4g-lte.json | 7 ++++++- .../htc/2014/desire-700/htc-desire-700-1gb-8gb-3g.json | 7 ++++++- .../htc-desire-816g-dual-sim-1gb-16gb-3g.json | 7 ++++++- .../htc-desire-820-dual-sim-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/desire-820/htc-desire-820-2gb-16gb-4g-lte.json | 7 ++++++- .../htc-desire-820q-dual-sim-1gb-16gb-4g-lte.json | 7 ++++++- .../2014/desire-eye/htc-desire-eye-2gb-16gb-4g-lte.json | 8 +++++++- .../2014/one-e8-cdma/htc-one-e8-cdma-2gb-16gb-4g-lte.json | 7 ++++++- .../htc/2014/one-e8/htc-one-e8-2gb-16gb-4g-lte.json | 8 +++++++- .../2014/one-m8-cdma/htc-one-m8-cdma-2gb-32gb-4g-lte.json | 8 +++++++- .../htc-one-m8-dual-sim-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/one-m8-eye/htc-one-m8-eye-2gb-16gb-4g-lte.json | 7 ++++++- .../htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte.json | 7 ++++++- .../htc-one-m8-for-windows-2gb-32gb-4g-lte.json | 7 ++++++- .../htc/2014/one-m8/htc-one-m8-2gb-32gb-4g-lte.json | 8 +++++++- .../2014/one-mini-2/htc-one-mini-2-1gb-16gb-4g-lte.json | 7 ++++++- .../2015/butterfly-3/htc-butterfly-3-3gb-32gb-4g-lte.json | 8 +++++++- .../htc/2015/desire-626g/htc-desire-626g-1gb-8gb-3g.json | 7 ++++++- .../htc-desire-728-dual-sim-2gb-16gb-4g-lte.json | 7 ++++++- .../htc-desire-820g-dual-sim-1gb-16gb-3g.json | 7 ++++++- .../htc-desire-820s-dual-sim-2gb-16gb-4g-lte.json | 7 ++++++- .../htc-desire-828-dual-sim-3gb-32gb-4g-lte.json | 7 ++++++- .../htc/2015/one-a9/htc-one-a9-3gb-32gb-4g-lte.json | 8 +++++++- .../htc/2015/one-e9/htc-one-e9-2gb-16gb-4g-lte.json | 7 ++++++- .../htc/2015/one-e9/htc-one-e9-3gb-32gb-4g-lte.json | 7 ++++++- .../htc-one-e9s-dual-sim-2gb-16gb-4g-lte.json | 7 ++++++- .../htc/2015/one-m8s/htc-one-m8s-2gb-32gb-4g-lte.json | 7 ++++++- .../htc-one-m9-supreme-camera-3gb-32gb-4g-lte.json | 7 ++++++- .../htc/2015/one-m9/htc-one-m9-3gb-32gb-4g-lte.json | 8 +++++++- .../htc/2015/one-m9s/htc-one-m9s-2gb-16gb-4g-lte.json | 7 ++++++- .../htc/2015/one-me/htc-one-me-3gb-32gb-4g-lte.json | 7 ++++++- .../htc/2015/one-x9/htc-one-x9-3gb-32gb-4g-lte.json | 8 +++++++- .../htc/2016/10-evo/htc-10-evo-3gb-64gb-4g-lte.json | 8 +++++++- .../10-lifestyle/htc-10-lifestyle-3gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/htc/2016/10/htc-10-4gb-64gb-4g-lte.json | 8 +++++++- .../htc-desire-10-lifestyle-3gb-32gb-4g-lte.json | 7 ++++++- .../desire-10-pro/htc-desire-10-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../2016/desire-628/htc-desire-628-3gb-32gb-4g-lte.json | 7 ++++++- .../2016/desire-630/htc-desire-630-2gb-16gb-4g-lte.json | 7 ++++++- .../2016/desire-650/htc-desire-650-2gb-16gb-4g-lte.json | 7 ++++++- .../htc-desire-728-ultra-3gb-32gb-4g-lte.json | 7 ++++++- .../2016/desire-825/htc-desire-825-2gb-16gb-4g-lte.json | 7 ++++++- .../2016/desire-830/htc-desire-830-3gb-32gb-4g-lte.json | 7 ++++++- .../htc/2016/one-a9s/htc-one-a9s-3gb-32gb-4g-lte.json | 8 +++++++- .../htc-one-m9-prime-camera-2gb-16gb-4g-lte.json | 7 ++++++- .../htc/2016/one-s9/htc-one-s9-2gb-16gb-4g-lte.json | 7 ++++++- .../htc-desire-10-compact-3gb-32gb-4g-lte.json | 7 ++++++- .../htc/2017/one-x10/htc-one-x10-3gb-32gb-4g-lte.json | 7 ++++++- .../htc/2017/u-play/htc-u-play-4gb-64gb-4g-lte.json | 8 +++++++- .../htc/2017/u-ultra/htc-u-ultra-4gb-128gb-4g-lte.json | 8 +++++++- .../htc/2017/u11-life/htc-u11-life-4gb-64gb-4g-lte.json | 7 ++++++- .../smartphone/htc/2017/u11/htc-u11-6gb-128gb-4g-lte.json | 8 +++++++- .../htc/2018/desire-12/htc-desire-12-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/desire-12s/htc-desire-12s-4gb-64gb-4g-lte.json | 7 ++++++- .../htc/2018/exodus-1/htc-exodus-1-6gb-128gb-4g-lte.json | 8 +++++++- .../htc/2018/u11-eyes/htc-u11-eyes-4gb-64gb-4g-lte.json | 8 +++++++- .../htc/2018/u12-life/htc-u12-life-6gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/htc/2018/u12/htc-u12-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/desire-19s/htc-desire-19s-3gb-32gb-4g-lte.json | 8 +++++++- .../htc/2019/exodus-1s/htc-exodus-1s-4gb-64gb-4g-lte.json | 7 ++++++- .../htc/2019/u19e/htc-u19e-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/wildfire-e/htc-wildfire-e-2gb-32gb-4g-lte.json | 7 ++++++- .../htc-wildfire-e1-plus-3gb-32gb-4g-lte.json | 7 ++++++- .../2019/wildfire-e1/htc-wildfire-e1-3gb-32gb-4g-lte.json | 7 ++++++- .../2019/wildfire-x/htc-wildfire-x-4gb-128gb-4g-lte.json | 8 +++++++- .../desire-20-pro/htc-desire-20-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../2020/desire-20/htc-desire-20-6gb-128gb-4g-lte.json | 8 +++++++- .../htc-wildfire-e1-lite-2gb-16gb-4g-lte.json | 7 ++++++- .../2020/wildfire-e2/htc-wildfire-e2-4gb-64gb-4g-lte.json | 8 +++++++- .../wildfire-r70/htc-wildfire-r70-2gb-32gb-4g-lte.json | 8 +++++++- .../wildfire-e3/htc-wildfire-e3-4gb-128gb-4g-lte.json | 8 +++++++- .../htc-wildfire-e-plus-2gb-32gb-4g-lte.json | 7 ++++++- .../htc/2023/a104/htc-a104-8gb-128gb-4g-lte.json | 8 +++++++- .../htc-wildfire-e-star-2gb-16gb-4g-lte.json | 7 ++++++- .../htc-wildfire-e2-play-8gb-128gb-4g-lte.json | 8 +++++++- .../htc-wildfire-e3-lite-4gb-64gb-4g-lte.json | 8 +++++++- .../huawei-ascend-d-quad-xl-1gb-8gb-3g.json | 7 ++++++- .../ascend-d-quad/huawei-ascend-d-quad-1gb-8gb-3g.json | 7 ++++++- .../huawei-ascend-d1-xl-u9500e-1gb-8gb-3g.json | 7 ++++++- .../2012/ascend-d1/huawei-ascend-d1-1gb-8gb-3g.json | 7 ++++++- .../2012/ascend-g500/huawei-ascend-g500-1gb-4gb-3g.json | 7 ++++++- .../huawei-ascend-p1-lte-1gb-4gb-4g-lte.json | 7 ++++++- .../2012/ascend-p1/huawei-ascend-p1-1gb-4gb-3g.json | 7 ++++++- .../2012/ascend-p1s/huawei-ascend-p1s-1gb-4gb-3g.json | 7 ++++++- .../2013/ascend-d2/huawei-ascend-d2-2gb-32gb-3g.json | 7 ++++++- .../2013/ascend-g525/huawei-ascend-g525-1gb-4gb-3g.json | 7 ++++++- .../2013/ascend-g615/huawei-ascend-g615-1gb-8gb-3g.json | 7 ++++++- .../ascend-g740/huawei-ascend-g740-1gb-8gb-4g-lte.json | 7 ++++++- .../2013/ascend-p2/huawei-ascend-p2-1gb-16gb-4g-lte.json | 7 ++++++- .../2013/ascend-p6/huawei-ascend-p6-2gb-16gb-3g.json | 7 ++++++- .../huawei/2013/g610s/huawei-g610s-1gb-4gb-3g.json | 7 ++++++- .../huawei-premia-4g-m931-1gb-4gb-4g-lte.json | 7 ++++++- .../ascend-g535/huawei-ascend-g535-1gb-8gb-4g-lte.json | 7 ++++++- .../ascend-g6-4g/huawei-ascend-g6-4g-1gb-8gb-4g-lte.json | 7 ++++++- .../ascend-g620s/huawei-ascend-g620s-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/ascend-g7/huawei-ascend-g7-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/ascend-gx1/huawei-ascend-gx1-1gb-8gb-4g-lte.json | 7 ++++++- .../huawei-ascend-mate2-4g-2gb-16gb-4g-lte.json | 7 ++++++- .../huawei-ascend-p7-mini-1gb-8gb-4g-lte.json | 7 ++++++- .../ascend-y550/huawei-ascend-y550-1gb-4gb-4g-lte.json | 7 ++++++- .../2015/enjoy-5s/huawei-enjoy-5s-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/g7-plus/huawei-g7-plus-3gb-32gb-4g-lte.json | 7 ++++++- .../2015/mate-8/huawei-mate-8-4gb-128gb-4g-lte.json | 8 +++++++- .../2015/nexus-6p/huawei-nexus-6p-3gb-128gb-4g-lte.json | 8 +++++++- .../huawei-p8lite-ale-l04-2gb-16gb-4g-lte.json | 7 ++++++- .../huawei/2015/snapto/huawei-snapto-1gb-8gb-4g-lte.json | 7 ++++++- .../huawei/2015/y560/huawei-y560-1gb-8gb-4g-lte.json | 7 ++++++- .../huawei/2015/y6-pro/huawei-y6-pro-2gb-16gb-4g-lte.json | 8 +++++++- .../huawei/2015/y6/huawei-y6-2gb-8gb-4g-lte.json | 7 ++++++- .../2016/enjoy-6/huawei-enjoy-6-3gb-16gb-4g-lte.json | 7 ++++++- .../2016/enjoy-6s/huawei-enjoy-6s-3gb-32gb-4g-lte.json | 7 ++++++- .../2016/g9-plus/huawei-g9-plus-4gb-64gb-4g-lte.json | 7 ++++++- .../huawei-mate-9-porsche-design-6gb-256gb-4g-lte.json | 8 +++++++- .../mate-9-pro/huawei-mate-9-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../huawei/2016/mate-9/huawei-mate-9-4gb-64gb-4g-lte.json | 8 +++++++- .../2016/nova-plus/huawei-nova-plus-3gb-32gb-4g-lte.json | 8 +++++++- .../huawei/2016/nova/huawei-nova-3gb-32gb-4g-lte.json | 8 +++++++- .../2016/p9-plus/huawei-p9-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../huawei/2016/p9/huawei-p9-4gb-64gb-4g-lte.json | 8 +++++++- .../y6ii-compact/huawei-y6ii-compact-2gb-16gb-4g-lte.json | 7 ++++++- .../mate-10-lite/huawei-mate-10-lite-4gb-64gb-4g-lte.json | 7 ++++++- .../huawei-mate-10-porsche-design-6gb-256gb-4g-lte.json | 8 +++++++- .../mate-10-pro/huawei-mate-10-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../2017/mate-10/huawei-mate-10-4gb-64gb-4g-lte.json | 8 +++++++- .../nova-2-plus/huawei-nova-2-plus-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei/2017/nova-2/huawei-nova-2-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/nova-2s/huawei-nova-2s-6gb-128gb-4g-lte.json | 8 +++++++- .../2017/p-smart/huawei-p-smart-4gb-64gb-4g-lte.json | 7 ++++++- .../2017/p10-plus/huawei-p10-plus-6gb-128gb-4g-lte.json | 8 +++++++- .../huawei/2017/p10/huawei-p10-4gb-64gb-4g-lte.json | 8 +++++++- .../p9-lite-mini/huawei-p9-lite-mini-2gb-16gb-4g-lte.json | 7 ++++++- .../2017/y3-2017/huawei-y3-2017-1gb-32gb-4g-lte.json | 7 ++++++- .../2017/y5-2017/huawei-y5-2017-2gb-16gb-4g-lte.json | 7 ++++++- .../2017/y6-2017/huawei-y6-2017-2gb-16gb-4g-lte.json | 7 ++++++- .../2017/y7-prime/huawei-y7-prime-3gb-32gb-4g-lte.json | 7 ++++++- .../huawei/2017/y7/huawei-y7-2gb-16gb-4g-lte.json | 7 ++++++- .../2018/enjoy-9/huawei-enjoy-9-4gb-64gb-4g-lte.json | 8 +++++++- .../mate-20-lite/huawei-mate-20-lite-6gb-64gb-4g-lte.json | 8 +++++++- .../mate-20-pro/huawei-mate-20-pro-8gb-256gb-4g-lte.json | 8 +++++++- ...huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte.json | 8 +++++++- .../2018/mate-20-x/huawei-mate-20-x-8gb-256gb-4g-lte.json | 8 +++++++- .../2018/mate-20/huawei-mate-20-6gb-128gb-4g-lte.json | 8 +++++++- .../huawei-mate-rs-porsche-design-6gb-512gb-4g-lte.json | 8 +++++++- .../2018/nova-3/huawei-nova-3-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/nova-3i/huawei-nova-3i-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/nova-4/huawei-nova-4-8gb-128gb-4g-lte.json | 8 +++++++- .../p-smart-2019/huawei-p-smart-2019-3gb-64gb-4g-lte.json | 8 +++++++- .../huawei-p-smart-2019-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/p20-lite/huawei-p20-lite-4gb-128gb-4g-lte.json | 8 +++++++- .../2018/p20-pro/huawei-p20-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../huawei/2018/p20/huawei-p20-6gb-128gb-4g-lte.json | 8 +++++++- .../huawei/2018/y-max/huawei-y-max-4gb-128gb-4g-lte.json | 7 ++++++- .../2018/y3-2018/huawei-y3-2018-1gb-8gb-4g-lte.json | 7 ++++++- .../y5-lite-2018/huawei-y5-lite-2018-1gb-16gb-4g-lte.json | 7 ++++++- .../huawei-y5-prime-2018-2gb-32gb-4g-lte.json | 7 ++++++- .../2018/y6-2018/huawei-y6-2018-3gb-16gb-4g-lte.json | 7 ++++++- .../huawei-y6-prime-2018-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/y7-2018/huawei-y7-2018-2gb-16gb-4g-lte.json | 7 ++++++- .../huawei-y7-prime-2018-4gb-64gb-4g-lte.json | 7 ++++++- .../y7-pro-2018/huawei-y7-pro-2018-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/y9-2018/huawei-y9-2018-4gb-128gb-4g-lte.json | 7 ++++++- .../2018/y9-2019/huawei-y9-2019-6gb-128gb-4g-lte.json | 8 +++++++- .../huawei-enjoy-10-plus-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/enjoy-10/huawei-enjoy-10-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/enjoy-10s/huawei-enjoy-10s-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/enjoy-9s/huawei-enjoy-9s-6gb-128gb-4g-lte.json | 8 +++++++- .../mate-20-x-5g/huawei-mate-20-x-5g-8gb-256gb-5g.json | 8 +++++++- .../2019/mate-30-5g/huawei-mate-30-5g-8gb-256gb-5g.json | 8 +++++++- .../huawei-mate-30-pro-5g-8gb-512gb-5g.json | 8 +++++++- .../mate-30-pro/huawei-mate-30-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../huawei-mate-30-rs-porsche-design-12gb-512gb-5g.json | 8 +++++++- .../2019/mate-30/huawei-mate-30-8gb-128gb-4g-lte.json | 8 +++++++- .../huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte.json | 8 +++++++- .../2019/nova-4e/huawei-nova-4e-8gb-128gb-4g-lte.json | 8 +++++++- .../nova-5-pro/huawei-nova-5-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/nova-5/huawei-nova-5-8gb-128gb-4g-lte.json | 8 +++++++- .../nova-5i-pro/huawei-nova-5i-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/nova-5i/huawei-nova-5i-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/nova-5t/huawei-nova-5t-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/nova-5z/huawei-nova-5z-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/nova-6-5g/huawei-nova-6-5g-8gb-256gb-5g.json | 8 +++++++- .../2019/nova-6-se/huawei-nova-6-se-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/nova-6/huawei-nova-6-8gb-128gb-4g-lte.json | 8 +++++++- .../huawei-p-smart-pro-2019-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/p-smart-z/huawei-p-smart-z-4gb-64gb-4g-lte.json | 7 ++++++- .../huawei-p20-lite-2019-4gb-128gb-4g-lte.json | 8 +++++++- .../2019/p30-lite/huawei-p30-lite-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/p30-pro/huawei-p30-pro-8gb-512gb-4g-lte.json | 8 +++++++- .../huawei/2019/p30/huawei-p30-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/y5-2019/huawei-y5-2019-2gb-32gb-4g-lte.json | 7 ++++++- .../2019/y6-2019/huawei-y6-2019-2gb-32gb-4g-lte.json | 7 ++++++- .../y6-pro-2019/huawei-y6-pro-2019-3gb-32gb-4g-lte.json | 7 ++++++- .../2019/y7-2019/huawei-y7-2019-4gb-64gb-4g-lte.json | 8 +++++++- .../huawei-y7-prime-2019-3gb-64gb-4g-lte.json | 8 +++++++- .../y7-pro-2019/huawei-y7-pro-2019-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei-y9-prime-2019-4gb-128gb-4g-lte.json | 7 ++++++- .../huawei/2019/y9s/huawei-y9s-6gb-128gb-4g-lte.json | 8 +++++++- .../2020/enjoy-10e/huawei-enjoy-10e-4gb-128gb-4g-lte.json | 8 +++++++- .../2020/enjoy-20-5g/huawei-enjoy-20-5g-6gb-128gb-5g.json | 8 +++++++- .../huawei-enjoy-20-plus-5g-8gb-128gb-5g.json | 8 +++++++- .../enjoy-20-pro/huawei-enjoy-20-pro-8gb-128gb-5g.json | 8 +++++++- .../enjoy-20-se/huawei-enjoy-20-se-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/enjoy-z-5g/huawei-enjoy-z-5g-8gb-128gb-5g.json | 8 +++++++- .../huawei-matepad-10-4-6gb-128gb-4g-lte.json | 8 +++++++- .../huawei-matepad-10-8-6gb-256gb-4g-lte.json | 8 +++++++- .../2020/matepad-5g/huawei-matepad-5g-6gb-128gb-5g.json | 8 +++++++- .../huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g.json | 8 +++++++- .../huawei-matepad-t-10s-4gb-128gb-4g-lte.json | 8 +++++++- .../matepad-t8/huawei-matepad-t8-3gb-32gb-4g-lte.json | 7 ++++++- .../2020/nova-7-5g/huawei-nova-7-5g-8gb-256gb-5g.json | 8 +++++++- .../nova-7-pro-5g/huawei-nova-7-pro-5g-8gb-256gb-5g.json | 8 +++++++- .../huawei-nova-7-se-5g-youth-8gb-128gb-5g.json | 8 +++++++- .../2020/nova-7-se/huawei-nova-7-se-8gb-256gb-5g.json | 8 +++++++- .../2020/nova-7i/huawei-nova-7i-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/nova-8-5g/huawei-nova-8-5g-8gb-256gb-5g.json | 8 +++++++- .../nova-8-pro-5g/huawei-nova-8-pro-5g-8gb-256gb-5g.json | 8 +++++++- .../huawei-p-smart-2020-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei-p-smart-2021-4gb-128gb-4g-lte.json | 8 +++++++- .../2020/p-smart-s/huawei-p-smart-s-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei-p30-lite-new-edition-6gb-256gb-4g-lte.json | 8 +++++++- .../huawei-p30-pro-new-edition-8gb-256gb-4g-lte.json | 8 +++++++- .../2020/p40-lite-5g/huawei-p40-lite-5g-8gb-128gb-5g.json | 8 +++++++- .../p40-lite-e/huawei-p40-lite-e-4gb-64gb-4g-lte.json | 8 +++++++- .../2020/p40-lite/huawei-p40-lite-8gb-128gb-4g-lte.json | 8 +++++++- .../huawei/2020/p40-pro/huawei-p40-pro-8gb-512gb-5g.json | 8 +++++++- .../huawei/2020/p40/huawei-p40-8gb-256gb-5g.json | 8 +++++++- .../huawei/2020/y5p/huawei-y5p-2gb-32gb-4g-lte.json | 7 ++++++- .../huawei/2020/y6p/huawei-y6p-4gb-64gb-4g-lte.json | 8 +++++++- .../2020/y6s-2019/huawei-y6s-2019-3gb-64gb-4g-lte.json | 7 ++++++- .../huawei/2020/y7a/huawei-y7a-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei/2020/y7p/huawei-y7p-4gb-64gb-4g-lte.json | 8 +++++++- .../huawei/2020/y8p/huawei-y8p-6gb-128gb-4g-lte.json | 8 +++++++- .../huawei/2020/y8s/huawei-y8s-4gb-128gb-4g-lte.json | 8 +++++++- .../2021/enjoy-20e/huawei-enjoy-20e-6gb-128gb-4g-lte.json | 8 +++++++- .../huawei-mate-40-pro-4g-8gb-512gb-4g-lte.json | 8 +++++++- .../2021/mate-x2-4g/huawei-mate-x2-4g-8gb-512gb-5g.json | 8 +++++++- .../huawei-matepad-11-2021-8gb-256gb-4g-lte.json | 8 +++++++- .../matepad-t-10/huawei-matepad-t-10-4gb-64gb-4g-lte.json | 7 ++++++- .../huawei-nova-8-pro-4g-8gb-256gb-4g-lte.json | 8 +++++++- .../huawei-nova-8-se-4g-8gb-128gb-4g-lte.json | 8 +++++++- .../huawei-nova-8-se-youth-8gb-128gb-4g-lte.json | 8 +++++++- .../2021/nova-y60/huawei-nova-y60-4gb-64gb-4g-lte.json | 8 +++++++- .../2021/p40-4g/huawei-p40-4g-8gb-128gb-4g-lte.json | 8 +++++++- .../2021/p50-pro/huawei-p50-pro-12gb-512gb-4g-lte.json | 8 +++++++- .../huawei-matepad-10-4-2022-6gb-128gb-4g-lte.json | 8 +++++++- .../matepad-c5e/huawei-matepad-c5e-4gb-64gb-4g-lte.json | 8 +++++++- .../matepad-se/huawei-matepad-se-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei-nova-y70-plus-4gb-128gb-4g-lte.json | 8 +++++++- .../2023/enjoy-70/huawei-enjoy-70-8gb-256gb-4g-lte.json | 8 +++++++- .../mate-60-pro/huawei-mate-60-pro-16gb-512gb-5g.json | 8 +++++++- .../huawei-mate-60-rs-ultimate-16gb-512gb-5g.json | 8 +++++++- .../2023/mate-60/huawei-mate-60-12gb-512gb-4g-lte.json | 8 +++++++- .../huawei-matepad-pro-11-2024-12gb-512gb-4g-lte.json | 8 +++++++- .../nova-11-se/huawei-nova-11-se-8gb-512gb-4g-lte.json | 8 +++++++- .../2023/nova-11i/huawei-nova-11i-8gb-256gb-4g-lte.json | 8 +++++++- .../nova-12-pro/huawei-nova-12-pro-12gb-512gb-5g.json | 8 +++++++- .../nova-12-ultra/huawei-nova-12-ultra-12gb-512gb-5g.json | 8 +++++++- .../2023/nova-y71/huawei-nova-y71-8gb-128gb-4g-lte.json | 8 +++++++- .../2023/nova-y91/huawei-nova-y91-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/enjoy-70z/huawei-enjoy-70z-8gb-256gb-4g-lte.json | 8 +++++++- .../nova-12-se/huawei-nova-12-se-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/nova-12i/huawei-nova-12i-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/nova-y72/huawei-nova-y72-8gb-256gb-4g-lte.json | 8 +++++++- .../pura-70-pro/huawei-pura-70-pro-16gb-512gb-5g.json | 8 +++++++- .../2016/hot-4-pro/infinix-hot-4-pro-2gb-16gb-4g-lte.json | 7 ++++++- .../infinix/2016/hot-4/infinix-hot-4-2gb-16gb-3g.json | 7 ++++++- .../infinix/2016/hot-s/infinix-hot-s-2gb-16gb-4g-lte.json | 7 ++++++- .../note-3-pro/infinix-note-3-pro-3gb-16gb-4g-lte.json | 7 ++++++- .../2016/note-3/infinix-note-3-2gb-16gb-4g-lte.json | 7 ++++++- .../2017/hot-5-lite/infinix-hot-5-lite-1gb-16gb-3g.json | 7 ++++++- .../infinix/2017/hot-5/infinix-hot-5-2gb-16gb-3g.json | 7 ++++++- .../note-4-pro/infinix-note-4-pro-3gb-32gb-4g-lte.json | 8 +++++++- .../2017/s2-pro/infinix-s2-pro-3gb-32gb-4g-lte.json | 8 +++++++- .../infinix/2017/smart/infinix-smart-1gb-16gb-3g.json | 7 ++++++- .../zero-4-plus/infinix-zero-4-plus-4gb-64gb-4g-lte.json | 7 ++++++- .../2017/zero-4/infinix-zero-4-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/hot-6-pro/infinix-hot-6-pro-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/hot-6x/infinix-hot-6x-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/hot-s3/infinix-hot-s3-3gb-32gb-4g-lte.json | 8 +++++++- .../2018/note-4/infinix-note-4-3gb-32gb-4g-lte.json | 8 +++++++- .../infinix-note-5-stylus-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/note-5/infinix-note-5-4gb-64gb-4g-lte.json | 8 +++++++- .../infinix/2018/s3x/infinix-s3x-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/smart-2-hd/infinix-smart-2-hd-1gb-16gb-3g.json | 7 ++++++- .../zero-5-pro/infinix-zero-5-pro-6gb-128gb-4g-lte.json | 7 ++++++- .../2018/zero-5/infinix-zero-5-6gb-64gb-4g-lte.json | 7 ++++++- .../infinix/2019/hot-7/infinix-hot-7-4gb-64gb-4g-lte.json | 7 ++++++- .../hot-8-lite/infinix-hot-8-lite-2gb-32gb-4g-lte.json | 7 ++++++- .../2019/note-6/infinix-note-6-4gb-64gb-4g-lte.json | 7 ++++++- .../infinix/2019/s4/infinix-s4-6gb-64gb-4g-lte.json | 7 ++++++- .../2019/s5-lite/infinix-s5-lite-4gb-64gb-4g-lte.json | 7 ++++++- .../infinix/2019/s5/infinix-s5-6gb-128gb-4g-lte.json | 7 ++++++- .../2019/smart-4/infinix-smart-4-2gb-32gb-4g-lte.json | 7 ++++++- .../2019/smart-4c/infinix-smart-4c-2gb-32gb-4g-lte.json | 7 ++++++- .../smart3-plus/infinix-smart3-plus-3gb-32gb-4g-lte.json | 7 ++++++- .../2020/hot-9-pro/infinix-hot-9-pro-4gb-64gb-4g-lte.json | 7 ++++++- .../infinix-s5-pro-16-32-6gb-128gb-4g-lte.json | 7 ++++++- .../infinix-s5-pro-48-40-6gb-128gb-4g-lte.json | 7 ++++++- .../2020/s5-pro/infinix-s5-pro-6gb-128gb-4g-lte.json | 7 ++++++- .../2020/smart-5/infinix-smart-5-3gb-64gb-4g-lte.json | 8 +++++++- .../infinix-smart-hd-2021-2gb-32gb-4g-lte.json | 7 ++++++- .../2020/zero-8/infinix-zero-8-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/zero-8i/infinix-zero-8i-8gb-128gb-4g-lte.json | 8 +++++++- .../hot-12-pro/infinix-hot-12-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../2022/hot-12i/infinix-hot-12i-4gb-64gb-4g-lte.json | 8 +++++++- .../2022/hot-20-5g/infinix-hot-20-5g-4gb-128gb-5g.json | 8 +++++++- .../infinix-note-12-2023-8gb-256gb-4g-lte.json | 8 +++++++- .../2022/note-12-5g/infinix-note-12-5g-6gb-64gb-5g.json | 8 +++++++- .../infinix-note-12-pro-5g-8gb-256gb-5g.json | 8 +++++++- .../note-12-pro/infinix-note-12-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../2022/zero-20/infinix-zero-20-8gb-256gb-4g-lte.json | 8 +++++++- .../2022/zero-5g/infinix-zero-5g-8gb-128gb-5g.json | 8 +++++++- .../2022/zero-ultra/infinix-zero-ultra-8gb-256gb-5g.json | 8 +++++++- .../2023/hot-30i/infinix-hot-30i-8gb-128gb-4g-lte.json | 8 +++++++- .../hot-40-pro/infinix-hot-40-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/hot-40i/infinix-hot-40i-8gb-256gb-4g-lte.json | 8 +++++++- .../note-30-pro/infinix-note-30-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../note-30-vip/infinix-note-30-vip-12gb-256gb-5g.json | 8 +++++++- .../2023/note-30/infinix-note-30-8gb-256gb-4g-lte.json | 8 +++++++- .../smart-8-hd/infinix-smart-8-hd-3gb-64gb-4g-lte.json | 8 +++++++- .../2023/smart-8/infinix-smart-8-4gb-128gb-4g-lte.json | 8 +++++++- .../zero-30-4g/infinix-zero-30-4g-8gb-256gb-4g-lte.json | 8 +++++++- .../infinix/2024/hot-50/infinix-hot-50-8gb-128gb-5g.json | 8 +++++++- .../note-40x-5g/infinix-note-40x-5g-12gb-256gb-5g.json | 8 +++++++- .../infinix/2024/xpad/infinix-xpad-8gb-256gb-4g-lte.json | 8 +++++++- .../itel/2023/s23/itel-s23-8gb-256gb-4g-lte.json | 8 +++++++- .../itel/2024/a50c/itel-a50c-2gb-32gb-4g-lte.json | 7 ++++++- .../itel/2024/p55/itel-p55-8gb-256gb-4g-lte.json | 3 ++- .../itel/2024/p65/itel-p65-8gb-256gb-4g-lte.json | 8 +++++++- .../itel/2024/s24/itel-s24-8gb-256gb-4g-lte.json | 8 +++++++- .../2011/lepad-s2005/lenovo-lepad-s2005-1gb-8gb-3g.json | 7 ++++++- .../2011/lepad-s2007/lenovo-lepad-s2007-1gb-16gb-3g.json | 7 ++++++- .../lenovo/2012/k800/lenovo-k800-1gb-16gb-3g.json | 7 ++++++- .../lenovo/2012/k860/lenovo-k860-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2012/p770/lenovo-p770-1gb-4gb-3g.json | 7 ++++++- .../lenovo/2013/a706/lenovo-a706-1gb-4gb-3g.json | 7 ++++++- .../lenovo/2013/a820/lenovo-a820-1gb-4gb-3g.json | 7 ++++++- .../lenovo/2013/a830/lenovo-a830-1gb-4gb-3g.json | 7 ++++++- .../lenovo/2013/a850/lenovo-a850-1gb-4gb-3g.json | 7 ++++++- .../ideatab-a1000/lenovo-ideatab-a1000-1gb-16gb-2g.json | 7 ++++++- .../ideatab-a2107/lenovo-ideatab-a2107-1gb-16gb-3g.json | 7 ++++++- .../ideatab-a3000/lenovo-ideatab-a3000-1gb-16gb-3g.json | 7 ++++++- .../lenovo/2013/k900/lenovo-k900-2gb-32gb-3g.json | 7 ++++++- .../lenovo/2013/p780/lenovo-p780-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2013/s5000/lenovo-s5000-1gb-16gb-3g.json | 7 ++++++- .../lenovo/2013/s650/lenovo-s650-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2013/s820/lenovo-s820-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2013/s920/lenovo-s920-1gb-4gb-3g.json | 7 ++++++- .../lenovo/2013/s930/lenovo-s930-1gb-8gb-3g.json | 7 ++++++- .../2013/vibe-x-s960/lenovo-vibe-x-s960-2gb-32gb-3g.json | 7 ++++++- .../vibe-z-k910/lenovo-vibe-z-k910-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2014/a526/lenovo-a526-1gb-4gb-3g.json | 7 ++++++- .../lenovo/2014/a536/lenovo-a536-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2014/a606/lenovo-a606-1gb-8gb-4g-lte.json | 7 ++++++- .../lenovo/2014/a680/lenovo-a680-1gb-4gb-3g.json | 7 ++++++- .../2014/a7-30-a3300/lenovo-a7-30-a3300-1gb-8gb-2g.json | 7 ++++++- .../2014/a7-50-a3500/lenovo-a7-50-a3500-1gb-16gb-3g.json | 7 ++++++- .../2014/a8-50-a5500/lenovo-a8-50-a5500-1gb-16gb-3g.json | 7 ++++++- .../lenovo/2014/a859/lenovo-a859-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2014/a880/lenovo-a880-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2014/a889/lenovo-a889-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2014/a916/lenovo-a916-1gb-8gb-4g-lte.json | 7 ++++++- .../lenovo-golden-warrior-a8-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo-golden-warrior-note-8-1gb-8gb-4g-lte.json | 7 ++++++- .../lenovo-golden-warrior-s8-2gb-16gb-3g.json | 7 ++++++- .../lenovo/2014/k3/lenovo-k3-1gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2014/s580/lenovo-s580-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2014/s660/lenovo-s660-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2014/s750/lenovo-s750-1gb-4gb-3g.json | 7 ++++++- .../lenovo/2014/s850/lenovo-s850-1gb-16gb-3g.json | 7 ++++++- .../lenovo/2014/s856/lenovo-s856-1gb-8gb-4g-lte.json | 7 ++++++- .../lenovo/2014/s860/lenovo-s860-2gb-16gb-3g.json | 7 ++++++- .../s90-sisley/lenovo-s90-sisley-2gb-32gb-4g-lte.json | 7 ++++++- .../lenovo/2014/s939/lenovo-s939-1gb-8gb-3g.json | 7 ++++++- .../2014/vibe-x2/lenovo-vibe-x2-2gb-32gb-4g-lte.json | 7 ++++++- .../vibe-z2-pro/lenovo-vibe-z2-pro-3gb-32gb-4g-lte.json | 7 ++++++- .../2014/vibe-z2/lenovo-vibe-z2-2gb-32gb-4g-lte.json | 7 ++++++- .../lenovo/2015/a1000/lenovo-a1000-1gb-8gb-3g.json | 7 ++++++- .../lenovo/2015/a2010/lenovo-a2010-1gb-8gb-4g-lte.json | 7 ++++++- .../lenovo/2015/a3690/lenovo-a3690-1gb-8gb-4g-lte.json | 7 ++++++- .../lenovo/2015/a5000/lenovo-a5000-1gb-8gb-3g.json | 7 ++++++- .../a6000-plus/lenovo-a6000-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2015/a6000/lenovo-a6000-1gb-8gb-4g-lte.json | 7 ++++++- .../a6010-plus/lenovo-a6010-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2015/a6010/lenovo-a6010-1gb-8gb-4g-lte.json | 7 ++++++- .../a7000-plus/lenovo-a7000-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2015/a7000/lenovo-a7000-2gb-8gb-4g-lte.json | 7 ++++++- .../2015/k3-note/lenovo-k3-note-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2015/p70/lenovo-p70-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2015/p90/lenovo-p90-2gb-32gb-4g-lte.json | 7 ++++++- .../2015/phab-plus/lenovo-phab-plus-2gb-32gb-4g-lte.json | 7 ++++++- .../lenovo/2015/phab/lenovo-phab-1gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2015/s60/lenovo-s60-2gb-8gb-4g-lte.json | 7 ++++++- .../2015/vibe-p1/lenovo-vibe-p1-2gb-32gb-4g-lte.json | 8 +++++++- .../2015/vibe-p1m/lenovo-vibe-p1m-2gb-16gb-4g-lte.json | 8 +++++++- .../2015/vibe-s1/lenovo-vibe-s1-3gb-32gb-4g-lte.json | 7 ++++++- .../2015/vibe-shot/lenovo-vibe-shot-3gb-32gb-4g-lte.json | 7 ++++++- .../vibe-x2-pro/lenovo-vibe-x2-pro-2gb-32gb-4g-lte.json | 7 ++++++- .../2015/vibe-x3/lenovo-vibe-x3-3gb-64gb-4g-lte.json | 8 +++++++- .../lenovo/2015/zuk-z1/lenovo-zuk-z1-3gb-64gb-4g-lte.json | 8 +++++++- .../lenovo/2016/a-plus/lenovo-a-plus-1gb-8gb-3g.json | 7 ++++++- .../a6600-plus/lenovo-a6600-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2016/a6600/lenovo-a6600-1gb-16gb-4g-lte.json | 7 ++++++- .../a7000-turbo/lenovo-a7000-turbo-2gb-16gb-4g-lte.json | 7 ++++++- .../smartphone/lenovo/2016/b/lenovo-b-1gb-8gb-4g-lte.json | 7 ++++++- .../lenovo/2016/c2/lenovo-c2-1gb-16gb-4g-lte.json | 7 ++++++- .../2016/k5-note/lenovo-k5-note-4gb-32gb-4g-lte.json | 7 ++++++- .../2016/k6-note/lenovo-k6-note-4gb-32gb-4g-lte.json | 7 ++++++- .../2016/k6-power/lenovo-k6-power-3gb-32gb-4g-lte.json | 7 ++++++- .../lenovo/2016/k6/lenovo-k6-2gb-32gb-4g-lte.json | 7 ++++++- .../2016/lemon-3/lenovo-lemon-3-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2016/p2/lenovo-p2-4gb-64gb-4g-lte.json | 8 +++++++- .../phab2-plus/lenovo-phab2-plus-3gb-32gb-4g-lte.json | 7 ++++++- .../2016/phab2-pro/lenovo-phab2-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../lenovo/2016/phab2/lenovo-phab2-3gb-32gb-4g-lte.json | 7 ++++++- .../lenovo/2016/tab3-7/lenovo-tab3-7-1gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2016/tab3-8/lenovo-tab3-8-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2016/vibe-c/lenovo-vibe-c-1gb-8gb-4g-lte.json | 7 ++++++- .../vibe-k4-note/lenovo-vibe-k4-note-3gb-32gb-4g-lte.json | 7 ++++++- .../vibe-k5-plus/lenovo-vibe-k5-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../2016/vibe-k5/lenovo-vibe-k5-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo-vibe-p1-turbo-3gb-32gb-4g-lte.json | 8 +++++++- .../vibe-s1-lite/lenovo-vibe-s1-lite-2gb-16gb-4g-lte.json | 7 ++++++- .../2016/zuk-edge/lenovo-zuk-edge-6gb-64gb-4g-lte.json | 8 +++++++- .../zuk-z2-pro/lenovo-zuk-z2-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../lenovo/2016/zuk-z2/lenovo-zuk-z2-4gb-64gb-4g-lte.json | 7 ++++++- .../lenovo/2017/k320t/lenovo-k320t-3gb-32gb-4g-lte.json | 7 ++++++- .../2017/k8-note/lenovo-k8-note-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/k8-plus/lenovo-k8-plus-4gb-32gb-4g-lte.json | 7 ++++++- .../lenovo/2017/k8/lenovo-k8-3gb-32gb-4g-lte.json | 7 ++++++- .../tab3-8-plus/lenovo-tab3-8-plus-3gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2018/a5/lenovo-a5-3gb-32gb-4g-lte.json | 8 +++++++- .../k5-note-2018/lenovo-k5-note-2018-4gb-64gb-4g-lte.json | 7 ++++++- .../2018/k5-play/lenovo-k5-play-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/k5-pro/lenovo-k5-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../lenovo/2018/k5/lenovo-k5-3gb-32gb-4g-lte.json | 7 ++++++- .../lenovo/2018/k9/lenovo-k9-3gb-32gb-4g-lte.json | 8 +++++++- .../2018/s5-pro-gt/lenovo-s5-pro-gt-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/s5-pro/lenovo-s5-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../lenovo/2018/s5/lenovo-s5-4gb-128gb-4g-lte.json | 7 ++++++- .../z5-pro-gt/lenovo-z5-pro-gt-12gb-512gb-4g-lte.json | 8 +++++++- .../2018/z5-pro/lenovo-z5-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../lenovo/2018/z5/lenovo-z5-6gb-128gb-4g-lte.json | 8 +++++++- .../lenovo/2018/z5s/lenovo-z5s-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/a6-note/lenovo-a6-note-3gb-32gb-4g-lte.json | 8 +++++++- .../2019/k10-note/lenovo-k10-note-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/k10-plus/lenovo-k10-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/k6-enjoy/lenovo-k6-enjoy-4gb-128gb-4g-lte.json | 8 +++++++- .../2019/z6-pro-5g/lenovo-z6-pro-5g-12gb-512gb-5g.json | 8 +++++++- .../2019/z6-pro/lenovo-z6-pro-12gb-512gb-4g-lte.json | 8 +++++++- .../2019/z6-youth/lenovo-z6-youth-6gb-128gb-4g-lte.json | 8 +++++++- .../lenovo/2019/z6/lenovo-z6-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/a8-2020/lenovo-a8-2020-4gb-64gb-4g-lte.json | 8 +++++++- .../2020/m10-plus/lenovo-m10-plus-4gb-128gb-4g-lte.json | 8 +++++++- .../lenovo/2021/k13/lenovo-k13-2gb-32gb-4g-lte.json | 8 +++++++- .../lg-optimus-4g-lte-p935-1gb-2gb-4g-lte.json | 7 ++++++- .../optimus-ex-su880/lg-optimus-ex-su880-1gb-8gb-3g.json | 7 ++++++- .../lg-optimus-lte-lu6200-1gb-4gb-4g-lte.json | 7 ++++++- .../lg-optimus-lte-su640-1gb-4gb-4g-lte.json | 7 ++++++- .../lg-optimus-q2-lu6500-1gb-8gb-3g.json | 7 ++++++- .../lg/2011/prada-3-0/lg-prada-3-0-1gb-8gb-3g.json | 7 ++++++- .../lg-connect-4g-ms840-1gb-4gb-4g-lte.json | 7 ++++++- .../2012/escape-p870/lg-escape-p870-1gb-4gb-4g-lte.json | 7 ++++++- .../lucid-4g-vs840/lg-lucid-4g-vs840-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2012/mach-ls860/lg-mach-ls860-1gb-8gb-4g-lte.json | 7 ++++++- .../lg-motion-4g-ms770-1gb-8gb-4g-lte.json | 7 ++++++- .../lg-optimus-3d-max-p720-1gb-8gb-3g.json | 7 ++++++- .../lg-optimus-4x-hd-p880-1gb-16gb-3g.json | 7 ++++++- .../optimus-g-e970/lg-optimus-g-e970-2gb-16gb-4g-lte.json | 7 ++++++- .../optimus-g-e975/lg-optimus-g-e975-2gb-32gb-4g-lte.json | 7 ++++++- .../lg-optimus-g-ls970-2gb-32gb-4g-lte.json | 7 ++++++- .../optimus-l9-p760/lg-optimus-l9-p760-1gb-4gb-3g.json | 7 ++++++- .../optimus-lte2/lg-optimus-lte2-2gb-16gb-4g-lte.json | 7 ++++++- .../lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte.json | 7 ++++++- .../lg-optimus-vu-f100s-1gb-32gb-4g-lte.json | 7 ++++++- .../lg-optimus-vu-ii-f200-2gb-4g-lte.json | 7 ++++++- .../optimus-vu-p895/lg-optimus-vu-p895-1gb-32gb-3g.json | 7 ++++++- .../lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte.json | 7 ++++++- .../spectrum-vs920/lg-spectrum-vs920-1gb-4gb-4g-lte.json | 7 ++++++- .../2013/enact-vs890/lg-enact-vs890-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2013/g-flex/lg-g-flex-2gb-32gb-4g-lte.json | 7 ++++++- .../lg/2013/g-pro-lite/lg-g-pro-lite-1gb-8gb-3g.json | 7 ++++++- data/smartphone/lg/2013/g2/lg-g2-2gb-32gb-4g-lte.json | 7 ++++++- .../lg/2013/gx-f310l/lg-gx-f310l-2gb-32gb-4g-lte.json | 7 ++++++- .../2013/lucid2-vs870/lg-lucid2-vs870-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2013/nexus-5/lg-nexus-5-2gb-32gb-4g-lte.json | 7 ++++++- .../lg/2013/optimus-f3/lg-optimus-f3-1gb-4gb-4g-lte.json | 7 ++++++- .../lg/2013/optimus-f5/lg-optimus-f5-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2013/optimus-f6/lg-optimus-f6-1gb-8gb-4g-lte.json | 7 ++++++- .../lg-optimus-g-pro-e985-2gb-32gb-4g-lte.json | 7 ++++++- .../optimus-gj-e975w/lg-optimus-gj-e975w-2gb-16gb-3g.json | 7 ++++++- .../2013/optimus-l9-ii/lg-optimus-l9-ii-1gb-8gb-3g.json | 7 ++++++- .../2013/optimus-vu-ii/lg-optimus-vu-ii-2gb-16gb-3g.json | 7 ++++++- data/smartphone/lg/2014/f60/lg-f60-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2014/f70-d315/lg-f70-d315-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2014/g-pro-2/lg-g-pro-2-3gb-32gb-4g-lte.json | 7 ++++++- .../lg-g2-mini-lte-tegra-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/g2-mini-lte/lg-g2-mini-lte-1gb-8gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2014/g3-a/lg-g3-a-2gb-32gb-4g-lte.json | 7 ++++++- .../lg/2014/g3-cdma/lg-g3-cdma-3gb-32gb-4g-lte.json | 7 ++++++- .../2014/g3-dual-lte/lg-g3-dual-lte-3gb-32gb-4g-lte.json | 7 ++++++- .../lg/2014/g3-lte-a/lg-g3-lte-a-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2014/g3-s/lg-g3-s-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2014/g3-screen/lg-g3-screen-2gb-32gb-4g-lte.json | 7 ++++++- .../lg/2014/g3-stylus/lg-g3-stylus-1gb-8gb-3g.json | 7 ++++++- data/smartphone/lg/2014/g3/lg-g3-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2014/l-fino/lg-l-fino-1gb-4gb-3g.json | 7 ++++++- .../lg/2014/l65-d280/lg-l65-d280-1gb-4gb-3g.json | 7 ++++++- .../2014/l65-dual-d285/lg-l65-dual-d285-1gb-4gb-3g.json | 7 ++++++- .../lg/2014/l70-d320n/lg-l70-d320n-1gb-4gb-3g.json | 7 ++++++- .../lg/2014/l90-d405/lg-l90-d405-1gb-8gb-3g.json | 7 ++++++- .../2014/l90-dual-d410/lg-l90-dual-d410-1gb-8gb-3g.json | 7 ++++++- .../2014/optimus-f3q/lg-optimus-f3q-1gb-4gb-4g-lte.json | 7 ++++++- .../lg/2014/tribute/lg-tribute-1gb-4gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2014/volt/lg-volt-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2015/g-flex2/lg-g-flex2-3gb-32gb-4g-lte.json | 8 +++++++- .../lg/2015/g-stylo/lg-g-stylo-2gb-16gb-4g-lte.json | 7 ++++++- .../lg/2015/g-vista-2/lg-g-vista-2-2gb-16gb-4g-lte.json | 7 ++++++- .../lg/2015/g4-dual/lg-g4-dual-3gb-32gb-4g-lte.json | 8 +++++++- data/smartphone/lg/2015/g4/lg-g4-3gb-32gb-4g-lte.json | 3 ++- data/smartphone/lg/2015/g4c/lg-g4c-1gb-8gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2015/leon/lg-leon-1gb-8gb-4g-lte.json | 7 ++++++- .../smartphone/lg/2015/magna/lg-magna-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2015/nexus-5x/lg-nexus-5x-2gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2015/ray/lg-ray-1gb-16gb-3g.json | 7 ++++++- .../lg/2015/tribute-2/lg-tribute-2-1gb-8gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2015/v10/lg-v10-4gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/lg/2015/zero/lg-zero-2gb-16gb-4g-lte.json | 7 ++++++- .../lg/2016/g5-se/lg-g5-se-3gb-32gb-4g-lte.json | 8 +++++++- data/smartphone/lg/2016/g5/lg-g5-4gb-32gb-4g-lte.json | 8 +++++++- .../lg/2016/k10-2017/lg-k10-2017-2gb-32gb-4g-lte.json | 7 ++++++- .../lg/2016/k20-plus/lg-k20-plus-2gb-32gb-4g-lte.json | 7 ++++++- .../lg/2016/k3-2017/lg-k3-2017-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2016/k4-2017/lg-k4-2017-1gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2016/k5/lg-k5-1gb-8gb-4g-lte.json | 7 ++++++- .../lg/2016/stylo-2/lg-stylo-2-2gb-16gb-4g-lte.json | 7 ++++++- .../stylus-2-plus/lg-stylus-2-plus-3gb-32gb-4g-lte.json | 7 ++++++- .../lg/2016/stylus-2/lg-stylus-2-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2016/v20/lg-v20-4gb-64gb-4g-lte.json | 8 +++++++- .../lg/2016/x-cam/lg-x-cam-2gb-16gb-4g-lte.json | 7 ++++++- .../lg/2016/x-mach/lg-x-mach-3gb-32gb-4g-lte.json | 7 ++++++- .../lg/2016/x-power/lg-x-power-2gb-16gb-4g-lte.json | 8 +++++++- .../lg/2016/x-screen/lg-x-screen-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2017/g6/lg-g6-4gb-128gb-4g-lte.json | 8 +++++++- .../lg/2017/k7-2017/lg-k7-2017-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2017/q6/lg-q6-4gb-64gb-4g-lte.json | 7 ++++++- .../lg/2017/q8-2017/lg-q8-2017-4gb-32gb-4g-lte.json | 8 +++++++- .../stylo-3-plus/lg-stylo-3-plus-2gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2017/v30/lg-v30-4gb-128gb-4g-lte.json | 8 +++++++- .../lg/2017/x-power2/lg-x-power2-2gb-32gb-4g-lte.json | 8 +++++++- .../lg/2017/x-venture/lg-x-venture-2gb-32gb-4g-lte.json | 8 +++++++- .../lg/2018/aristo-2/lg-aristo-2-2gb-16gb-4g-lte.json | 7 ++++++- .../lg/2018/g7-fit/lg-g7-fit-4gb-64gb-4g-lte.json | 8 +++++++- .../lg/2018/g7-one/lg-g7-one-4gb-64gb-4g-lte.json | 8 +++++++- .../lg/2018/g7-thinq/lg-g7-thinq-6gb-128gb-4g-lte.json | 8 +++++++- .../lg/2018/k10-2018/lg-k10-2018-3gb-32gb-4g-lte.json | 7 ++++++- .../lg/2018/k11-plus/lg-k11-plus-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2018/k30/lg-k30-2gb-32gb-4g-lte.json | 8 +++++++- .../lg/2018/q-stylo-4/lg-q-stylo-4-2gb-32gb-4g-lte.json | 8 +++++++- .../lg/2018/q-stylus/lg-q-stylus-4gb-64gb-4g-lte.json | 8 +++++++- .../lg/2018/q8-2018/lg-q8-2018-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/v30s-thinq/lg-v30s-thinq-6gb-256gb-4g-lte.json | 8 +++++++- .../lg/2018/v35-thinq/lg-v35-thinq-6gb-128gb-4g-lte.json | 8 +++++++- .../lg/2018/v40-thinq/lg-v40-thinq-6gb-128gb-4g-lte.json | 8 +++++++- .../lg/2018/x-power-3/lg-x-power-3-2gb-16gb-4g-lte.json | 8 +++++++- data/smartphone/lg/2018/x4/lg-x4-2gb-32gb-4g-lte.json | 7 ++++++- .../lg/2018/zone-4/lg-zone-4-2gb-16gb-4g-lte.json | 7 ++++++- .../lg/2019/g8-thinq/lg-g8-thinq-6gb-128gb-4g-lte.json | 8 +++++++- .../lg/2019/g8s-thinq/lg-g8s-thinq-6gb-128gb-4g-lte.json | 8 +++++++- .../lg/2019/g8x-thinq/lg-g8x-thinq-6gb-128gb-4g-lte.json | 8 +++++++- .../lg/2019/k20-2019/lg-k20-2019-1gb-16gb-4g-lte.json | 7 ++++++- .../lg/2019/k30-2019/lg-k30-2019-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2019/k40/lg-k40-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2019/k40s/lg-k40s-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2019/k50/lg-k50-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2019/k50s/lg-k50s-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2019/q60/lg-q60-3gb-64gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2019/q70/lg-q70-4gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/lg/2019/q9/lg-q9-4gb-64gb-4g-lte.json | 8 +++++++- .../lg/2019/stylo-5/lg-stylo-5-3gb-32gb-4g-lte.json | 7 ++++++- .../tribute-empire/lg-tribute-empire-2gb-16gb-4g-lte.json | 7 ++++++- .../2019/v50s-thinq-5g/lg-v50s-thinq-5g-8gb-256gb-5g.json | 8 +++++++- data/smartphone/lg/2019/w10/lg-w10-3gb-32gb-4g-lte.json | 7 ++++++- .../lg/2019/w30-pro/lg-w30-pro-4gb-64gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2019/w30/lg-w30-4gb-64gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/k31/lg-k31-2gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/k41s/lg-k41s-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/k42/lg-k42-3gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/lg/2020/k51s/lg-k51s-3gb-64gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/k52/lg-k52-4gb-64gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/k61/lg-k61-4gb-128gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/k62/lg-k62-4gb-128gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/k71/lg-k71-4gb-128gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/q31/lg-q31-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/q52/lg-q52-4gb-64gb-4g-lte.json | 7 ++++++- .../lg/2020/stylo-6/lg-stylo-6-3gb-64gb-4g-lte.json | 7 ++++++- .../lg/2020/velvet/lg-velvet-6gb-128gb-4g-lte.json | 8 +++++++- .../lg/2020/w10-alpha/lg-w10-alpha-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/lg/2020/w31/lg-w31-4gb-128gb-4g-lte.json | 7 ++++++- data/smartphone/meizu/2011/mx/meizu-mx-1gb-16gb-3g.json | 7 ++++++- .../meizu/2012/mx-4-core/meizu-mx-4-core-1gb-64gb-3g.json | 7 ++++++- data/smartphone/meizu/2012/mx2/meizu-mx2-2gb-64gb-3g.json | 7 ++++++- .../smartphone/meizu/2013/mx3/meizu-mx3-2gb-128gb-3g.json | 7 ++++++- .../meizu/2014/m1-note/meizu-m1-note-2gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2014/mx4-pro/meizu-mx4-pro-3gb-64gb-4g-lte.json | 7 ++++++- .../meizu/2014/mx4/meizu-mx4-2gb-64gb-4g-lte.json | 7 ++++++- .../2015/m1-metal/meizu-m1-metal-2gb-32gb-4g-lte.json | 7 ++++++- .../smartphone/meizu/2015/m1/meizu-m1-1gb-8gb-4g-lte.json | 7 ++++++- .../meizu/2015/m2-note/meizu-m2-note-2gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2015/m2/meizu-m2-2gb-16gb-4g-lte.json | 7 ++++++- .../meizu/2015/mx5/meizu-mx5-3gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2015/pro-5/meizu-pro-5-4gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2016/m3-max/meizu-m3-max-3gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2016/m3-note/meizu-m3-note-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2016/m3/meizu-m3-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2016/m3e/meizu-m3e-3gb-32gb-4g-lte.json | 8 +++++++- .../meizu/2016/m3s/meizu-m3s-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2016/m3x/meizu-m3x-4gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2016/m5-note/meizu-m5-note-4gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2016/m5/meizu-m5-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2016/mx5e/meizu-mx5e-3gb-32gb-4g-lte.json | 8 +++++++- .../meizu/2016/mx6/meizu-mx6-4gb-32gb-4g-lte.json | 8 +++++++- .../pro-6-plus/meizu-pro-6-plus-4gb-128gb-4g-lte.json | 8 +++++++- .../meizu/2016/pro-6/meizu-pro-6-4gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2016/pro-6s/meizu-pro-6s-4gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2016/u10/meizu-u10-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2016/u20/meizu-u20-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2017/e2/meizu-e2-4gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2017/m5c/meizu-m5c-2gb-16gb-4g-lte.json | 7 ++++++- .../meizu/2017/m5s/meizu-m5s-3gb-32gb-4g-lte.json | 8 +++++++- .../meizu/2017/m6-note/meizu-m6-note-4gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2017/m6/meizu-m6-3gb-32gb-4g-lte.json | 8 +++++++- .../pro-7-plus/meizu-pro-7-plus-6gb-128gb-4g-lte.json | 8 +++++++- .../meizu/2018/15-lite/meizu-15-lite-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/15-plus/meizu-15-plus-6gb-128gb-4g-lte.json | 8 +++++++- .../meizu/2018/15/meizu-15-4gb-128gb-4g-lte.json | 8 +++++++- .../2018/16-plus/meizu-16-plus-8gb-256gb-4g-lte.json | 8 +++++++- .../meizu/2018/16/meizu-16-8gb-128gb-4g-lte.json | 8 +++++++- .../meizu/2018/16x/meizu-16x-6gb-128gb-4g-lte.json | 7 ++++++- .../meizu/2018/c9-pro/meizu-c9-pro-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2018/c9/meizu-c9-2gb-16gb-4g-lte.json | 7 ++++++- .../meizu/2018/e3/meizu-e3-6gb-128gb-4g-lte.json | 8 +++++++- .../meizu/2018/m6s/meizu-m6s-3gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2018/m6t/meizu-m6t-4gb-64gb-4g-lte.json | 7 ++++++- .../meizu/2018/m8c/meizu-m8c-2gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2018/note-8/meizu-note-8-4gb-64gb-4g-lte.json | 8 +++++++- .../meizu/2018/v8-pro/meizu-v8-pro-4gb-64gb-4g-lte.json | 7 ++++++- .../meizu/2018/v8/meizu-v8-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2018/x8/meizu-x8-6gb-128gb-4g-lte.json | 7 ++++++- .../2019/16s-pro/meizu-16s-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../meizu/2019/16s/meizu-16s-8gb-256gb-4g-lte.json | 8 +++++++- .../meizu/2019/16t/meizu-16t-8gb-256gb-4g-lte.json | 8 +++++++- .../meizu/2019/16xs/meizu-16xs-6gb-128gb-4g-lte.json | 8 +++++++- .../meizu/2019/m10/meizu-m10-3gb-32gb-4g-lte.json | 7 ++++++- .../meizu/2019/note-9/meizu-note-9-6gb-128gb-4g-lte.json | 8 +++++++- .../micromax-a110q-canvas-2-plus-1gb-4gb-3g.json | 7 ++++++- .../micromax-a114-canvas-2-2-1gb-4gb-3g.json | 7 ++++++- .../micromax-a240-canvas-doodle-2-1gb-16gb-3g.json | 7 ++++++- .../2014/a092-unite/micromax-a092-unite-1gb-8gb-3g.json | 7 ++++++- .../micromax-a102-canvas-doodle-3-1gb-8gb-3g.json | 7 ++++++- .../a106-unite-2/micromax-a106-unite-2-1gb-8gb-3g.json | 7 ++++++- .../micromax-a190-canvas-hd-plus-1gb-8gb-3g.json | 7 ++++++- .../micromax-a290-canvas-knight-cameo-1gb-8gb-3g.json | 7 ++++++- .../micromax-a350-canvas-knight-2gb-32gb-3g.json | 7 ++++++- .../micromax-a99-canvas-xpress-1gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-selfie-a255-2gb-16gb-3g.json | 7 ++++++- .../micromax-canvas-turbo-mini-1gb-4gb-3g.json | 7 ++++++- .../micromax-canvas-5-e481-3gb-16gb-4g-lte.json | 7 ++++++- .../micromax-canvas-a1-aq4502-1gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte.json | 7 ++++++- .../micromax-canvas-fire-4-a107-1gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-juice-2-aq5001-2gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-juice-3-q392-2gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte.json | 7 ++++++- .../micromax-canvas-nitro-2-e311-2gb-16gb-3g.json | 7 ++++++- .../micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte.json | 7 ++++++- .../micromax-canvas-selfie-2-q340-1gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-selfie-3-q348-1gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-selfie-lens-q345-1gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte.json | 7 ++++++- .../micromax-canvas-5-lite-q462-2gb-16gb-4g-lte.json | 7 ++++++- .../2016/canvas-6/micromax-canvas-6-3gb-32gb-4g-lte.json | 7 ++++++- .../micromax-canvas-spark-3-q385-1gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-unite-4-pro-2gb-16gb-4g-lte.json | 7 ++++++- .../micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte.json | 7 ++++++- .../2016/vdeo-2/micromax-vdeo-2-1gb-8gb-4g-lte.json | 7 ++++++- .../micromax-bharat-3-q437-1gb-8gb-4g-lte.json | 7 ++++++- .../micromax-bharat-4-q440-3gb-16gb-4g-lte.json | 7 ++++++- .../2017/bharat-5/micromax-bharat-5-1gb-16gb-4g-lte.json | 7 ++++++- .../2017/canvas-1/micromax-canvas-1-2gb-16gb-4g-lte.json | 7 ++++++- .../micromax-canvas-2-q4310-3gb-16gb-4g-lte.json | 7 ++++++- .../micromax-canvas-evok-note-e453-3gb-32gb-4g-lte.json | 7 ++++++- .../micromax-canvas-infinity-3gb-32gb-4g-lte.json | 7 ++++++- .../micromax-dual-4-e4816-4gb-64gb-4g-lte.json | 7 ++++++- .../2017/dual-5/micromax-dual-5-4gb-128gb-4g-lte.json | 3 ++- .../micromax-selfie-2-note-q4601-3gb-32gb-4g-lte.json | 7 ++++++- .../micromax-selfie-2-q4311-3gb-32gb-4g-lte.json | 7 ++++++- .../micromax-spark-vdeo-q415-1gb-8gb-4g-lte.json | 7 ++++++- .../micromax-bharat-5-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../micromax-bharat-5-pro-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/bharat-go/micromax-bharat-go-1gb-8gb-4g-lte.json | 7 ++++++- .../micromax-infinity-n11-2gb-32gb-4g-lte.json | 7 ++++++- .../micromax-infinity-n12-3gb-32gb-4g-lte.json | 7 ++++++- .../2014/lumia-535/microsoft-lumia-535-1gb-8gb-3g.json | 7 ++++++- .../microsoft-lumia-435-dual-sim-1gb-8gb-3g.json | 7 ++++++- .../2015/lumia-532/microsoft-lumia-532-1gb-8gb-3g.json | 7 ++++++- .../microsoft-lumia-640-dual-sim-1gb-8gb-3g.json | 7 ++++++- .../microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte.json | 7 ++++++- .../microsoft-lumia-640-lte-1gb-8gb-4g-lte.json | 7 ++++++- ...icrosoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte.json | 7 ++++++- .../microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte.json | 7 ++++++- .../lumia-640-xl/microsoft-lumia-640-xl-1gb-8gb-3g.json | 7 ++++++- .../microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte.json | 8 +++++++- .../microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte.json | 8 +++++++- .../microsoft-lumia-950-xl-3gb-32gb-4g-lte.json | 8 +++++++- .../lumia-950/microsoft-lumia-950-3gb-32gb-4g-lte.json | 8 +++++++- .../lumia-650/microsoft-lumia-650-1gb-16gb-4g-lte.json | 7 ++++++- .../microsoft-surface-duo-6gb-256gb-4g-lte.json | 8 +++++++- .../atrix-2-mb865/motorola-atrix-2-mb865-1gb-8gb-3g.json | 7 ++++++- .../2011/atrix-4g/motorola-atrix-4g-1gb-16gb-3g.json | 7 ++++++- .../motorola/2011/atrix/motorola-atrix-1gb-16gb-3g.json | 7 ++++++- .../motorola-droid-razr-xt912-1gb-16gb-4g-lte.json | 7 ++++++- .../motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte.json | 7 ++++++- .../motorola-photon-4g-mb855-1gb-16gb-3g.json | 7 ++++++- .../2011/razr-xt910/motorola-razr-xt910-1gb-16gb-3g.json | 7 ++++++- .../motorola-atrix-hd-mb886-1gb-8gb-4g-lte.json | 7 ++++++- .../motorola-droid-4-xt894-1gb-16gb-4g-lte.json | 7 ++++++- .../motorola-droid-razr-hd-1gb-16gb-4g-lte.json | 7 ++++++- .../motorola-droid-razr-m-1gb-8gb-4g-lte.json | 7 ++++++- .../motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte.json | 7 ++++++- .../motorola-droid-razr-maxx-1gb-8gb-4g-lte.json | 7 ++++++- .../motorola-electrify-2-xt881-1gb-8gb-3g.json | 7 ++++++- .../razr-i-xt890/motorola-razr-i-xt890-1gb-8gb-3g.json | 7 ++++++- .../motorola-razr-m-xt905-1gb-8gb-4g-lte.json | 7 ++++++- .../2012/razr-maxx/motorola-razr-maxx-1gb-16gb-3g.json | 7 ++++++- .../razr-v-xt885/motorola-razr-v-xt885-1gb-4gb-3g.json | 7 ++++++- .../razr-v-xt889/motorola-razr-v-xt889-1gb-4gb-3g.json | 7 ++++++- .../droid-maxx/motorola-droid-maxx-2gb-32gb-4g-lte.json | 7 ++++++- .../droid-mini/motorola-droid-mini-2gb-16gb-4g-lte.json | 7 ++++++- .../droid-ultra/motorola-droid-ultra-2gb-16gb-4g-lte.json | 7 ++++++- .../2013/moto-x/motorola-moto-x-2gb-64gb-4g-lte.json | 7 ++++++- .../2013/razr-d1/motorola-razr-d1-1gb-4gb-3g.json | 7 ++++++- .../razr-d3-xt919/motorola-razr-d3-xt919-1gb-4gb-3g.json | 7 ++++++- .../droid-turbo/motorola-droid-turbo-3gb-64gb-4g-lte.json | 3 ++- .../motorola/2014/luge/motorola-luge-1gb-8gb-4g-lte.json | 7 ++++++- .../motorola-moto-e-dual-sim-1gb-4gb-3g.json | 7 ++++++- .../motorola/2014/moto-e/motorola-moto-e-1gb-4gb-3g.json | 7 ++++++- .../motorola-moto-g-2nd-gen-1gb-8gb-3g.json | 7 ++++++- .../2014/moto-g-4g/motorola-moto-g-4g-1gb-8gb-4g-lte.json | 7 ++++++- .../motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g.json | 7 ++++++- .../motorola-moto-g-dual-sim-1gb-16gb-3g.json | 7 ++++++- .../moto-maxx/motorola-moto-maxx-3gb-64gb-4g-lte.json | 3 ++- .../motorola-moto-x-2nd-gen-2gb-64gb-4g-lte.json | 8 +++++++- .../2014/nexus-6/motorola-nexus-6-3gb-64gb-4g-lte.json | 7 ++++++- .../motorola-droid-maxx-2-2gb-16gb-4g-lte.json | 8 +++++++- .../motorola-droid-turbo-2-3gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-g-3rd-gen-2gb-16gb-4g-lte.json | 7 ++++++- .../motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte.json | 7 ++++++- ...torola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte.json | 7 ++++++- .../motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte.json | 7 ++++++- .../motorola-moto-g-turbo-2gb-16gb-4g-lte.json | 8 +++++++- .../motorola-moto-x-force-3gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte.json | 8 +++++++- .../moto-x-play/motorola-moto-x-play-2gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-x-style-3gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-e3-power-2gb-16gb-4g-lte.json | 8 +++++++- .../2016/moto-e3/motorola-moto-e3-1gb-8gb-4g-lte.json | 7 ++++++- .../motorola-moto-g4-play-2gb-16gb-4g-lte.json | 7 ++++++- .../motorola-moto-g4-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2016/moto-g4/motorola-moto-g4-2gb-32gb-4g-lte.json | 8 +++++++- .../2016/moto-m/motorola-moto-m-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-z-force-4gb-64gb-4g-lte.json | 8 +++++++- .../moto-z-play/motorola-moto-z-play-3gb-32gb-4g-lte.json | 8 +++++++- .../2016/moto-z/motorola-moto-z-4gb-64gb-4g-lte.json | 8 +++++++- .../moto-c-plus/motorola-moto-c-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../2017/moto-c/motorola-moto-c-1gb-16gb-4g-lte.json | 7 ++++++- .../motorola-moto-e4-plus-usa-2gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-e4-plus-3gb-32gb-4g-lte.json | 8 +++++++- .../2017/moto-e4/motorola-moto-e4-2gb-16gb-4g-lte.json | 8 +++++++- .../motorola-moto-g5-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/moto-g5/motorola-moto-g5-3gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-g5s-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/moto-g5s/motorola-moto-g5s-4gb-32gb-4g-lte.json | 8 +++++++- .../2017/moto-x4/motorola-moto-x4-6gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-z2-play-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-e5-cruise-2gb-16gb-4g-lte.json | 7 ++++++- .../motorola-moto-e5-play-2gb-16gb-4g-lte.json | 8 +++++++- .../motorola-moto-e5-plus-3gb-32gb-4g-lte.json | 8 +++++++- .../2018/moto-e5/motorola-moto-e5-2gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-g6-play-3gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-g6-plus-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/moto-g6/motorola-moto-g6-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-z3-play-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/moto-z3/motorola-moto-z3-6gb-128gb-4g-lte.json | 8 +++++++- .../motorola-one-p30-play-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-one-power-p30-note-6gb-64gb-4g-lte.json | 8 +++++++- .../motorola/2018/p30/motorola-p30-6gb-128gb-4g-lte.json | 8 +++++++- .../motorola-moto-e6-play-2gb-32gb-4g-lte.json | 7 ++++++- .../motorola-moto-e6-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/moto-e6/motorola-moto-e6-2gb-16gb-4g-lte.json | 7 ++++++- .../motorola-moto-g7-play-3gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-g7-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-g7-power-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/moto-g7/motorola-moto-g7-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-g8-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/moto-z4/motorola-moto-z4-4gb-128gb-4g-lte.json | 8 +++++++- .../one-action/motorola-one-action-4gb-128gb-4g-lte.json | 8 +++++++- .../one-hyper/motorola-one-hyper-4gb-128gb-4g-lte.json | 8 +++++++- .../one-macro/motorola-one-macro-4gb-64gb-4g-lte.json | 8 +++++++- .../one-vision/motorola-one-vision-4gb-128gb-4g-lte.json | 8 +++++++- .../razr-2019/motorola-razr-2019-6gb-128gb-4g-lte.json | 8 +++++++- .../moto-e-2020/motorola-moto-e-2020-2gb-32gb-4g-lte.json | 7 ++++++- .../motorola-moto-e6s-2020-4gb-64gb-4g-lte.json | 7 ++++++- .../moto-g-fast/motorola-moto-g-fast-3gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-g-power-4gb-64gb-4g-lte.json | 8 +++++++- .../moto-g-pro/motorola-moto-g-pro-4gb-128gb-4g-lte.json | 8 +++++++- .../motorola-moto-g-stylus-4gb-128gb-4g-lte.json | 8 +++++++- .../motorola-moto-g8-power-lite-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-g8-power-4gb-64gb-4g-lte.json | 8 +++++++- .../2020/moto-g8/motorola-moto-g8-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-g9-plus-6gb-128gb-4g-lte.json | 8 +++++++- .../one-fusion/motorola-one-fusion-4gb-128gb-4g-lte.json | 8 +++++++- .../motorola-one-vision-plus-4gb-128gb-4g-lte.json | 8 +++++++- .../edge-20-lite/motorola-edge-20-lite-8gb-128gb-5g.json | 8 +++++++- .../2021/moto-e20/motorola-moto-e20-3gb-32gb-4g-lte.json | 8 +++++++- .../2021/moto-e6i/motorola-moto-e6i-2gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-e7i-power-2gb-32gb-4g-lte.json | 8 +++++++- .../moto-g50-5g/motorola-moto-g50-5g-4gb-128gb-5g.json | 8 +++++++- .../2022/moto-e32/motorola-moto-e32-4gb-64gb-4g-lte.json | 8 +++++++- .../moto-g-2022/motorola-moto-g-2022-6gb-256gb-5g.json | 8 +++++++- .../2022/moto-g72/motorola-moto-g72-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/defy-2/motorola-defy-2-6gb-128gb-5g.json | 8 +++++++- .../2023/moto-e13/motorola-moto-e13-8gb-128gb-4g-lte.json | 8 +++++++- .../motorola-moto-g-power-5g-6gb-256gb-5g.json | 8 +++++++- .../2023/moto-g14/motorola-moto-g14-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/moto-g73/motorola-moto-g73-8gb-256gb-5g.json | 8 +++++++- .../edge-50-neo/motorola-edge-50-neo-12gb-512gb-5g.json | 8 +++++++- .../2024/moto-e14/motorola-moto-e14-4gb-64gb-4g-lte.json | 8 +++++++- .../2024/moto-g04/motorola-moto-g04-8gb-128gb-4g-lte.json | 8 +++++++- .../moto-g04s/motorola-moto-g04s-8gb-128gb-4g-lte.json | 8 +++++++- .../2024/moto-s50/motorola-moto-s50-12gb-512gb-5g.json | 8 +++++++- .../motorola-thinkphone-25-12gb-512gb-5g.json | 8 +++++++- data/smartphone/nokia/2011/n9/nokia-n9-1gb-64gb-3g.json | 7 ++++++- .../nokia/2012/lumia-810/nokia-lumia-810-1gb-8gb-3g.json | 7 ++++++- .../2012/lumia-820/nokia-lumia-820-1gb-8gb-4g-lte.json | 7 ++++++- .../2012/lumia-822/nokia-lumia-822-1gb-16gb-4g-lte.json | 7 ++++++- .../2012/lumia-920/nokia-lumia-920-1gb-32gb-4g-lte.json | 7 ++++++- .../2013/lumia-1020/nokia-lumia-1020-2gb-64gb-4g-lte.json | 7 ++++++- .../2013/lumia-1520/nokia-lumia-1520-2gb-32gb-4g-lte.json | 7 ++++++- .../nokia/2013/lumia-525/nokia-lumia-525-1gb-8gb-3g.json | 7 ++++++- .../2013/lumia-925/nokia-lumia-925-1gb-32gb-4g-lte.json | 7 ++++++- .../2013/lumia-928/nokia-lumia-928-1gb-32gb-4g-lte.json | 7 ++++++- .../2014/lumia-635/nokia-lumia-635-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/lumia-638/nokia-lumia-638-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/lumia-735/nokia-lumia-735-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/lumia-830/nokia-lumia-830-1gb-16gb-4g-lte.json | 7 ++++++- .../2014/lumia-930/nokia-lumia-930-2gb-32gb-4g-lte.json | 7 ++++++- .../2014/lumia-icon/nokia-lumia-icon-2gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/nokia/2014/n1/nokia-n1-2gb-32gb-2g.json | 7 ++++++- data/smartphone/nokia/2017/2/nokia-2-1gb-8gb-4g-lte.json | 7 ++++++- data/smartphone/nokia/2017/3/nokia-3-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/nokia/2017/5/nokia-5-3gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/nokia/2017/6/nokia-6-4gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/nokia/2017/7/nokia-7-6gb-64gb-4g-lte.json | 8 +++++++- .../smartphone/nokia/2017/8/nokia-8-6gb-128gb-4g-lte.json | 8 +++++++- data/smartphone/nokia/2018/1/nokia-1-1gb-8gb-4g-lte.json | 7 ++++++- .../nokia/2018/2-1/nokia-2-1-1gb-8gb-4g-lte.json | 8 +++++++- .../nokia/2018/3-1/nokia-3-1-3gb-32gb-4g-lte.json | 7 ++++++- .../nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte.json | 8 +++++++- .../nokia/2018/6-1/nokia-6-1-4gb-64gb-4g-lte.json | 8 +++++++- .../nokia/2018/7-1/nokia-7-1-4gb-64gb-4g-lte.json | 8 +++++++- .../nokia/2018/7-plus/nokia-7-plus-6gb-64gb-4g-lte.json | 8 +++++++- .../8-1-nokia-x7/nokia-8-1-nokia-x7-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/8-sirocco/nokia-8-sirocco-6gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2019/1-plus/nokia-1-plus-3gb-16gb-4g-lte.json | 7 ++++++- .../nokia/2019/2-2/nokia-2-2-3gb-32gb-4g-lte.json | 8 +++++++- .../nokia/2019/2-3/nokia-2-3-2gb-32gb-4g-lte.json | 7 ++++++- .../nokia/2019/3-1-a/nokia-3-1-a-2gb-32gb-4g-lte.json | 8 +++++++- .../nokia/2019/3-1-c/nokia-3-1-c-2gb-32gb-4g-lte.json | 8 +++++++- .../nokia/2019/3-2/nokia-3-2-3gb-64gb-4g-lte.json | 8 +++++++- .../nokia/2019/4-2/nokia-4-2-3gb-32gb-4g-lte.json | 7 ++++++- .../nokia/2019/6-2/nokia-6-2-4gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2019/7-2/nokia-7-2-6gb-128gb-4g-lte.json | 8 +++++++- .../9-pureview/nokia-9-pureview-6gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2019/x71/nokia-x71-6gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2020/2-4/nokia-2-4-3gb-64gb-4g-lte.json | 8 +++++++- .../2020/2-v-tella/nokia-2-v-tella-2gb-16gb-4g-lte.json | 8 +++++++- .../nokia/2020/3-v/nokia-3-v-2gb-16gb-4g-lte.json | 8 +++++++- .../nokia/2020/5-3/nokia-5-3-6gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2020/c2-tava/nokia-c2-tava-2gb-32gb-4g-lte.json | 8 +++++++- .../2020/c2-tennen/nokia-c2-tennen-2gb-32gb-4g-lte.json | 8 +++++++- .../nokia/2020/c3/nokia-c3-3gb-32gb-4g-lte.json | 7 ++++++- .../nokia/2020/c5-endi/nokia-c5-endi-3gb-64gb-4g-lte.json | 8 +++++++- .../2021/c01-plus/nokia-c01-plus-2gb-32gb-4g-lte.json | 7 ++++++- .../2021/c20-plus/nokia-c20-plus-3gb-32gb-4g-lte.json | 8 +++++++- .../nokia/2021/c20/nokia-c20-2gb-32gb-4g-lte.json | 7 ++++++- .../nokia/2021/c30/nokia-c30-4gb-64gb-4g-lte.json | 8 +++++++- .../nokia/2022/c200/nokia-c200-3gb-32gb-4g-lte.json | 8 +++++++- .../2022/c21-plus/nokia-c21-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../nokia/2022/c21/nokia-c21-3gb-64gb-4g-lte.json | 7 ++++++- .../nokia/2022/c31/nokia-c31-4gb-128gb-4g-lte.json | 8 +++++++- .../2022/g11-plus/nokia-g11-plus-4gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2022/g11/nokia-g11-4gb-64gb-4g-lte.json | 8 +++++++- .../nokia/2022/g21/nokia-g21-6gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2022/t21/nokia-t21-4gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2023/c110/nokia-c110-3gb-32gb-4g-lte.json | 8 +++++++- .../nokia/2023/c22/nokia-c22-4gb-128gb-4g-lte.json | 8 +++++++- .../nokia/2023/g22/nokia-g22-6gb-256gb-4g-lte.json | 8 +++++++- .../cmf-phone-1/nothing-cmf-phone-1-8gb-256gb-5g.json | 8 +++++++- .../oneplus/2014/one/oneplus-one-3gb-64gb-4g-lte.json | 7 ++++++- .../oneplus/2015/2/oneplus-2-4gb-64gb-4g-lte.json | 7 ++++++- .../oneplus/2015/x/oneplus-x-3gb-16gb-4g-lte.json | 7 ++++++- .../oneplus/2016/3/oneplus-3-6gb-64gb-4g-lte.json | 8 +++++++- .../oneplus/2016/3t/oneplus-3t-6gb-128gb-4g-lte.json | 8 +++++++- .../oneplus/2017/5/oneplus-5-8gb-128gb-4g-lte.json | 8 +++++++- .../oneplus/2017/5t/oneplus-5t-8gb-128gb-4g-lte.json | 8 +++++++- .../oneplus/2018/6/oneplus-6-8gb-256gb-4g-lte.json | 8 +++++++- .../6t-mclaren/oneplus-6t-mclaren-10gb-256gb-4g-lte.json | 8 +++++++- .../oneplus/2018/6t/oneplus-6t-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/7-pro-5g/oneplus-7-pro-5g-12gb-256gb-5g.json | 8 +++++++- .../2019/7-pro/oneplus-7-pro-12gb-256gb-4g-lte.json | 8 +++++++- .../oneplus/2019/7/oneplus-7-12gb-256gb-4g-lte.json | 8 +++++++- .../2019/7t-pro/oneplus-7t-pro-12gb-256gb-4g-lte.json | 8 +++++++- .../oneplus/2019/7t/oneplus-7t-8gb-256gb-4g-lte.json | 8 +++++++- .../2022/nord-2t/oneplus-nord-2t-12gb-256gb-5g.json | 8 +++++++- .../2022/nord-n300/oneplus-nord-n300-4gb-64gb-5g.json | 8 +++++++- .../oneplus/2023/ace-2v/oneplus-ace-2v-16gb-512gb-5g.json | 8 +++++++- .../oneplus/2023/nord-3/oneplus-nord-3-16gb-256gb-5g.json | 8 +++++++- .../oppo/2012/r817-real/oppo-r817-real-1gb-4gb-3g.json | 7 ++++++- data/smartphone/oppo/2012/t29/oppo-t29-1gb-4gb-3g.json | 7 ++++++- .../u705t-ulike-2/oppo-u705t-ulike-2-1gb-16gb-3g.json | 7 ++++++- data/smartphone/oppo/2013/n1/oppo-n1-2gb-32gb-3g.json | 7 ++++++- .../oppo/2013/r1-r829t/oppo-r1-r829t-1gb-16gb-3g.json | 7 ++++++- .../2013/r815t-clover/oppo-r815t-clover-1gb-4gb-3g.json | 7 ++++++- data/smartphone/oppo/2013/r819/oppo-r819-1gb-16gb-3g.json | 7 ++++++- .../2014/find-5-mini/oppo-find-5-mini-1gb-4gb-3g.json | 7 ++++++- .../oppo/2014/find-7a/oppo-find-7a-2gb-16gb-4g-lte.json | 8 +++++++- .../oppo/2014/n1-mini/oppo-n1-mini-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/oppo/2014/n3/oppo-n3-2gb-32gb-4g-lte.json | 8 +++++++- .../smartphone/oppo/2014/neo-5/oppo-neo-5-1gb-4gb-3g.json | 7 ++++++- .../oppo/2014/r1s/oppo-r1s-1gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2014/r2001-yoyo/oppo-r2001-yoyo-1gb-4gb-3g.json | 7 ++++++- data/smartphone/oppo/2014/r3/oppo-r3-1gb-8gb-4g-lte.json | 7 ++++++- data/smartphone/oppo/2014/r5/oppo-r5-2gb-16gb-4g-lte.json | 8 +++++++- .../oppo/2015/a31-2015/oppo-a31-2015-1gb-8gb-4g-lte.json | 7 ++++++- .../oppo/2015/a33-2015/oppo-a33-2015-2gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2015/a53-2015/oppo-a53-2015-2gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2015/mirror-3/oppo-mirror-3-1gb-8gb-4g-lte.json | 8 +++++++- .../oppo/2015/mirror-5/oppo-mirror-5-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/mirror-5s/oppo-mirror-5s-2gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2015/neo-5-2015/oppo-neo-5-2015-1gb-16gb-3g.json | 7 ++++++- .../oppo/2015/neo-5s/oppo-neo-5s-1gb-8gb-4g-lte.json | 7 ++++++- .../oppo/2015/r1x/oppo-r1x-2gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2015/r5s/oppo-r5s-3gb-32gb-4g-lte.json | 8 +++++++- .../oppo/2015/r7-lite/oppo-r7-lite-2gb-16gb-4g-lte.json | 8 +++++++- .../oppo/2015/r7-plus/oppo-r7-plus-4gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/oppo/2015/r7/oppo-r7-3gb-16gb-4g-lte.json | 8 +++++++- data/smartphone/oppo/2015/u3/oppo-u3-2gb-16gb-4g-lte.json | 8 +++++++- .../oppo/2016/a37/oppo-a37-2gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2016/a57-2016/oppo-a57-2016-3gb-32gb-4g-lte.json | 7 ++++++- .../oppo/2016/a59-2016/oppo-a59-2016-3gb-32gb-4g-lte.json | 7 ++++++- .../oppo/2016/f1-plus/oppo-f1-plus-4gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/oppo/2016/f1/oppo-f1-3gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2016/r9-plus/oppo-r9-plus-4gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2016/r9s-plus/oppo-r9s-plus-6gb-64gb-4g-lte.json | 8 +++++++- .../oppo/2016/r9s/oppo-r9s-4gb-64gb-4g-lte.json | 8 +++++++- .../oppo/2017/a39/oppo-a39-3gb-32gb-4g-lte.json | 7 ++++++- .../oppo/2017/a71/oppo-a71-3gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2017/a77-2017/oppo-a77-2017-4gb-64gb-4g-lte.json | 7 ++++++- .../a77-mediatek/oppo-a77-mediatek-4gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2017/f3-plus/oppo-f3-plus-6gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/oppo/2017/f3/oppo-f3-4gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2017/f5-youth/oppo-f5-youth-4gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/oppo/2017/f5/oppo-f5-6gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2017/r11-plus/oppo-r11-plus-6gb-64gb-4g-lte.json | 8 +++++++- .../oppo/2017/r11/oppo-r11-6gb-128gb-4g-lte.json | 8 +++++++- .../2017/r11s-plus/oppo-r11s-plus-6gb-64gb-4g-lte.json | 8 +++++++- .../oppo/2017/r11s/oppo-r11s-4gb-64gb-4g-lte.json | 8 +++++++- .../oppo/2018/a1-2018/oppo-a1-2018-4gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2018/a3-2018/oppo-a3-2018-4gb-128gb-4g-lte.json | 7 ++++++- .../oppo/2018/a3s/oppo-a3s-4gb-64gb-4g-lte.json | 8 +++++++- .../oppo/2018/a5-ax5/oppo-a5-ax5-4gb-64gb-4g-lte.json | 7 ++++++- data/smartphone/oppo/2018/a7/oppo-a7-4gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2018/a71-2018/oppo-a71-2018-3gb-16gb-4g-lte.json | 7 ++++++- .../oppo/2018/a7x/oppo-a7x-4gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2018/a83/oppo-a83-4gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2018/f7-youth/oppo-f7-youth-4gb-64gb-4g-lte.json | 7 ++++++- .../smartphone/oppo/2018/f7/oppo-f7-6gb-128gb-4g-lte.json | 7 ++++++- .../2018/f9-f9-pro/oppo-f9-f9-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../oppo-find-x-lamborghini-8gb-512gb-4g-lte.json | 8 +++++++- .../oppo/2018/find-x/oppo-find-x-8gb-256gb-4g-lte.json | 8 +++++++- data/smartphone/oppo/2018/k1/oppo-k1-6gb-64gb-4g-lte.json | 8 +++++++- .../oppo/2018/r15-pro/oppo-r15-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2018/r15/oppo-r15-8gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2018/r15x/oppo-r15x-6gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2018/r17/oppo-r17-8gb-128gb-4g-lte.json | 8 +++++++- .../2018/rx17-neo/oppo-rx17-neo-4gb-128gb-4g-lte.json | 8 +++++++- .../2018/rx17-pro/oppo-rx17-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2019/a11/oppo-a11-6gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/a1k/oppo-a1k-3gb-32gb-4g-lte.json | 7 ++++++- .../oppo/2019/a5-2020/oppo-a5-2020-4gb-128gb-4g-lte.json | 7 ++++++- .../oppo/2019/a5s-ax5s/oppo-a5s-ax5s-4gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2019/a7n/oppo-a7n-4gb-64gb-4g-lte.json | 7 ++++++- .../smartphone/oppo/2019/a8/oppo-a8-4gb-128gb-4g-lte.json | 7 ++++++- .../oppo/2019/a9-2020/oppo-a9-2020-8gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/oppo/2019/a9/oppo-a9-8gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2019/a91/oppo-a91-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/a9x/oppo-a9x-6gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2019/f11-pro/oppo-f11-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2019/f11/oppo-f11-6gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/oppo/2019/k3/oppo-k3-8gb-256gb-4g-lte.json | 8 +++++++- .../smartphone/oppo/2019/k5/oppo-k5-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo-reno-10x-zoom-12gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/reno-5g/oppo-reno-5g-8gb-256gb-5g.json | 8 +++++++- .../oppo/2019/reno-a/oppo-reno-a-6gb-128gb-4g-lte.json | 7 ++++++- .../2019/reno-ace/oppo-reno-ace-12gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/reno-z/oppo-reno-z-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/reno/oppo-reno-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/reno2-f/oppo-reno2-f-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/reno2-z/oppo-reno2-z-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/reno2/oppo-reno2-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2019/reno3-5g/oppo-reno3-5g-12gb-128gb-5g.json | 8 +++++++- .../oppo/2020/a11k/oppo-a11k-2gb-32gb-4g-lte.json | 7 ++++++- .../oppo/2020/a12/oppo-a12-4gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2020/a12e/oppo-a12e-3gb-64gb-4g-lte.json | 7 ++++++- .../oppo/2020/a12s/oppo-a12s-3gb-32gb-4g-lte.json | 8 +++++++- .../oppo/2020/a15/oppo-a15-3gb-32gb-4g-lte.json | 8 +++++++- .../oppo/2020/a15s/oppo-a15s-4gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2020/a31/oppo-a31-6gb-128gb-4g-lte.json | 7 ++++++- .../oppo/2020/a52/oppo-a52-8gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2020/a53-5g/oppo-a53-5g-8gb-128gb-5g.json | 8 +++++++- .../oppo/2020/a72-5g/oppo-a72-5g-8gb-128gb-5g.json | 8 +++++++- .../oppo/2020/a72/oppo-a72-8gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2020/a73-5g/oppo-a73-5g-8gb-128gb-5g.json | 8 +++++++- .../oppo/2020/a92/oppo-a92-8gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/oppo/2020/a92s/oppo-a92s-8gb-256gb-5g.json | 8 +++++++- .../oppo/2020/f15/oppo-f15-8gb-128gb-4g-lte.json | 8 +++++++- data/smartphone/oppo/2020/k7x/oppo-k7x-8gb-256gb-5g.json | 8 +++++++- .../oppo/2020/reno3/oppo-reno3-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/reno4-pro/oppo-reno4-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2020/reno4-se/oppo-reno4-se-8gb-256gb-5g.json | 8 +++++++- .../2020/reno4-z-5g/oppo-reno4-z-5g-8gb-128gb-5g.json | 8 +++++++- .../oppo/2020/reno4/oppo-reno4-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/reno5-4g/oppo-reno5-4g-8gb-128gb-4g-lte.json | 8 +++++++- .../reno5-pro-5g/oppo-reno5-pro-5g-12gb-256gb-5g.json | 8 +++++++- .../oppo/2021/a35/oppo-a35-4gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2021/a53s-5g/oppo-a53s-5g-8gb-128gb-5g.json | 8 +++++++- .../oppo/2021/a54/oppo-a54-6gb-128gb-4g-lte.json | 8 +++++++- .../oppo/2021/a55-5g/oppo-a55-5g-8gb-128gb-5g.json | 8 +++++++- .../oppo/2021/a56-5g/oppo-a56-5g-6gb-128gb-5g.json | 8 +++++++- .../oppo/2021/a93s-5g/oppo-a93s-5g-8gb-256gb-5g.json | 8 +++++++- .../oppo/2021/a94-5g/oppo-a94-5g-8gb-128gb-5g.json | 8 +++++++- .../oppo/2021/a95-5g/oppo-a95-5g-8gb-256gb-5g.json | 8 +++++++- .../2021/f19-pro-5g/oppo-f19-pro-5g-8gb-128gb-5g.json | 8 +++++++- .../oppo/2021/k9-pro/oppo-k9-pro-12gb-256gb-5g.json | 8 +++++++- data/smartphone/oppo/2021/k9x/oppo-k9x-8gb-256gb-5g.json | 8 +++++++- .../oppo/2021/reno5-z/oppo-reno5-z-8gb-128gb-5g.json | 8 +++++++- .../oppo/2021/reno6-5g/oppo-reno6-5g-12gb-256gb-5g.json | 8 +++++++- .../oppo/2021/reno6-z/oppo-reno6-z-8gb-256gb-5g.json | 8 +++++++- .../oppo/2021/reno6/oppo-reno6-8gb-128gb-4g-lte.json | 8 +++++++- .../2021/reno7-se-5g/oppo-reno7-se-5g-8gb-256gb-5g.json | 8 +++++++- .../oppo/2022/a16e/oppo-a16e-4gb-64gb-4g-lte.json | 8 +++++++- .../smartphone/oppo/2022/a55s/oppo-a55s-8gb-128gb-5g.json | 8 +++++++- data/smartphone/oppo/2022/a57/oppo-a57-8gb-256gb-5g.json | 8 +++++++- .../oppo/2022/a58-china/oppo-a58-china-8gb-256gb-5g.json | 8 +++++++- .../smartphone/oppo/2022/a58x/oppo-a58x-8gb-128gb-5g.json | 8 +++++++- data/smartphone/oppo/2022/a77/oppo-a77-6gb-128gb-5g.json | 8 +++++++- data/smartphone/oppo/2022/a97/oppo-a97-12gb-256gb-5g.json | 8 +++++++- .../find-n2-flip/oppo-find-n2-flip-16gb-512gb-5g.json | 8 +++++++- .../2022/find-x5-lite/oppo-find-x5-lite-8gb-256gb-5g.json | 8 +++++++- .../oppo/2022/k10-5g/oppo-k10-5g-8gb-128gb-5g.json | 8 +++++++- .../2022/reno8-china/oppo-reno8-china-12gb-256gb-5g.json | 8 +++++++- .../oppo/2022/reno8/oppo-reno8-12gb-256gb-5g.json | 8 +++++++- data/smartphone/oppo/2023/a1x/oppo-a1x-8gb-128gb-5g.json | 8 +++++++- .../smartphone/oppo/2023/a56s/oppo-a56s-8gb-256gb-5g.json | 8 +++++++- data/smartphone/oppo/2023/a78/oppo-a78-8gb-128gb-5g.json | 8 +++++++- .../oppo-reno10-pro-china-16gb-512gb-5g.json | 8 +++++++- .../reno11-china/oppo-reno11-china-12gb-512gb-5g.json | 8 +++++++- .../oppo/2023/reno8-t/oppo-reno8-t-8gb-256gb-4g-lte.json | 8 +++++++- data/smartphone/oppo/2024/a3/oppo-a3-6gb-128gb-5g.json | 8 +++++++- .../oppo/2024/a3x-china/oppo-a3x-china-8gb-512gb-5g.json | 8 +++++++- data/smartphone/oppo/2024/a3x/oppo-a3x-4gb-128gb-5g.json | 8 +++++++- data/smartphone/oppo/2024/a80/oppo-a80-8gb-256gb-5g.json | 8 +++++++- data/smartphone/oppo/2024/f27/oppo-f27-8gb-256gb-5g.json | 8 +++++++- .../oppo/2024/find-x7/oppo-find-x7-16gb-512gb-5g.json | 8 +++++++- .../smartphone/oppo/2024/k12x/oppo-k12x-8gb-256gb-5g.json | 8 +++++++- .../oppo/2024/reno12-f/oppo-reno12-f-12gb-512gb-5g.json | 8 +++++++- .../oppo-reno12-pro-china-16gb-512gb-5g.json | 8 +++++++- .../realme/2018/1/realme-1-6gb-128gb-4g-lte.json | 7 ++++++- .../realme/2018/2-pro/realme-2-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2018/2/realme-2-4gb-64gb-4g-lte.json | 7 ++++++- .../realme/2018/c1/realme-c1-2gb-16gb-4g-lte.json | 7 ++++++- .../realme/2018/u1/realme-u1-4gb-64gb-4g-lte.json | 8 +++++++- .../realme/2019/3-pro/realme-3-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../realme/2019/3/realme-3-4gb-64gb-4g-lte.json | 8 +++++++- .../realme/2019/3i/realme-3i-4gb-64gb-4g-lte.json | 8 +++++++- .../realme/2019/5-pro/realme-5-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2019/5/realme-5-4gb-128gb-4g-lte.json | 8 +++++++- .../realme/2019/5s/realme-5s-4gb-128gb-4g-lte.json | 8 +++++++- .../2019/c1-2019/realme-c1-2019-3gb-32gb-4g-lte.json | 7 ++++++- .../2019/c2-2020/realme-c2-2020-3gb-64gb-4g-lte.json | 7 ++++++- .../realme/2019/c2/realme-c2-3gb-64gb-4g-lte.json | 7 ++++++- .../realme/2019/q/realme-q-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2019/x/realme-x-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/x2-pro/realme-x2-pro-12gb-256gb-4g-lte.json | 8 +++++++- .../realme/2019/x2/realme-x2-8gb-256gb-4g-lte.json | 8 +++++++- .../realme/2019/xt/realme-xt-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2020/5i/realme-5i-4gb-128gb-4g-lte.json | 8 +++++++- .../realme/2020/6-pro/realme-6-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2020/6/realme-6-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/6i-india/realme-6i-india-6gb-64gb-4g-lte.json | 8 +++++++- .../realme/2020/6s/realme-6s-6gb-128gb-4g-lte.json | 8 +++++++- .../realme/2020/7-5g/realme-7-5g-8gb-128gb-5g.json | 8 +++++++- .../realme/2020/7-pro/realme-7-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2020/c2s/realme-c2s-3gb-32gb-4g-lte.json | 7 ++++++- .../2020/narzo-20a/realme-narzo-20a-4gb-64gb-4g-lte.json | 8 +++++++- .../realme/2020/narzo/realme-narzo-4gb-128gb-4g-lte.json | 8 +++++++- .../realme/2020/q2-pro/realme-q2-pro-8gb-256gb-5g.json | 8 +++++++- .../smartphone/realme/2020/q2/realme-q2-6gb-128gb-5g.json | 8 +++++++- .../realme/2020/q2i/realme-q2i-4gb-128gb-5g.json | 8 +++++++- .../smartphone/realme/2020/v3/realme-v3-8gb-128gb-5g.json | 8 +++++++- .../realme/2020/v5-5g/realme-v5-5g-8gb-128gb-5g.json | 8 +++++++- .../realme-x3-superzoom-12gb-256gb-4g-lte.json | 8 +++++++- .../realme/2020/x3/realme-x3-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2020/x7-pro/realme-x7-pro-8gb-256gb-5g.json | 8 +++++++- .../realme/2021/8-pro/realme-8-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2021/8s-5g/realme-8s-5g-8gb-128gb-5g.json | 8 +++++++- .../2021/c11-2021/realme-c11-2021-4gb-64gb-4g-lte.json | 8 +++++++- .../gt-neo-flash/realme-gt-neo-flash-12gb-256gb-5g.json | 8 +++++++- .../realme/2021/gt-neo/realme-gt-neo-12gb-256gb-5g.json | 8 +++++++- .../2021/gt-neo2t/realme-gt-neo2t-12gb-256gb-5g.json | 8 +++++++- .../2021/narzo-30-5g/realme-narzo-30-5g-6gb-128gb-5g.json | 8 +++++++- .../realme-narzo-30-pro-5g-8gb-128gb-5g.json | 8 +++++++- .../2021/q3-pro-5g/realme-q3-pro-5g-8gb-256gb-5g.json | 8 +++++++- .../realme/2021/q3i-5g/realme-q3i-5g-6gb-128gb-5g.json | 8 +++++++- .../realme/2021/v11-5g/realme-v11-5g-6gb-128gb-5g.json | 3 ++- .../realme/2021/v11s-5g/realme-v11s-5g-6gb-128gb-5g.json | 3 ++- .../realme/2021/v13-5g/realme-v13-5g-8gb-256gb-5g.json | 8 +++++++- .../realme/2021/v15-5g/realme-v15-5g-8gb-128gb-5g.json | 8 +++++++- .../2021/x7-india/realme-x7-india-8gb-128gb-5g.json | 8 +++++++- .../2021/x7-max-5g/realme-x7-max-5g-12gb-256gb-5g.json | 8 +++++++- .../x7-pro-ultra/realme-x7-pro-ultra-12gb-256gb-5g.json | 8 +++++++- .../realme/2022/10-5g/realme-10-5g-8gb-256gb-5g.json | 8 +++++++- .../realme/2022/10/realme-10-8gb-256gb-4g-lte.json | 8 +++++++- .../realme/2022/10s/realme-10s-8gb-256gb-5g.json | 8 +++++++- .../2022/9-5g-india/realme-9-5g-india-6gb-128gb-5g.json | 8 +++++++- .../realme/2022/9-pro/realme-9-pro-8gb-256gb-5g.json | 8 +++++++- .../realme/2022/c30/realme-c30-4gb-64gb-4g-lte.json | 8 +++++++- .../realme/2022/c31/realme-c31-4gb-64gb-4g-lte.json | 8 +++++++- .../realme/2022/c33/realme-c33-4gb-128gb-4g-lte.json | 8 +++++++- .../realme/2022/c35/realme-c35-6gb-128gb-4g-lte.json | 8 +++++++- .../2022/gt-neo-3/realme-gt-neo-3-12gb-512gb-5g.json | 8 +++++++- .../2022/narzo-50-5g/realme-narzo-50-5g-6gb-128gb-5g.json | 8 +++++++- .../realme-narzo-50a-prime-4gb-128gb-4g-lte.json | 8 +++++++- .../realme-narzo-50i-prime-4gb-64gb-4g-lte.json | 8 +++++++- .../realme/2022/v20/realme-v20-8gb-128gb-5g.json | 8 +++++++- .../realme/2022/v23/realme-v23-12gb-256gb-5g.json | 8 +++++++- .../realme/2022/v23i/realme-v23i-4gb-128gb-5g.json | 8 +++++++- .../realme/2023/10t/realme-10t-8gb-256gb-5g.json | 8 +++++++- .../realme/2023/11-4g/realme-11-4g-8gb-256gb-4g-lte.json | 8 +++++++- .../smartphone/realme/2023/11/realme-11-8gb-256gb-5g.json | 8 +++++++- .../realme/2023/11x/realme-11x-8gb-128gb-5g.json | 8 +++++++- .../2023/c33-2023/realme-c33-2023-4gb-128gb-4g-lte.json | 8 +++++++- .../realme/2023/c51/realme-c51-6gb-256gb-4g-lte.json | 8 +++++++- .../2023/c53-india/realme-c53-india-6gb-128gb-4g-lte.json | 8 +++++++- .../realme/2023/c53/realme-c53-8gb-256gb-4g-lte.json | 8 +++++++- .../realme/2023/c67/realme-c67-6gb-128gb-5g.json | 8 +++++++- .../2023/narzo-60x/realme-narzo-60x-6gb-128gb-5g.json | 8 +++++++- .../2023/narzo-n53/realme-narzo-n53-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2023/v50s/realme-v50s-8gb-256gb-5g.json | 7 ++++++- .../smartphone/realme/2024/12/realme-12-8gb-512gb-5g.json | 8 +++++++- .../2024/12x-india/realme-12x-india-8gb-128gb-5g.json | 8 +++++++- .../realme/2024/12x/realme-12x-12gb-512gb-5g.json | 8 +++++++- .../realme/2024/c51s/realme-c51s-6gb-128gb-4g-lte.json | 8 +++++++- .../2024/c61-india/realme-c61-india-6gb-128gb-4g-lte.json | 8 +++++++- .../realme/2024/c61/realme-c61-8gb-256gb-4g-lte.json | 8 +++++++- .../realme/2024/c63-5g/realme-c63-5g-8gb-128gb-5g.json | 8 +++++++- .../realme/2024/c63/realme-c63-8gb-256gb-4g-lte.json | 8 +++++++- .../realme/2024/c65-5g/realme-c65-5g-8gb-128gb-5g.json | 8 +++++++- .../realme/2024/c65/realme-c65-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/narzo-n61/realme-narzo-n61-6gb-128gb-4g-lte.json | 8 +++++++- .../2024/narzo-n63/realme-narzo-n63-4gb-128gb-4g-lte.json | 8 +++++++- .../2024/note-50/realme-note-50-4gb-256gb-4g-lte.json | 8 +++++++- .../2024/note-60/realme-note-60-8gb-256gb-4g-lte.json | 8 +++++++- .../realme/2024/v60/realme-v60-8gb-256gb-5g.json | 8 +++++++- .../samsung-galaxy-nexus-i515-1gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-n7000-1gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-ii-i777-1gb-32gb-3g.json | 7 ++++++- .../samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte.json | 7 ++++++- ...amsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-ii-t989-1gb-32gb-3g.json | 7 ++++++- .../samsung-i9100-galaxy-s-ii-1gb-32gb-3g.json | 7 ++++++- .../samsung-i9100g-galaxy-s-ii-1gb-16gb-3g.json | 7 ++++++- .../i9103-galaxy-r/samsung-i9103-galaxy-r-1gb-8gb-3g.json | 7 ++++++- .../samsung-i927-captivate-glide-1gb-8gb-3g.json | 7 ++++++- .../samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g.json | 7 ++++++- .../ativ-s-i8750/samsung-ativ-s-i8750-1gb-32gb-3g.json | 7 ++++++- .../samsung-galaxy-camera-gc100-1gb-4gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-express-i437-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-nexus-i9250m-1gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-i717-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-t879-1gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-premier-i9260-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g.json | 7 ++++++- .../samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g.json | 7 ++++++- .../samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte.json | 7 ++++++- ...amsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte.json | 7 ++++++- ...samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte.json | 7 ++++++- .../samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g.json | 7 ++++++- .../samsung-i9300-galaxy-s-iii-1gb-64gb-3g.json | 7 ++++++- .../samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-ativ-odyssey-i930-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-core-i8260-1gb-8gb-3g.json | 7 ++++++- .../samsung-galaxy-exhibit-t599-1gb-4gb-3g.json | 7 ++++++- .../samsung-galaxy-express-i8730-1gb-8gb-4g-lte.json | 7 ++++++- .../2013/galaxy-j/samsung-galaxy-j-3gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-note-8-0-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-round-g910s-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s4-cdma-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-win-i8550-1gb-8gb-3g.json | 7 ++++++- .../samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g.json | 7 ++++++- .../samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-i9500-galaxy-s4-2gb-64gb-3g.json | 7 ++++++- .../samsung-i9502-galaxy-s4-2gb-64gb-3g.json | 7 ++++++- .../samsung-i9505-galaxy-s4-2gb-64gb-4g-lte.json | 7 ++++++- .../samsung-i9506-galaxy-s4-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a3-duos-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a5-duos-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/galaxy-a5/samsung-galaxy-a5-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-alpha-s801-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-alpha-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-core-prime-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-grand-neo-1gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g.json | 7 ++++++- .../samsung-galaxy-grand-prime-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-k-zoom-2gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-3-neo-duos-2gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-note-3-neo-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-4-duos-3gb-16gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-note-4-usa-3gb-32gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-note-4-3gb-32gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-note-edge-3gb-64gb-5g.json | 8 +++++++- .../samsung-galaxy-s5-active-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s5-duos-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s5-octa-core-2gb-32gb-3g.json | 7 ++++++- .../samsung-galaxy-s5-plus-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s5-sport-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s5-usa-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/galaxy-s5/samsung-galaxy-s5-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a5-2016-2gb-16gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a7-2016-3gb-16gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a7-duos-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/galaxy-a8/samsung-galaxy-a8-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a9-2016-3gb-32gb-4g-lte.json | 8 +++++++- .../2015/galaxy-e7/samsung-galaxy-e7-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j1-ace-1gb-8gb-4g-lte.json | 7 ++++++- .../2015/galaxy-j2/samsung-galaxy-j2-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note5-duos-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-note5-usa-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-note5-4gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s5-neo-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s6-active-3gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s6-duos-3gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s6-edge-3gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s6-edge-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s6-usa-3gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-s6/samsung-galaxy-s6-3gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/samsung/2015/z3/samsung-z3-1gb-8gb-3g.json | 7 ++++++- .../samsung-galaxy-a8-2016-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte.json | 8 +++++++- .../2016/galaxy-c5/samsung-galaxy-c5-4gb-64gb-4g-lte.json | 8 +++++++- .../2016/galaxy-c7/samsung-galaxy-c7-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-c9-pro-6gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-j1-2016-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j3-2016-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j3-pro-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j5-2016-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j5-prime-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-2016-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-prime-3gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note7-usa-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-note7-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-on5-pro-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-on7-2016-3gb-32gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-on7-pro-2gb-16gb-4g-lte.json | 7 ++++++- .../galaxy-on8/samsung-galaxy-on8-3gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s7-active-4gb-32gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s7-usa-4gb-32gb-4g-lte.json | 8 +++++++- .../2016/galaxy-s7/samsung-galaxy-s7-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung/2016/z2/samsung-z2-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a3-2017-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a5-2017-3gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a7-2017-3gb-32gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a8-2018-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a8-2018-6gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-c5-pro-4gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-c7-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-folder2-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j2-2017-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j3-2017-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j5-2017-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-2017-3gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-max-4gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-nxt-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-pro-3gb-64gb-4g-lte.json | 7 ++++++- .../galaxy-j7-v/samsung-galaxy-j7-v-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-note-fe-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s8-active-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-xcover-4-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a6-2018-4gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a6-2018-4gb-64gb-5g.json | 7 ++++++- .../galaxy-a6s/samsung-galaxy-a6s-6gb-128gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a7-2018-6gb-128gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-a8s/samsung-galaxy-a8s-8gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a9-2018-8gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-j2-core-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j3-2018-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j4-core-1gb-16gb-4g-lte.json | 7 ++++++- .../2018/galaxy-j4/samsung-galaxy-j4-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/galaxy-j6/samsung-galaxy-j6-4gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-2018-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-duo-4gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/galaxy-j8/samsung-galaxy-j8-4gb-64gb-4g-lte.json | 7 ++++++- .../galaxy-on6/samsung-galaxy-on6-4gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte.json | 7 ++++++- .../galaxy-a01/samsung-galaxy-a01-2gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-a10/samsung-galaxy-a10-4gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-a10e/samsung-galaxy-a10e-3gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-a10s/samsung-galaxy-a10s-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a2-core-1gb-16gb-4g-lte.json | 7 ++++++- .../galaxy-a20/samsung-galaxy-a20-3gb-32gb-4g-lte.json | 8 +++++++- .../galaxy-a20e/samsung-galaxy-a20e-3gb-32gb-4g-lte.json | 8 +++++++- .../galaxy-a20s/samsung-galaxy-a20s-4gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-a30/samsung-galaxy-a30-4gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-a30s/samsung-galaxy-a30s-4gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a40/samsung-galaxy-a40-4gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a50/samsung-galaxy-a50-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a50s/samsung-galaxy-a50s-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a51/samsung-galaxy-a51-8gb-256gb-4g-lte.json | 8 +++++++- .../galaxy-a60/samsung-galaxy-a60-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a70/samsung-galaxy-a70-8gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a70s/samsung-galaxy-a70s-8gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a80/samsung-galaxy-a80-8gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a90-5g/samsung-galaxy-a90-5g-8gb-128gb-5g.json | 8 +++++++- .../samsung-galaxy-fold-12gb-512gb-4g-lte.json | 8 +++++++- .../galaxy-m10/samsung-galaxy-m10-3gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-m10s/samsung-galaxy-m10s-3gb-32gb-4g-lte.json | 8 +++++++- .../galaxy-m20/samsung-galaxy-m20-4gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-m30/samsung-galaxy-m30-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m30s/samsung-galaxy-m30s-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m40/samsung-galaxy-m40-6gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-xcover-4s-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-a01-core-2gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-a02s/samsung-galaxy-a02s-4gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-a11/samsung-galaxy-a11-4gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-a12/samsung-galaxy-a12-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a21/samsung-galaxy-a21-3gb-32gb-4g-lte.json | 8 +++++++- .../galaxy-a21s/samsung-galaxy-a21s-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a31/samsung-galaxy-a31-8gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a41/samsung-galaxy-a41-8gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-a51-5g/samsung-galaxy-a51-5g-8gb-128gb-5g.json | 8 +++++++- .../galaxy-a71-5g/samsung-galaxy-a71-5g-8gb-128gb-5g.json | 8 +++++++- .../galaxy-f41/samsung-galaxy-f41-6gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-m01-core-2gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-m01/samsung-galaxy-m01-3gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-m01s/samsung-galaxy-m01s-3gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-m11/samsung-galaxy-m11-4gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-m21/samsung-galaxy-m21-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m21s/samsung-galaxy-m21s-6gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-m31-prime-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m31/samsung-galaxy-m31-8gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m31s/samsung-galaxy-m31s-8gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m51/samsung-galaxy-m51-8gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-note10-lite-8gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s10-lite-8gb-512gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-s20-ultra-16gb-512gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-xcover-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-z-flip-8gb-256gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a03-core-2gb-32gb-4g-lte.json | 7 ++++++- .../galaxy-a03/samsung-galaxy-a03-4gb-128gb-4g-lte.json | 7 ++++++- .../galaxy-a03s/samsung-galaxy-a03s-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a12-india-6gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a12-nacho-4gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a13-5g/samsung-galaxy-a13-5g-6gb-128gb-5g.json | 8 +++++++- .../galaxy-a22-5g/samsung-galaxy-a22-5g-8gb-128gb-5g.json | 8 +++++++- .../galaxy-a32-5g/samsung-galaxy-a32-5g-8gb-128gb-5g.json | 8 +++++++- .../galaxy-a52/samsung-galaxy-a52-8gb-256gb-4g-lte.json | 8 +++++++- .../galaxy-a72/samsung-galaxy-a72-8gb-256gb-4g-lte.json | 8 +++++++- .../galaxy-f02s/samsung-galaxy-f02s-4gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-f12/samsung-galaxy-f12-4gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-f42-5g/samsung-galaxy-f42-5g-8gb-128gb-5g.json | 8 +++++++- .../galaxy-f62/samsung-galaxy-f62-8gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m02s/samsung-galaxy-m02s-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-m12-india-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m12/samsung-galaxy-m12-4gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-m21-2021-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m32-5g/samsung-galaxy-m32-5g-8gb-128gb-5g.json | 8 +++++++- .../galaxy-m62/samsung-galaxy-m62-8gb-256gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-xcover-5-4gb-64gb-4g-lte.json | 8 +++++++- .../galaxy-a04/samsung-galaxy-a04-8gb-128gb-4g-lte.json | 7 ++++++- .../galaxy-a04e/samsung-galaxy-a04e-4gb-128gb-4g-lte.json | 7 ++++++- .../galaxy-a04s/samsung-galaxy-a04s-4gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a13/samsung-galaxy-a13-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a33-5g/samsung-galaxy-a33-5g-8gb-256gb-5g.json | 8 +++++++- .../galaxy-a53-5g/samsung-galaxy-a53-5g-8gb-256gb-5g.json | 8 +++++++- .../galaxy-f13/samsung-galaxy-f13-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m04/samsung-galaxy-m04-4gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-m13-india-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-m13/samsung-galaxy-m13-4gb-128gb-4g-lte.json | 8 +++++++- .../2022/galaxy-m53/samsung-galaxy-m53-8gb-256gb-5g.json | 8 +++++++- .../galaxy-a05/samsung-galaxy-a05-6gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-a15/samsung-galaxy-a15-8gb-256gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-a24-4g-8gb-128gb-4g-lte.json | 8 +++++++- .../2023/galaxy-a34/samsung-galaxy-a34-8gb-256gb-5g.json | 8 +++++++- .../2023/galaxy-a54/samsung-galaxy-a54-8gb-256gb-5g.json | 8 +++++++- .../galaxy-f04/samsung-galaxy-f04-4gb-64gb-4g-lte.json | 8 +++++++- .../2023/galaxy-f34/samsung-galaxy-f34-8gb-128gb-5g.json | 8 +++++++- .../2023/galaxy-f54/samsung-galaxy-f54-8gb-256gb-5g.json | 7 ++++++- .../2023/galaxy-m14/samsung-galaxy-m14-6gb-128gb-5g.json | 8 +++++++- .../galaxy-m34-5g/samsung-galaxy-m34-5g-8gb-256gb-5g.json | 8 +++++++- .../2023/galaxy-m54/samsung-galaxy-m54-8gb-256gb-5g.json | 8 +++++++- .../galaxy-a06/samsung-galaxy-a06-6gb-128gb-4g-lte.json | 8 +++++++- .../2024/galaxy-a35/samsung-galaxy-a35-12gb-256gb-5g.json | 8 +++++++- .../galaxy-f05/samsung-galaxy-f05-4gb-64gb-4g-lte.json | 8 +++++++- .../2024/galaxy-f15/samsung-galaxy-f15-8gb-128gb-5g.json | 8 +++++++- .../galaxy-m05/samsung-galaxy-m05-4gb-64gb-4g-lte.json | 8 +++++++- .../2024/galaxy-m15/samsung-galaxy-m15-8gb-256gb-5g.json | 8 +++++++- .../samsung-galaxy-xcover7-6gb-128gb-5g.json | 8 +++++++- .../sharp-aquos-crystal-2-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/aquos-xx/sharp-aquos-xx-3gb-32gb-4g-lte.json | 7 ++++++- .../sharp/2016/ms1/sharp-ms1-3gb-64gb-4g-lte.json | 7 ++++++- .../sharp/2016/z2/sharp-z2-4gb-32gb-4g-lte.json | 7 ++++++- .../sharp/2017/z3/sharp-z3-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/aquos-b10/sharp-aquos-b10-3gb-32gb-4g-lte.json | 7 ++++++- .../2018/aquos-c10/sharp-aquos-c10-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/aquos-d10/sharp-aquos-d10-4gb-64gb-4g-lte.json | 7 ++++++- .../sharp-aquos-r2-compact-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/aquos-r2/sharp-aquos-r2-4gb-64gb-4g-lte.json | 8 +++++++- .../sharp-aquos-s3-high-8gb-64gb-4g-lte.json | 8 +++++++- .../sharp-aquos-s3-mini-6gb-64gb-4g-lte.json | 8 +++++++- .../2018/aquos-s3/sharp-aquos-s3-6gb-64gb-4g-lte.json | 8 +++++++- .../2019/aquos-r3/sharp-aquos-r3-6gb-128gb-4g-lte.json | 7 ++++++- .../sharp/2019/aquos-v/sharp-aquos-v-4gb-64gb-4g-lte.json | 7 ++++++- .../aquos-zero/sharp-aquos-zero-6gb-128gb-4g-lte.json | 8 +++++++- .../sharp-aquos-sense4-plus-8gb-128gb-4g-lte.json | 7 ++++++- .../aquos-zero-2/sharp-aquos-zero-2-8gb-256gb-4g-lte.json | 7 ++++++- .../sony-xperia-acro-hd-so-03d-1gb-11gb-3g.json | 7 ++++++- .../sony-xperia-acro-hd-soi12-1gb-11gb-3g.json | 7 ++++++- .../sony-xperia-gx-so-04d-1gb-16gb-4g-lte.json | 7 ++++++- .../xperia-ion-hspa/sony-xperia-ion-hspa-1gb-13gb-3g.json | 7 ++++++- .../sony-xperia-ion-lte-1gb-16gb-4g-lte.json | 7 ++++++- .../sony-xperia-sx-so-05d-1gb-4gb-4g-lte.json | 7 ++++++- .../xperia-t-lte/sony-xperia-t-lte-1gb-16gb-4g-lte.json | 7 ++++++- .../sony/2012/xperia-v/sony-xperia-v-1gb-8gb-4g-lte.json | 7 ++++++- .../sony/2013/xperia-l/sony-xperia-l-1gb-8gb-3g.json | 7 ++++++- .../2013/xperia-sp/sony-xperia-sp-1gb-8gb-4g-lte.json | 7 ++++++- .../sony-xperia-z-ultra-2gb-16gb-4g-lte.json | 7 ++++++- .../sony/2013/xperia-z/sony-xperia-z-2gb-16gb-4g-lte.json | 7 ++++++- .../2013/xperia-z1/sony-xperia-z1-2gb-16gb-4g-lte.json | 7 ++++++- .../2013/xperia-zl/sony-xperia-zl-2gb-16gb-4g-lte.json | 7 ++++++- .../2013/xperia-zr/sony-xperia-zr-2gb-8gb-4g-lte.json | 7 ++++++- .../2014/xperia-c3/sony-xperia-c3-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/xperia-e3/sony-xperia-e3-1gb-4gb-4g-lte.json | 7 ++++++- .../sony-xperia-m2-aqua-1gb-8gb-4g-lte.json | 7 ++++++- .../2014/xperia-m2/sony-xperia-m2-1gb-8gb-4g-lte.json | 7 ++++++- .../sony-xperia-t2-ultra-1gb-8gb-4g-lte.json | 7 ++++++- .../sony-xperia-z1-compact-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/xperia-z1s/sony-xperia-z1s-2gb-32gb-4g-lte.json | 7 ++++++- .../2014/xperia-z2/sony-xperia-z2-3gb-16gb-4g-lte.json | 8 +++++++- .../2014/xperia-z2a/sony-xperia-z2a-3gb-16gb-4g-lte.json | 7 ++++++- .../sony-xperia-z3-compact-2gb-16gb-4g-lte.json | 8 +++++++- .../sony-xperia-z3-dual-3gb-32gb-4g-lte.json | 7 ++++++- .../2014/xperia-z3/sony-xperia-z3-3gb-32gb-4g-lte.json | 8 +++++++- .../2014/xperia-z3v/sony-xperia-z3v-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-c4-dual-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/xperia-c4/sony-xperia-c4-2gb-16gb-4g-lte.json | 7 ++++++- .../sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte.json | 7 ++++++- .../sony-xperia-c5-ultra-2gb-16gb-4g-lte.json | 7 ++++++- .../sony/2015/xperia-e4/sony-xperia-e4-1gb-8gb-3g.json | 7 ++++++- .../sony-xperia-e4g-dual-1gb-8gb-4g-lte.json | 7 ++++++- .../2015/xperia-e4g/sony-xperia-e4g-1gb-8gb-4g-lte.json | 7 ++++++- .../sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte.json | 7 ++++++- .../sony-xperia-m4-aqua-2gb-16gb-4g-lte.json | 7 ++++++- .../sony-xperia-m5-dual-3gb-16gb-4g-lte.json | 7 ++++++- .../2015/xperia-m5/sony-xperia-m5-3gb-16gb-4g-lte.json | 7 ++++++- .../2015/xperia-z4v/sony-xperia-z4v-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-z5-compact-2gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-z5-dual-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-z5-premium-dual-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-z5-premium-3gb-32gb-4g-lte.json | 8 +++++++- .../2015/xperia-z5/sony-xperia-z5-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-x-compact-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-x-performance-3gb-64gb-4g-lte.json | 8 +++++++- .../sony/2016/xperia-x/sony-xperia-x-3gb-64gb-4g-lte.json | 8 +++++++- .../sony-xperia-xa-dual-2gb-16gb-4g-lte.json | 8 +++++++- .../sony-xperia-xa-ultra-3gb-16gb-4g-lte.json | 7 ++++++- .../2016/xperia-xa/sony-xperia-xa-2gb-16gb-4g-lte.json | 8 +++++++- .../2016/xperia-xz/sony-xperia-xz-3gb-64gb-4g-lte.json | 8 +++++++- .../2017/xperia-l1/sony-xperia-l1-2gb-16gb-4g-lte.json | 7 ++++++- .../sony-xperia-r1-plus-3gb-32gb-4g-lte.json | 7 ++++++- .../sony-xperia-xa1-plus-4gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-xa1-ultra-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/xperia-xa1/sony-xperia-xa1-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-xz-premium-4gb-64gb-4g-lte.json | 8 +++++++- .../sony-xperia-xz1-compact-4gb-32gb-4g-lte.json | 8 +++++++- .../2017/xperia-xz1/sony-xperia-xz1-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/xperia-xzs/sony-xperia-xzs-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/xperia-l2/sony-xperia-l2-3gb-32gb-4g-lte.json | 7 ++++++- .../sony-xperia-xa2-plus-6gb-64gb-4g-lte.json | 8 +++++++- .../sony-xperia-xa2-ultra-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/xperia-xa2/sony-xperia-xa2-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-xz2-compact-4gb-64gb-4g-lte.json | 8 +++++++- .../sony-xperia-xz2-premium-6gb-64gb-4g-lte.json | 8 +++++++- .../2018/xperia-xz2/sony-xperia-xz2-6gb-64gb-4g-lte.json | 7 ++++++- .../2018/xperia-xz3/sony-xperia-xz3-6gb-64gb-4g-lte.json | 8 +++++++- .../2019/xperia-1/sony-xperia-1-6gb-128gb-4g-lte.json | 8 +++++++- .../sony-xperia-10-plus-6gb-64gb-4g-lte.json | 8 +++++++- .../2019/xperia-10/sony-xperia-10-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/xperia-5/sony-xperia-5-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/xperia-l3/sony-xperia-l3-3gb-32gb-4g-lte.json | 7 ++++++- .../xperia-10-ii/sony-xperia-10-ii-4gb-128gb-4g-lte.json | 8 +++++++- .../2020/xperia-l4/sony-xperia-l4-3gb-64gb-4g-lte.json | 7 ++++++- .../tcl/2019/plex/tcl-plex-6gb-128gb-4g-lte.json | 8 +++++++- .../tcl/2020/10-plus/tcl-10-plus-8gb-256gb-4g-lte.json | 7 ++++++- .../tcl/2020/10-pro/tcl-10-pro-6gb-256gb-4g-lte.json | 8 +++++++- .../tcl/2020/10-se/tcl-10-se-4gb-128gb-4g-lte.json | 8 +++++++- .../tcl/2020/10-tabmid/tcl-10-tabmid-3gb-32gb-4g-lte.json | 8 +++++++- .../smartphone/tcl/2020/10l/tcl-10l-6gb-256gb-4g-lte.json | 7 ++++++- .../tcl/2021/20-r-5g/tcl-20-r-5g-4gb-128gb-5g.json | 8 +++++++- .../tcl/2021/20-xe/tcl-20-xe-3gb-32gb-4g-lte.json | 8 +++++++- data/smartphone/tcl/2021/205/tcl-205-2gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/tcl/2021/20b/tcl-20b-4gb-64gb-4g-lte.json | 8 +++++++- .../smartphone/tcl/2021/20e/tcl-20e-4gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/tcl/2021/20s/tcl-20s-6gb-256gb-4g-lte.json | 7 ++++++- data/smartphone/tcl/2021/20y/tcl-20y-4gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/tcl/2021/a3/tcl-a3-3gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/tcl/2021/a30/tcl-a30-3gb-32gb-4g-lte.json | 7 ++++++- .../tcl/2021/l10-pro/tcl-l10-pro-4gb-128gb-4g-lte.json | 7 ++++++- .../smartphone/tcl/2022/30-5g/tcl-30-5g-4gb-128gb-5g.json | 8 +++++++- .../tcl/2022/30-xe-5g/tcl-30-xe-5g-4gb-64gb-5g.json | 8 +++++++- data/smartphone/tcl/2022/305/tcl-305-2gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/tcl/2022/40r/tcl-40r-4gb-128gb-5g.json | 8 +++++++- .../2022/nxtpaper-10s/tcl-nxtpaper-10s-4gb-64gb-3g.json | 8 +++++++- .../tcl/2022/stylus/tcl-stylus-4gb-128gb-5g.json | 8 +++++++- data/smartphone/tcl/2023/40-x/tcl-40-x-4gb-64gb-5g.json | 8 +++++++- data/smartphone/tcl/2023/40-xe/tcl-40-xe-4gb-64gb-5g.json | 3 ++- data/smartphone/tcl/2023/403/tcl-403-2gb-32gb-4g-lte.json | 7 ++++++- .../smartphone/tcl/2024/50-5g/tcl-50-5g-4gb-128gb-5g.json | 8 +++++++- .../tcl/2024/50-le/tcl-50-le-4gb-64gb-4g-lte.json | 8 +++++++- .../tcl/2024/50-se/tcl-50-se-6gb-256gb-4g-lte.json | 8 +++++++- .../smartphone/tcl/2024/50-xe/tcl-50-xe-4gb-128gb-5g.json | 8 +++++++- .../50-xl-nxtpaper/tcl-50-xl-nxtpaper-6gb-128gb-5g.json | 8 +++++++- .../tecno-phantom-6-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2016/phantom-6/tecno-phantom-6-3gb-32gb-4g-lte.json | 8 +++++++- .../2017/camon-cm/tecno-camon-cm-3gb-32gb-4g-lte.json | 7 ++++++- ...tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/camon-cx/tecno-camon-cx-3gb-32gb-4g-lte.json | 8 +++++++- .../2017/spark-cm/tecno-spark-cm-2gb-16gb-4g-lte.json | 7 ++++++- .../2017/spark-plus/tecno-spark-plus-2gb-16gb-3g.json | 7 ++++++- .../tecno/2017/spark/tecno-spark-2gb-16gb-3g.json | 7 ++++++- .../camon-11-pro/tecno-camon-11-pro-6gb-64gb-4g-lte.json | 7 ++++++- .../2018/camon-11/tecno-camon-11-4gb-64gb-4g-lte.json | 7 ++++++- .../camon-x-pro/tecno-camon-x-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../tecno/2018/camon-x/tecno-camon-x-3gb-32gb-4g-lte.json | 8 +++++++- .../tecno/2018/f2-lte/tecno-f2-lte-1gb-8gb-4g-lte.json | 7 ++++++- data/smartphone/tecno/2018/f2/tecno-f2-1gb-8gb-3g.json | 7 ++++++- .../2018/phantom-8/tecno-phantom-8-6gb-64gb-4g-lte.json | 8 +++++++- .../tecno/2018/pop-1-pro/tecno-pop-1-pro-1gb-16gb-3g.json | 7 ++++++- .../tecno/2018/pop-1/tecno-pop-1-1gb-8gb-3g.json | 7 ++++++- .../tecno/2018/pop-1s/tecno-pop-1s-2gb-16gb-4g-lte.json | 7 ++++++- .../tecno/2018/pouvoir-1/tecno-pouvoir-1-1gb-16gb-3g.json | 7 ++++++- .../tecno/2018/spark-2/tecno-spark-2-2gb-16gb-3g.json | 7 ++++++- .../camon-12-air/tecno-camon-12-air-4gb-64gb-4g-lte.json | 7 ++++++- .../camon-12-pro/tecno-camon-12-pro-6gb-64gb-4g-lte.json | 7 ++++++- .../2019/camon-12/tecno-camon-12-4gb-64gb-4g-lte.json | 7 ++++++- .../2019/camon-i4/tecno-camon-i4-4gb-64gb-4g-lte.json | 7 ++++++- .../camon-iace2/tecno-camon-iace2-2gb-32gb-4g-lte.json | 7 ++++++- .../camon-iace2x/tecno-camon-iace2x-3gb-32gb-4g-lte.json | 7 ++++++- .../2019/phantom-9/tecno-phantom-9-6gb-128gb-4g-lte.json | 7 ++++++- .../tecno/2019/pop-2-f/tecno-pop-2-f-1gb-16gb-3g.json | 7 ++++++- .../2019/pop-3-plus/tecno-pop-3-plus-1gb-16gb-4g-lte.json | 7 ++++++- .../2019/pouvoir-3/tecno-pouvoir-3-2gb-32gb-4g-lte.json | 7 ++++++- .../2019/spark-go/tecno-spark-go-2gb-16gb-4g-lte.json | 7 ++++++- .../tecno-camon-15-premier-6gb-128gb-4g-lte.json | 7 ++++++- .../camon-15-pro/tecno-camon-15-pro-6gb-128gb-4g-lte.json | 7 ++++++- .../2020/camon-15/tecno-camon-15-4gb-64gb-4g-lte.json | 7 ++++++- .../tecno-camon-16-premier-8gb-128gb-4g-lte.json | 8 +++++++- .../tecno-spark-power-2-4gb-64gb-4g-lte.json | 8 +++++++- .../tecno/2021/pop-5c/tecno-pop-5c-1gb-16gb-3g.json | 7 ++++++- .../tecno/2021/spark-8/tecno-spark-8-4gb-64gb-4g-lte.json | 8 +++++++- .../2022/phantom-x2/tecno-phantom-x2-8gb-256gb-5g.json | 8 +++++++- .../tecno/2022/pop-5x/tecno-pop-5x-2gb-32gb-4g-lte.json | 7 ++++++- .../2022/pop-6-pro/tecno-pop-6-pro-2gb-32gb-4g-lte.json | 7 ++++++- .../tecno/2022/pova-4/tecno-pova-4-8gb-128gb-4g-lte.json | 8 +++++++- .../tecno-camon-20-premier-8gb-512gb-5g.json | 8 +++++++- .../phantom-v-flip/tecno-phantom-v-flip-8gb-256gb-5g.json | 8 +++++++- .../tecno-phantom-v-fold-12gb-512gb-5g.json | 8 +++++++- .../tecno/2023/pova-5/tecno-pova-5-8gb-256gb-4g-lte.json | 8 +++++++- .../tecno/2024/pop-9/tecno-pop-9-4gb-128gb-5g.json | 8 +++++++- .../2017/armor-2/ulefone-armor-2-6gb-64gb-4g-lte.json | 8 +++++++- .../2018/armor-x/ulefone-armor-x-2gb-16gb-4g-lte.json | 8 +++++++- .../2018/armor-x2/ulefone-armor-x2-2gb-16gb-3g.json | 8 +++++++- .../smartphone/ulefone/2018/s1/ulefone-s1-1gb-8gb-3g.json | 7 ++++++- .../2018/t2-pro/ulefone-t2-pro-8gb-128gb-4g-lte.json | 7 ++++++- .../2019/armor-3w/ulefone-armor-3w-6gb-64gb-4g-lte.json | 8 +++++++- .../2019/armor-3wt/ulefone-armor-3wt-6gb-64gb-4g-lte.json | 8 +++++++- .../2019/armor-5s/ulefone-armor-5s-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/armor-6e/ulefone-armor-6e-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/armor-6s/ulefone-armor-6s-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/armor-7/ulefone-armor-7-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/armor-x3/ulefone-armor-x3-2gb-32gb-3g.json | 8 +++++++- .../2019/armor-x5/ulefone-armor-x5-3gb-32gb-4g-lte.json | 8 +++++++- .../2019/armor-x6/ulefone-armor-x6-2gb-16gb-3g.json | 7 ++++++- .../ulefone/2019/note-7/ulefone-note-7-3gb-32gb-3g.json | 7 ++++++- .../2019/note-7p/ulefone-note-7p-3gb-32gb-4g-lte.json | 7 ++++++- .../ulefone/2019/s11/ulefone-s11-3gb-32gb-3g.json | 7 ++++++- .../ulefone/2019/t2/ulefone-t2-6gb-128gb-4g-lte.json | 8 +++++++- .../armor-10-5g/ulefone-armor-10-5g-8gb-128gb-5g.json | 8 +++++++- .../2020/armor-7e/ulefone-armor-7e-4gb-128gb-4g-lte.json | 8 +++++++- .../2020/armor-8/ulefone-armor-8-4gb-64gb-4g-lte.json | 8 +++++++- .../2020/armor-9/ulefone-armor-9-8gb-128gb-4g-lte.json | 8 +++++++- .../2020/armor-9e/ulefone-armor-9e-8gb-128gb-4g-lte.json | 8 +++++++- .../ulefone-armor-x7-pro-4gb-32gb-4g-lte.json | 7 ++++++- .../2020/armor-x7/ulefone-armor-x7-2gb-16gb-4g-lte.json | 7 ++++++- .../2020/note-7t/ulefone-note-7t-2gb-16gb-4g-lte.json | 7 ++++++- .../ulefone/2020/note-8/ulefone-note-8-2gb-16gb-3g.json | 7 ++++++- .../2020/note-8p/ulefone-note-8p-2gb-16gb-4g-lte.json | 7 ++++++- .../2020/note-9p/ulefone-note-9p-4gb-64gb-4g-lte.json | 8 +++++++- .../armor-11-5g/ulefone-armor-11-5g-8gb-256gb-5g.json | 8 +++++++- .../armor-11t-5g/ulefone-armor-11t-5g-8gb-256gb-5g.json | 8 +++++++- .../armor-12-5g/ulefone-armor-12-5g-8gb-128gb-5g.json | 8 +++++++- .../armor-8-pro/ulefone-armor-8-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../2021/armor-x10/ulefone-armor-x10-4gb-32gb-4g-lte.json | 8 +++++++- .../2021/note-10/ulefone-note-10-2gb-32gb-4g-lte.json | 8 +++++++- .../2021/note-11p/ulefone-note-11p-8gb-128gb-4g-lte.json | 8 +++++++- .../2021/note-12p/ulefone-note-12p-4gb-64gb-4g-lte.json | 8 +++++++- .../ulefone/2021/note-6/ulefone-note-6-1gb-32gb-3g.json | 7 ++++++- .../2021/note-6p/ulefone-note-6p-2gb-32gb-4g-lte.json | 7 ++++++- .../ulefone-armor-17-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../ulefone-armor-x10-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../ulefone-armor-x6-pro-4gb-32gb-4g-lte.json | 7 ++++++- .../2022/note-14/ulefone-note-14-4gb-64gb-4g-lte.json | 7 ++++++- .../2022/note-6t/ulefone-note-6t-3gb-64gb-4g-lte.json | 7 ++++++- .../ulefone-power-armor-18-12gb-256gb-5g.json | 8 +++++++- .../ulefone-power-armor-18t-12gb-256gb-5g.json | 8 +++++++- .../ulefone-power-armor-19-12gb-256gb-4g-lte.json | 8 +++++++- .../2023/armor-21/ulefone-armor-21-8gb-256gb-4g-lte.json | 8 +++++++- .../note-16-pro/ulefone-note-16-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../ulefone-power-armor-19t-12gb-256gb-4g-lte.json | 8 +++++++- .../ulefone-power-armor-20wt-12gb-256gb-4g-lte.json | 8 +++++++- .../ulefone-power-armor-x11-4gb-32gb-4g-lte.json | 8 +++++++- .../armor-25t-pro/ulefone-armor-25t-pro-6gb-256gb-5g.json | 8 +++++++- .../2024/armor-25t/ulefone-armor-25t-6gb-256gb-5g.json | 8 +++++++- .../armor-27-pro/ulefone-armor-27-pro-12gb-256gb-5g.json | 8 +++++++- .../ulefone-armor-27t-pro-12gb-256gb-5g.json | 8 +++++++- .../ulefone-note-17-pro-12gb-256gb-4g-lte.json | 8 +++++++- .../note-18-ultra/ulefone-note-18-ultra-6gb-256gb-5g.json | 8 +++++++- .../ulefone-power-armor-16s-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2013/xplay3s/vivo-xplay3s-3gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2013/y22-2013/vivo-y22-2013-1gb-4gb-3g.json | 7 ++++++- data/smartphone/vivo/2014/x3s/vivo-x3s-1gb-16gb-3g.json | 7 ++++++- data/smartphone/vivo/2014/x5/vivo-x5-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2014/x5max/vivo-x5max-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2014/xshot/vivo-xshot-3gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2014/y27-2014/vivo-y27-2014-1gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2014/y28-2014/vivo-y28-2014-1gb-8gb-3g.json | 7 ++++++- .../vivo/2015/v1-max/vivo-v1-max-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/vivo/2015/v1/vivo-v1-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo-x5max-platinum-edition-3gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2015/x5pro/vivo-x5pro-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/vivo/2015/x6/vivo-x6-4gb-32gb-4g-lte.json | 8 +++++++- .../vivo/2015/x6plus/vivo-x6plus-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2015/y15s-2015/vivo-y15s-2015-1gb-8gb-3g.json | 7 ++++++- .../vivo/2015/y31-2015/vivo-y31-2015-1gb-8gb-3g.json | 7 ++++++- .../vivo/2015/y35-2015/vivo-y35-2015-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2015/y37-2015/vivo-y37-2015-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2015/y51-2015/vivo-y51-2015-2gb-16gb-4g-lte.json | 7 ++++++- data/smartphone/vivo/2016/v3/vivo-v3-3gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2016/v3max/vivo-v3max-4gb-32gb-4g-lte.json | 8 +++++++- data/smartphone/vivo/2016/v5/vivo-v5-4gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2016/x6s-plus/vivo-x6s-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2016/x6s/vivo-x6s-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2016/x7-plus/vivo-x7-plus-4gb-64gb-4g-lte.json | 8 +++++++- data/smartphone/vivo/2016/x7/vivo-x7-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2016/x9-plus/vivo-x9-plus-6gb-64gb-4g-lte.json | 8 +++++++- .../smartphone/vivo/2016/x9/vivo-x9-4gb-128gb-4g-lte.json | 8 +++++++- .../xplay5-elite/vivo-xplay5-elite-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2016/xplay5/vivo-xplay5-4gb-128gb-4g-lte.json | 7 ++++++- .../vivo/2016/xplay6/vivo-xplay6-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo-y55l-vivo-1603-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2016/y67/vivo-y67-4gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2017/v5-plus/vivo-v5-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2017/v5s/vivo-v5s-4gb-64gb-4g-lte.json | 7 ++++++- data/smartphone/vivo/2017/v7/vivo-v7-4gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/vivo/2017/v7/vivo-v7-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2017/x20-plus/vivo-x20-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2017/x20/vivo-x20-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2017/x9s-plus/vivo-x9s-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2017/x9s/vivo-x9s-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2017/y53/vivo-y53-2gb-16gb-4g-lte.json | 7 ++++++- .../2017/y55s-2017/vivo-y55s-2017-3gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2017/y65/vivo-y65-3gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2017/y69/vivo-y69-3gb-32gb-4g-lte.json | 7 ++++++- .../vivo-nex-dual-display-10gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2018/nex-s/vivo-nex-s-8gb-256gb-4g-lte.json | 8 +++++++- .../v11-v11-pro/vivo-v11-v11-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2018/v11i/vivo-v11i-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2018/v9-6gb/vivo-v9-6gb-6gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2018/v9-youth/vivo-v9-youth-4gb-64gb-4g-lte.json | 7 ++++++- data/smartphone/vivo/2018/v9/vivo-v9-4gb-64gb-4g-lte.json | 7 ++++++- .../x20-plus-ud/vivo-x20-plus-ud-4gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2018/x21-ud/vivo-x21-ud-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2018/x21/vivo-x21-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2018/x21i/vivo-x21i-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2018/x23/vivo-x23-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2018/y53i/vivo-y53i-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2018/y71/vivo-y71-4gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2018/y71i/vivo-y71i-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2018/y81/vivo-y81-4gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2018/y81i/vivo-y81i-2gb-16gb-4g-lte.json | 7 ++++++- .../vivo/2018/y83-pro/vivo-y83-pro-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2018/y83/vivo-y83-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2018/y91/vivo-y91-3gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2018/y91i/vivo-y91i-2gb-16gb-4g-lte.json | 7 ++++++- .../y93-mediatek/vivo-y93-mediatek-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2018/y93/vivo-y93-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2018/y93s/vivo-y93s-4gb-128gb-4g-lte.json | 7 ++++++- .../vivo/2018/y95/vivo-y95-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2018/y97/vivo-y97-4gb-128gb-4g-lte.json | 7 ++++++- .../vivo/2018/z1-lite/vivo-z1-lite-4gb-32gb-4g-lte.json | 7 ++++++- .../smartphone/vivo/2018/z1/vivo-z1-6gb-128gb-4g-lte.json | 7 ++++++- .../vivo/2018/z1i/vivo-z1i-8gb-128gb-4g-lte.json | 7 ++++++- .../smartphone/vivo/2018/z3/vivo-z3-6gb-128gb-4g-lte.json | 7 ++++++- .../vivo/2018/z3i/vivo-z3i-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte.json | 8 +++++++- .../iqoo-neo-855/vivo-iqoo-neo-855-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/iqoo-neo/vivo-iqoo-neo-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/iqoo-pro-5g/vivo-iqoo-pro-5g-12gb-256gb-5g.json | 8 +++++++- .../2019/iqoo-pro/vivo-iqoo-pro-12gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/iqoo/vivo-iqoo-12gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2019/nex-3-5g/vivo-nex-3-5g-12gb-256gb-5g.json | 8 +++++++- .../vivo/2019/nex-3/vivo-nex-3-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/s1-china/vivo-s1-china-6gb-128gb-4g-lte.json | 8 +++++++- .../s1-pro-china/vivo-s1-pro-china-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2019/s1-pro/vivo-s1-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/vivo/2019/s1/vivo-s1-6gb-256gb-4g-lte.json | 8 +++++++- .../smartphone/vivo/2019/s5/vivo-s5-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2019/u10/vivo-u10-6gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2019/u20/vivo-u20-8gb-128gb-4g-lte.json | 8 +++++++- data/smartphone/vivo/2019/u3/vivo-u3-6gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2019/v15-pro/vivo-v15-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/v15/vivo-v15-6gb-128gb-4g-lte.json | 7 ++++++- .../vivo/2019/v17-neo/vivo-v17-neo-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/v17-pro/vivo-v17-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../2019/v17-russia/vivo-v17-russia-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/v17/vivo-v17-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2019/x27-pro/vivo-x27-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2019/x27/vivo-x27-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2019/x30-pro/vivo-x30-pro-8gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2019/x30/vivo-x30-8gb-256gb-5g.json | 8 +++++++- .../vivo/2019/y11-2019/vivo-y11-2019-3gb-32gb-4g-lte.json | 8 +++++++- .../vivo/2019/y12/vivo-y12-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2019/y15/vivo-y15-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2019/y17/vivo-y17-4gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/y19/vivo-y19-8gb-128gb-4g-lte.json | 8 +++++++- .../y3-4gb-64gb/vivo-y3-4gb-64gb-4gb-64gb-4g-lte.json | 8 +++++++- .../y3-standard/vivo-y3-standard-3gb-64gb-4g-lte.json | 8 +++++++- .../smartphone/vivo/2019/y3/vivo-y3-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/y5s/vivo-y5s-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/y89/vivo-y89-4gb-64gb-4g-lte.json | 7 ++++++- .../vivo/2019/y90/vivo-y90-2gb-32gb-4g-lte.json | 7 ++++++- .../y91-mediatek/vivo-y91-mediatek-3gb-64gb-4g-lte.json | 7 ++++++- .../2019/y91i-india/vivo-y91i-india-3gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2019/y9s/vivo-y9s-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/z1pro/vivo-z1pro-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/z1x/vivo-z1x-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/z3x/vivo-z3x-6gb-64gb-4g-lte.json | 7 ++++++- .../smartphone/vivo/2019/z5/vivo-z5-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2019/z5i/vivo-z5i-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2019/z5x/vivo-z5x-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/iqoo-u1/vivo-iqoo-u1-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/iqoo-u3/vivo-iqoo-u3-8gb-128gb-5g.json | 8 +++++++- .../vivo/2020/iqoo-z1/vivo-iqoo-z1-12gb-256gb-5g.json | 8 +++++++- .../2020/s1-prime/vivo-s1-prime-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/s6-5g/vivo-s6-5g-8gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2020/s7e/vivo-s7e-8gb-256gb-5g.json | 8 +++++++- .../vivo-v19-indonesia-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2020/v19-neo/vivo-v19-neo-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2020/v19/vivo-v19-8gb-256gb-4g-lte.json | 8 +++++++- .../2020/v20-2021/vivo-v20-2021-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2020/v20-se/vivo-v20-se-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/v20/vivo-v20-8gb-256gb-4g-lte.json | 8 +++++++- .../2020/x50-lite/vivo-x50-lite-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/x50/vivo-x50-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2020/x60-china/vivo-x60-china-12gb-256gb-5g.json | 8 +++++++- .../x60-pro-china/vivo-x60-pro-china-12gb-256gb-5g.json | 8 +++++++- .../vivo/2020/y12i/vivo-y12i-3gb-32gb-4g-lte.json | 8 +++++++- .../vivo/2020/y12s/vivo-y12s-4gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/y1s/vivo-y1s-3gb-32gb-4g-lte.json | 7 ++++++- .../vivo/2020/y20-2021/vivo-y20-2021-6gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2020/y20a/vivo-y20a-3gb-64gb-4g-lte.json | 8 +++++++- .../y30-standard/vivo-y30-standard-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/y30/vivo-y30-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/y3s/vivo-y3s-4gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2020/y50/vivo-y50-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo-y51-2020-december-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo-y51-2020-september-4gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/vivo/2020/y51s/vivo-y51s-8gb-128gb-5g.json | 8 +++++++- .../smartphone/vivo/2020/y52s/vivo-y52s-8gb-256gb-5g.json | 8 +++++++- .../vivo/2020/y70/vivo-y70-8gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/vivo/2020/y70s/vivo-y70s-8gb-256gb-5g.json | 8 +++++++- .../smartphone/vivo/2020/y73s/vivo-y73s-8gb-256gb-5g.json | 8 +++++++- .../2020/z5x-2020/vivo-z5x-2020-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2021/iqoo-z5x/vivo-iqoo-z5x-8gb-256gb-5g.json | 8 +++++++- .../vivo/2021/s10-pro/vivo-s10-pro-12gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2021/s10/vivo-s10-12gb-256gb-5g.json | 8 +++++++- .../smartphone/vivo/2021/s10e/vivo-s10e-8gb-256gb-5g.json | 8 +++++++- .../vivo/2021/s12-pro/vivo-s12-pro-12gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2021/s12/vivo-s12-12gb-256gb-5g.json | 3 ++- data/smartphone/vivo/2021/s7t/vivo-s7t-8gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2021/s9/vivo-s9-12gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2021/s9e/vivo-s9e-8gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2021/t1x/vivo-t1x-8gb-256gb-5g.json | 8 +++++++- .../vivo/2021/v21-5g/vivo-v21-5g-8gb-256gb-5g.json | 8 +++++++- .../vivo/2021/v21/vivo-v21-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2021/v21e-5g/vivo-v21e-5g-8gb-128gb-5g.json | 3 ++- .../vivo/2021/v21e/vivo-v21e-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2021/v23e-5g/vivo-v23e-5g-8gb-128gb-5g.json | 8 +++++++- .../vivo/2021/x60s/vivo-x60s-12gb-256gb-5g.json | 8 +++++++- .../smartphone/vivo/2021/x60t/vivo-x60t-8gb-128gb-5g.json | 8 +++++++- data/smartphone/vivo/2021/x70/vivo-x70-12gb-256gb-5g.json | 8 +++++++- .../vivo/2021/y12a/vivo-y12a-3gb-32gb-4g-lte.json | 8 +++++++- .../2021/y12s-2021/vivo-y12s-2021-3gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2021/y15a/vivo-y15a-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2021/y15s/vivo-y15s-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2021/y21/vivo-y21-4gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2021/y30g/vivo-y30g-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2021/y3s-2021/vivo-y3s-2021-2gb-32gb-4g-lte.json | 8 +++++++- .../vivo/2021/y50t/vivo-y50t-8gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2021/y52-5g/vivo-y52-5g-4gb-128gb-5g.json | 8 +++++++- .../smartphone/vivo/2021/y54s/vivo-y54s-6gb-128gb-5g.json | 8 +++++++- .../vivo/2021/y55s-2021/vivo-y55s-2021-8gb-256gb-5g.json | 8 +++++++- .../smartphone/vivo/2021/y70t/vivo-y70t-8gb-256gb-5g.json | 8 +++++++- .../smartphone/vivo/2021/y71t/vivo-y71t-8gb-256gb-5g.json | 3 ++- .../vivo/2021/y72-5g/vivo-y72-5g-8gb-128gb-5g.json | 8 +++++++- .../smartphone/vivo/2021/y74s/vivo-y74s-8gb-256gb-5g.json | 8 +++++++- .../vivo/2021/y76-5g/vivo-y76-5g-8gb-256gb-5g.json | 8 +++++++- .../vivo/2021/y76s/vivo-y76s-12gb-256gb-5g.json | 8 +++++++- .../vivo-iqoo-neo7-china-12gb-512gb-5g.json | 8 +++++++- .../iqoo-neo7-se/vivo-iqoo-neo7-se-16gb-512gb-5g.json | 8 +++++++- .../vivo/2022/iqoo-u5e/vivo-iqoo-u5e-6gb-128gb-5g.json | 8 +++++++- .../vivo/2022/iqoo-z6x/vivo-iqoo-z6x-8gb-256gb-5g.json | 8 +++++++- .../vivo/2022/s15-pro/vivo-s15-pro-12gb-256gb-5g.json | 8 +++++++- .../vivo/2022/s15e/vivo-s15e-12gb-256gb-5g.json | 8 +++++++- .../vivo/2022/s16-pro/vivo-s16-pro-12gb-512gb-5g.json | 8 +++++++- .../vivo/2022/s16e/vivo-s16e-12gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2022/t2x/vivo-t2x-8gb-256gb-5g.json | 8 +++++++- .../smartphone/vivo/2022/v21s/vivo-v21s-8gb-128gb-5g.json | 8 +++++++- .../vivo/2022/v23-5g/vivo-v23-5g-12gb-256gb-5g.json | 3 ++- .../vivo/2022/v23-pro/vivo-v23-pro-12gb-256gb-5g.json | 8 +++++++- .../vivo/2022/v25-pro/vivo-v25-pro-12gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2022/v25/vivo-v25-12gb-256gb-5g.json | 8 +++++++- .../vivo/2022/v25e/vivo-v25e-12gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2022/x80-lite/vivo-x80-lite-8gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2022/x80/vivo-x80-12gb-512gb-5g.json | 8 +++++++- .../vivo/2022/x90-pro/vivo-x90-pro-12gb-512gb-5g.json | 8 +++++++- data/smartphone/vivo/2022/x90/vivo-x90-12gb-512gb-5g.json | 8 +++++++- .../vivo/2022/y01/vivo-y01-3gb-32gb-4g-lte.json | 8 +++++++- .../vivo/2022/y02/vivo-y02-3gb-32gb-4g-lte.json | 8 +++++++- .../vivo/2022/y02s/vivo-y02s-3gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2022/y16/vivo-y16-4gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2022/y21a/vivo-y21a-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2022/y30-5g/vivo-y30-5g-6gb-128gb-5g.json | 8 +++++++- .../smartphone/vivo/2022/y33e/vivo-y33e-4gb-128gb-5g.json | 8 +++++++- .../vivo/2022/y33s-5g/vivo-y33s-5g-8gb-128gb-5g.json | 8 +++++++- .../vivo/2022/y35-5g/vivo-y35-5g-8gb-128gb-5g.json | 8 +++++++- .../smartphone/vivo/2022/y52t/vivo-y52t-8gb-256gb-5g.json | 8 +++++++- .../vivo/2022/y55-5g/vivo-y55-5g-6gb-128gb-5g.json | 8 +++++++- .../smartphone/vivo/2022/y72t/vivo-y72t-8gb-256gb-5g.json | 8 +++++++- .../vivo/2022/y73t/vivo-y73t-12gb-256gb-5g.json | 8 +++++++- .../vivo/2022/y75-5g/vivo-y75-5g-8gb-128gb-5g.json | 8 +++++++- .../vivo/2022/y75s/vivo-y75s-12gb-256gb-5g.json | 8 +++++++- .../vivo/2022/y77-china/vivo-y77-china-12gb-256gb-5g.json | 8 +++++++- data/smartphone/vivo/2022/y77/vivo-y77-8gb-256gb-5g.json | 8 +++++++- .../vivo/2022/y77e-t1/vivo-y77e-t1-8gb-256gb-5g.json | 8 +++++++- .../smartphone/vivo/2022/y77e/vivo-y77e-8gb-256gb-5g.json | 8 +++++++- .../iqoo-neo8-pro/vivo-iqoo-neo8-pro-16gb-512gb-5g.json | 8 +++++++- .../vivo-iqoo-neo9-pro-china-16gb-512gb-5g.json | 8 +++++++- .../iqoo-z8-china/vivo-iqoo-z8-china-12gb-512gb-5g.json | 8 +++++++- .../vivo/2023/s17-pro/vivo-s17-pro-12gb-512gb-5g.json | 8 +++++++- .../vivo/2023/s17e/vivo-s17e-12gb-256gb-5g.json | 8 +++++++- .../vivo/2023/s17t/vivo-s17t-12gb-512gb-5g.json | 8 +++++++- .../vivo/2023/s18-pro/vivo-s18-pro-16gb-512gb-5g.json | 8 +++++++- .../vivo/2023/s18e/vivo-s18e-12gb-512gb-5g.json | 8 +++++++- .../smartphone/vivo/2023/t2/vivo-t2-8gb-256gb-4g-lte.json | 8 +++++++- data/smartphone/vivo/2023/v27/vivo-v27-12gb-256gb-5g.json | 8 +++++++- .../vivo/2023/v27e/vivo-v27e-12gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2023/v29-pro/vivo-v29-pro-12gb-256gb-5g.json | 8 +++++++- .../vivo/2023/x100/vivo-x100-16gb-512gb-5g.json | 8 +++++++- .../vivo/2023/x90s/vivo-x90s-12gb-512gb-5g.json | 8 +++++++- .../vivo/2023/y02a/vivo-y02a-3gb-32gb-4g-lte.json | 8 +++++++- .../vivo/2023/y02t/vivo-y02t-4gb-128gb-4g-lte.json | 8 +++++++- .../smartphone/vivo/2023/y100/vivo-y100-8gb-128gb-5g.json | 8 +++++++- .../2023/y11-2023/vivo-y11-2023-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2023/y55s-2023/vivo-y55s-2023-6gb-128gb-5g.json | 8 +++++++- .../iqoo-neo9s-pro/vivo-iqoo-neo9s-pro-16gb-512gb-5g.json | 8 +++++++- .../iqoo-z9-turbo/vivo-iqoo-z9-turbo-16gb-512gb-5g.json | 8 +++++++- .../vivo/2024/s19-pro/vivo-s19-pro-16gb-512gb-5g.json | 8 +++++++- .../vivo/2024/x100s/vivo-x100s-16gb-512gb-5g.json | 8 +++++++- .../vivo/2024/y03/vivo-y03-4gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2024/y03t/vivo-y03t-4gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2024/y100t/vivo-y100t-12gb-512gb-5g.json | 8 +++++++- .../2024/y18-india/vivo-y18-india-6gb-128gb-4g-lte.json | 8 +++++++- .../vivo/2024/y18/vivo-y18-8gb-256gb-4g-lte.json | 8 +++++++- .../vivo/2024/y18e/vivo-y18e-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2024/y18i/vivo-y18i-4gb-64gb-4g-lte.json | 8 +++++++- .../vivo/2024/y28-4g/vivo-y28-4g-8gb-256gb-4g-lte.json | 8 +++++++- data/smartphone/vivo/2024/y37/vivo-y37-12gb-256gb-5g.json | 8 +++++++- .../xiaomi/2012/mi-1s/xiaomi-mi-1s-1gb-4gb-3g.json | 7 ++++++- .../xiaomi/2012/mi-2/xiaomi-mi-2-2gb-32gb-3g.json | 7 ++++++- .../xiaomi/2013/mi-2a/xiaomi-mi-2a-1gb-16gb-3g.json | 7 ++++++- .../xiaomi/2013/mi-2s/xiaomi-mi-2s-2gb-32gb-3g.json | 7 ++++++- .../xiaomi/2013/redmi/xiaomi-redmi-1gb-4gb-3g.json | 7 ++++++- .../2014/mi-4-lte/xiaomi-mi-4-lte-3gb-16gb-4g-lte.json | 8 +++++++- .../xiaomi/2014/mi-4/xiaomi-mi-4-3gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi/2014/redmi-1s/xiaomi-redmi-1s-1gb-8gb-3g.json | 7 ++++++- .../xiaomi-redmi-note-4g-2gb-8gb-4g-lte.json | 7 ++++++- .../2014/redmi-note/xiaomi-redmi-note-2gb-8gb-3g.json | 7 ++++++- .../xiaomi/2015/mi-4c/xiaomi-mi-4c-3gb-32gb-4g-lte.json | 8 +++++++- .../xiaomi/2015/mi-4i/xiaomi-mi-4i-2gb-32gb-4g-lte.json | 8 +++++++- .../mi-note-pro/xiaomi-mi-note-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../2015/mi-note/xiaomi-mi-note-3gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-2-prime-2gb-16gb-4g-lte.json | 8 +++++++- .../redmi-2-pro/xiaomi-redmi-2-pro-2gb-16gb-4g-lte.json | 8 +++++++- .../2015/redmi-2/xiaomi-redmi-2-2gb-16gb-4g-lte.json | 8 +++++++- .../2015/redmi-2a/xiaomi-redmi-2a-1gb-8gb-4g-lte.json | 7 ++++++- .../redmi-note-2/xiaomi-redmi-note-2-2gb-32gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-prime-2gb-16gb-4g-lte.json | 8 +++++++- .../xiaomi/2016/mi-4s/xiaomi-mi-4s-3gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi/2016/mi-5/xiaomi-mi-5-4gb-128gb-4g-lte.json | 8 +++++++- .../mi-5s-plus/xiaomi-mi-5s-plus-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi/2016/mi-5s/xiaomi-mi-5s-4gb-128gb-4g-lte.json | 8 +++++++- .../2016/mi-max/xiaomi-mi-max-4gb-128gb-4g-lte.json | 7 ++++++- .../2016/mi-mix/xiaomi-mi-mix-6gb-256gb-4g-lte.json | 8 +++++++- .../2016/mi-note-2/xiaomi-mi-note-2-6gb-128gb-4g-lte.json | 8 +++++++- .../redmi-3-pro/xiaomi-redmi-3-pro-3gb-32gb-4g-lte.json | 8 +++++++- .../2016/redmi-3/xiaomi-redmi-3-3gb-32gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-3s-prime-3gb-32gb-4g-lte.json | 8 +++++++- .../2016/redmi-3s/xiaomi-redmi-3s-3gb-32gb-4g-lte.json | 8 +++++++- .../2016/redmi-3x/xiaomi-redmi-3x-2gb-32gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-4-china-2gb-16gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-4-prime-3gb-32gb-4g-lte.json | 8 +++++++- .../2016/redmi-4a/xiaomi-redmi-4a-3gb-32gb-4g-lte.json | 7 ++++++- .../redmi-note-3/xiaomi-redmi-note-3-3gb-32gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte.json | 7 ++++++- .../xiaomi/2017/mi-5c/xiaomi-mi-5c-3gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi/2017/mi-6/xiaomi-mi-6-6gb-128gb-4g-lte.json | 8 +++++++- .../mi-a1-mi-5x/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/mi-max-2/xiaomi-mi-max-2-4gb-128gb-4g-lte.json | 8 +++++++- .../2017/mi-mix-2/xiaomi-mi-mix-2-8gb-256gb-4g-lte.json | 8 +++++++- .../2017/mi-note-3/xiaomi-mi-note-3-6gb-128gb-4g-lte.json | 8 +++++++- .../redmi-4-4x/xiaomi-redmi-4-4x-4gb-64gb-4g-lte.json | 7 ++++++- .../2017/redmi-5/xiaomi-redmi-5-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/redmi-5a/xiaomi-redmi-5a-3gb-32gb-4g-lte.json | 7 ++++++- .../redmi-note-4/xiaomi-redmi-note-4-4gb-64gb-4g-lte.json | 7 ++++++- .../xiaomi-redmi-note-4x-4gb-64gb-4g-lte.json | 7 ++++++- .../xiaomi-redmi-y1-lite-2gb-16gb-4g-lte.json | 7 ++++++- .../xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte.json | 7 ++++++- .../xiaomi-black-shark-helo-10gb-256gb-4g-lte.json | 8 +++++++- .../black-shark/xiaomi-black-shark-8gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-mi-8-explorer-8gb-128gb-4g-lte.json | 8 +++++++- .../2018/mi-8-lite/xiaomi-mi-8-lite-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/mi-8-pro/xiaomi-mi-8-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../2018/mi-8-se/xiaomi-mi-8-se-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi/2018/mi-8/xiaomi-mi-8-8gb-256gb-4g-lte.json | 8 +++++++- .../xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../mi-a2-mi-6x/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/mi-max-3/xiaomi-mi-max-3-6gb-128gb-4g-lte.json | 8 +++++++- .../2018/mi-mix-2s/xiaomi-mi-mix-2s-8gb-256gb-4g-lte.json | 8 +++++++- .../2018/mi-mix-3/xiaomi-mi-mix-3-10gb-256gb-4g-lte.json | 8 +++++++- .../2018/mi-play/xiaomi-mi-play-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-pocophone-f1-8gb-256gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte.json | 8 +++++++- .../2018/redmi-6/xiaomi-redmi-6-4gb-64gb-4g-lte.json | 7 ++++++- .../2018/redmi-6a/xiaomi-redmi-6a-3gb-32gb-4g-lte.json | 7 ++++++- ...iaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi-black-shark-2-pro-12gb-256gb-4g-lte.json | 8 +++++++- .../xiaomi-black-shark-2-12gb-256gb-4g-lte.json | 8 +++++++- .../xiaomi-mi-9-explorer-12gb-256gb-4g-lte.json | 8 +++++++- .../2019/mi-9-lite/xiaomi-mi-9-lite-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/mi-9-pro/xiaomi-mi-9-pro-12gb-512gb-4g-lte.json | 8 +++++++- .../2019/mi-9-se/xiaomi-mi-9-se-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi/2019/mi-9/xiaomi-mi-9-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/mi-9t-pro/xiaomi-mi-9t-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../xiaomi/2019/mi-9t/xiaomi-mi-9t-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi/2019/mi-a3/xiaomi-mi-a3-6gb-128gb-4g-lte.json | 8 +++++++- .../mi-cc9-pro/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/mi-cc9/xiaomi-mi-cc9-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/mi-cc9e/xiaomi-mi-cc9e-6gb-128gb-4g-lte.json | 8 +++++++- .../2019/mi-mix-3-5g/xiaomi-mi-mix-3-5g-6gb-128gb-5g.json | 8 +++++++- .../xiaomi-mi-note-10-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../mi-note-10/xiaomi-mi-note-10-6gb-256gb-4g-lte.json | 8 +++++++- .../2019/redmi-7/xiaomi-redmi-7-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/redmi-7a/xiaomi-redmi-7a-3gb-32gb-4g-lte.json | 8 +++++++- .../2019/redmi-8/xiaomi-redmi-8-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/redmi-8a/xiaomi-redmi-8a-4gb-64gb-4g-lte.json | 8 +++++++- .../2019/redmi-go/xiaomi-redmi-go-1gb-16gb-4g-lte.json | 7 ++++++- .../xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-k20-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../2019/redmi-k20/xiaomi-redmi-k20-8gb-256gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-7-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-7s-4gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-8t-4gb-128gb-4g-lte.json | 8 +++++++- .../2019/redmi-y3/xiaomi-redmi-y3-4gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi-mi-note-10-lite-8gb-128gb-4g-lte.json | 8 +++++++- .../poco-m2-pro/xiaomi-poco-m2-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../2020/poco-x2/xiaomi-poco-x2-8gb-256gb-4g-lte.json | 8 +++++++- .../redmi-10x-5g/xiaomi-redmi-10x-5g-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-10x-pro-5g-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-8a-dual-3gb-64gb-4g-lte.json | 8 +++++++- .../redmi-8a-pro/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-k30-ultra-8gb-512gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-9-5g-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-9s-6gb-128gb-4g-lte.json | 8 +++++++- .../2021/poco-f3-gt/xiaomi-poco-f3-gt-8gb-256gb-5g.json | 8 +++++++- .../poco-m3-pro/xiaomi-poco-m3-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-poco-m4-pro-5g-8gb-256gb-5g.json | 8 +++++++- .../poco-x3-pro/xiaomi-poco-x3-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-k40-gaming-12gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-10-5g-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-note-10-pro-china-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-11-china-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-11-pro-china-8gb-256gb-5g.json | 8 +++++++- .../redmi-note-9t/xiaomi-redmi-note-9t-6gb-128gb-5g.json | 8 +++++++- .../xiaomi-11i-hypercharge-5g-8gb-256gb-5g.json | 8 +++++++- .../xiaomi/2022/11i/xiaomi-11i-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-12-pro-dimensity-12gb-256gb-5g.json | 8 +++++++- .../2022/poco-c40/xiaomi-poco-c40-4gb-64gb-4g-lte.json | 8 +++++++- .../xiaomi-poco-m4-5g-india-6gb-128gb-5g.json | 8 +++++++- .../2022/poco-m4-5g/xiaomi-poco-m4-5g-6gb-128gb-5g.json | 8 +++++++- .../xiaomi-poco-m5-india-6gb-128gb-4g-lte.json | 8 +++++++- .../2022/poco-m5/xiaomi-poco-m5-6gb-128gb-4g-lte.json | 8 +++++++- .../2022/poco-x4-gt/xiaomi-poco-x4-gt-8gb-256gb-5g.json | 8 +++++++- .../2022/redmi-10-5g/xiaomi-redmi-10-5g-6gb-128gb-5g.json | 8 +++++++- .../xiaomi-redmi-11-prime-5g-6gb-128gb-5g.json | 8 +++++++- .../xiaomi-redmi-11-prime-6gb-128gb-4g-lte.json | 8 +++++++- .../2022/redmi-a1/xiaomi-redmi-a1-3gb-32gb-4g-lte.json | 8 +++++++- .../redmi-k50-pro/xiaomi-redmi-k50-pro-12gb-512gb-5g.json | 8 +++++++- .../2022/redmi-k50/xiaomi-redmi-k50-12gb-512gb-5g.json | 8 +++++++- .../2022/redmi-k60e/xiaomi-redmi-k60e-12gb-512gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-11e-6gb-128gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-11s-5g-8gb-128gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-11se-8gb-128gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-11t-pro-12gb-512gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-11t-pro-8gb-512gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-12-discovery-8gb-256gb-5g.json | 8 +++++++- .../xiaomi-redmi-note-12-pro-12gb-256gb-5g.json | 8 +++++++- .../xiaomi/2023/13t-pro/xiaomi-13t-pro-16gb-512gb-5g.json | 8 +++++++- .../2023/poco-c50/xiaomi-poco-c50-3gb-32gb-4g-lte.json | 8 +++++++- .../xiaomi/2023/poco-m6/xiaomi-poco-m6-8gb-256gb-5g.json | 8 +++++++- .../redmi-13c-5g/xiaomi-redmi-13c-5g-8gb-256gb-5g.json | 8 +++++++- .../2023/redmi-13r/xiaomi-redmi-13r-4gb-128gb-5g.json | 8 +++++++- .../xiaomi-redmi-k60-ultra-24gb-512gb-5g.json | 8 +++++++- .../xiaomi/2024/14t-pro/xiaomi-14t-pro-16gb-512gb-5g.json | 8 +++++++- .../poco-m6-4g/xiaomi-poco-m6-4g-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/redmi-13/xiaomi-redmi-13-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/redmi-a3x/xiaomi-redmi-a3x-4gb-128gb-4g-lte.json | 8 +++++++- .../xiaomi-redmi-k70-ultra-24gb-512gb-5g.json | 8 +++++++- .../zte/2012/flash/zte-flash-1gb-8gb-4g-lte.json | 7 ++++++- .../grand-era-u895/zte-grand-era-u895-1gb-4gb-3g.json | 7 ++++++- .../zte/2012/grand-x-in/zte-grand-x-in-1gb-16gb-3g.json | 7 ++++++- .../zte-grand-x-lte-t82-1gb-4gb-4g-lte.json | 7 ++++++- .../2012/grand-x-v970/zte-grand-x-v970-1gb-4gb-3g.json | 7 ++++++- .../zte/2012/nubia-z5/zte-nubia-z5-2gb-32gb-3g.json | 7 ++++++- data/smartphone/zte/2012/optik/zte-optik-1gb-16gb-3g.json | 7 ++++++- .../2013/blade-q-maxi/zte-blade-q-maxi-1gb-4gb-3g.json | 7 ++++++- .../2013/blade-q-mini/zte-blade-q-mini-1gb-4gb-3g.json | 7 ++++++- .../zte/2013/blade-q/zte-blade-q-1gb-4gb-3g.json | 7 ++++++- .../zte/2013/blade-v/zte-blade-v-1gb-4gb-3g.json | 7 ++++++- .../zte/2013/geek-v975/zte-geek-v975-2gb-16gb-3g.json | 7 ++++++- .../zte-grand-memo-v9815-2gb-16gb-4g-lte.json | 7 ++++++- .../grand-s-flex/zte-grand-s-flex-1gb-16gb-4g-lte.json | 7 ++++++- .../zte/2013/grand-s/zte-grand-s-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2013/grand-x-pro/zte-grand-x-pro-1gb-4gb-3g.json | 7 ++++++- .../zte-grand-x-quad-v987-1gb-4gb-3g.json | 7 ++++++- .../zte-nubia-z5s-mini-nx403a-2gb-16gb-3g.json | 7 ++++++- .../zte/2013/nubia-z5s/zte-nubia-z5s-2gb-32gb-4g-lte.json | 7 ++++++- data/smartphone/zte/2013/reef/zte-reef-1gb-4gb-3g.json | 7 ++++++- .../2013/vital-n9810/zte-vital-n9810-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2013/warp-4g/zte-warp-4g-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2014/blade-l2/zte-blade-l2-1gb-4gb-3g.json | 7 ++++++- .../zte-grand-s-ii-s291-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/grand-s-ii/zte-grand-s-ii-2gb-16gb-4g-lte.json | 7 ++++++- .../2014/grand-s-pro/zte-grand-s-pro-2gb-8gb-4g-lte.json | 7 ++++++- .../zte-grand-x-plus-z826-2gb-8gb-4g-lte.json | 7 ++++++- .../zte/2014/grand-xmax/zte-grand-xmax-1gb-8gb-3g.json | 8 +++++++- .../zte/2014/nubia-x6/zte-nubia-x6-3gb-128gb-4g-lte.json | 7 ++++++- .../zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte.json | 7 ++++++- .../nubia-z7-max/zte-nubia-z7-max-2gb-32gb-4g-lte.json | 7 ++++++- .../nubia-z7-mini/zte-nubia-z7-mini-2gb-16gb-4g-lte.json | 7 ++++++- .../redbull-v5-v9180/zte-redbull-v5-v9180-1gb-4gb-3g.json | 7 ++++++- .../zte/2014/speed/zte-speed-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2014/star-1/zte-star-1-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2014/star-2/zte-star-2-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2014/zmax/zte-zmax-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2015/axon-lux/zte-axon-lux-4gb-128gb-4g-lte.json | 8 +++++++- .../zte/2015/axon-max/zte-axon-max-3gb-32gb-4g-lte.json | 8 +++++++- .../zte/2015/axon-mini/zte-axon-mini-3gb-32gb-4g-lte.json | 7 ++++++- .../zte/2015/axon-pro/zte-axon-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../zte/2015/axon/zte-axon-2gb-32gb-4g-lte.json | 8 +++++++- .../2015/blade-a410/zte-blade-a410-1gb-8gb-4g-lte.json | 7 ++++++- .../blade-apex-3/zte-blade-apex-3-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2015/blade-d6/zte-blade-d6-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/blade-l3-plus/zte-blade-l3-plus-1gb-8gb-3g.json | 7 ++++++- .../zte/2015/blade-q-pro/zte-blade-q-pro-1gb-8gb-3g.json | 7 ++++++- .../blade-qlux-4g/zte-blade-qlux-4g-1gb-8gb-4g-lte.json | 7 ++++++- .../blade-s6-plus/zte-blade-s6-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2015/blade-s6/zte-blade-s6-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2015/blade-s7/zte-blade-s7-3gb-32gb-4g-lte.json | 7 ++++++- .../zte/2015/blade-x3/zte-blade-x3-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2015/blade-x9/zte-blade-x9-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/grand-x-max/zte-grand-x-max-2gb-16gb-4g-lte.json | 8 +++++++- .../zte/2015/grand-x2/zte-grand-x2-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/imperial-ii/zte-imperial-ii-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2015/maven/zte-maven-1gb-8gb-4g-lte.json | 7 ++++++- .../zte-nubia-my-prague-3gb-32gb-4g-lte.json | 7 ++++++- .../nubia-z9-max/zte-nubia-z9-max-3gb-16gb-4g-lte.json | 7 ++++++- .../nubia-z9-mini/zte-nubia-z9-mini-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2015/nubia-z9/zte-nubia-z9-4gb-64gb-4g-lte.json | 7 ++++++- .../zte/2015/obsidian/zte-obsidian-1gb-4gb-4g-lte.json | 7 ++++++- .../zte/2015/v5-lux/zte-v5-lux-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2015/zmax-2/zte-zmax-2-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2016/avid-plus/zte-avid-plus-1gb-8gb-4g-lte.json | 7 ++++++- .../2016/axon-7-max/zte-axon-7-max-4gb-64gb-4g-lte.json | 8 +++++++- .../2016/axon-7-mini/zte-axon-7-mini-3gb-32gb-4g-lte.json | 8 +++++++- .../zte/2016/axon-7/zte-axon-7-4gb-64gb-4g-lte.json | 8 +++++++- .../zte/2016/blade-a2/zte-blade-a2-2gb-16gb-4g-lte.json | 7 ++++++- .../2016/blade-a452/zte-blade-a452-1gb-8gb-4g-lte.json | 7 ++++++- .../2016/blade-a512/zte-blade-a512-2gb-16gb-4g-lte.json | 7 ++++++- .../2016/blade-a910/zte-blade-a910-2gb-16gb-4g-lte.json | 7 ++++++- .../zte-blade-l110-a110-1gb-8gb-4g-lte.json | 7 ++++++- .../2016/blade-l5-plus/zte-blade-l5-plus-1gb-8gb-3g.json | 7 ++++++- .../blade-v-plus/zte-blade-v-plus-2gb-16gb-4g-lte.json | 7 ++++++- .../blade-v7-lite/zte-blade-v7-lite-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2016/blade-v7/zte-blade-v7-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2016/grand-x-3/zte-grand-x-3-2gb-16gb-4g-lte.json | 8 +++++++- .../zte/2016/grand-x4/zte-grand-x4-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2016/nubia-n1/zte-nubia-n1-3gb-64gb-4g-lte.json | 7 ++++++- .../zte-nubia-prague-s-3gb-64gb-4g-lte.json | 7 ++++++- .../nubia-z11-max/zte-nubia-z11-max-4gb-64gb-4g-lte.json | 8 +++++++- .../zte-nubia-z11-mini-s-4gb-128gb-4g-lte.json | 8 +++++++- .../zte-nubia-z11-mini-3gb-64gb-4g-lte.json | 7 ++++++- .../zte/2016/nubia-z11/zte-nubia-z11-6gb-64gb-4g-lte.json | 8 +++++++- .../zte/2017/axon-7s/zte-axon-7s-6gb-128gb-4g-lte.json | 8 +++++++- .../zte/2017/axon-m/zte-axon-m-4gb-64gb-4g-lte.json | 8 +++++++- .../blade-a2-plus/zte-blade-a2-plus-4gb-32gb-4g-lte.json | 7 ++++++- .../zte/2017/blade-a3/zte-blade-a3-3gb-32gb-4g-lte.json | 7 ++++++- .../2017/blade-a520/zte-blade-a520-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2017/blade-a6/zte-blade-a6-3gb-32gb-4g-lte.json | 8 +++++++- .../2017/blade-force/zte-blade-force-2gb-16gb-4g-lte.json | 7 ++++++- .../blade-v7-plus/zte-blade-v7-plus-3gb-32gb-4g-lte.json | 7 ++++++- .../blade-v8-lite/zte-blade-v8-lite-2gb-16gb-4g-lte.json | 7 ++++++- .../blade-v8-mini/zte-blade-v8-mini-2gb-16gb-4g-lte.json | 7 ++++++- .../blade-v8-pro/zte-blade-v8-pro-3gb-32gb-4g-lte.json | 8 +++++++- .../zte/2017/blade-v8/zte-blade-v8-3gb-32gb-4g-lte.json | 7 ++++++- .../zte/2017/blade-x/zte-blade-x-2gb-16gb-4g-lte.json | 7 ++++++- .../2017/blade-z-max/zte-blade-z-max-2gb-32gb-4g-lte.json | 8 +++++++- .../grand-x-view-2/zte-grand-x-view-2-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2017/maven-2/zte-maven-2-1gb-8gb-4g-lte.json | 7 ++++++- .../zte/2017/max-xl/zte-max-xl-2gb-32gb-4g-lte.json | 8 +++++++- .../nubia-m2-lite/zte-nubia-m2-lite-4gb-64gb-4g-lte.json | 8 +++++++- .../zte/2017/nubia-m2/zte-nubia-m2-4gb-64gb-4g-lte.json | 8 +++++++- .../nubia-n1-lite/zte-nubia-n1-lite-2gb-16gb-4g-lte.json | 7 ++++++- .../zte/2017/nubia-n2/zte-nubia-n2-4gb-64gb-4g-lte.json | 8 +++++++- .../zte-nubia-z17-lite-6gb-64gb-4g-lte.json | 8 +++++++- .../zte-nubia-z17-minis-6gb-64gb-4g-lte.json | 8 +++++++- .../2017/nubia-z17/zte-nubia-z17-8gb-128gb-4g-lte.json | 8 +++++++- .../2017/nubia-z17s/zte-nubia-z17s-8gb-128gb-4g-lte.json | 8 +++++++- .../zte/2017/tempo-x/zte-tempo-x-1gb-8gb-4g-lte.json | 7 ++++++- .../2018/axon-9-pro/zte-axon-9-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../blade-a7-vita/zte-blade-a7-vita-3gb-32gb-4g-lte.json | 7 ++++++- .../blade-v9-vita/zte-blade-v9-vita-3gb-32gb-4g-lte.json | 7 ++++++- .../zte/2018/blade-v9/zte-blade-v9-4gb-64gb-4g-lte.json | 8 +++++++- .../zte/2018/nubia-n3/zte-nubia-n3-4gb-64gb-4g-lte.json | 8 +++++++- .../zte-nubia-red-magic-mars-10gb-256gb-4g-lte.json | 8 +++++++- .../zte-nubia-red-magic-8gb-128gb-4g-lte.json | 8 +++++++- .../zte/2018/nubia-v18/zte-nubia-v18-4gb-64gb-4g-lte.json | 7 ++++++- .../zte/2018/nubia-x/zte-nubia-x-8gb-512gb-4g-lte.json | 8 +++++++- .../zte-nubia-z18-mini-6gb-128gb-4g-lte.json | 7 ++++++- .../2018/nubia-z18/zte-nubia-z18-8gb-128gb-4g-lte.json | 8 +++++++- .../zte/2019/avid-559/zte-avid-559-2gb-16gb-4g-lte.json | 7 ++++++- .../axon-10-pro-5g/zte-axon-10-pro-5g-12gb-256gb-5g.json | 8 +++++++- .../axon-10-pro/zte-axon-10-pro-12gb-256gb-4g-lte.json | 8 +++++++- .../zte-blade-10-prime-3gb-64gb-4g-lte.json | 8 +++++++- .../zte/2019/blade-20/zte-blade-20-4gb-128gb-4g-lte.json | 8 +++++++- .../blade-a3-2019/zte-blade-a3-2019-1gb-32gb-4g-lte.json | 7 ++++++- .../blade-a5-2019/zte-blade-a5-2019-2gb-16gb-4g-lte.json | 7 ++++++- .../zte-blade-a7-prime-3gb-32gb-4g-lte.json | 7 ++++++- .../zte/2019/blade-a7/zte-blade-a7-3gb-64gb-4g-lte.json | 7 ++++++- .../zte-blade-max-view-3gb-32gb-4g-lte.json | 7 ++++++- .../zte-blade-v10-vita-3gb-64gb-4g-lte.json | 7 ++++++- .../zte/2019/blade-v10/zte-blade-v10-4gb-64gb-4g-lte.json | 7 ++++++- .../2019/nubia-alpha/zte-nubia-alpha-1gb-8gb-4g-lte.json | 7 ++++++- .../zte-nubia-red-magic-3-12gb-256gb-4g-lte.json | 8 +++++++- .../zte-nubia-red-magic-3s-12gb-256gb-4g-lte.json | 8 +++++++- .../2019/nubia-z20/zte-nubia-z20-8gb-512gb-4g-lte.json | 8 +++++++- .../zte/2020/avid-579/zte-avid-579-2gb-32gb-4g-lte.json | 7 ++++++- .../2020/axon-11-4g/zte-axon-11-4g-6gb-128gb-4g-lte.json | 7 ++++++- .../axon-11-se-5g/zte-axon-11-se-5g-6gb-128gb-5g.json | 8 +++++++- .../2020/blade-20-5g/zte-blade-20-5g-6gb-128gb-5g.json | 7 ++++++- .../blade-a3-joy/zte-blade-a3-joy-2gb-32gb-4g-lte.json | 7 ++++++- .../zte-blade-a3-prime-2gb-32gb-4g-lte.json | 7 ++++++- .../zte/2020/blade-a3y/zte-blade-a3y-2gb-32gb-4g-lte.json | 7 ++++++- .../blade-a5-2020/zte-blade-a5-2020-2gb-64gb-4g-lte.json | 7 ++++++- .../zte-blade-a7s-2020-3gb-64gb-4g-lte.json | 7 ++++++- .../blade-v2020-5g/zte-blade-v2020-5g-6gb-128gb-5g.json | 8 +++++++- .../zte/2020/gabb-z2/zte-gabb-z2-2gb-32gb-4g-lte.json | 7 ++++++- .../zte/2020/quest-5/zte-quest-5-1gb-16gb-4g-lte.json | 7 ++++++- .../zte/2021/avid-589/zte-avid-589-2gb-32gb-4g-lte.json | 7 ++++++- .../zte-blade-11-prime-4gb-64gb-4g-lte.json | 7 ++++++- .../zte-blade-a31-lite-1gb-32gb-4g-lte.json | 7 ++++++- .../zte/2021/blade-a51/zte-blade-a51-2gb-64gb-4g-lte.json | 7 ++++++- .../zte/2021/blade-a71/zte-blade-a71-3gb-64gb-4g-lte.json | 7 ++++++- .../zte/2021/blade-a7p/zte-blade-a7p-3gb-32gb-4g-lte.json | 7 ++++++- .../zte/2021/blade-l9/zte-blade-l9-1gb-32gb-3g.json | 7 ++++++- .../2021/blade-v30/zte-blade-v30-4gb-128gb-4g-lte.json | 8 +++++++- .../zte/2021/s30-se/zte-s30-se-6gb-128gb-5g.json | 8 +++++++- data/smartphone/zte/2021/s30/zte-s30-8gb-256gb-5g.json | 8 +++++++- .../voyage-20-pro/zte-voyage-20-pro-8gb-256gb-5g.json | 8 +++++++- .../zte/2022/blade-a52/zte-blade-a52-2gb-64gb-4g-lte.json | 8 +++++++- .../2022/blade-a72-5g/zte-blade-a72-5g-6gb-128gb-5g.json | 7 ++++++- .../2022/blade-a72s/zte-blade-a72s-3gb-128gb-4g-lte.json | 8 +++++++- .../zte-blade-v40-design-6gb-128gb-4g-lte.json | 8 +++++++- .../blade-v40-pro/zte-blade-v40-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../zte-blade-v40-vita-4gb-128gb-4g-lte.json | 8 +++++++- .../voyage-40-pro/zte-voyage-40-pro-8gb-256gb-5g.json | 8 +++++++- .../2023/blade-a54/zte-blade-a54-4gb-128gb-4g-lte.json | 7 ++++++- .../2023/blade-a73/zte-blade-a73-4gb-128gb-4g-lte.json | 8 +++++++- .../zte-blade-v50-design-4g-8gb-256gb-4g-lte.json | 8 +++++++- .../zte-blade-v50-vita-4gb-256gb-4g-lte.json | 8 +++++++- data/smartphone/zte/2023/v70/zte-v70-8gb-256gb-5g.json | 8 +++++++- .../blade-a75-4g/zte-blade-a75-4g-4gb-256gb-4g-lte.json | 8 +++++++- .../zte-blade-v60-design-6gb-256gb-4g-lte.json | 8 +++++++- .../one-touch-t10/alcatel-one-touch-t10-1gb-4gb-2g.json | 7 ++++++- .../alcatel-one-touch-tab-7-hd-1gb-8gb-2g.json | 7 ++++++- .../alcatel-one-touch-tab-7-1gb-4gb-2g.json | 7 ++++++- .../alcatel-smart-tab-7-1-5gb-16gb-4g-lte.json | 7 ++++++- .../ipad-wi-fi-3g/apple-ipad-wi-fi-3g-0-25gb-64gb-3g.json | 7 ++++++- .../2010/ipad-wi-fi/apple-ipad-wi-fi-0-25gb-64gb-2g.json | 7 ++++++- .../2011/ipad-2-cdma/apple-ipad-2-cdma-0-5gb-64gb-3g.json | 7 ++++++- .../apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g.json | 7 ++++++- .../ipad-2-wi-fi/apple-ipad-2-wi-fi-0-5gb-64gb-2g.json | 7 ++++++- .../apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte.json | 7 ++++++- .../apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte.json | 7 ++++++- .../ipad-4-wi-fi/apple-ipad-4-wi-fi-1gb-128gb-2g.json | 7 ++++++- .../apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte.json | 7 ++++++- .../apple-ipad-mini-wi-fi-0-5gb-64gb-2g.json | 7 ++++++- .../2013/ipad-air/apple-ipad-air-1gb-128gb-4g-lte.json | 7 ++++++- .../ipad-mini-2/apple-ipad-mini-2-1gb-128gb-4g-lte.json | 7 ++++++- .../ipad-air-2/apple-ipad-air-2-2gb-128gb-4g-lte.json | 7 ++++++- .../ipad-mini-3/apple-ipad-mini-3-1gb-128gb-4g-lte.json | 7 ++++++- .../apple-ipad-mini-4-2015-2gb-128gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte.json | 7 ++++++- .../apple-ipad-9-7-2017-2gb-128gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte.json | 7 ++++++- .../apple-ipad-9-7-2018-2gb-128gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-11-2018-6gb-512gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte.json | 7 ++++++- .../apple-ipad-10-2-2019-3gb-128gb-4g-lte.json | 7 ++++++- .../apple-ipad-air-2019-3gb-256gb-4g-lte.json | 7 ++++++- .../apple-ipad-mini-2019-3gb-256gb-4g-lte.json | 7 ++++++- .../apple-ipad-air-2020-4gb-256gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-11-2020-6gb-512gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte.json | 7 ++++++- .../apple-ipad-10-2-2021-3gb-256gb-4g-lte.json | 7 ++++++- .../apple-ipad-pro-11-2021-16gb-512gb-5g.json | 7 ++++++- .../apple-ipad-pro-12-9-2021-16gb-512gb-5g.json | 7 ++++++- .../2022/ipad-2022/apple-ipad-2022-4gb-256gb-5g.json | 7 ++++++- .../apple-ipad-pro-11-2022-16gb-512gb-5g.json | 7 ++++++- .../apple-ipad-pro-12-9-2022-16gb-512gb-5g.json | 7 ++++++- .../apple-ipad-pro-11-2024-16gb-512gb-5g.json | 7 ++++++- .../apple-ipad-pro-13-2024-16gb-512gb-5g.json | 7 ++++++- .../asus-google-nexus-7-cellular-1gb-32gb-3g.json | 7 ++++++- .../google-nexus-7/asus-google-nexus-7-1gb-32gb-2g.json | 7 ++++++- .../asus-google-nexus-7-2013-2gb-32gb-4g-lte.json | 7 ++++++- .../2013/memo-pad-10/asus-memo-pad-10-1gb-16gb-2g.json | 7 ++++++- .../asus-memo-pad-8-me180a-1gb-16gb-2g.json | 7 ++++++- .../memo-pad-fhd10/asus-memo-pad-fhd10-2gb-32gb-2g.json | 7 ++++++- .../memo-pad-me172v/asus-memo-pad-me172v-1gb-16gb-2g.json | 7 ++++++- .../asus-memo-pad-10-me103k-1gb-32gb-2g.json | 7 ++++++- .../asus-memo-pad-7-me176c-1gb-16gb-2g.json | 7 ++++++- .../asus-memo-pad-7-me572c-2gb-32gb-2g.json | 7 ++++++- .../asus-memo-pad-7-me572cl-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-memo-pad-8-me181c-1gb-16gb-2g.json | 7 ++++++- .../asus-memo-pad-8-me581cl-2gb-32gb-4g-lte.json | 7 ++++++- .../asus-transformer-pad-tf103c-1gb-16gb-2g.json | 7 ++++++- .../asus-transformer-pad-tf303cl-2gb-32gb-4g-lte.json | 7 ++++++- .../zenpad-10-z300c/asus-zenpad-10-z300c-2gb-32gb-2g.json | 7 ++++++- .../asus-zenpad-7-0-z370cg-2gb-16gb-3g.json | 7 ++++++- .../asus-zenpad-8-0-z380c-2gb-16gb-2g.json | 7 ++++++- .../asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte.json | 7 ++++++- .../asus-zenpad-c-7-0-z170mg-1gb-16gb-3g.json | 7 ++++++- .../2015/zenpad-c-7-0/asus-zenpad-c-7-0-1gb-16gb-3g.json | 7 ++++++- .../asus-zenpad-s-8-0-z580c-2gb-32gb-2g.json | 7 ++++++- .../asus-zenpad-s-8-0-z580ca-4gb-64gb-2g.json | 7 ++++++- .../zenpad-10-z300m/asus-zenpad-10-z300m-2gb-32gb-2g.json | 7 ++++++- .../asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenpad-3s-10-z500m-4gb-64gb-2g.json | 8 +++++++- .../asus-zenpad-8-0-z380m-2gb-16gb-2g.json | 7 ++++++- .../asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte.json | 7 ++++++- .../asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte.json | 8 +++++++- .../asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte.json | 7 ++++++- .../2020/tab-8/blackview-tab-8-4gb-64gb-4g-lte.json | 8 +++++++- .../tab-10-pro/blackview-tab-10-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../2021/tab-10/blackview-tab-10-4gb-64gb-4g-lte.json | 8 +++++++- .../2021/tab-11/blackview-tab-11-8gb-128gb-4g-lte.json | 8 +++++++- .../2021/tab-6/blackview-tab-6-3gb-32gb-4g-lte.json | 7 ++++++- .../2021/tab-8e/blackview-tab-8e-3gb-32gb-4g-lte.json | 8 +++++++- .../2021/tab-9/blackview-tab-9-4gb-64gb-4g-lte.json | 8 +++++++- .../2022/tab-12/blackview-tab-12-4gb-64gb-4g-lte.json | 8 +++++++- .../2022/tab-13/blackview-tab-13-6gb-128gb-4g-lte.json | 7 ++++++- .../2022/tab-15/blackview-tab-15-8gb-128gb-4g-lte.json | 8 +++++++- .../2022/tab-7/blackview-tab-7-3gb-32gb-4g-lte.json | 8 +++++++- .../tab-11-se/blackview-tab-11-se-8gb-256gb-4g-lte.json | 7 ++++++- .../blackview-tab-11-wifi-8gb-256gb-4g-lte.json | 8 +++++++- .../tab-12-pro/blackview-tab-12-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../2023/tab-16/blackview-tab-16-8gb-256gb-4g-lte.json | 7 ++++++- .../2023/tab-18/blackview-tab-18-12gb-256gb-4g-lte.json | 8 +++++++- .../2023/tab-5/blackview-tab-5-3gb-64gb-4g-lte.json | 7 ++++++- .../blackview-tab-50-wifi-4gb-128gb-4g-lte.json | 7 ++++++- .../2023/tab-60/blackview-tab-60-6gb-128gb-4g-lte.json | 7 ++++++- .../blackview-tab-70-wifi-3gb-64gb-4g-lte.json | 8 +++++++- .../tab-8-wifi/blackview-tab-8-wifi-4gb-128gb-4g-lte.json | 7 ++++++- .../2023/tab-80/blackview-tab-80-8gb-128gb-4g-lte.json | 8 +++++++- .../tab-16-pro/blackview-tab-16-pro-8gb-256gb-4g-lte.json | 8 +++++++- .../doogee/2022/t20/doogee-t20-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/t10plus/doogee-t10plus-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/t10pro/doogee-t10pro-8gb-256gb-4g-lte.json | 8 +++++++- .../t20-ultra/doogee-t20-ultra-12gb-256gb-4g-lte.json | 8 +++++++- .../t30-ultra/doogee-t30-ultra-12gb-256gb-4g-lte.json | 8 +++++++- .../2024/t30-max/doogee-t30-max-8gb-512gb-4g-lte.json | 8 +++++++- .../google-pixel-tablet-8gb-256gb-4g-lte.json | 8 +++++++- .../honor/2016/pad-2/honor-pad-2-3gb-32gb-4g-lte.json | 7 ++++++- .../honor/2019/tab-5/honor-tab-5-4gb-128gb-4g-lte.json | 8 +++++++- .../honor/2020/pad-6/honor-pad-6-4gb-128gb-4g-lte.json | 8 +++++++- .../honor/2020/pad-x6/honor-pad-x6-4gb-64gb-4g-lte.json | 8 +++++++- .../honor/2021/tab-7/honor-tab-7-4gb-128gb-4g-lte.json | 8 +++++++- .../tablet-v7-pro/honor-tablet-v7-pro-8gb-256gb-5g.json | 8 +++++++- .../2021/tablet-v7/honor-tablet-v7-8gb-128gb-5g.json | 8 +++++++- .../2021/tablet-x7/honor-tablet-x7-3gb-32gb-4g-lte.json | 8 +++++++- .../honor/2022/pad-8/honor-pad-8-8gb-256gb-4g-lte.json | 8 +++++++- .../pad-v8-pro/honor-pad-v8-pro-12gb-256gb-4g-lte.json | 8 +++++++- .../honor/2022/pad-x8/honor-pad-x8-6gb-128gb-4g-lte.json | 7 ++++++- .../honor/2023/pad-9/honor-pad-9-12gb-512gb-5g.json | 8 +++++++- .../honor/2023/pad-v8/honor-pad-v8-8gb-256gb-4g-lte.json | 8 +++++++- .../pad-x8-pro/honor-pad-x8-pro-8gb-128gb-4g-lte.json | 7 ++++++- .../honor/2023/pad-x9/honor-pad-x9-4gb-128gb-4g-lte.json | 8 +++++++- .../2024/pad-9-pro/honor-pad-9-pro-12gb-256gb-3g.json | 8 +++++++- .../2024/pad-x8a/honor-pad-x8a-4gb-128gb-4g-lte.json | 7 ++++++- .../htc/2014/nexus-9/htc-nexus-9-2gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-s7-301w-1gb-8gb-2g.json | 7 ++++++- .../huawei/2011/mediapad/huawei-mediapad-1gb-8gb-3g.json | 7 ++++++- .../huawei-mediapad-10-fhd-2gb-64gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-7-lite-1gb-8gb-3g.json | 7 ++++++- .../huawei-mediapad-10-link-1gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-7-vogue-1gb-8gb-3g.json | 7 ++++++- .../huawei-mediapad-7-youth-1gb-8gb-3g.json | 7 ++++++- .../huawei-mediapad-10-link-1gb-16gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-7-youth2-1gb-8gb-3g.json | 7 ++++++- .../mediapad-m1/huawei-mediapad-m1-1gb-8gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-t1-8-0-1gb-16gb-3g.json | 7 ++++++- .../mediapad-x1/huawei-mediapad-x1-2gb-16gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m2-8-0-3gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-t1-10-1gb-16gb-4g-lte.json | 7 ++++++- .../mediapad-x2/huawei-mediapad-x2-3gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m2-10-0-3gb-64gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m2-7-0-3gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m3-8-4-4gb-64gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-t1-7-0-plus-2gb-16gb-3g.json | 7 ++++++- .../huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-t2-7-0-2gb-16gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-t3-10-3gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-t3-7-0-2gb-16gb-2g.json | 7 ++++++- .../huawei-mediapad-t3-8-0-3gb-32gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei-mediapad-m5-10-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei-mediapad-m5-8-4gb-128gb-4g-lte.json | 8 +++++++- .../huawei-mediapad-m5-lite-4gb-64gb-4g-lte.json | 8 +++++++- .../mediapad-t5/huawei-mediapad-t5-4gb-64gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m6-10-8-6gb-256gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m6-8-4-8gb-128gb-4g-lte.json | 7 ++++++- .../huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte.json | 7 ++++++- .../huawei-enjoy-tablet-2-4gb-128gb-4g-lte.json | 8 +++++++- .../2011/ideapad-k1/lenovo-ideapad-k1-1gb-32gb-3g.json | 7 ++++++- .../yoga-tablet-10/lenovo-yoga-tablet-10-1gb-32gb-3g.json | 7 ++++++- .../yoga-tablet-8/lenovo-yoga-tablet-8-1gb-32gb-3g.json | 7 ++++++- .../lenovo/2014/tab-s8/lenovo-tab-s8-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo-yoga-tablet-10-hd-2gb-32gb-3g.json | 7 ++++++- .../lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo-yoga-tablet-2-8-0-2gb-16gb-3g.json | 7 ++++++- .../lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte.json | 7 ++++++- .../tab-2-a10-70/lenovo-tab-2-a10-70-2gb-16gb-4g-lte.json | 7 ++++++- .../2015/tab-2-a7-10/lenovo-tab-2-a7-10-1gb-16gb-2g.json | 7 ++++++- .../2015/tab-2-a7-20/lenovo-tab-2-a7-20-1gb-16gb-2g.json | 7 ++++++- .../2015/tab-2-a7-30/lenovo-tab-2-a7-30-1gb-16gb-3g.json | 7 ++++++- .../tab-2-a8-50/lenovo-tab-2-a8-50-1gb-16gb-4g-lte.json | 7 ++++++- .../yoga-tab-3-8-0/lenovo-yoga-tab-3-8-0-1gb-16gb-2g.json | 7 ++++++- .../lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../lenovo-yoga-tab-3-10-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte.json | 3 ++- .../2017/moto-tab/lenovo-moto-tab-2gb-32gb-4g-lte.json | 7 ++++++- .../lenovo-tab-4-10-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/tab-4-10/lenovo-tab-4-10-2gb-32gb-4g-lte.json | 8 +++++++- .../tab-4-8-plus/lenovo-tab-4-8-plus-4gb-64gb-4g-lte.json | 8 +++++++- .../2017/tab-4-8/lenovo-tab-4-8-2gb-32gb-4g-lte.json | 7 ++++++- .../lenovo-tab-7-essential-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2017/tab-7/lenovo-tab-7-2gb-16gb-4g-lte.json | 7 ++++++- .../lenovo/2019/tab-m7/lenovo-tab-m7-2gb-32gb-4g-lte.json | 7 ++++++- .../tab-m8-fhd/lenovo-tab-m8-fhd-3gb-32gb-4g-lte.json | 7 ++++++- .../2019/tab-m8-hd/lenovo-tab-m8-hd-3gb-32gb-4g-lte.json | 7 ++++++- .../lenovo/2019/tab-v7/lenovo-tab-v7-4gb-64gb-4g-lte.json | 7 ++++++- .../lenovo-yoga-smart-tab-4gb-64gb-4g-lte.json | 3 ++- .../lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte.json | 8 +++++++- .../tab-p11-pro/lenovo-tab-p11-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../2021/pad-plus/lenovo-pad-plus-6gb-128gb-4g-lte.json | 7 ++++++- .../2021/pad-pro/lenovo-pad-pro-6gb-128gb-4g-lte.json | 8 +++++++- .../lenovo/2021/pad/lenovo-pad-6gb-128gb-4g-lte.json | 8 +++++++- .../2021/tab-k10/lenovo-tab-k10-4gb-128gb-4g-lte.json | 8 +++++++- .../lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte.json | 7 ++++++- .../lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte.json | 7 ++++++- .../2021/tab-p11-5g/lenovo-tab-p11-5g-8gb-256gb-5g.json | 8 +++++++- .../lenovo-tab-p11-plus-6gb-128gb-4g-lte.json | 8 +++++++- .../2021/tab-p11/lenovo-tab-p11-6gb-128gb-4g-lte.json | 8 +++++++- .../2021/tab-p12-pro/lenovo-tab-p12-pro-8gb-256gb-5g.json | 8 +++++++- .../yoga-tab-11/lenovo-yoga-tab-11-8gb-256gb-4g-lte.json | 3 ++- .../lenovo-pad-pro-2022-8gb-128gb-4g-lte.json | 3 ++- .../lenovo-tab-m10-gen-3-4gb-64gb-4g-lte.json | 8 +++++++- .../lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte.json | 8 +++++++- .../2022/tab-m9/lenovo-tab-m9-4gb-128gb-4g-lte.json | 8 +++++++- .../lenovo-tab-p11-gen-2-6gb-128gb-4g-lte.json | 7 ++++++- .../lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte.json | 8 +++++++- .../tab-extreme/lenovo-tab-extreme-12gb-256gb-4g-lte.json | 8 +++++++- .../lenovo/2023/tab-m10/lenovo-tab-m10-6gb-128gb-5g.json | 8 +++++++- .../lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte.json | 8 +++++++- .../2023/tab-p12/lenovo-tab-p12-8gb-256gb-4g-lte.json | 8 +++++++- .../legion-tab/lenovo-legion-tab-12gb-256gb-4g-lte.json | 8 +++++++- .../lenovo-tab-k11-plus-8gb-256gb-4g-lte.json | 8 +++++++- .../2024/tab-m11/lenovo-tab-m11-8gb-128gb-4g-lte.json | 8 +++++++- .../2024/tab-plus/lenovo-tab-plus-8gb-256gb-4g-lte.json | 3 ++- .../lg/2013/g-pad-8-3/lg-g-pad-8-3-2gb-16gb-2g.json | 7 ++++++- .../g-pad-10-1-lte/lg-g-pad-10-1-lte-1gb-16gb-4g-lte.json | 7 ++++++- .../lg/2014/g-pad-10-1/lg-g-pad-10-1-1gb-16gb-2g.json | 7 ++++++- .../g-pad-7-0-lte/lg-g-pad-7-0-lte-1gb-16gb-4g-lte.json | 7 ++++++- .../tablet/lg/2014/g-pad-7-0/lg-g-pad-7-0-1gb-8gb-2g.json | 7 ++++++- .../g-pad-8-0-lte/lg-g-pad-8-0-lte-1gb-32gb-4g-lte.json | 7 ++++++- .../lg/2014/g-pad-8-0/lg-g-pad-8-0-1gb-16gb-2g.json | 7 ++++++- .../g-pad-8-3-lte/lg-g-pad-8-3-lte-2gb-16gb-4g-lte.json | 7 ++++++- .../g-pad-ii-10-1/lg-g-pad-ii-10-1-2gb-16gb-4g-lte.json | 7 ++++++- .../lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte.json | 7 ++++++- .../lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte.json | 7 ++++++- .../lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte.json | 7 ++++++- .../2016/g-pad-x-8-0/lg-g-pad-x-8-0-2gb-32gb-4g-lte.json | 7 ++++++- .../lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte.json | 7 ++++++- .../g-pad-5-10-1/lg-g-pad-5-10-1-4gb-32gb-4g-lte.json | 8 +++++++- .../lg/2022/ultra-tab/lg-ultra-tab-4gb-64gb-4g-lte.json | 8 +++++++- .../micromax-canvas-tab-p470-1gb-8gb-3g.json | 7 ++++++- .../micromax-canvas-tab-p666-1gb-8gb-3g.json | 7 ++++++- .../motorola-xoom-2-3g-mz616-1gb-32gb-3g.json | 7 ++++++- ...otorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g.json | 7 ++++++- .../motorola-xoom-2-media-edition-mz607-1gb-32gb-2g.json | 7 ++++++- .../xoom-2-mz615/motorola-xoom-2-mz615-1gb-32gb-2g.json | 7 ++++++- .../2021/tab-g20/motorola-tab-g20-3gb-32gb-4g-lte.json | 8 +++++++- .../motorola-moto-tab-g62-4gb-64gb-4g-lte.json | 8 +++++++- .../motorola-moto-tab-g70-6gb-128gb-4g-lte.json | 8 +++++++- data/tablet/nokia/2021/t20/nokia-t20-4gb-64gb-4g-lte.json | 8 +++++++- data/tablet/nokia/2022/t10/nokia-t10-4gb-64gb-4g-lte.json | 8 +++++++- .../2023/pad-go/oneplus-pad-go-8gb-256gb-4g-lte.json | 8 +++++++- .../oneplus/2023/pad/oneplus-pad-12gb-256gb-4g-lte.json | 8 +++++++- .../2024/pad-2/oneplus-pad-2-12gb-256gb-4g-lte.json | 8 +++++++- .../2024/pad-pro/oneplus-pad-pro-16gb-512gb-4g-lte.json | 8 +++++++- .../oppo/2022/pad-air/oppo-pad-air-6gb-128gb-4g-lte.json | 8 +++++++- data/tablet/oppo/2022/pad/oppo-pad-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2023/pad-2/oppo-pad-2-12gb-512gb-4g-lte.json | 8 +++++++- .../2023/pad-air2/oppo-pad-air2-8gb-256gb-4g-lte.json | 8 +++++++- .../oppo/2024/pad-neo/oppo-pad-neo-8gb-128gb-4g-lte.json | 8 +++++++- .../realme/2021/pad/realme-pad-6gb-128gb-4g-lte.json | 8 +++++++- .../2022/pad-mini/realme-pad-mini-6gb-128gb-4g-lte.json | 8 +++++++- .../realme/2022/pad-x/realme-pad-x-6gb-128gb-5g.json | 8 +++++++- .../realme/2023/pad-2/realme-pad-2-8gb-256gb-4g-lte.json | 8 +++++++- .../pad-2-lite/realme-pad-2-lite-8gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g.json | 7 ++++++- .../samsung-p1000-galaxy-tab-0-5gb-32gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g.json | 7 ++++++- .../samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g.json | 7 ++++++- .../samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g.json | 7 ++++++- .../samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g.json | 7 ++++++- .../samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g.json | 7 ++++++- .../samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g.json | 7 ++++++- .../samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g.json | 7 ++++++- .../samsung-ativ-tab-p8510-2gb-64gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-active-1-5gb-16gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-pro-10-1-2gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-pro-12-2-3gb-64gb-2g.json | 7 ++++++- ...samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-pro-8-4-2gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-s-10-5-3gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-s-8-4-3gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g.json | 7 ++++++- .../galaxy-tab-3-v/samsung-galaxy-tab-3-v-1gb-8gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte.json | 7 ++++++- ...msung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g.json | 7 ++++++- .../samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-j-1-5gb-8gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-active2-3gb-16gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-advanced2-3gb-32gb-2g.json | 7 ++++++- .../samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte.json | 7 ++++++- ...msung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-s5e-6gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-s6-8gb-256gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte.json | 7 ++++++- .../samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-active3-4gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-s6-5g-6gb-128gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-tab-s7/samsung-galaxy-tab-s7-8gb-512gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-s7-fe-8gb-256gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-active4-pro-6gb-128gb-5g.json | 7 ++++++- .../samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte.json | 8 +++++++- .../samsung-galaxy-tab-s8-ultra-16gb-512gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s8-12gb-256gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s8-16gb-512gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-a9-8gb-128gb-4g-lte.json | 8 +++++++- .../galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-256gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s9-fe-12gb-256gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s9-fe-8gb-256gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s9-ultra-16gb-512gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s9-12gb-256gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s9-12gb-512gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-active5-8gb-256gb-5g.json | 7 ++++++- .../samsung-galaxy-tab-s10-ultra-16gb-512gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s10-12gb-512gb-5g.json | 8 +++++++- .../samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte.json | 8 +++++++- .../2011/tablet-p-3g/sony-tablet-p-3g-1gb-4gb-4g-lte.json | 7 ++++++- .../sony/2012/tablet-p/sony-tablet-p-1gb-4gb-2g.json | 7 ++++++- .../sony-xperia-tablet-s-3g-1gb-64gb-3g.json | 7 ++++++- .../xperia-tablet-s/sony-xperia-tablet-s-1gb-64gb-2g.json | 7 ++++++- .../sony-xperia-tablet-z-lte-2gb-16gb-4g-lte.json | 7 ++++++- .../sony-xperia-tablet-z-wi-fi-2gb-32gb-2g.json | 7 ++++++- .../sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte.json | 8 +++++++- .../sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g.json | 8 +++++++- .../sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte.json | 8 +++++++- .../sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte.json | 8 +++++++- .../sony-xperia-z4-tablet-wifi-3gb-32gb-2g.json | 8 +++++++- .../tcl/2021/tab-10s/tcl-tab-10s-4gb-64gb-4g-lte.json | 8 +++++++- .../tab-10-hd-4g/tcl-tab-10-hd-4g-3gb-32gb-4g-lte.json | 8 +++++++- data/tablet/tcl/2022/tab-10l/tcl-tab-10l-2gb-32gb-3g.json | 7 ++++++- .../tcl/2022/tab-10s-5g/tcl-tab-10s-5g-4gb-64gb-5g.json | 8 +++++++- .../tcl/2022/tab-8-4g/tcl-tab-8-4g-2gb-32gb-4g-lte.json | 7 ++++++- .../tab-10-gen2/tcl-tab-10-gen2-4gb-128gb-4g-lte.json | 8 +++++++- .../tab-10l-gen2/tcl-tab-10l-gen2-3gb-32gb-4g-lte.json | 8 +++++++- .../tab-10-nxtpaper/tcl-tab-10-nxtpaper-6gb-128gb-5g.json | 8 +++++++- .../tab-10l-gen-3/tcl-tab-10l-gen-3-4gb-64gb-4g-lte.json | 8 +++++++- .../2021/tab-a7/ulefone-tab-a7-4gb-64gb-4g-lte.json | 8 +++++++- .../armor-pad-2/ulefone-armor-pad-2-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/armor-pad/ulefone-armor-pad-4gb-64gb-4g-lte.json | 8 +++++++- .../2023/tab-a8/ulefone-tab-a8-4gb-64gb-4g-lte.json | 8 +++++++- .../ulefone-armor-pad-pro-8gb-128gb-4g-lte.json | 8 +++++++- .../tab-a11-pro/ulefone-tab-a11-pro-8gb-256gb-4g-lte.json | 8 +++++++- data/tablet/vivo/2022/pad/vivo-pad-8gb-256gb-4g-lte.json | 8 +++++++- .../2023/iqoo-pad/vivo-iqoo-pad-12gb-512gb-4g-lte.json | 8 +++++++- .../vivo/2023/pad-air/vivo-pad-air-12gb-512gb-4g-lte.json | 8 +++++++- .../2014/mi-pad-7-9/xiaomi-mi-pad-7-9-2gb-64gb-2g.json | 7 ++++++- .../xiaomi/2015/mi-pad-2/xiaomi-mi-pad-2-2gb-64gb-2g.json | 8 +++++++- .../xiaomi/2017/mi-pad-3/xiaomi-mi-pad-3-4gb-64gb-2g.json | 8 +++++++- .../xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte.json | 8 +++++++- .../2018/mi-pad-4/xiaomi-mi-pad-4-4gb-64gb-4g-lte.json | 8 +++++++- .../2021/pad-5-pro/xiaomi-pad-5-pro-8gb-256gb-5g.json | 8 +++++++- .../xiaomi/2021/pad-5/xiaomi-pad-5-6gb-256gb-3g.json | 8 +++++++- .../xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte.json | 8 +++++++- .../2022/redmi-pad/xiaomi-redmi-pad-6gb-128gb-4g-lte.json | 8 +++++++- .../pad-6-max-14/xiaomi-pad-6-max-14-16gb-512gb-3g.json | 8 +++++++- .../2023/pad-6-pro/xiaomi-pad-6-pro-12gb-512gb-3g.json | 8 +++++++- .../xiaomi/2023/pad-6/xiaomi-pad-6-8gb-256gb-3g.json | 8 +++++++- .../xiaomi-redmi-pad-se-8gb-256gb-4g-lte.json | 8 +++++++- .../xiaomi-pad-6s-pro-12-4-16gb-512gb-3g.json | 8 +++++++- .../2024/poco-pad-5g/xiaomi-poco-pad-5g-8gb-256gb-5g.json | 8 +++++++- .../2024/poco-pad/xiaomi-poco-pad-8gb-256gb-3g.json | 8 +++++++- .../xiaomi-redmi-pad-pro-5g-8gb-256gb-5g.json | 8 +++++++- .../redmi-pad-pro/xiaomi-redmi-pad-pro-8gb-256gb-3g.json | 8 +++++++- .../xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte.json | 8 +++++++- .../light-tab-2-v9a/zte-light-tab-2-v9a-0-5gb-4gb-3g.json | 7 ++++++- .../light-tab-v9c/zte-light-tab-v9c-0-5gb-1gb-3g.json | 7 ++++++- .../light-tab-3-v9s/zte-light-tab-3-v9s-1gb-16gb-3g.json | 7 ++++++- .../zte/2023/axon-pad/zte-axon-pad-12gb-512gb-5g.json | 8 +++++++- .../nubia-pad-3d/zte-nubia-pad-3d-8gb-256gb-4g-lte.json | 8 +++++++- .../zte-nubia-red-magic-tablet-16gb-512gb-5g.json | 8 +++++++- 3118 files changed, 20238 insertions(+), 3118 deletions(-) diff --git a/data/smartphone/alcatel/2012/ot-997/alcatel-ot-997-1gb-4gb-3g.json b/data/smartphone/alcatel/2012/ot-997/alcatel-ot-997-1gb-4gb-3g.json index 546770701ec9..40d691d13e7a 100644 --- a/data/smartphone/alcatel/2012/ot-997/alcatel-ot-997-1gb-4gb-3g.json +++ b/data/smartphone/alcatel/2012/ot-997/alcatel-ot-997-1gb-4gb-3g.json @@ -104,5 +104,10 @@ 4 ], "soc": "mediatek-mt6577", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.0, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/alcatel/2012/ot-997d/alcatel-ot-997d-1gb-4gb-3g.json b/data/smartphone/alcatel/2012/ot-997d/alcatel-ot-997d-1gb-4gb-3g.json index 2fb32be683d3..bf744fa10bd1 100644 --- a/data/smartphone/alcatel/2012/ot-997d/alcatel-ot-997d-1gb-4gb-3g.json +++ b/data/smartphone/alcatel/2012/ot-997d/alcatel-ot-997d-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "mediatek-mt6577", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.0, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/alcatel/2013/fierce/alcatel-fierce-1gb-4gb-3g.json b/data/smartphone/alcatel/2013/fierce/alcatel-fierce-1gb-4gb-3g.json index 49c499897ead..95518e7df9b2 100644 --- a/data/smartphone/alcatel/2013/fierce/alcatel-fierce-1gb-4gb-3g.json +++ b/data/smartphone/alcatel/2013/fierce/alcatel-fierce-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 130.3, + "width_mm": 67.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/alcatel/2013/idol-alpha/alcatel-idol-alpha-1gb-16gb-3g.json b/data/smartphone/alcatel/2013/idol-alpha/alcatel-idol-alpha-1gb-16gb-3g.json index e88a37149442..e386b4bf5fc1 100644 --- a/data/smartphone/alcatel/2013/idol-alpha/alcatel-idol-alpha-1gb-16gb-3g.json +++ b/data/smartphone/alcatel/2013/idol-alpha/alcatel-idol-alpha-1gb-16gb-3g.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6589", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 138.0, + "width_mm": 66.6, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/alcatel/2013/idol-s/alcatel-idol-s-1gb-4gb-4g-lte.json b/data/smartphone/alcatel/2013/idol-s/alcatel-idol-s-1gb-4gb-4g-lte.json index d3f0008cca40..ae9cec9dee28 100644 --- a/data/smartphone/alcatel/2013/idol-s/alcatel-idol-s-1gb-4gb-4g-lte.json +++ b/data/smartphone/alcatel/2013/idol-s/alcatel-idol-s-1gb-4gb-4g-lte.json @@ -105,5 +105,10 @@ 4 ], "soc": "mediatek-mt6577", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 133.5, + "width_mm": 66.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/alcatel/2013/one-touch-evo-8hd/alcatel-one-touch-evo-8hd-1gb-4gb-2g.json b/data/smartphone/alcatel/2013/one-touch-evo-8hd/alcatel-one-touch-evo-8hd-1gb-4gb-2g.json index 0bf0b0d322a8..3316063b54fb 100644 --- a/data/smartphone/alcatel/2013/one-touch-evo-8hd/alcatel-one-touch-evo-8hd-1gb-4gb-2g.json +++ b/data/smartphone/alcatel/2013/one-touch-evo-8hd/alcatel-one-touch-evo-8hd-1gb-4gb-2g.json @@ -95,5 +95,10 @@ 4 ], "soc": "rockchip-rk3066", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 222.0, + "width_mm": 152.5, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/alcatel/2013/one-touch-idol-ultra/alcatel-one-touch-idol-ultra-1gb-16gb-3g.json b/data/smartphone/alcatel/2013/one-touch-idol-ultra/alcatel-one-touch-idol-ultra-1gb-16gb-3g.json index 1709533ffe3b..3958170b614e 100644 --- a/data/smartphone/alcatel/2013/one-touch-idol-ultra/alcatel-one-touch-idol-ultra-1gb-16gb-3g.json +++ b/data/smartphone/alcatel/2013/one-touch-idol-ultra/alcatel-one-touch-idol-ultra-1gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6577", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 134.4, + "width_mm": 68.5, + "depth_mm": 6.5 + } } diff --git a/data/smartphone/alcatel/2013/one-touch-idol/alcatel-one-touch-idol-1gb-13gb-3g.json b/data/smartphone/alcatel/2013/one-touch-idol/alcatel-one-touch-idol-1gb-13gb-3g.json index 146a8a0363f4..a098ef2b5e8b 100644 --- a/data/smartphone/alcatel/2013/one-touch-idol/alcatel-one-touch-idol-1gb-13gb-3g.json +++ b/data/smartphone/alcatel/2013/one-touch-idol/alcatel-one-touch-idol-1gb-13gb-3g.json @@ -104,5 +104,10 @@ 13 ], "soc": "mediatek-mt6577", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 133.0, + "width_mm": 67.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/alcatel/2013/one-touch-m-pop/alcatel-one-touch-m-pop-1gb-4gb-3g.json b/data/smartphone/alcatel/2013/one-touch-m-pop/alcatel-one-touch-m-pop-1gb-4gb-3g.json index 0a2acd4ff752..310207bf43b3 100644 --- a/data/smartphone/alcatel/2013/one-touch-m-pop/alcatel-one-touch-m-pop-1gb-4gb-3g.json +++ b/data/smartphone/alcatel/2013/one-touch-m-pop/alcatel-one-touch-m-pop-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "mediatek-mt6575", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 121.5, + "width_mm": 64.0, + "depth_mm": 11.8 + } } diff --git a/data/smartphone/alcatel/2013/one-touch-scribe-hd-lte/alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte.json b/data/smartphone/alcatel/2013/one-touch-scribe-hd-lte/alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte.json index 531eb2da014b..cafd9bbbe6e8 100644 --- a/data/smartphone/alcatel/2013/one-touch-scribe-hd-lte/alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte.json +++ b/data/smartphone/alcatel/2013/one-touch-scribe-hd-lte/alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte.json @@ -103,5 +103,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 144.0, + "width_mm": 75.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/alcatel/2013/one-touch-scribe-hd/alcatel-one-touch-scribe-hd-1gb-4gb-3g.json b/data/smartphone/alcatel/2013/one-touch-scribe-hd/alcatel-one-touch-scribe-hd-1gb-4gb-3g.json index b751b6ecc9f8..e36169f76663 100644 --- a/data/smartphone/alcatel/2013/one-touch-scribe-hd/alcatel-one-touch-scribe-hd-1gb-4gb-3g.json +++ b/data/smartphone/alcatel/2013/one-touch-scribe-hd/alcatel-one-touch-scribe-hd-1gb-4gb-3g.json @@ -103,5 +103,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 144.0, + "width_mm": 75.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/alcatel/2014/hero-2/alcatel-hero-2-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2014/hero-2/alcatel-hero-2-2gb-16gb-4g-lte.json index 4937ede03789..16140bf313bd 100644 --- a/data/smartphone/alcatel/2014/hero-2/alcatel-hero-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2014/hero-2/alcatel-hero-2-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "mediatek-mt8392", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 160.5, + "width_mm": 81.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/alcatel/2014/hero-8/alcatel-hero-8-2gb-32gb-4g-lte.json b/data/smartphone/alcatel/2014/hero-8/alcatel-hero-8-2gb-32gb-4g-lte.json index ae44901f7360..994b7f30bfd6 100644 --- a/data/smartphone/alcatel/2014/hero-8/alcatel-hero-8-2gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2014/hero-8/alcatel-hero-8-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt8392", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 209.0, + "width_mm": 122.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/alcatel/2014/idol-x/alcatel-idol-x-2gb-32gb-3g.json b/data/smartphone/alcatel/2014/idol-x/alcatel-idol-x-2gb-32gb-3g.json index a3387df61dd0..576a7a3910a6 100644 --- a/data/smartphone/alcatel/2014/idol-x/alcatel-idol-x-2gb-32gb-3g.json +++ b/data/smartphone/alcatel/2014/idol-x/alcatel-idol-x-2gb-32gb-3g.json @@ -113,5 +113,10 @@ 32 ], "soc": "mediatek-mt6592", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 140.4, + "width_mm": 69.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/alcatel/2014/pop-2-4-5-dual-sim/alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte.json b/data/smartphone/alcatel/2014/pop-2-4-5-dual-sim/alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte.json index 0bcc0f96e845..2b51454eb089 100644 --- a/data/smartphone/alcatel/2014/pop-2-4-5-dual-sim/alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte.json +++ b/data/smartphone/alcatel/2014/pop-2-4-5-dual-sim/alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 132.5, + "width_mm": 65.4, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/alcatel/2014/pop-2-4-5/alcatel-pop-2-4-5-1gb-8gb-4g-lte.json b/data/smartphone/alcatel/2014/pop-2-4-5/alcatel-pop-2-4-5-1gb-8gb-4g-lte.json index 292a8da21e15..551b43cdd127 100644 --- a/data/smartphone/alcatel/2014/pop-2-4-5/alcatel-pop-2-4-5-1gb-8gb-4g-lte.json +++ b/data/smartphone/alcatel/2014/pop-2-4-5/alcatel-pop-2-4-5-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 132.5, + "width_mm": 65.4, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/alcatel/2014/pop-7s/alcatel-pop-7s-1gb-4gb-4g-lte.json b/data/smartphone/alcatel/2014/pop-7s/alcatel-pop-7s-1gb-4gb-4g-lte.json index 7b660ca641e7..dabfcd6e5aca 100644 --- a/data/smartphone/alcatel/2014/pop-7s/alcatel-pop-7s-1gb-4gb-4g-lte.json +++ b/data/smartphone/alcatel/2014/pop-7s/alcatel-pop-7s-1gb-4gb-4g-lte.json @@ -96,5 +96,10 @@ 4 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 192.0, + "width_mm": 113.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/alcatel/2014/pop-8/alcatel-pop-8-1gb-4gb-3g.json b/data/smartphone/alcatel/2014/pop-8/alcatel-pop-8-1gb-4gb-3g.json index c9463b9aad8d..fc5ae2a3d51b 100644 --- a/data/smartphone/alcatel/2014/pop-8/alcatel-pop-8-1gb-4gb-3g.json +++ b/data/smartphone/alcatel/2014/pop-8/alcatel-pop-8-1gb-4gb-3g.json @@ -95,5 +95,10 @@ 4 ], "soc": "mediatek-mt8382", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 209.0, + "width_mm": 123.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/alcatel/2014/pop-8s/alcatel-pop-8s-1gb-8gb-4g-lte.json b/data/smartphone/alcatel/2014/pop-8s/alcatel-pop-8s-1gb-8gb-4g-lte.json index ad3f0f2b75c1..cb41492b6724 100644 --- a/data/smartphone/alcatel/2014/pop-8s/alcatel-pop-8s-1gb-8gb-4g-lte.json +++ b/data/smartphone/alcatel/2014/pop-8s/alcatel-pop-8s-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 209.0, + "width_mm": 128.0, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/alcatel/2015/fierce-xl/alcatel-fierce-xl-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2015/fierce-xl/alcatel-fierce-xl-2gb-16gb-4g-lte.json index 5f7011b9fe4a..e6aa4806180e 100644 --- a/data/smartphone/alcatel/2015/fierce-xl/alcatel-fierce-xl-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/fierce-xl/alcatel-fierce-xl-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 151.9, + "width_mm": 77.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/alcatel/2015/flash-2/alcatel-flash-2-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2015/flash-2/alcatel-flash-2-2gb-16gb-4g-lte.json index b05be01e18d1..315c4a8a2db6 100644 --- a/data/smartphone/alcatel/2015/flash-2/alcatel-flash-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/flash-2/alcatel-flash-2-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 145.8, + "width_mm": 70.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/alcatel/2015/flash-plus/alcatel-flash-plus-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2015/flash-plus/alcatel-flash-plus-2gb-16gb-4g-lte.json index 9936cff7c819..d3cf4457eb00 100644 --- a/data/smartphone/alcatel/2015/flash-plus/alcatel-flash-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/flash-plus/alcatel-flash-plus-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6752m", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 152.3, + "width_mm": 76.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/alcatel/2015/idol-3-5-5/alcatel-idol-3-5-5-2gb-32gb-4g-lte.json b/data/smartphone/alcatel/2015/idol-3-5-5/alcatel-idol-3-5-5-2gb-32gb-4g-lte.json index 50348ce9e75e..6f2d00d3491f 100644 --- a/data/smartphone/alcatel/2015/idol-3-5-5/alcatel-idol-3-5-5-2gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/idol-3-5-5/alcatel-idol-3-5-5-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 152.7, + "width_mm": 75.1, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/alcatel/2015/pixi-3-4-5/alcatel-pixi-3-4-5-1gb-4gb-4g-lte.json b/data/smartphone/alcatel/2015/pixi-3-4-5/alcatel-pixi-3-4-5-1gb-4gb-4g-lte.json index 796b00386835..bd66c9cf043c 100644 --- a/data/smartphone/alcatel/2015/pixi-3-4-5/alcatel-pixi-3-4-5-1gb-4gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/pixi-3-4-5/alcatel-pixi-3-4-5-1gb-4gb-4g-lte.json @@ -103,5 +103,10 @@ 4 ], "soc": "mediatek-mt6572m", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 132.2, + "width_mm": 65.1, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/alcatel/2015/pixi-3-7-lte/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte.json b/data/smartphone/alcatel/2015/pixi-3-7-lte/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte.json index f0996f83dc64..4d57916fe69b 100644 --- a/data/smartphone/alcatel/2015/pixi-3-7-lte/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/pixi-3-7-lte/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte.json @@ -101,5 +101,10 @@ 4 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 191.0, + "width_mm": 109.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/alcatel/2015/pixi-3-8-3g/alcatel-pixi-3-8-3g-1gb-4gb-3g.json b/data/smartphone/alcatel/2015/pixi-3-8-3g/alcatel-pixi-3-8-3g-1gb-4gb-3g.json index 6ca0800e4102..31e725daedd4 100644 --- a/data/smartphone/alcatel/2015/pixi-3-8-3g/alcatel-pixi-3-8-3g-1gb-4gb-3g.json +++ b/data/smartphone/alcatel/2015/pixi-3-8-3g/alcatel-pixi-3-8-3g-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt8312", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 209.0, + "width_mm": 124.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/alcatel/2015/pop-10/alcatel-pop-10-1gb-8gb-4g-lte.json b/data/smartphone/alcatel/2015/pop-10/alcatel-pop-10-1gb-8gb-4g-lte.json index dce8e47b8551..12f0ac168709 100644 --- a/data/smartphone/alcatel/2015/pop-10/alcatel-pop-10-1gb-8gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/pop-10/alcatel-pop-10-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0.1" + "os_version": "5.0.1", + "dimensions": { + "height_mm": 245.2, + "width_mm": 146.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/alcatel/2015/pop-astro/alcatel-pop-astro-1gb-4gb-4g-lte.json b/data/smartphone/alcatel/2015/pop-astro/alcatel-pop-astro-1gb-4gb-4g-lte.json index 4478de860f0f..c6e362e828ec 100644 --- a/data/smartphone/alcatel/2015/pop-astro/alcatel-pop-astro-1gb-4gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/pop-astro/alcatel-pop-astro-1gb-4gb-4g-lte.json @@ -102,5 +102,10 @@ 4 ], "soc": "mediatek-mt6732", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 133.6, + "width_mm": 65.3, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/alcatel/2015/x1/alcatel-x1-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2015/x1/alcatel-x1-2gb-16gb-4g-lte.json index 7518fee1c295..b73594b4c239 100644 --- a/data/smartphone/alcatel/2015/x1/alcatel-x1-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2015/x1/alcatel-x1-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8929-snapdragon-415", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 145.0, + "width_mm": 69.2, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/alcatel/2016/fierce-4/alcatel-fierce-4-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2016/fierce-4/alcatel-fierce-4-2gb-16gb-4g-lte.json index d7cf212c36fa..b9ecdf423340 100644 --- a/data/smartphone/alcatel/2016/fierce-4/alcatel-fierce-4-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2016/fierce-4/alcatel-fierce-4-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 150.9, + "width_mm": 77.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/alcatel/2016/fierce-xl-windows/alcatel-fierce-xl-windows-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2016/fierce-xl-windows/alcatel-fierce-xl-windows-2gb-16gb-4g-lte.json index 5406368109f8..796c9446ddd4 100644 --- a/data/smartphone/alcatel/2016/fierce-xl-windows/alcatel-fierce-xl-windows-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2016/fierce-xl-windows/alcatel-fierce-xl-windows-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 151.9, + "width_mm": 77.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/alcatel/2016/flash-plus-2/alcatel-flash-plus-2-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2016/flash-plus-2/alcatel-flash-plus-2-3gb-32gb-4g-lte.json index f4d248e92786..7b33fb3a17ef 100644 --- a/data/smartphone/alcatel/2016/flash-plus-2/alcatel-flash-plus-2-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2016/flash-plus-2/alcatel-flash-plus-2-3gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.4, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/alcatel/2016/idol-4/alcatel-idol-4-3gb-16gb-4g-lte.json b/data/smartphone/alcatel/2016/idol-4/alcatel-idol-4-3gb-16gb-4g-lte.json index 8f7470a944ef..85b457ebc210 100644 --- a/data/smartphone/alcatel/2016/idol-4/alcatel-idol-4-3gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2016/idol-4/alcatel-idol-4-3gb-16gb-4g-lte.json @@ -106,5 +106,11 @@ 16 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.0, + "width_mm": 72.5, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/alcatel/2016/idol-4s/alcatel-idol-4s-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2016/idol-4s/alcatel-idol-4s-3gb-32gb-4g-lte.json index c9db097d99ec..1b13a24c5a27 100644 --- a/data/smartphone/alcatel/2016/idol-4s/alcatel-idol-4s-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2016/idol-4s/alcatel-idol-4s-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.9, + "width_mm": 75.4, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/alcatel/2016/pixi-4-plus-power/alcatel-pixi-4-plus-power-1gb-8gb-3g.json b/data/smartphone/alcatel/2016/pixi-4-plus-power/alcatel-pixi-4-plus-power-1gb-8gb-3g.json index 4b9405175013..fbf6e4ab1b6b 100644 --- a/data/smartphone/alcatel/2016/pixi-4-plus-power/alcatel-pixi-4-plus-power-1gb-8gb-3g.json +++ b/data/smartphone/alcatel/2016/pixi-4-plus-power/alcatel-pixi-4-plus-power-1gb-8gb-3g.json @@ -103,5 +103,11 @@ 8 ], "soc": "mediatek-mt6580", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.0, + "width_mm": 78.3, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/alcatel/2016/shine-lite/alcatel-shine-lite-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2016/shine-lite/alcatel-shine-lite-2gb-16gb-4g-lte.json index 0ae690d024be..321e93296e92 100644 --- a/data/smartphone/alcatel/2016/shine-lite/alcatel-shine-lite-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2016/shine-lite/alcatel-shine-lite-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 141.5, + "width_mm": 71.2, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/alcatel/2017/a7-xl/alcatel-a7-xl-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2017/a7-xl/alcatel-a7-xl-3gb-32gb-4g-lte.json index 5ed77ce1c7df..e5b8093d9052 100644 --- a/data/smartphone/alcatel/2017/a7-xl/alcatel-a7-xl-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2017/a7-xl/alcatel-a7-xl-3gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "mediatek-mt6750s", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.6, + "width_mm": 81.5, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/alcatel/2017/flash-2017/alcatel-flash-2017-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2017/flash-2017/alcatel-flash-2017-3gb-32gb-4g-lte.json index a957579d9236..27efba39e319 100644 --- a/data/smartphone/alcatel/2017/flash-2017/alcatel-flash-2017-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2017/flash-2017/alcatel-flash-2017-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6797-helio-x20", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 152.6, + "width_mm": 75.4, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/alcatel/2017/idol-5/alcatel-idol-5-3gb-16gb-4g-lte.json b/data/smartphone/alcatel/2017/idol-5/alcatel-idol-5-3gb-16gb-4g-lte.json index da486f3c7a6b..15230580623e 100644 --- a/data/smartphone/alcatel/2017/idol-5/alcatel-idol-5-3gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2017/idol-5/alcatel-idol-5-3gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 148.0, + "width_mm": 73.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/alcatel/2017/idol-5s-usa/alcatel-idol-5s-usa-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2017/idol-5s-usa/alcatel-idol-5s-usa-3gb-32gb-4g-lte.json index fa5f50f73dd6..4a65506f7ab2 100644 --- a/data/smartphone/alcatel/2017/idol-5s-usa/alcatel-idol-5s-usa-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2017/idol-5s-usa/alcatel-idol-5s-usa-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 148.6, + "width_mm": 70.9, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/alcatel/2017/idol-5s/alcatel-idol-5s-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2017/idol-5s/alcatel-idol-5s-3gb-32gb-4g-lte.json index 8cbf755eadeb..ac24dc234612 100644 --- a/data/smartphone/alcatel/2017/idol-5s/alcatel-idol-5s-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2017/idol-5s/alcatel-idol-5s-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "mediatek-mt6757-helio-p20", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 148.6, + "width_mm": 72.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/alcatel/2017/u5-hd/alcatel-u5-hd-1gb-8gb-4g-lte.json b/data/smartphone/alcatel/2017/u5-hd/alcatel-u5-hd-1gb-8gb-4g-lte.json index b69f8144a57b..59bd231a9633 100644 --- a/data/smartphone/alcatel/2017/u5-hd/alcatel-u5-hd-1gb-8gb-4g-lte.json +++ b/data/smartphone/alcatel/2017/u5-hd/alcatel-u5-hd-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 141.8, + "width_mm": 71.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/alcatel/2018/1/alcatel-1-1gb-16gb-4g-lte.json b/data/smartphone/alcatel/2018/1/alcatel-1-1gb-16gb-4g-lte.json index 53194d761a0f..448e2f201bbe 100644 --- a/data/smartphone/alcatel/2018/1/alcatel-1-1gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/1/alcatel-1-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 137.6, + "width_mm": 65.7, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/alcatel/2018/1t-10/alcatel-1t-10-1gb-16gb-2g.json b/data/smartphone/alcatel/2018/1t-10/alcatel-1t-10-1gb-16gb-2g.json index 00a82f42794c..ec33ba9bd26f 100644 --- a/data/smartphone/alcatel/2018/1t-10/alcatel-1t-10-1gb-16gb-2g.json +++ b/data/smartphone/alcatel/2018/1t-10/alcatel-1t-10-1gb-16gb-2g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt8321", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 255.0, + "width_mm": 155.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/alcatel/2018/1t-7/alcatel-1t-7-1gb-8gb-2g.json b/data/smartphone/alcatel/2018/1t-7/alcatel-1t-7-1gb-8gb-2g.json index 7fc323e5fbb9..fbc99bd0bbb4 100644 --- a/data/smartphone/alcatel/2018/1t-7/alcatel-1t-7-1gb-8gb-2g.json +++ b/data/smartphone/alcatel/2018/1t-7/alcatel-1t-7-1gb-8gb-2g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt8321a-d", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 189.5, + "width_mm": 111.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/alcatel/2018/1x/alcatel-1x-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2018/1x/alcatel-1x-2gb-16gb-4g-lte.json index 4ef6e3e21a77..0201a708df93 100644 --- a/data/smartphone/alcatel/2018/1x/alcatel-1x-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/1x/alcatel-1x-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 147.5, + "width_mm": 70.6, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/alcatel/2018/3/alcatel-3-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2018/3/alcatel-3-2gb-16gb-4g-lte.json index e78ea429c616..418b1f28cd84 100644 --- a/data/smartphone/alcatel/2018/3/alcatel-3-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/3/alcatel-3-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 147.1, + "width_mm": 68.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/alcatel/2018/3c/alcatel-3c-1gb-16gb-4g-lte.json b/data/smartphone/alcatel/2018/3c/alcatel-3c-1gb-16gb-4g-lte.json index 049972a91f94..23015ba7379e 100644 --- a/data/smartphone/alcatel/2018/3c/alcatel-3c-1gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/3c/alcatel-3c-1gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt8321", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 161.0, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/alcatel/2018/3t-8/alcatel-3t-8-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2018/3t-8/alcatel-3t-8-3gb-32gb-4g-lte.json index 08558c608575..a2eed8912416 100644 --- a/data/smartphone/alcatel/2018/3t-8/alcatel-3t-8-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/3t-8/alcatel-3t-8-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt8765", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 209.5, + "width_mm": 125.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/alcatel/2018/3v/alcatel-3v-2gb-32gb-4g-lte.json b/data/smartphone/alcatel/2018/3v/alcatel-3v-2gb-32gb-4g-lte.json index 903b46752f44..f42da9d7ced0 100644 --- a/data/smartphone/alcatel/2018/3v/alcatel-3v-2gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/3v/alcatel-3v-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt8735a", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/alcatel/2018/3x-2018/alcatel-3x-2018-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2018/3x-2018/alcatel-3x-2018-3gb-32gb-4g-lte.json index 5b4879d8f9b6..382cf52de875 100644 --- a/data/smartphone/alcatel/2018/3x-2018/alcatel-3x-2018-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/3x-2018/alcatel-3x-2018-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6739", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 153.5, + "width_mm": 71.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/alcatel/2018/5/alcatel-5-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2018/5/alcatel-5-3gb-32gb-4g-lte.json index 40338903e225..306e4ef55d29 100644 --- a/data/smartphone/alcatel/2018/5/alcatel-5-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/5/alcatel-5-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 152.3, + "width_mm": 71.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/alcatel/2018/5v/alcatel-5v-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2018/5v/alcatel-5v-3gb-32gb-4g-lte.json index ab35db304ac1..78da1e071272 100644 --- a/data/smartphone/alcatel/2018/5v/alcatel-5v-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/5v/alcatel-5v-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 153.7, + "width_mm": 74.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/alcatel/2018/7/alcatel-7-2gb-32gb-4g-lte.json b/data/smartphone/alcatel/2018/7/alcatel-7-2gb-32gb-4g-lte.json index 9eebc6f8eb90..42af63134c26 100644 --- a/data/smartphone/alcatel/2018/7/alcatel-7-2gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/7/alcatel-7-2gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "mediatek-mt6763t-helio-p23", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 75.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/alcatel/2018/tetra/alcatel-tetra-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2018/tetra/alcatel-tetra-2gb-16gb-4g-lte.json index 26ad8e1fdc19..096f0255b74e 100644 --- a/data/smartphone/alcatel/2018/tetra/alcatel-tetra-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2018/tetra/alcatel-tetra-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6739wm", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 142.5, + "width_mm": 71.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/alcatel/2019/1c-2019/alcatel-1c-2019-1gb-8gb-3g.json b/data/smartphone/alcatel/2019/1c-2019/alcatel-1c-2019-1gb-8gb-3g.json index 3a20fc9798c7..393ec7221c96 100644 --- a/data/smartphone/alcatel/2019/1c-2019/alcatel-1c-2019-1gb-8gb-3g.json +++ b/data/smartphone/alcatel/2019/1c-2019/alcatel-1c-2019-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "spreadtrum-sc7731e", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 136.6, + "width_mm": 65.3, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/alcatel/2019/1s/alcatel-1s-4gb-64gb-4g-lte.json b/data/smartphone/alcatel/2019/1s/alcatel-1s-4gb-64gb-4g-lte.json index 5d5f8c367d52..ff1e1be75a8a 100644 --- a/data/smartphone/alcatel/2019/1s/alcatel-1s-4gb-64gb-4g-lte.json +++ b/data/smartphone/alcatel/2019/1s/alcatel-1s-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "unisoc-sc9863", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 147.8, + "width_mm": 70.7, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/alcatel/2019/1v-2019/alcatel-1v-2019-3gb-16gb-4g-lte.json b/data/smartphone/alcatel/2019/1v-2019/alcatel-1v-2019-3gb-16gb-4g-lte.json index fc51552c5e51..076ba7e0686d 100644 --- a/data/smartphone/alcatel/2019/1v-2019/alcatel-1v-2019-3gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2019/1v-2019/alcatel-1v-2019-3gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "unisoc-sc9863a", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 149.1, + "width_mm": 72.2, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/alcatel/2019/1x-2019/alcatel-1x-2019-2gb-16gb-4g-lte.json b/data/smartphone/alcatel/2019/1x-2019/alcatel-1x-2019-2gb-16gb-4g-lte.json index edc03deff675..a7a053875961 100644 --- a/data/smartphone/alcatel/2019/1x-2019/alcatel-1x-2019-2gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2019/1x-2019/alcatel-1x-2019-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 146.4, + "width_mm": 68.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/alcatel/2019/3-2019/alcatel-3-2019-4gb-64gb-4g-lte.json b/data/smartphone/alcatel/2019/3-2019/alcatel-3-2019-4gb-64gb-4g-lte.json index 02e8639d2935..75b7f7ba0302 100644 --- a/data/smartphone/alcatel/2019/3-2019/alcatel-3-2019-4gb-64gb-4g-lte.json +++ b/data/smartphone/alcatel/2019/3-2019/alcatel-3-2019-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 151.1, + "width_mm": 69.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/alcatel/2019/3v-2019/alcatel-3v-2019-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2019/3v-2019/alcatel-3v-2019-3gb-32gb-4g-lte.json index 99df699731dd..08ddc0cd94f8 100644 --- a/data/smartphone/alcatel/2019/3v-2019/alcatel-3v-2019-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2019/3v-2019/alcatel-3v-2019-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 174.5, + "width_mm": 83.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/alcatel/2019/3x-2019/alcatel-3x-2019-6gb-128gb-4g-lte.json b/data/smartphone/alcatel/2019/3x-2019/alcatel-3x-2019-6gb-128gb-4g-lte.json index fdc39bcca239..f8e261c170ea 100644 --- a/data/smartphone/alcatel/2019/3x-2019/alcatel-3x-2019-6gb-128gb-4g-lte.json +++ b/data/smartphone/alcatel/2019/3x-2019/alcatel-3x-2019-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6763v-helio-p23", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/alcatel/2019/go-flip-v/alcatel-go-flip-v-1gb-8gb-4g-lte.json b/data/smartphone/alcatel/2019/go-flip-v/alcatel-go-flip-v-1gb-8gb-4g-lte.json index cc73fee673b7..e59481b49a90 100644 --- a/data/smartphone/alcatel/2019/go-flip-v/alcatel-go-flip-v-1gb-8gb-4g-lte.json +++ b/data/smartphone/alcatel/2019/go-flip-v/alcatel-go-flip-v-1gb-8gb-4g-lte.json @@ -95,5 +95,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "2.5.2" + "os_version": "2.5.2", + "dimensions": { + "height_mm": 104.9, + "width_mm": 52.8, + "depth_mm": 18.7 + } } diff --git a/data/smartphone/alcatel/2020/1s-2020/alcatel-1s-2020-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2020/1s-2020/alcatel-1s-2020-3gb-32gb-4g-lte.json index 1c28cf1324a4..a48bff06b344 100644 --- a/data/smartphone/alcatel/2020/1s-2020/alcatel-1s-2020-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2020/1s-2020/alcatel-1s-2020-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 158.7, + "width_mm": 74.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/alcatel/2020/1se-2020/alcatel-1se-2020-4gb-128gb-4g-lte.json b/data/smartphone/alcatel/2020/1se-2020/alcatel-1se-2020-4gb-128gb-4g-lte.json index 10cfe03debb1..512ed449fa02 100644 --- a/data/smartphone/alcatel/2020/1se-2020/alcatel-1se-2020-4gb-128gb-4g-lte.json +++ b/data/smartphone/alcatel/2020/1se-2020/alcatel-1se-2020-4gb-128gb-4g-lte.json @@ -106,5 +106,10 @@ 128 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/alcatel/2020/1v-2020/alcatel-1v-2020-2gb-32gb-4g-lte.json b/data/smartphone/alcatel/2020/1v-2020/alcatel-1v-2020-2gb-32gb-4g-lte.json index 7835df417060..474b2fcf37ad 100644 --- a/data/smartphone/alcatel/2020/1v-2020/alcatel-1v-2020-2gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2020/1v-2020/alcatel-1v-2020-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 158.7, + "width_mm": 74.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/alcatel/2020/3l-2020/alcatel-3l-2020-4gb-64gb-4g-lte.json b/data/smartphone/alcatel/2020/3l-2020/alcatel-3l-2020-4gb-64gb-4g-lte.json index 6720caecce0d..9aaa4b8c149b 100644 --- a/data/smartphone/alcatel/2020/3l-2020/alcatel-3l-2020-4gb-64gb-4g-lte.json +++ b/data/smartphone/alcatel/2020/3l-2020/alcatel-3l-2020-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 74.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/alcatel/2020/3x-2020/alcatel-3x-2020-6gb-128gb-4g-lte.json b/data/smartphone/alcatel/2020/3x-2020/alcatel-3x-2020-6gb-128gb-4g-lte.json index d9441cea6616..b4bcf78a10c9 100644 --- a/data/smartphone/alcatel/2020/3x-2020/alcatel-3x-2020-6gb-128gb-4g-lte.json +++ b/data/smartphone/alcatel/2020/3x-2020/alcatel-3x-2020-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 75.0, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/alcatel/2021/1-2021/alcatel-1-2021-1gb-16gb-4g-lte.json b/data/smartphone/alcatel/2021/1-2021/alcatel-1-2021-1gb-16gb-4g-lte.json index c43996204ae6..7b8a26cbba00 100644 --- a/data/smartphone/alcatel/2021/1-2021/alcatel-1-2021-1gb-16gb-4g-lte.json +++ b/data/smartphone/alcatel/2021/1-2021/alcatel-1-2021-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 137.6, + "width_mm": 65.7, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/alcatel/2021/1l-2021/alcatel-1l-2021-2gb-32gb-4g-lte.json b/data/smartphone/alcatel/2021/1l-2021/alcatel-1l-2021-2gb-32gb-4g-lte.json index 8903f06e38a2..5d22f8603dc4 100644 --- a/data/smartphone/alcatel/2021/1l-2021/alcatel-1l-2021-2gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2021/1l-2021/alcatel-1l-2021-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6761d-helio-a20", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 155.9, + "width_mm": 74.5, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/alcatel/2021/1l-pro-2021/alcatel-1l-pro-2021-2gb-32gb-4g-lte.json b/data/smartphone/alcatel/2021/1l-pro-2021/alcatel-1l-pro-2021-2gb-32gb-4g-lte.json index 27d91fb735ff..5ad75f97ae96 100644 --- a/data/smartphone/alcatel/2021/1l-pro-2021/alcatel-1l-pro-2021-2gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2021/1l-pro-2021/alcatel-1l-pro-2021-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 156.4, + "width_mm": 74.8, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/alcatel/2021/1s-2021/alcatel-1s-2021-3gb-32gb-4g-lte.json b/data/smartphone/alcatel/2021/1s-2021/alcatel-1s-2021-3gb-32gb-4g-lte.json index 7596e0ad845a..7b75980869b1 100644 --- a/data/smartphone/alcatel/2021/1s-2021/alcatel-1s-2021-3gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2021/1s-2021/alcatel-1s-2021-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 75.6, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/alcatel/2021/1v-2021/alcatel-1v-2021-2gb-64gb-4g-lte.json b/data/smartphone/alcatel/2021/1v-2021/alcatel-1v-2021-2gb-64gb-4g-lte.json index 356be123a9c3..c69fc535d247 100644 --- a/data/smartphone/alcatel/2021/1v-2021/alcatel-1v-2021-2gb-64gb-4g-lte.json +++ b/data/smartphone/alcatel/2021/1v-2021/alcatel-1v-2021-2gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/alcatel/2021/3l-2021/alcatel-3l-2021-4gb-64gb-4g-lte.json b/data/smartphone/alcatel/2021/3l-2021/alcatel-3l-2021-4gb-64gb-4g-lte.json index dcb5321332dd..6f435240d6fa 100644 --- a/data/smartphone/alcatel/2021/3l-2021/alcatel-3l-2021-4gb-64gb-4g-lte.json +++ b/data/smartphone/alcatel/2021/3l-2021/alcatel-3l-2021-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 75.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/alcatel/2022/1b-2022/alcatel-1b-2022-2gb-32gb-4g-lte.json b/data/smartphone/alcatel/2022/1b-2022/alcatel-1b-2022-2gb-32gb-4g-lte.json index 0a41e3980374..796ca2903cd8 100644 --- a/data/smartphone/alcatel/2022/1b-2022/alcatel-1b-2022-2gb-32gb-4g-lte.json +++ b/data/smartphone/alcatel/2022/1b-2022/alcatel-1b-2022-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.9, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/apple/2012/iphone-5/apple-iphone-5-1gb-64gb-4g-lte.json b/data/smartphone/apple/2012/iphone-5/apple-iphone-5-1gb-64gb-4g-lte.json index 780aaf10e351..57acf8c78e24 100644 --- a/data/smartphone/apple/2012/iphone-5/apple-iphone-5-1gb-64gb-4g-lte.json +++ b/data/smartphone/apple/2012/iphone-5/apple-iphone-5-1gb-64gb-4g-lte.json @@ -118,5 +118,10 @@ 64 ], "soc": "apple-a6", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 123.8, + "width_mm": 58.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/apple/2013/iphone-5c/apple-iphone-5c-1gb-32gb-4g-lte.json b/data/smartphone/apple/2013/iphone-5c/apple-iphone-5c-1gb-32gb-4g-lte.json index 885897069555..5b4e59c56c92 100644 --- a/data/smartphone/apple/2013/iphone-5c/apple-iphone-5c-1gb-32gb-4g-lte.json +++ b/data/smartphone/apple/2013/iphone-5c/apple-iphone-5c-1gb-32gb-4g-lte.json @@ -118,5 +118,10 @@ 32 ], "soc": "apple-a6", - "os_version": "7" + "os_version": "7", + "dimensions": { + "height_mm": 124.4, + "width_mm": 59.2, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/apple/2013/iphone-5s/apple-iphone-5s-1gb-64gb-4g-lte.json b/data/smartphone/apple/2013/iphone-5s/apple-iphone-5s-1gb-64gb-4g-lte.json index c6fda2e97f01..db36485bfab4 100644 --- a/data/smartphone/apple/2013/iphone-5s/apple-iphone-5s-1gb-64gb-4g-lte.json +++ b/data/smartphone/apple/2013/iphone-5s/apple-iphone-5s-1gb-64gb-4g-lte.json @@ -119,5 +119,10 @@ 64 ], "soc": "apple-a7", - "os_version": "7" + "os_version": "7", + "dimensions": { + "height_mm": 123.8, + "width_mm": 58.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/apple/2014/iphone-6-plus/apple-iphone-6-plus-1gb-128gb-4g-lte.json b/data/smartphone/apple/2014/iphone-6-plus/apple-iphone-6-plus-1gb-128gb-4g-lte.json index 3fe10fbaf398..3451ecf416fd 100644 --- a/data/smartphone/apple/2014/iphone-6-plus/apple-iphone-6-plus-1gb-128gb-4g-lte.json +++ b/data/smartphone/apple/2014/iphone-6-plus/apple-iphone-6-plus-1gb-128gb-4g-lte.json @@ -118,5 +118,10 @@ 128 ], "soc": "apple-a8", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 158.1, + "width_mm": 77.8, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/apple/2014/iphone-6/apple-iphone-6-1gb-128gb-4g-lte.json b/data/smartphone/apple/2014/iphone-6/apple-iphone-6-1gb-128gb-4g-lte.json index c57e7ff77a39..1c87dbbd9165 100644 --- a/data/smartphone/apple/2014/iphone-6/apple-iphone-6-1gb-128gb-4g-lte.json +++ b/data/smartphone/apple/2014/iphone-6/apple-iphone-6-1gb-128gb-4g-lte.json @@ -120,5 +120,10 @@ 128 ], "soc": "apple-a8", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 138.1, + "width_mm": 67.0, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/apple/2015/iphone-6s-plus/apple-iphone-6s-plus-2gb-128gb-4g-lte.json b/data/smartphone/apple/2015/iphone-6s-plus/apple-iphone-6s-plus-2gb-128gb-4g-lte.json index de5725770a9e..ae263d6464cc 100644 --- a/data/smartphone/apple/2015/iphone-6s-plus/apple-iphone-6s-plus-2gb-128gb-4g-lte.json +++ b/data/smartphone/apple/2015/iphone-6s-plus/apple-iphone-6s-plus-2gb-128gb-4g-lte.json @@ -120,5 +120,10 @@ 128 ], "soc": "apple-a9", - "os_version": "9" + "os_version": "9", + "dimensions": { + "height_mm": 158.2, + "width_mm": 77.9, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/apple/2015/iphone-6s/apple-iphone-6s-2gb-128gb-4g-lte.json b/data/smartphone/apple/2015/iphone-6s/apple-iphone-6s-2gb-128gb-4g-lte.json index 476703641a43..e7ef280e6cfe 100644 --- a/data/smartphone/apple/2015/iphone-6s/apple-iphone-6s-2gb-128gb-4g-lte.json +++ b/data/smartphone/apple/2015/iphone-6s/apple-iphone-6s-2gb-128gb-4g-lte.json @@ -120,5 +120,10 @@ 128 ], "soc": "apple-a9", - "os_version": "9" + "os_version": "9", + "dimensions": { + "height_mm": 138.3, + "width_mm": 67.1, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/apple/2016/iphone-7-plus/apple-iphone-7-plus-3gb-256gb-4g-lte.json b/data/smartphone/apple/2016/iphone-7-plus/apple-iphone-7-plus-3gb-256gb-4g-lte.json index 9bbf514792ba..4f12dc351172 100644 --- a/data/smartphone/apple/2016/iphone-7-plus/apple-iphone-7-plus-3gb-256gb-4g-lte.json +++ b/data/smartphone/apple/2016/iphone-7-plus/apple-iphone-7-plus-3gb-256gb-4g-lte.json @@ -119,5 +119,10 @@ 256 ], "soc": "apple-a10-fusion", - "os_version": "10.0.1" + "os_version": "10.0.1", + "dimensions": { + "height_mm": 158.2, + "width_mm": 77.9, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/apple/2016/iphone-7/apple-iphone-7-2gb-256gb-4g-lte.json b/data/smartphone/apple/2016/iphone-7/apple-iphone-7-2gb-256gb-4g-lte.json index 2d7cc50d731b..74121fce758e 100644 --- a/data/smartphone/apple/2016/iphone-7/apple-iphone-7-2gb-256gb-4g-lte.json +++ b/data/smartphone/apple/2016/iphone-7/apple-iphone-7-2gb-256gb-4g-lte.json @@ -118,5 +118,10 @@ 256 ], "soc": "apple-a10-fusion", - "os_version": "10.0.1" + "os_version": "10.0.1", + "dimensions": { + "height_mm": 138.3, + "width_mm": 67.1, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/apple/2016/iphone-se/apple-iphone-se-2gb-128gb-4g-lte.json b/data/smartphone/apple/2016/iphone-se/apple-iphone-se-2gb-128gb-4g-lte.json index e7f40a0aa6b9..3585db9da40c 100644 --- a/data/smartphone/apple/2016/iphone-se/apple-iphone-se-2gb-128gb-4g-lte.json +++ b/data/smartphone/apple/2016/iphone-se/apple-iphone-se-2gb-128gb-4g-lte.json @@ -119,5 +119,10 @@ 128 ], "soc": "apple-a9", - "os_version": "9.3.2" + "os_version": "9.3.2", + "dimensions": { + "height_mm": 123.8, + "width_mm": 58.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/apple/2017/iphone-8-plus/apple-iphone-8-plus-3gb-256gb-4g-lte.json b/data/smartphone/apple/2017/iphone-8-plus/apple-iphone-8-plus-3gb-256gb-4g-lte.json index 8a22f8b7e50a..3c84c6d185b9 100644 --- a/data/smartphone/apple/2017/iphone-8-plus/apple-iphone-8-plus-3gb-256gb-4g-lte.json +++ b/data/smartphone/apple/2017/iphone-8-plus/apple-iphone-8-plus-3gb-256gb-4g-lte.json @@ -119,5 +119,11 @@ 256 ], "soc": "apple-a11-bionic", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 78.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/apple/2017/iphone-8/apple-iphone-8-2gb-256gb-4g-lte.json b/data/smartphone/apple/2017/iphone-8/apple-iphone-8-2gb-256gb-4g-lte.json index 67ee60626028..cf534993d968 100644 --- a/data/smartphone/apple/2017/iphone-8/apple-iphone-8-2gb-256gb-4g-lte.json +++ b/data/smartphone/apple/2017/iphone-8/apple-iphone-8-2gb-256gb-4g-lte.json @@ -119,5 +119,11 @@ 256 ], "soc": "apple-a11-bionic", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 138.4, + "width_mm": 67.3, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/apple/2017/iphone-x/apple-iphone-x-3gb-256gb-4g-lte.json b/data/smartphone/apple/2017/iphone-x/apple-iphone-x-3gb-256gb-4g-lte.json index 4c874c8a371c..2c2a8d6791c2 100644 --- a/data/smartphone/apple/2017/iphone-x/apple-iphone-x-3gb-256gb-4g-lte.json +++ b/data/smartphone/apple/2017/iphone-x/apple-iphone-x-3gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "apple-a11-bionic", - "os_version": "11.1.1" + "os_version": "11.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 143.6, + "width_mm": 70.9, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/apple/2018/iphone-xr/apple-iphone-xr-3gb-256gb-4g-lte.json b/data/smartphone/apple/2018/iphone-xr/apple-iphone-xr-3gb-256gb-4g-lte.json index 6ee059c74ff3..cf6795a880d4 100644 --- a/data/smartphone/apple/2018/iphone-xr/apple-iphone-xr-3gb-256gb-4g-lte.json +++ b/data/smartphone/apple/2018/iphone-xr/apple-iphone-xr-3gb-256gb-4g-lte.json @@ -113,5 +113,11 @@ 256 ], "soc": "apple-a12-bionic", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 150.9, + "width_mm": 75.7, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/apple/2018/iphone-xs-max/apple-iphone-xs-max-4gb-512gb-4g-lte.json b/data/smartphone/apple/2018/iphone-xs-max/apple-iphone-xs-max-4gb-512gb-4g-lte.json index f1603e1a14a8..74db33e54d8d 100644 --- a/data/smartphone/apple/2018/iphone-xs-max/apple-iphone-xs-max-4gb-512gb-4g-lte.json +++ b/data/smartphone/apple/2018/iphone-xs-max/apple-iphone-xs-max-4gb-512gb-4g-lte.json @@ -117,5 +117,11 @@ 512 ], "soc": "apple-a12-bionic", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 157.5, + "width_mm": 77.4, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/apple/2018/iphone-xs/apple-iphone-xs-4gb-512gb-4g-lte.json b/data/smartphone/apple/2018/iphone-xs/apple-iphone-xs-4gb-512gb-4g-lte.json index 66c286dcb7cf..ea0a7a53908c 100644 --- a/data/smartphone/apple/2018/iphone-xs/apple-iphone-xs-4gb-512gb-4g-lte.json +++ b/data/smartphone/apple/2018/iphone-xs/apple-iphone-xs-4gb-512gb-4g-lte.json @@ -117,5 +117,11 @@ 512 ], "soc": "apple-a12-bionic", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 143.6, + "width_mm": 70.9, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/apple/2019/iphone-11-pro-max/apple-iphone-11-pro-max-4gb-512gb-4g-lte.json b/data/smartphone/apple/2019/iphone-11-pro-max/apple-iphone-11-pro-max-4gb-512gb-4g-lte.json index 9883aec94e1e..ffc053e13ddd 100644 --- a/data/smartphone/apple/2019/iphone-11-pro-max/apple-iphone-11-pro-max-4gb-512gb-4g-lte.json +++ b/data/smartphone/apple/2019/iphone-11-pro-max/apple-iphone-11-pro-max-4gb-512gb-4g-lte.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a13-bionic", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 158.0, + "width_mm": 77.8, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/apple/2019/iphone-11-pro/apple-iphone-11-pro-4gb-512gb-4g-lte.json b/data/smartphone/apple/2019/iphone-11-pro/apple-iphone-11-pro-4gb-512gb-4g-lte.json index 3b4471147a68..d8cf45d9adf6 100644 --- a/data/smartphone/apple/2019/iphone-11-pro/apple-iphone-11-pro-4gb-512gb-4g-lte.json +++ b/data/smartphone/apple/2019/iphone-11-pro/apple-iphone-11-pro-4gb-512gb-4g-lte.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a13-bionic", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 144.0, + "width_mm": 71.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/apple/2019/iphone-11/apple-iphone-11-4gb-256gb-4g-lte.json b/data/smartphone/apple/2019/iphone-11/apple-iphone-11-4gb-256gb-4g-lte.json index 9aef841c54f3..7e554614381f 100644 --- a/data/smartphone/apple/2019/iphone-11/apple-iphone-11-4gb-256gb-4g-lte.json +++ b/data/smartphone/apple/2019/iphone-11/apple-iphone-11-4gb-256gb-4g-lte.json @@ -117,5 +117,10 @@ 256 ], "soc": "apple-a13-bionic", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 150.9, + "width_mm": 75.7, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/apple/2020/iphone-12-mini/apple-iphone-12-mini-4gb-256gb-5g.json b/data/smartphone/apple/2020/iphone-12-mini/apple-iphone-12-mini-4gb-256gb-5g.json index 2dd641def08f..f6af5e3d6641 100644 --- a/data/smartphone/apple/2020/iphone-12-mini/apple-iphone-12-mini-4gb-256gb-5g.json +++ b/data/smartphone/apple/2020/iphone-12-mini/apple-iphone-12-mini-4gb-256gb-5g.json @@ -116,5 +116,10 @@ 256 ], "soc": "apple-a14-bionic", - "os_version": "14.1" + "os_version": "14.1", + "dimensions": { + "height_mm": 131.5, + "width_mm": 64.2, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/apple/2020/iphone-12-pro-max/apple-iphone-12-pro-max-6gb-512gb-5g.json b/data/smartphone/apple/2020/iphone-12-pro-max/apple-iphone-12-pro-max-6gb-512gb-5g.json index e8ffe05aefca..f9c84fb0419a 100644 --- a/data/smartphone/apple/2020/iphone-12-pro-max/apple-iphone-12-pro-max-6gb-512gb-5g.json +++ b/data/smartphone/apple/2020/iphone-12-pro-max/apple-iphone-12-pro-max-6gb-512gb-5g.json @@ -116,5 +116,10 @@ 512 ], "soc": "apple-a14-bionic", - "os_version": "14.1" + "os_version": "14.1", + "dimensions": { + "height_mm": 160.8, + "width_mm": 78.1, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/apple/2020/iphone-12-pro/apple-iphone-12-pro-6gb-512gb-5g.json b/data/smartphone/apple/2020/iphone-12-pro/apple-iphone-12-pro-6gb-512gb-5g.json index a47cfab33a4f..16944f9b5ac6 100644 --- a/data/smartphone/apple/2020/iphone-12-pro/apple-iphone-12-pro-6gb-512gb-5g.json +++ b/data/smartphone/apple/2020/iphone-12-pro/apple-iphone-12-pro-6gb-512gb-5g.json @@ -116,5 +116,10 @@ 512 ], "soc": "apple-a14-bionic", - "os_version": "14.1" + "os_version": "14.1", + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/apple/2020/iphone-12/apple-iphone-12-4gb-256gb-5g.json b/data/smartphone/apple/2020/iphone-12/apple-iphone-12-4gb-256gb-5g.json index 2bd9cd2a8616..1c209ec9d09a 100644 --- a/data/smartphone/apple/2020/iphone-12/apple-iphone-12-4gb-256gb-5g.json +++ b/data/smartphone/apple/2020/iphone-12/apple-iphone-12-4gb-256gb-5g.json @@ -116,5 +116,10 @@ 256 ], "soc": "apple-a14-bionic", - "os_version": "14.1" + "os_version": "14.1", + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/apple/2020/iphone-se-2020/apple-iphone-se-2020-3gb-256gb-4g-lte.json b/data/smartphone/apple/2020/iphone-se-2020/apple-iphone-se-2020-3gb-256gb-4g-lte.json index c5d0f614aeab..b34e153ddeb0 100644 --- a/data/smartphone/apple/2020/iphone-se-2020/apple-iphone-se-2020-3gb-256gb-4g-lte.json +++ b/data/smartphone/apple/2020/iphone-se-2020/apple-iphone-se-2020-3gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "apple-a13-bionic", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 138.4, + "width_mm": 67.3, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/apple/2021/iphone-13-mini/apple-iphone-13-mini-4gb-512gb-5g.json b/data/smartphone/apple/2021/iphone-13-mini/apple-iphone-13-mini-4gb-512gb-5g.json index 33761282f674..80e90a65e3b6 100644 --- a/data/smartphone/apple/2021/iphone-13-mini/apple-iphone-13-mini-4gb-512gb-5g.json +++ b/data/smartphone/apple/2021/iphone-13-mini/apple-iphone-13-mini-4gb-512gb-5g.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a15-bionic", - "os_version": "15" + "os_version": "15", + "dimensions": { + "height_mm": 131.5, + "width_mm": 64.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/apple/2021/iphone-13-pro-max/apple-iphone-13-pro-max-6gb-512gb-5g.json b/data/smartphone/apple/2021/iphone-13-pro-max/apple-iphone-13-pro-max-6gb-512gb-5g.json index 0bde8cc139ad..f84023ace0ec 100644 --- a/data/smartphone/apple/2021/iphone-13-pro-max/apple-iphone-13-pro-max-6gb-512gb-5g.json +++ b/data/smartphone/apple/2021/iphone-13-pro-max/apple-iphone-13-pro-max-6gb-512gb-5g.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a15-bionic", - "os_version": "15" + "os_version": "15", + "dimensions": { + "height_mm": 160.8, + "width_mm": 78.1, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/apple/2021/iphone-13-pro/apple-iphone-13-pro-6gb-512gb-5g.json b/data/smartphone/apple/2021/iphone-13-pro/apple-iphone-13-pro-6gb-512gb-5g.json index 45a0512d4a88..e003cc5739ce 100644 --- a/data/smartphone/apple/2021/iphone-13-pro/apple-iphone-13-pro-6gb-512gb-5g.json +++ b/data/smartphone/apple/2021/iphone-13-pro/apple-iphone-13-pro-6gb-512gb-5g.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a15-bionic", - "os_version": "15" + "os_version": "15", + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/apple/2021/iphone-13/apple-iphone-13-4gb-512gb-5g.json b/data/smartphone/apple/2021/iphone-13/apple-iphone-13-4gb-512gb-5g.json index 60f1f577bfeb..a6c6d0eed116 100644 --- a/data/smartphone/apple/2021/iphone-13/apple-iphone-13-4gb-512gb-5g.json +++ b/data/smartphone/apple/2021/iphone-13/apple-iphone-13-4gb-512gb-5g.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a15-bionic", - "os_version": "15" + "os_version": "15", + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/apple/2022/iphone-14-plus/apple-iphone-14-plus-6gb-512gb-5g.json b/data/smartphone/apple/2022/iphone-14-plus/apple-iphone-14-plus-6gb-512gb-5g.json index 8549bba9930b..dc699ac5218f 100644 --- a/data/smartphone/apple/2022/iphone-14-plus/apple-iphone-14-plus-6gb-512gb-5g.json +++ b/data/smartphone/apple/2022/iphone-14-plus/apple-iphone-14-plus-6gb-512gb-5g.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a15-bionic", - "os_version": "16" + "os_version": "16", + "dimensions": { + "height_mm": 160.8, + "width_mm": 78.1, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/apple/2022/iphone-14-pro/apple-iphone-14-pro-6gb-512gb-5g.json b/data/smartphone/apple/2022/iphone-14-pro/apple-iphone-14-pro-6gb-512gb-5g.json index 7f2f714ce43b..e8d142af3e62 100644 --- a/data/smartphone/apple/2022/iphone-14-pro/apple-iphone-14-pro-6gb-512gb-5g.json +++ b/data/smartphone/apple/2022/iphone-14-pro/apple-iphone-14-pro-6gb-512gb-5g.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a16-bionic", - "os_version": "16" + "os_version": "16", + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/apple/2022/iphone-14/apple-iphone-14-6gb-512gb-5g.json b/data/smartphone/apple/2022/iphone-14/apple-iphone-14-6gb-512gb-5g.json index 0f8f24f4b9b1..8f229d235fd4 100644 --- a/data/smartphone/apple/2022/iphone-14/apple-iphone-14-6gb-512gb-5g.json +++ b/data/smartphone/apple/2022/iphone-14/apple-iphone-14-6gb-512gb-5g.json @@ -117,5 +117,10 @@ 512 ], "soc": "apple-a15-bionic", - "os_version": "16" + "os_version": "16", + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/apple/2023/iphone-15-plus/apple-iphone-15-plus-6gb-512gb-5g.json b/data/smartphone/apple/2023/iphone-15-plus/apple-iphone-15-plus-6gb-512gb-5g.json index e48170d5a825..a7c61854d08c 100644 --- a/data/smartphone/apple/2023/iphone-15-plus/apple-iphone-15-plus-6gb-512gb-5g.json +++ b/data/smartphone/apple/2023/iphone-15-plus/apple-iphone-15-plus-6gb-512gb-5g.json @@ -118,5 +118,10 @@ 512 ], "soc": "apple-a16-bionic", - "os_version": "17" + "os_version": "17", + "dimensions": { + "height_mm": 160.9, + "width_mm": 77.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/apple/2023/iphone-15/apple-iphone-15-6gb-512gb-5g.json b/data/smartphone/apple/2023/iphone-15/apple-iphone-15-6gb-512gb-5g.json index 5278c55d9888..bbe43a34f9b8 100644 --- a/data/smartphone/apple/2023/iphone-15/apple-iphone-15-6gb-512gb-5g.json +++ b/data/smartphone/apple/2023/iphone-15/apple-iphone-15-6gb-512gb-5g.json @@ -118,5 +118,10 @@ 512 ], "soc": "apple-a16-bionic", - "os_version": "17" + "os_version": "17", + "dimensions": { + "height_mm": 147.6, + "width_mm": 71.6, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/asus/2012/memo/asus-memo-1gb-32gb-2g.json b/data/smartphone/asus/2012/memo/asus-memo-1gb-32gb-2g.json index 401b18d96d5b..f8a97a8c6130 100644 --- a/data/smartphone/asus/2012/memo/asus-memo-1gb-32gb-2g.json +++ b/data/smartphone/asus/2012/memo/asus-memo-1gb-32gb-2g.json @@ -100,5 +100,10 @@ 32 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "4.0.1" + "os_version": "4.0.1", + "dimensions": { + "height_mm": 199.0, + "width_mm": 117.0, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/asus/2012/padfone-2/asus-padfone-2-2gb-64gb-4g-lte.json b/data/smartphone/asus/2012/padfone-2/asus-padfone-2-2gb-64gb-4g-lte.json index da95417c151c..e3e0f379dc73 100644 --- a/data/smartphone/asus/2012/padfone-2/asus-padfone-2-2gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2012/padfone-2/asus-padfone-2-2gb-64gb-4g-lte.json @@ -112,5 +112,10 @@ 64 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 137.9, + "width_mm": 68.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/asus/2012/padfone/asus-padfone-1gb-64gb-3g.json b/data/smartphone/asus/2012/padfone/asus-padfone-1gb-64gb-3g.json index 2bdd7d62936f..d69e9ec2f79b 100644 --- a/data/smartphone/asus/2012/padfone/asus-padfone-1gb-64gb-3g.json +++ b/data/smartphone/asus/2012/padfone/asus-padfone-1gb-64gb-3g.json @@ -104,5 +104,10 @@ 64 ], "soc": "qualcomm-msm8260a-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 128.0, + "width_mm": 65.4, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/asus/2013/fonepad-7/asus-fonepad-7-1gb-32gb-4g-lte.json b/data/smartphone/asus/2013/fonepad-7/asus-fonepad-7-1gb-32gb-4g-lte.json index dec687adf835..0bec5f51b94c 100644 --- a/data/smartphone/asus/2013/fonepad-7/asus-fonepad-7-1gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2013/fonepad-7/asus-fonepad-7-1gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "intel-atom-z2560", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 196.8, + "width_mm": 120.0, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/asus/2013/fonepad-note-fhd6/asus-fonepad-note-fhd6-2gb-32gb-3g.json b/data/smartphone/asus/2013/fonepad-note-fhd6/asus-fonepad-note-fhd6-2gb-32gb-3g.json index 741820faf0db..5739d204845b 100644 --- a/data/smartphone/asus/2013/fonepad-note-fhd6/asus-fonepad-note-fhd6-2gb-32gb-3g.json +++ b/data/smartphone/asus/2013/fonepad-note-fhd6/asus-fonepad-note-fhd6-2gb-32gb-3g.json @@ -102,5 +102,10 @@ 32 ], "soc": "intel-atom-z2580", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 164.8, + "width_mm": 88.8, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/asus/2013/fonepad/asus-fonepad-1gb-16gb-3g.json b/data/smartphone/asus/2013/fonepad/asus-fonepad-1gb-16gb-3g.json index 9a802011979a..b54aebddc35e 100644 --- a/data/smartphone/asus/2013/fonepad/asus-fonepad-1gb-16gb-3g.json +++ b/data/smartphone/asus/2013/fonepad/asus-fonepad-1gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "intel-atom-z2420-intel-atom-z2460", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 196.4, + "width_mm": 120.1, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/asus/2013/padfone-infinity-2/asus-padfone-infinity-2-2gb-32gb-4g-lte.json b/data/smartphone/asus/2013/padfone-infinity-2/asus-padfone-infinity-2-2gb-32gb-4g-lte.json index 03967af924e7..0b70726e2d4c 100644 --- a/data/smartphone/asus/2013/padfone-infinity-2/asus-padfone-infinity-2-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2013/padfone-infinity-2/asus-padfone-infinity-2-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/asus/2013/padfone-infinity/asus-padfone-infinity-2gb-64gb-4g-lte.json b/data/smartphone/asus/2013/padfone-infinity/asus-padfone-infinity-2gb-64gb-4g-lte.json index 9ba4f49e6f4b..e6b132dcfb14 100644 --- a/data/smartphone/asus/2013/padfone-infinity/asus-padfone-infinity-2gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2013/padfone-infinity/asus-padfone-infinity-2gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "qualcomm-apq8064t-snapdragon-600", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/asus/2013/padfone-mini/asus-padfone-mini-1gb-16gb-3g.json b/data/smartphone/asus/2013/padfone-mini/asus-padfone-mini-1gb-16gb-3g.json index 58d5b3b04517..bf4db20553d5 100644 --- a/data/smartphone/asus/2013/padfone-mini/asus-padfone-mini-1gb-16gb-3g.json +++ b/data/smartphone/asus/2013/padfone-mini/asus-padfone-mini-1gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 129.3, + "width_mm": 65.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/asus/2014/fonepad-7-2014/asus-fonepad-7-2014-1gb-8gb-3g.json b/data/smartphone/asus/2014/fonepad-7-2014/asus-fonepad-7-2014-1gb-8gb-3g.json index b177f34e83ff..02fae03e5cfb 100644 --- a/data/smartphone/asus/2014/fonepad-7-2014/asus-fonepad-7-2014-1gb-8gb-3g.json +++ b/data/smartphone/asus/2014/fonepad-7-2014/asus-fonepad-7-2014-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "intel-atom-z2520", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 192.0, + "width_mm": 110.0, + "depth_mm": 10.7 + } } diff --git a/data/smartphone/asus/2014/padfone-e/asus-padfone-e-1gb-3g.json b/data/smartphone/asus/2014/padfone-e/asus-padfone-e-1gb-3g.json index 68cbcad22b11..058460d630a0 100644 --- a/data/smartphone/asus/2014/padfone-e/asus-padfone-e-1gb-3g.json +++ b/data/smartphone/asus/2014/padfone-e/asus-padfone-e-1gb-3g.json @@ -101,5 +101,10 @@ } }, "soc": "qualcomm-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 139.6, + "width_mm": 69.7, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/asus/2014/padfone-infinity-lite/asus-padfone-infinity-lite-2gb-32gb-4g-lte.json b/data/smartphone/asus/2014/padfone-infinity-lite/asus-padfone-infinity-lite-2gb-32gb-4g-lte.json index d20413ccfcf4..6256612008ea 100644 --- a/data/smartphone/asus/2014/padfone-infinity-lite/asus-padfone-infinity-lite-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2014/padfone-infinity-lite/asus-padfone-infinity-lite-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-snapdragon-600", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/asus/2014/padfone-s/asus-padfone-s-2gb-16gb-4g-lte.json b/data/smartphone/asus/2014/padfone-s/asus-padfone-s-2gb-16gb-4g-lte.json index 69b1ce324c80..b406512cc5ac 100644 --- a/data/smartphone/asus/2014/padfone-s/asus-padfone-s-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2014/padfone-s/asus-padfone-s-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 143.4, + "width_mm": 72.5, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/asus/2014/padfone-x-mini/asus-padfone-x-mini-1gb-8gb-4g-lte.json b/data/smartphone/asus/2014/padfone-x-mini/asus-padfone-x-mini-1gb-8gb-4g-lte.json index cff01defde02..3b2ae1197ac6 100644 --- a/data/smartphone/asus/2014/padfone-x-mini/asus-padfone-x-mini-1gb-8gb-4g-lte.json +++ b/data/smartphone/asus/2014/padfone-x-mini/asus-padfone-x-mini-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "intel-atom-z2560", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 132.1, + "width_mm": 66.3, + "depth_mm": 12.7 + } } diff --git a/data/smartphone/asus/2014/padfone-x/asus-padfone-x-2gb-16gb-4g-lte.json b/data/smartphone/asus/2014/padfone-x/asus-padfone-x-2gb-16gb-4g-lte.json index 1716fd7df453..30e00be661df 100644 --- a/data/smartphone/asus/2014/padfone-x/asus-padfone-x-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2014/padfone-x/asus-padfone-x-2gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 143.4, + "width_mm": 72.5, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/asus/2014/pegasus/asus-pegasus-2gb-16gb-4g-lte.json b/data/smartphone/asus/2014/pegasus/asus-pegasus-2gb-16gb-4g-lte.json index bd72ebe69968..82f648c56a4e 100644 --- a/data/smartphone/asus/2014/pegasus/asus-pegasus-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2014/pegasus/asus-pegasus-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "mediatek-mt6732", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 146.0, + "width_mm": 73.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/asus/2014/zenfone-4-a450cg-2014/asus-zenfone-4-a450cg-2014-1gb-8gb-3g.json b/data/smartphone/asus/2014/zenfone-4-a450cg-2014/asus-zenfone-4-a450cg-2014-1gb-8gb-3g.json index c6936c93471e..a65b3185000b 100644 --- a/data/smartphone/asus/2014/zenfone-4-a450cg-2014/asus-zenfone-4-a450cg-2014-1gb-8gb-3g.json +++ b/data/smartphone/asus/2014/zenfone-4-a450cg-2014/asus-zenfone-4-a450cg-2014-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "intel-atom-z2520", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 136.8, + "width_mm": 67.9, + "depth_mm": 11.3 + } } diff --git a/data/smartphone/asus/2014/zenfone-5-a500cg-2014/asus-zenfone-5-a500cg-2014-2gb-32gb-3g.json b/data/smartphone/asus/2014/zenfone-5-a500cg-2014/asus-zenfone-5-a500cg-2014-2gb-32gb-3g.json index 64a96bf473f0..2309bc897f44 100644 --- a/data/smartphone/asus/2014/zenfone-5-a500cg-2014/asus-zenfone-5-a500cg-2014-2gb-32gb-3g.json +++ b/data/smartphone/asus/2014/zenfone-5-a500cg-2014/asus-zenfone-5-a500cg-2014-2gb-32gb-3g.json @@ -108,5 +108,10 @@ 32 ], "soc": "intel-atom-z2580", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/asus/2014/zenfone-5-a500kl-2014/asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte.json b/data/smartphone/asus/2014/zenfone-5-a500kl-2014/asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte.json index 74263173435a..d640520e4b63 100644 --- a/data/smartphone/asus/2014/zenfone-5-a500kl-2014/asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2014/zenfone-5-a500kl-2014/asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/asus/2014/zenfone-5-lite-a502cg-2014/asus-zenfone-5-lite-a502cg-2014-1gb-3g.json b/data/smartphone/asus/2014/zenfone-5-lite-a502cg-2014/asus-zenfone-5-lite-a502cg-2014-1gb-3g.json index 98c8ee7e1f2b..cc125ceace90 100644 --- a/data/smartphone/asus/2014/zenfone-5-lite-a502cg-2014/asus-zenfone-5-lite-a502cg-2014-1gb-3g.json +++ b/data/smartphone/asus/2014/zenfone-5-lite-a502cg-2014/asus-zenfone-5-lite-a502cg-2014-1gb-3g.json @@ -100,5 +100,10 @@ } }, "soc": "intel-atom-z2520", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/asus/2014/zenfone-6-a600cg-2014/asus-zenfone-6-a600cg-2014-2gb-32gb-3g.json b/data/smartphone/asus/2014/zenfone-6-a600cg-2014/asus-zenfone-6-a600cg-2014-2gb-32gb-3g.json index 58de5cc94701..bcc4cea88818 100644 --- a/data/smartphone/asus/2014/zenfone-6-a600cg-2014/asus-zenfone-6-a600cg-2014-2gb-32gb-3g.json +++ b/data/smartphone/asus/2014/zenfone-6-a600cg-2014/asus-zenfone-6-a600cg-2014-2gb-32gb-3g.json @@ -106,5 +106,10 @@ 32 ], "soc": "intel-atom-z2580", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 166.9, + "width_mm": 84.3, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/asus/2014/zenfone-6-a601cg-2014/asus-zenfone-6-a601cg-2014-2gb-32gb-3g.json b/data/smartphone/asus/2014/zenfone-6-a601cg-2014/asus-zenfone-6-a601cg-2014-2gb-32gb-3g.json index 9189b342f8c8..1ae837719be2 100644 --- a/data/smartphone/asus/2014/zenfone-6-a601cg-2014/asus-zenfone-6-a601cg-2014-2gb-32gb-3g.json +++ b/data/smartphone/asus/2014/zenfone-6-a601cg-2014/asus-zenfone-6-a601cg-2014-2gb-32gb-3g.json @@ -103,5 +103,10 @@ 32 ], "soc": "intel-atom-z2560", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 166.9, + "width_mm": 84.3, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/asus/2015/fonepad-7-fe171cg/asus-fonepad-7-fe171cg-2gb-16gb-3g.json b/data/smartphone/asus/2015/fonepad-7-fe171cg/asus-fonepad-7-fe171cg-2gb-16gb-3g.json index d81088541b2b..287564bd2e03 100644 --- a/data/smartphone/asus/2015/fonepad-7-fe171cg/asus-fonepad-7-fe171cg-2gb-16gb-3g.json +++ b/data/smartphone/asus/2015/fonepad-7-fe171cg/asus-fonepad-7-fe171cg-2gb-16gb-3g.json @@ -104,5 +104,10 @@ 16 ], "soc": "intel-atom-z2520", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 196.0, + "width_mm": 110.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/asus/2015/fonepad-7-fe375cl/asus-fonepad-7-fe375cl-2gb-16gb-4g-lte.json b/data/smartphone/asus/2015/fonepad-7-fe375cl/asus-fonepad-7-fe375cl-2gb-16gb-4g-lte.json index 0752861d2826..c2a856e3d130 100644 --- a/data/smartphone/asus/2015/fonepad-7-fe375cl/asus-fonepad-7-fe375cl-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2015/fonepad-7-fe375cl/asus-fonepad-7-fe375cl-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "intel-atom-z3530", - "os_version": "5.0.1" + "os_version": "5.0.1", + "dimensions": { + "height_mm": 194.3, + "width_mm": 108.9, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/asus/2015/pegasus-2-plus/asus-pegasus-2-plus-3gb-32gb-4g-lte.json b/data/smartphone/asus/2015/pegasus-2-plus/asus-pegasus-2-plus-3gb-32gb-4g-lte.json index 12f50e0ac5a1..1485829abb19 100644 --- a/data/smartphone/asus/2015/pegasus-2-plus/asus-pegasus-2-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2015/pegasus-2-plus/asus-pegasus-2-plus-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 151.8, + "width_mm": 75.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-deluxe-ze551ml/asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-deluxe-ze551ml/asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte.json index 1304275e779e..d4c5c3f4dc65 100644 --- a/data/smartphone/asus/2015/zenfone-2-deluxe-ze551ml/asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-deluxe-ze551ml/asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte.json @@ -110,5 +110,11 @@ 256 ], "soc": "intel-atom-z3580", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.5, + "width_mm": 77.2, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-laser-ze500kg/asus-zenfone-2-laser-ze500kg-2gb-16gb-3g.json b/data/smartphone/asus/2015/zenfone-2-laser-ze500kg/asus-zenfone-2-laser-ze500kg-2gb-16gb-3g.json index 4f8b3ca02bbb..2f911b56e8e0 100644 --- a/data/smartphone/asus/2015/zenfone-2-laser-ze500kg/asus-zenfone-2-laser-ze500kg-2gb-16gb-3g.json +++ b/data/smartphone/asus/2015/zenfone-2-laser-ze500kg/asus-zenfone-2-laser-ze500kg-2gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 143.7, + "width_mm": 71.5, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-laser-ze500kl/asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-laser-ze500kl/asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte.json index 2c6dccbc3a00..87b7676fef02 100644 --- a/data/smartphone/asus/2015/zenfone-2-laser-ze500kl/asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-laser-ze500kl/asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 143.7, + "width_mm": 71.5, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-laser-ze550kl/asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-laser-ze550kl/asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte.json index 5cc091da622b..3b1982a58f07 100644 --- a/data/smartphone/asus/2015/zenfone-2-laser-ze550kl/asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-laser-ze550kl/asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 152.5, + "width_mm": 77.2, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-laser-ze551kl/asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-laser-ze551kl/asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte.json index 9a136e81175a..cbcf3b0fa290 100644 --- a/data/smartphone/asus/2015/zenfone-2-laser-ze551kl/asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-laser-ze551kl/asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 152.4, + "width_mm": 77.2, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-laser-ze600kl/asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-laser-ze600kl/asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte.json index 3277e1212ab8..b098b6ac65d4 100644 --- a/data/smartphone/asus/2015/zenfone-2-laser-ze600kl/asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-laser-ze600kl/asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 164.6, + "width_mm": 84.0, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-laser-ze601kl/asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-laser-ze601kl/asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte.json index 8f14ce083c0f..a39b84c153d8 100644 --- a/data/smartphone/asus/2015/zenfone-2-laser-ze601kl/asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-laser-ze601kl/asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 164.6, + "width_mm": 84.0, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-ze500cl/asus-zenfone-2-ze500cl-2gb-16gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-ze500cl/asus-zenfone-2-ze500cl-2gb-16gb-4g-lte.json index 92f07501a611..b12f9b42b20d 100644 --- a/data/smartphone/asus/2015/zenfone-2-ze500cl/asus-zenfone-2-ze500cl-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-ze500cl/asus-zenfone-2-ze500cl-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "intel-atom-z2560", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 148.1, + "width_mm": 71.5, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-ze550ml/asus-zenfone-2-ze550ml-2gb-16gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-ze550ml/asus-zenfone-2-ze550ml-2gb-16gb-4g-lte.json index 8bd616a178ab..098ead797727 100644 --- a/data/smartphone/asus/2015/zenfone-2-ze550ml/asus-zenfone-2-ze550ml-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-ze550ml/asus-zenfone-2-ze550ml-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "intel-atom-z3560", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 152.5, + "width_mm": 77.2, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/asus/2015/zenfone-2-ze551ml/asus-zenfone-2-ze551ml-4gb-128gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2-ze551ml/asus-zenfone-2-ze551ml-4gb-128gb-4g-lte.json index 75187170cf10..e94115a3839e 100644 --- a/data/smartphone/asus/2015/zenfone-2-ze551ml/asus-zenfone-2-ze551ml-4gb-128gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2-ze551ml/asus-zenfone-2-ze551ml-4gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "intel-atom-z3580", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.5, + "width_mm": 77.2, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/asus/2015/zenfone-2e/asus-zenfone-2e-1gb-8gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-2e/asus-zenfone-2e-1gb-8gb-4g-lte.json index 9c2f3e9d7643..7535af3a65be 100644 --- a/data/smartphone/asus/2015/zenfone-2e/asus-zenfone-2e-1gb-8gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-2e/asus-zenfone-2e-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "intel-atom-z2560", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 148.1, + "width_mm": 71.4, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/asus/2015/zenfone-5-a501cg-2015/asus-zenfone-5-a501cg-2015-2gb-8gb-3g.json b/data/smartphone/asus/2015/zenfone-5-a501cg-2015/asus-zenfone-5-a501cg-2015-2gb-8gb-3g.json index be3b841459f4..a12d7a0c2efe 100644 --- a/data/smartphone/asus/2015/zenfone-5-a501cg-2015/asus-zenfone-5-a501cg-2015-2gb-8gb-3g.json +++ b/data/smartphone/asus/2015/zenfone-5-a501cg-2015/asus-zenfone-5-a501cg-2015-2gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "intel-atom-z2520", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/asus/2015/zenfone-c-zc451cg/asus-zenfone-c-zc451cg-1gb-8gb-3g.json b/data/smartphone/asus/2015/zenfone-c-zc451cg/asus-zenfone-c-zc451cg-1gb-8gb-3g.json index b5a9d83ad722..d47f17bae4fe 100644 --- a/data/smartphone/asus/2015/zenfone-c-zc451cg/asus-zenfone-c-zc451cg-1gb-8gb-3g.json +++ b/data/smartphone/asus/2015/zenfone-c-zc451cg/asus-zenfone-c-zc451cg-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "intel-atom-z2520", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 136.5, + "width_mm": 67.0, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/asus/2015/zenfone-go-zc451tg/asus-zenfone-go-zc451tg-1gb-8gb-3g.json b/data/smartphone/asus/2015/zenfone-go-zc451tg/asus-zenfone-go-zc451tg-1gb-8gb-3g.json index cd7a9dfc6947..f224294c37d1 100644 --- a/data/smartphone/asus/2015/zenfone-go-zc451tg/asus-zenfone-go-zc451tg-1gb-8gb-3g.json +++ b/data/smartphone/asus/2015/zenfone-go-zc451tg/asus-zenfone-go-zc451tg-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6580m", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 135.0, + "width_mm": 67.0, + "depth_mm": 10.1 + } } diff --git a/data/smartphone/asus/2015/zenfone-go-zc500tg/asus-zenfone-go-zc500tg-2gb-16gb-3g.json b/data/smartphone/asus/2015/zenfone-go-zc500tg/asus-zenfone-go-zc500tg-2gb-16gb-3g.json index 17985c27a8f0..2c2d864c62bf 100644 --- a/data/smartphone/asus/2015/zenfone-go-zc500tg/asus-zenfone-go-zc500tg-2gb-16gb-3g.json +++ b/data/smartphone/asus/2015/zenfone-go-zc500tg/asus-zenfone-go-zc500tg-2gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 144.5, + "width_mm": 71.0, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/asus/2015/zenfone-max-zc550kl/asus-zenfone-max-zc550kl-2gb-16gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-max-zc550kl/asus-zenfone-max-zc550kl-2gb-16gb-4g-lte.json index 22ef93f88228..43ec29cddeb6 100644 --- a/data/smartphone/asus/2015/zenfone-max-zc550kl/asus-zenfone-max-zc550kl-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-max-zc550kl/asus-zenfone-max-zc550kl-2gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0.1" + "os_version": "5.0.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.5, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/asus/2015/zenfone-selfie-zd551kl/asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-selfie-zd551kl/asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte.json index c728deb625a4..af07cd91f138 100644 --- a/data/smartphone/asus/2015/zenfone-selfie-zd551kl/asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-selfie-zd551kl/asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte.json @@ -114,5 +114,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 156.5, + "width_mm": 77.2, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/asus/2015/zenfone-zoom-zx550/asus-zenfone-zoom-zx550-4gb-128gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-zoom-zx550/asus-zenfone-zoom-zx550-4gb-128gb-4g-lte.json index 9b3330f225a3..1e8cacd84a5b 100644 --- a/data/smartphone/asus/2015/zenfone-zoom-zx550/asus-zenfone-zoom-zx550-4gb-128gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-zoom-zx550/asus-zenfone-zoom-zx550-4gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "intel-atom-z3580", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 158.9, + "width_mm": 78.8, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/asus/2015/zenfone-zoom-zx551ml/asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte.json b/data/smartphone/asus/2015/zenfone-zoom-zx551ml/asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte.json index 4a916b48b4bc..19e1a666e541 100644 --- a/data/smartphone/asus/2015/zenfone-zoom-zx551ml/asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte.json +++ b/data/smartphone/asus/2015/zenfone-zoom-zx551ml/asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "intel-atom-z3590", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 78.8, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/asus/2016/live-g500tg/asus-live-g500tg-2gb-16gb-3g.json b/data/smartphone/asus/2016/live-g500tg/asus-live-g500tg-2gb-16gb-3g.json index 04a4dc8045f3..dd38768f94f2 100644 --- a/data/smartphone/asus/2016/live-g500tg/asus-live-g500tg-2gb-16gb-3g.json +++ b/data/smartphone/asus/2016/live-g500tg/asus-live-g500tg-2gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 144.5, + "width_mm": 71.0, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/asus/2016/zenfone-3-deluxe-5-5-zs550kl/asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-3-deluxe-5-5-zs550kl/asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte.json index ea034e1f70fe..542cee7fe532 100644 --- a/data/smartphone/asus/2016/zenfone-3-deluxe-5-5-zs550kl/asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-3-deluxe-5-5-zs550kl/asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.5, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/asus/2016/zenfone-3-deluxe-zs570kl/asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-3-deluxe-zs570kl/asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte.json index 8e669c401ee8..d6511a100a0c 100644 --- a/data/smartphone/asus/2016/zenfone-3-deluxe-zs570kl/asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-3-deluxe-zs570kl/asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.4, + "width_mm": 77.4, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/asus/2016/zenfone-3-laser-zc551kl/asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-3-laser-zc551kl/asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte.json index 9008746432e1..9c4072c126df 100644 --- a/data/smartphone/asus/2016/zenfone-3-laser-zc551kl/asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-3-laser-zc551kl/asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.1" + "os_version": "6.1", + "dimensions": { + "height_mm": 149.0, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/asus/2016/zenfone-3-max-zc520tl/asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-3-max-zc520tl/asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte.json index 96a407fc4981..a29279a0b57b 100644 --- a/data/smartphone/asus/2016/zenfone-3-max-zc520tl/asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-3-max-zc520tl/asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "mediatek-mt6737m", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.7, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/asus/2016/zenfone-3-max-zc553kl/asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-3-max-zc553kl/asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte.json index eb74a25e8903..17a120833f27 100644 --- a/data/smartphone/asus/2016/zenfone-3-max-zc553kl/asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-3-max-zc553kl/asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte.json @@ -110,5 +110,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.4, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/asus/2016/zenfone-3-ze520kl/asus-zenfone-3-ze520kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-3-ze520kl/asus-zenfone-3-ze520kl-4gb-64gb-4g-lte.json index 48013a22628a..1da76db6f350 100644 --- a/data/smartphone/asus/2016/zenfone-3-ze520kl/asus-zenfone-3-ze520kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-3-ze520kl/asus-zenfone-3-ze520kl-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.1" + "os_version": "6.1", + "dimensions": { + "height_mm": 146.9, + "width_mm": 74.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/asus/2016/zenfone-3-ze552kl/asus-zenfone-3-ze552kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-3-ze552kl/asus-zenfone-3-ze552kl-4gb-64gb-4g-lte.json index 3fabe0a23d86..7e4518f3a4fd 100644 --- a/data/smartphone/asus/2016/zenfone-3-ze552kl/asus-zenfone-3-ze552kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-3-ze552kl/asus-zenfone-3-ze552kl-4gb-64gb-4g-lte.json @@ -113,5 +113,10 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 152.6, + "width_mm": 77.4, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/asus/2016/zenfone-go-t500/asus-zenfone-go-t500-2gb-16gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-go-t500/asus-zenfone-go-t500-2gb-16gb-4g-lte.json index 9aa1ceab68f3..a4b678672e88 100644 --- a/data/smartphone/asus/2016/zenfone-go-t500/asus-zenfone-go-t500-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-go-t500/asus-zenfone-go-t500-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 146.0, + "width_mm": 73.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/asus/2016/zenfone-go-zb450kl/asus-zenfone-go-zb450kl-1gb-8gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-go-zb450kl/asus-zenfone-go-zb450kl-1gb-8gb-4g-lte.json index 89c846f61881..a8b45fa4f8ff 100644 --- a/data/smartphone/asus/2016/zenfone-go-zb450kl/asus-zenfone-go-zb450kl-1gb-8gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-go-zb450kl/asus-zenfone-go-zb450kl-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 136.5, + "width_mm": 66.7, + "depth_mm": 11.2 + } } diff --git a/data/smartphone/asus/2016/zenfone-go-zb452kg/asus-zenfone-go-zb452kg-1gb-8gb-3g.json b/data/smartphone/asus/2016/zenfone-go-zb452kg/asus-zenfone-go-zb452kg-1gb-8gb-3g.json index cba5c031d646..62ce3a022fa1 100644 --- a/data/smartphone/asus/2016/zenfone-go-zb452kg/asus-zenfone-go-zb452kg-1gb-8gb-3g.json +++ b/data/smartphone/asus/2016/zenfone-go-zb452kg/asus-zenfone-go-zb452kg-1gb-8gb-3g.json @@ -99,5 +99,10 @@ 8 ], "soc": "qualcomm-msm8212-snapdragon-200", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 136.5, + "width_mm": 66.7, + "depth_mm": 11.2 + } } diff --git a/data/smartphone/asus/2016/zenfone-go-zb500kl/asus-zenfone-go-zb500kl-2gb-16gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-go-zb500kl/asus-zenfone-go-zb500kl-2gb-16gb-4g-lte.json index 12c5b96eb123..8da095013364 100644 --- a/data/smartphone/asus/2016/zenfone-go-zb500kl/asus-zenfone-go-zb500kl-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-go-zb500kl/asus-zenfone-go-zb500kl-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 143.7, + "width_mm": 70.9, + "depth_mm": 11.3 + } } diff --git a/data/smartphone/asus/2016/zenfone-go-zb551kl/asus-zenfone-go-zb551kl-2gb-32gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-go-zb551kl/asus-zenfone-go-zb551kl-2gb-32gb-4g-lte.json index b99d45a8fc1a..6bc27278d985 100644 --- a/data/smartphone/asus/2016/zenfone-go-zb551kl/asus-zenfone-go-zb551kl-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-go-zb551kl/asus-zenfone-go-zb551kl-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-msm8928-snapdragon-400", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.9, + "depth_mm": 10.7 + } } diff --git a/data/smartphone/asus/2016/zenfone-max-zc550kl-2016/asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-max-zc550kl-2016/asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte.json index 1b5ab091820b..9fdd1ffcaabe 100644 --- a/data/smartphone/asus/2016/zenfone-max-zc550kl-2016/asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-max-zc550kl-2016/asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.5, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/asus/2016/zenfone-pegasus-3/asus-zenfone-pegasus-3-3gb-32gb-4g-lte.json b/data/smartphone/asus/2016/zenfone-pegasus-3/asus-zenfone-pegasus-3-3gb-32gb-4g-lte.json index fd7a38d5ad44..c7ad0689513a 100644 --- a/data/smartphone/asus/2016/zenfone-pegasus-3/asus-zenfone-pegasus-3-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2016/zenfone-pegasus-3/asus-zenfone-pegasus-3-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6737", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.7, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/asus/2017/zenfone-3-zoom-ze553kl/asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-3-zoom-ze553kl/asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte.json index 5244ee67288a..ebcaf0fca814 100644 --- a/data/smartphone/asus/2017/zenfone-3-zoom-ze553kl/asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-3-zoom-ze553kl/asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 77.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/asus/2017/zenfone-3s-max-zc521tl/asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-3s-max-zc521tl/asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte.json index 67b6b3676986..0f8cf7dbbe57 100644 --- a/data/smartphone/asus/2017/zenfone-3s-max-zc521tl/asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-3s-max-zc521tl/asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte.json @@ -108,5 +108,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7" + "os_version": "7", + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-max-plus-zc554kl/asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-max-plus-zc554kl/asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte.json index 0c8450970421..52a4316c24fb 100644 --- a/data/smartphone/asus/2017/zenfone-4-max-plus-zc554kl/asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-max-plus-zc554kl/asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7" + "os_version": "7", + "dimensions": { + "height_mm": 154.0, + "width_mm": 76.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-max-pro-zc554kl/asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-max-pro-zc554kl/asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte.json index 03e1c226c302..49f9dec00fde 100644 --- a/data/smartphone/asus/2017/zenfone-4-max-pro-zc554kl/asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-max-pro-zc554kl/asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 76.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-max-zc520kl/asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-max-zc520kl/asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte.json index 7313331d9e08..4dd39bd9d82b 100644 --- a/data/smartphone/asus/2017/zenfone-4-max-zc520kl/asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-max-zc520kl/asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7" + "os_version": "7", + "dimensions": { + "height_mm": 150.5, + "width_mm": 73.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-max-zc554kl/asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-max-zc554kl/asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte.json index dee9ded8d636..07f5e72ad4ad 100644 --- a/data/smartphone/asus/2017/zenfone-4-max-zc554kl/asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-max-zc554kl/asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 76.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-pro-zs551kl/asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-pro-zs551kl/asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte.json index 3a0f27523073..8f282f5fa355 100644 --- a/data/smartphone/asus/2017/zenfone-4-pro-zs551kl/asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-pro-zs551kl/asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-selfie-lite-zb553kl/asus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-selfie-lite-zb553kl/asus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte.json index d20e4784bd35..e082a9bd9428 100644 --- a/data/smartphone/asus/2017/zenfone-4-selfie-lite-zb553kl/asus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-selfie-lite-zb553kl/asus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7" + "os_version": "7", + "dimensions": { + "height_mm": 155.7, + "width_mm": 75.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-selfie-pro-zd552kl/asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-selfie-pro-zd552kl/asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte.json index be04f2d0d11d..265313adb06e 100644 --- a/data/smartphone/asus/2017/zenfone-4-selfie-pro-zd552kl/asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-selfie-pro-zd552kl/asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 74.8, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-selfie-zb553kl/asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-selfie-zb553kl/asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte.json index 7c010e71c79e..3586003c94b4 100644 --- a/data/smartphone/asus/2017/zenfone-4-selfie-zb553kl/asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-selfie-zb553kl/asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 155.7, + "width_mm": 75.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-selfie-zd553kl/asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-selfie-zd553kl/asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte.json index ab668d9772fe..c8b47c723d7d 100644 --- a/data/smartphone/asus/2017/zenfone-4-selfie-zd553kl/asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-selfie-zd553kl/asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 155.7, + "width_mm": 75.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-4-ze554kl/asus-zenfone-4-ze554kl-6gb-64gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-4-ze554kl/asus-zenfone-4-ze554kl-6gb-64gb-4g-lte.json index 01f1f01779ba..79613b2a40ec 100644 --- a/data/smartphone/asus/2017/zenfone-4-ze554kl/asus-zenfone-4-ze554kl-6gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-4-ze554kl/asus-zenfone-4-ze554kl-6gb-64gb-4g-lte.json @@ -110,5 +110,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.4, + "width_mm": 75.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/asus/2017/zenfone-ar-zs571kl/asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-ar-zs571kl/asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte.json index 1f905b25c463..f801121a9f9f 100644 --- a/data/smartphone/asus/2017/zenfone-ar-zs571kl/asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-ar-zs571kl/asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 77.7, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/asus/2017/zenfone-go-zb552kl/asus-zenfone-go-zb552kl-2gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-go-zb552kl/asus-zenfone-go-zb552kl-2gb-32gb-4g-lte.json index 511994f0f176..c90bd57cc400 100644 --- a/data/smartphone/asus/2017/zenfone-go-zb552kl/asus-zenfone-go-zb552kl-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-go-zb552kl/asus-zenfone-go-zb552kl-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 153.4, + "width_mm": 76.4, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/asus/2017/zenfone-live-zb501kl/asus-zenfone-live-zb501kl-2gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-live-zb501kl/asus-zenfone-live-zb501kl-2gb-32gb-4g-lte.json index 085fe25bf16e..ff3716726fc3 100644 --- a/data/smartphone/asus/2017/zenfone-live-zb501kl/asus-zenfone-live-zb501kl-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-live-zb501kl/asus-zenfone-live-zb501kl-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 141.2, + "width_mm": 71.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/asus/2017/zenfone-max-plus-m1-zb570tl/asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-max-plus-m1-zb570tl/asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte.json index 1204ac7ff174..99968dcf8367 100644 --- a/data/smartphone/asus/2017/zenfone-max-plus-m1-zb570tl/asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-max-plus-m1-zb570tl/asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6750t", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.6, + "width_mm": 73.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/asus/2017/zenfone-v-v520kl/asus-zenfone-v-v520kl-4gb-32gb-4g-lte.json b/data/smartphone/asus/2017/zenfone-v-v520kl/asus-zenfone-v-v520kl-4gb-32gb-4g-lte.json index 9c9383424304..4096b45cc9b2 100644 --- a/data/smartphone/asus/2017/zenfone-v-v520kl/asus-zenfone-v-v520kl-4gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2017/zenfone-v-v520kl/asus-zenfone-v-v520kl-4gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.6, + "width_mm": 72.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/asus/2018/rog-phone-zs600kl/asus-rog-phone-zs600kl-8gb-512gb-4g-lte.json b/data/smartphone/asus/2018/rog-phone-zs600kl/asus-rog-phone-zs600kl-8gb-512gb-4g-lte.json index 580104fed7e1..e9b3326df23d 100644 --- a/data/smartphone/asus/2018/rog-phone-zs600kl/asus-rog-phone-zs600kl-8gb-512gb-4g-lte.json +++ b/data/smartphone/asus/2018/rog-phone-zs600kl/asus-rog-phone-zs600kl-8gb-512gb-4g-lte.json @@ -115,5 +115,11 @@ 512 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 158.8, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/asus/2018/zenfone-5-lite-zc600kl/asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-5-lite-zc600kl/asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte.json index c49f99a6a8f7..35552ac21d0c 100644 --- a/data/smartphone/asus/2018/zenfone-5-lite-zc600kl/asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-5-lite-zc600kl/asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte.json @@ -106,5 +106,10 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 160.6, + "width_mm": 76.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/asus/2018/zenfone-5-ze620kl/asus-zenfone-5-ze620kl-6gb-64gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-5-ze620kl/asus-zenfone-5-ze620kl-6gb-64gb-4g-lte.json index 0b68394c960a..155b28b9593b 100644 --- a/data/smartphone/asus/2018/zenfone-5-ze620kl/asus-zenfone-5-ze620kl-6gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-5-ze620kl/asus-zenfone-5-ze620kl-6gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/asus/2018/zenfone-5z-zs620kl/asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-5z-zs620kl/asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte.json index a75977507815..561ea765e189 100644 --- a/data/smartphone/asus/2018/zenfone-5z-zs620kl/asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-5z-zs620kl/asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte.json @@ -111,5 +111,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/asus/2018/zenfone-lite-l1-za551kl/asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-lite-l1-za551kl/asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte.json index 25848e89bb02..6dcdf7ed9375 100644 --- a/data/smartphone/asus/2018/zenfone-lite-l1-za551kl/asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-lite-l1-za551kl/asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/asus/2018/zenfone-live-l1-za550kl/asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-live-l1-za550kl/asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte.json index cd9d9d6e8cde..7e64afe46fa3 100644 --- a/data/smartphone/asus/2018/zenfone-live-l1-za550kl/asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-live-l1-za550kl/asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/asus/2018/zenfone-max-m1-zb555kl/asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-max-m1-zb555kl/asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte.json index dd6511dce517..2d9496ba865c 100644 --- a/data/smartphone/asus/2018/zenfone-max-m1-zb555kl/asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-max-m1-zb555kl/asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8" + "os_version": "8", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 147.3, + "width_mm": 70.9, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/asus/2018/zenfone-max-m1-zb556kl/asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-max-m1-zb556kl/asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte.json index 072869e71f6a..e779014c7d00 100644 --- a/data/smartphone/asus/2018/zenfone-max-m1-zb556kl/asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-max-m1-zb556kl/asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8" + "os_version": "8", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 147.3, + "width_mm": 70.9, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/asus/2018/zenfone-max-m2-zb633kl/asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-max-m2-zb633kl/asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte.json index bfbae6307758..61049f657c0a 100644 --- a/data/smartphone/asus/2018/zenfone-max-m2-zb633kl/asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-max-m2-zb633kl/asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte.json @@ -106,5 +106,10 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 158.4, + "width_mm": 76.3, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/asus/2018/zenfone-max-pro-m1-zb601kl-zb602k/asus-zenfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-max-pro-m1-zb601kl-zb602k/asus-zenfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte.json index bccf092c45d8..8101b875cf54 100644 --- a/data/smartphone/asus/2018/zenfone-max-pro-m1-zb601kl-zb602k/asus-zenfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-max-pro-m1-zb601kl-zb602k/asus-zenfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 76.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/asus/2018/zenfone-max-pro-m2-zb631kl/asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte.json b/data/smartphone/asus/2018/zenfone-max-pro-m2-zb631kl/asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte.json index 6d67d846ab56..63970b3dc2ba 100644 --- a/data/smartphone/asus/2018/zenfone-max-pro-m2-zb631kl/asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte.json +++ b/data/smartphone/asus/2018/zenfone-max-pro-m2-zb631kl/asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.9, + "width_mm": 75.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/asus/2019/rog-phone-ii-zs660kl/asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte.json b/data/smartphone/asus/2019/rog-phone-ii-zs660kl/asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte.json index 38e38eaa86c9..1f09b5ddb32f 100644 --- a/data/smartphone/asus/2019/rog-phone-ii-zs660kl/asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte.json +++ b/data/smartphone/asus/2019/rog-phone-ii-zs660kl/asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte.json @@ -115,5 +115,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 171.0, + "width_mm": 77.6, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/asus/2019/zenfone-6-zs630kl/asus-zenfone-6-zs630kl-12gb-512gb-4g-lte.json b/data/smartphone/asus/2019/zenfone-6-zs630kl/asus-zenfone-6-zs630kl-12gb-512gb-4g-lte.json index ae5a6b41ff3d..205b49dbb990 100644 --- a/data/smartphone/asus/2019/zenfone-6-zs630kl/asus-zenfone-6-zs630kl-12gb-512gb-4g-lte.json +++ b/data/smartphone/asus/2019/zenfone-6-zs630kl/asus-zenfone-6-zs630kl-12gb-512gb-4g-lte.json @@ -119,5 +119,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 75.4, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/asus/2019/zenfone-live-l2/asus-zenfone-live-l2-2gb-32gb-4g-lte.json b/data/smartphone/asus/2019/zenfone-live-l2/asus-zenfone-live-l2-2gb-32gb-4g-lte.json index 92f5d09e2efb..72f0be043dbc 100644 --- a/data/smartphone/asus/2019/zenfone-live-l2/asus-zenfone-live-l2-2gb-32gb-4g-lte.json +++ b/data/smartphone/asus/2019/zenfone-live-l2/asus-zenfone-live-l2-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/asus/2019/zenfone-max-plus-m2-zb634kl/asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2019/zenfone-max-plus-m2-zb634kl/asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte.json index 5fb7f412a514..8e4167737f72 100644 --- a/data/smartphone/asus/2019/zenfone-max-plus-m2-zb634kl/asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2019/zenfone-max-plus-m2-zb634kl/asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-snapdragon-sip-1", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.2, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/asus/2019/zenfone-max-shot-zb634kl/asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte.json b/data/smartphone/asus/2019/zenfone-max-shot-zb634kl/asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte.json index aa90959b9541..8cb919b4dd10 100644 --- a/data/smartphone/asus/2019/zenfone-max-shot-zb634kl/asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte.json +++ b/data/smartphone/asus/2019/zenfone-max-shot-zb634kl/asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-snapdragon-sip-1", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.2, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/asus/2022/rog-phone-6d/asus-rog-phone-6d-16gb-256gb-5g.json b/data/smartphone/asus/2022/rog-phone-6d/asus-rog-phone-6d-16gb-256gb-5g.json index a31e1a15201d..86e1e3551a2b 100644 --- a/data/smartphone/asus/2022/rog-phone-6d/asus-rog-phone-6d-16gb-256gb-5g.json +++ b/data/smartphone/asus/2022/rog-phone-6d/asus-rog-phone-6d-16gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-9000-plus", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 173.0, + "width_mm": 77.0, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/blackview/2017/a10/blackview-a10-2gb-16gb-3g.json b/data/smartphone/blackview/2017/a10/blackview-a10-2gb-16gb-3g.json index 6cb19df51e9a..40e928bb28f6 100644 --- a/data/smartphone/blackview/2017/a10/blackview-a10-2gb-16gb-3g.json +++ b/data/smartphone/blackview/2017/a10/blackview-a10-2gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "mediatek-mt6580a", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.2, + "width_mm": 70.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/blackview/2017/a7-pro/blackview-a7-pro-2gb-16gb-4g-lte.json b/data/smartphone/blackview/2017/a7-pro/blackview-a7-pro-2gb-16gb-4g-lte.json index 7e9a6b9d9e94..d38298c824d4 100644 --- a/data/smartphone/blackview/2017/a7-pro/blackview-a7-pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/blackview/2017/a7-pro/blackview-a7-pro-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/blackview/2017/a7/blackview-a7-1gb-8gb-3g.json b/data/smartphone/blackview/2017/a7/blackview-a7-1gb-8gb-3g.json index 2374d4ac72df..cc42b43f0171 100644 --- a/data/smartphone/blackview/2017/a7/blackview-a7-1gb-8gb-3g.json +++ b/data/smartphone/blackview/2017/a7/blackview-a7-1gb-8gb-3g.json @@ -99,5 +99,10 @@ 8 ], "soc": "mediatek-mt6580a", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/blackview/2017/p6000/blackview-p6000-6gb-64gb-4g-lte.json b/data/smartphone/blackview/2017/p6000/blackview-p6000-6gb-64gb-4g-lte.json index 13550f4ff00f..ee09f5f054fc 100644 --- a/data/smartphone/blackview/2017/p6000/blackview-p6000-6gb-64gb-4g-lte.json +++ b/data/smartphone/blackview/2017/p6000/blackview-p6000-6gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "mediatek-mt6757cd-helio-p25", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 76.5, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/blackview/2017/s8/blackview-s8-4gb-64gb-4g-lte.json b/data/smartphone/blackview/2017/s8/blackview-s8-4gb-64gb-4g-lte.json index b3c6fcf07045..fed40fabf3d9 100644 --- a/data/smartphone/blackview/2017/s8/blackview-s8-4gb-64gb-4g-lte.json +++ b/data/smartphone/blackview/2017/s8/blackview-s8-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6750t", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 71.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/blackview/2019/bv5900/blackview-bv5900-3gb-32gb-4g-lte.json b/data/smartphone/blackview/2019/bv5900/blackview-bv5900-3gb-32gb-4g-lte.json index 900ed5afa1f5..a2da509a8e09 100644 --- a/data/smartphone/blackview/2019/bv5900/blackview-bv5900-3gb-32gb-4g-lte.json +++ b/data/smartphone/blackview/2019/bv5900/blackview-bv5900-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 80.0, + "depth_mm": 15.0 + } } diff --git a/data/smartphone/blackview/2020/bl6000-pro/blackview-bl6000-pro-8gb-258gb-5g.json b/data/smartphone/blackview/2020/bl6000-pro/blackview-bl6000-pro-8gb-258gb-5g.json index cc6c96c0381e..ff4c18f7a1f9 100644 --- a/data/smartphone/blackview/2020/bl6000-pro/blackview-bl6000-pro-8gb-258gb-5g.json +++ b/data/smartphone/blackview/2020/bl6000-pro/blackview-bl6000-pro-8gb-258gb-5g.json @@ -104,5 +104,11 @@ 258 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 166.7, + "width_mm": 81.3, + "depth_mm": 12.8 + } } diff --git a/data/smartphone/blackview/2021/a70/blackview-a70-3gb-32gb-4g-lte.json b/data/smartphone/blackview/2021/a70/blackview-a70-3gb-32gb-4g-lte.json index bf82e8ae20d3..fda45266a889 100644 --- a/data/smartphone/blackview/2021/a70/blackview-a70-3gb-32gb-4g-lte.json +++ b/data/smartphone/blackview/2021/a70/blackview-a70-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.3, + "width_mm": 77.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/blackview/2021/a90/blackview-a90-4gb-64gb-4g-lte.json b/data/smartphone/blackview/2021/a90/blackview-a90-4gb-64gb-4g-lte.json index 8f674944fc45..77e1c07cf2e8 100644 --- a/data/smartphone/blackview/2021/a90/blackview-a90-4gb-64gb-4g-lte.json +++ b/data/smartphone/blackview/2021/a90/blackview-a90-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 166.3, + "width_mm": 77.6, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/blackview/2021/bl5000/blackview-bl5000-8gb-128gb-5g.json b/data/smartphone/blackview/2021/bl5000/blackview-bl5000-8gb-128gb-5g.json index 11a8f88c5a5e..2f2c9c5c4476 100644 --- a/data/smartphone/blackview/2021/bl5000/blackview-bl5000-8gb-128gb-5g.json +++ b/data/smartphone/blackview/2021/bl5000/blackview-bl5000-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 80.4, + "depth_mm": 12.8 + } } diff --git a/data/smartphone/blackview/2021/bv4900s/blackview-bv4900s-2gb-32gb-4g-lte.json b/data/smartphone/blackview/2021/bv4900s/blackview-bv4900s-2gb-32gb-4g-lte.json index f54267c5ac5f..fc42fdf6a1cc 100644 --- a/data/smartphone/blackview/2021/bv4900s/blackview-bv4900s-2gb-32gb-4g-lte.json +++ b/data/smartphone/blackview/2021/bv4900s/blackview-bv4900s-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 157.5, + "width_mm": 78.1, + "depth_mm": 13.7 + } } diff --git a/data/smartphone/blackview/2021/bv6600e/blackview-bv6600e-4gb-32gb-4g-lte.json b/data/smartphone/blackview/2021/bv6600e/blackview-bv6600e-4gb-32gb-4g-lte.json index c085993bf087..75cee61b7e3e 100644 --- a/data/smartphone/blackview/2021/bv6600e/blackview-bv6600e-4gb-32gb-4g-lte.json +++ b/data/smartphone/blackview/2021/bv6600e/blackview-bv6600e-4gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 79.4, + "depth_mm": 18.0 + } } diff --git a/data/smartphone/blackview/2022/a55-pro/blackview-a55-pro-4gb-64gb-4g-lte.json b/data/smartphone/blackview/2022/a55-pro/blackview-a55-pro-4gb-64gb-4g-lte.json index 477d35063a99..d6535ebc7005 100644 --- a/data/smartphone/blackview/2022/a55-pro/blackview-a55-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/blackview/2022/a55-pro/blackview-a55-pro-4gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "mediatek-mt6762v-helio-p22", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.7, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/blackview/2022/a85/blackview-a85-8gb-128gb-4g-lte.json b/data/smartphone/blackview/2022/a85/blackview-a85-8gb-128gb-4g-lte.json index ce6772ffe19b..ea2cb62524eb 100644 --- a/data/smartphone/blackview/2022/a85/blackview-a85-8gb-128gb-4g-lte.json +++ b/data/smartphone/blackview/2022/a85/blackview-a85-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.1, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/blackview/2022/bl8800-pro/blackview-bl8800-pro-8gb-128gb-5g.json b/data/smartphone/blackview/2022/bl8800-pro/blackview-bl8800-pro-8gb-128gb-5g.json index 943a803f6500..c439034c7f39 100644 --- a/data/smartphone/blackview/2022/bl8800-pro/blackview-bl8800-pro-8gb-128gb-5g.json +++ b/data/smartphone/blackview/2022/bl8800-pro/blackview-bl8800-pro-8gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 176.2, + "width_mm": 83.5, + "depth_mm": 17.7 + } } diff --git a/data/smartphone/blackview/2022/bl8800/blackview-bl8800-8gb-128gb-5g.json b/data/smartphone/blackview/2022/bl8800/blackview-bl8800-8gb-128gb-5g.json index edecf5b1246c..5e599f0436c6 100644 --- a/data/smartphone/blackview/2022/bl8800/blackview-bl8800-8gb-128gb-5g.json +++ b/data/smartphone/blackview/2022/bl8800/blackview-bl8800-8gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 176.2, + "width_mm": 83.5, + "depth_mm": 17.7 + } } diff --git a/data/smartphone/blackview/2022/bv5200/blackview-bv5200-4gb-32gb-4g-lte.json b/data/smartphone/blackview/2022/bv5200/blackview-bv5200-4gb-32gb-4g-lte.json index e9df6b686d55..e05c8e261344 100644 --- a/data/smartphone/blackview/2022/bv5200/blackview-bv5200-4gb-32gb-4g-lte.json +++ b/data/smartphone/blackview/2022/bv5200/blackview-bv5200-4gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 161.6, + "width_mm": 77.9, + "depth_mm": 13.7 + } } diff --git a/data/smartphone/blackview/2023/a200-pro/blackview-a200-pro-12gb-256gb-4g-lte.json b/data/smartphone/blackview/2023/a200-pro/blackview-a200-pro-12gb-256gb-4g-lte.json index 74a4bc32876b..d32c6f9346f5 100644 --- a/data/smartphone/blackview/2023/a200-pro/blackview-a200-pro-12gb-256gb-4g-lte.json +++ b/data/smartphone/blackview/2023/a200-pro/blackview-a200-pro-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 73.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/blackview/2023/a53/blackview-a53-3gb-16gb-4g-lte.json b/data/smartphone/blackview/2023/a53/blackview-a53-3gb-16gb-4g-lte.json index d22a5531569a..80e1b91fc548 100644 --- a/data/smartphone/blackview/2023/a53/blackview-a53-3gb-16gb-4g-lte.json +++ b/data/smartphone/blackview/2023/a53/blackview-a53-3gb-16gb-4g-lte.json @@ -102,5 +102,11 @@ 16 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 76.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/blackview/2023/a96/blackview-a96-12gb-256gb-4g-lte.json b/data/smartphone/blackview/2023/a96/blackview-a96-12gb-256gb-4g-lte.json index e4d8c8f0093e..1508b7cf8e74 100644 --- a/data/smartphone/blackview/2023/a96/blackview-a96-12gb-256gb-4g-lte.json +++ b/data/smartphone/blackview/2023/a96/blackview-a96-12gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.8, + "width_mm": 74.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/blackview/2023/bv5300-pro/blackview-bv5300-pro-4gb-64gb-4g-lte.json b/data/smartphone/blackview/2023/bv5300-pro/blackview-bv5300-pro-4gb-64gb-4g-lte.json index 452d41186475..a1c6729f432f 100644 --- a/data/smartphone/blackview/2023/bv5300-pro/blackview-bv5300-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/blackview/2023/bv5300-pro/blackview-bv5300-pro-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 161.5, + "width_mm": 77.6, + "depth_mm": 15.0 + } } diff --git a/data/smartphone/blackview/2023/bv8900/blackview-bv8900-8gb-256gb-4g-lte.json b/data/smartphone/blackview/2023/bv8900/blackview-bv8900-8gb-256gb-4g-lte.json index bc75fa5f4686..45c97e43a4bb 100644 --- a/data/smartphone/blackview/2023/bv8900/blackview-bv8900-8gb-256gb-4g-lte.json +++ b/data/smartphone/blackview/2023/bv8900/blackview-bv8900-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 172.4, + "width_mm": 82.2, + "depth_mm": 19.8 + } } diff --git a/data/smartphone/blackview/2023/n6000/blackview-n6000-8gb-256gb-4g-lte.json b/data/smartphone/blackview/2023/n6000/blackview-n6000-8gb-256gb-4g-lte.json index 998696720682..2281df5d70e4 100644 --- a/data/smartphone/blackview/2023/n6000/blackview-n6000-8gb-256gb-4g-lte.json +++ b/data/smartphone/blackview/2023/n6000/blackview-n6000-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 133.0, + "width_mm": 65.3, + "depth_mm": 18.4 + } } diff --git a/data/smartphone/blackview/2023/shark-8/blackview-shark-8-8gb-256gb-4g-lte.json b/data/smartphone/blackview/2023/shark-8/blackview-shark-8-8gb-256gb-4g-lte.json index 5237f4a14a4c..c871a4335590 100644 --- a/data/smartphone/blackview/2023/shark-8/blackview-shark-8-8gb-256gb-4g-lte.json +++ b/data/smartphone/blackview/2023/shark-8/blackview-shark-8-8gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 168.5, + "width_mm": 76.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/blackview/2024/bv8100/blackview-bv8100-8gb-256gb-4g-lte.json b/data/smartphone/blackview/2024/bv8100/blackview-bv8100-8gb-256gb-4g-lte.json index a404a6e6f320..3bd690d8ff8f 100644 --- a/data/smartphone/blackview/2024/bv8100/blackview-bv8100-8gb-256gb-4g-lte.json +++ b/data/smartphone/blackview/2024/bv8100/blackview-bv8100-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "helio-g99", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 175.8, + "width_mm": 81.2, + "depth_mm": 18.1 + } } diff --git a/data/smartphone/blackview/2024/color-8/blackview-color-8-8gb-256gb-4g-lte.json b/data/smartphone/blackview/2024/color-8/blackview-color-8-8gb-256gb-4g-lte.json index ae6d9b80d92e..185d2e1d1702 100644 --- a/data/smartphone/blackview/2024/color-8/blackview-color-8-8gb-256gb-4g-lte.json +++ b/data/smartphone/blackview/2024/color-8/blackview-color-8-8gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "unisoc-tiger-t616", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 167.8, + "width_mm": 77.4, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/blackview/2024/hero-10/blackview-hero-10-12gb-256gb-4g-lte.json b/data/smartphone/blackview/2024/hero-10/blackview-hero-10-12gb-256gb-4g-lte.json index c54c02922189..b12f1f310700 100644 --- a/data/smartphone/blackview/2024/hero-10/blackview-hero-10-12gb-256gb-4g-lte.json +++ b/data/smartphone/blackview/2024/hero-10/blackview-hero-10-12gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 169.0, + "width_mm": 75.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/doogee/2020/s58-pro/doogee-s58-pro-6gb-64gb-4g-lte.json b/data/smartphone/doogee/2020/s58-pro/doogee-s58-pro-6gb-64gb-4g-lte.json index c46a5790acf8..8551732613c8 100644 --- a/data/smartphone/doogee/2020/s58-pro/doogee-s58-pro-6gb-64gb-4g-lte.json +++ b/data/smartphone/doogee/2020/s58-pro/doogee-s58-pro-6gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6762v-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 162.8, + "width_mm": 81.0, + "depth_mm": 15.9 + } } diff --git a/data/smartphone/doogee/2021/n40-pro/doogee-n40-pro-6gb-128gb-4g-lte.json b/data/smartphone/doogee/2021/n40-pro/doogee-n40-pro-6gb-128gb-4g-lte.json index a6e7018c259a..7ba3e4c1355a 100644 --- a/data/smartphone/doogee/2021/n40-pro/doogee-n40-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2021/n40-pro/doogee-n40-pro-6gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.7, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/doogee/2021/s35/doogee-s35-3gb-16gb-4g-lte.json b/data/smartphone/doogee/2021/s35/doogee-s35-3gb-16gb-4g-lte.json index db1f053d3c09..0e5b834e3f09 100644 --- a/data/smartphone/doogee/2021/s35/doogee-s35-3gb-16gb-4g-lte.json +++ b/data/smartphone/doogee/2021/s35/doogee-s35-3gb-16gb-4g-lte.json @@ -102,5 +102,11 @@ 16 ], "soc": "mediatek-mt6761d-helio-a20", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 153.4, + "width_mm": 82.9, + "depth_mm": 15.7 + } } diff --git a/data/smartphone/doogee/2021/s59-pro/doogee-s59-pro-4gb-128gb-4g-lte.json b/data/smartphone/doogee/2021/s59-pro/doogee-s59-pro-4gb-128gb-4g-lte.json index ba3e07837783..b09e8270946b 100644 --- a/data/smartphone/doogee/2021/s59-pro/doogee-s59-pro-4gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2021/s59-pro/doogee-s59-pro-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 161.0, + "width_mm": 80.2, + "depth_mm": 18.3 + } } diff --git a/data/smartphone/doogee/2021/s86-pro/doogee-s86-pro-8gb-128gb-4g-lte.json b/data/smartphone/doogee/2021/s86-pro/doogee-s86-pro-8gb-128gb-4g-lte.json index 319d82d1fd5a..f72e8fba1e75 100644 --- a/data/smartphone/doogee/2021/s86-pro/doogee-s86-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2021/s86-pro/doogee-s86-pro-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 81.2, + "depth_mm": 16.8 + } } diff --git a/data/smartphone/doogee/2021/s86/doogee-s86-6gb-128gb-4g-lte.json b/data/smartphone/doogee/2021/s86/doogee-s86-6gb-128gb-4g-lte.json index 647ac6d6ded3..5a1a51e34a97 100644 --- a/data/smartphone/doogee/2021/s86/doogee-s86-6gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2021/s86/doogee-s86-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 81.2, + "depth_mm": 16.8 + } } diff --git a/data/smartphone/doogee/2021/s88-plus/doogee-s88-plus-8gb-128gb-4g-lte.json b/data/smartphone/doogee/2021/s88-plus/doogee-s88-plus-8gb-128gb-4g-lte.json index 867689c57627..384580394a74 100644 --- a/data/smartphone/doogee/2021/s88-plus/doogee-s88-plus-8gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2021/s88-plus/doogee-s88-plus-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 171.6, + "width_mm": 85.5, + "depth_mm": 18.7 + } } diff --git a/data/smartphone/doogee/2021/v10/doogee-v10-8gb-128gb-5g.json b/data/smartphone/doogee/2021/v10/doogee-v10-8gb-128gb-5g.json index 81f77ab5a1d3..6ebfb7fc67b1 100644 --- a/data/smartphone/doogee/2021/v10/doogee-v10-8gb-128gb-5g.json +++ b/data/smartphone/doogee/2021/v10/doogee-v10-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 169.3, + "width_mm": 81.2, + "depth_mm": 16.1 + } } diff --git a/data/smartphone/doogee/2021/x96-pro/doogee-x96-pro-4gb-64gb-4g-lte.json b/data/smartphone/doogee/2021/x96-pro/doogee-x96-pro-4gb-64gb-4g-lte.json index ea68495ffbe8..32d374fcd75e 100644 --- a/data/smartphone/doogee/2021/x96-pro/doogee-x96-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/doogee/2021/x96-pro/doogee-x96-pro-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/doogee/2021/x96/doogee-x96-2gb-32gb-4g-lte.json b/data/smartphone/doogee/2021/x96/doogee-x96-2gb-32gb-4g-lte.json index be2cf1985a19..667e231138e8 100644 --- a/data/smartphone/doogee/2021/x96/doogee-x96-2gb-32gb-4g-lte.json +++ b/data/smartphone/doogee/2021/x96/doogee-x96-2gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/doogee/2022/s89-pro/doogee-s89-pro-8gb-256gb-4g-lte.json b/data/smartphone/doogee/2022/s89-pro/doogee-s89-pro-8gb-256gb-4g-lte.json index f332a2b7080e..71f05034af07 100644 --- a/data/smartphone/doogee/2022/s89-pro/doogee-s89-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/doogee/2022/s89-pro/doogee-s89-pro-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 172.0, + "width_mm": 86.0, + "depth_mm": 19.4 + } } diff --git a/data/smartphone/doogee/2022/s89/doogee-s89-8gb-128gb-4g-lte.json b/data/smartphone/doogee/2022/s89/doogee-s89-8gb-128gb-4g-lte.json index b70f327a8e7b..00e3e462aa0a 100644 --- a/data/smartphone/doogee/2022/s89/doogee-s89-8gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2022/s89/doogee-s89-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 172.0, + "width_mm": 86.0, + "depth_mm": 19.4 + } } diff --git a/data/smartphone/doogee/2022/v11/doogee-v11-8gb-128gb-5g.json b/data/smartphone/doogee/2022/v11/doogee-v11-8gb-128gb-5g.json index 45e11910cac1..038b69ee576d 100644 --- a/data/smartphone/doogee/2022/v11/doogee-v11-8gb-128gb-5g.json +++ b/data/smartphone/doogee/2022/v11/doogee-v11-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 169.3, + "width_mm": 81.2, + "depth_mm": 16.1 + } } diff --git a/data/smartphone/doogee/2022/v30/doogee-v30-8gb-256gb-5g.json b/data/smartphone/doogee/2022/v30/doogee-v30-8gb-256gb-5g.json index ccac4d3df9af..a76bf39302d5 100644 --- a/data/smartphone/doogee/2022/v30/doogee-v30-8gb-256gb-5g.json +++ b/data/smartphone/doogee/2022/v30/doogee-v30-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 178.4, + "width_mm": 83.1, + "depth_mm": 18.3 + } } diff --git a/data/smartphone/doogee/2023/s110/doogee-s110-12gb-256gb-4g-lte.json b/data/smartphone/doogee/2023/s110/doogee-s110-12gb-256gb-4g-lte.json index 6feef46c6993..33f01cca0e67 100644 --- a/data/smartphone/doogee/2023/s110/doogee-s110-12gb-256gb-4g-lte.json +++ b/data/smartphone/doogee/2023/s110/doogee-s110-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 178.5, + "width_mm": 83.1, + "depth_mm": 17.9 + } } diff --git a/data/smartphone/doogee/2023/s41-max/doogee-s41-max-6gb-256gb-4g-lte.json b/data/smartphone/doogee/2023/s41-max/doogee-s41-max-6gb-256gb-4g-lte.json index 2ede5c265990..fb127df2b931 100644 --- a/data/smartphone/doogee/2023/s41-max/doogee-s41-max-6gb-256gb-4g-lte.json +++ b/data/smartphone/doogee/2023/s41-max/doogee-s41-max-6gb-256gb-4g-lte.json @@ -101,5 +101,10 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 162.5, + "width_mm": 77.8, + "depth_mm": 16.2 + } } diff --git a/data/smartphone/doogee/2023/s41-plus/doogee-s41-plus-4gb-128gb-4g-lte.json b/data/smartphone/doogee/2023/s41-plus/doogee-s41-plus-4gb-128gb-4g-lte.json index 70e78ef06217..26eddbf57391 100644 --- a/data/smartphone/doogee/2023/s41-plus/doogee-s41-plus-4gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2023/s41-plus/doogee-s41-plus-4gb-128gb-4g-lte.json @@ -101,5 +101,10 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 162.5, + "width_mm": 77.8, + "depth_mm": 16.2 + } } diff --git a/data/smartphone/doogee/2023/s41t/doogee-s41t-4gb-64gb-4g-lte.json b/data/smartphone/doogee/2023/s41t/doogee-s41t-4gb-64gb-4g-lte.json index 4f506c6e816f..6faa5136b2d6 100644 --- a/data/smartphone/doogee/2023/s41t/doogee-s41t-4gb-64gb-4g-lte.json +++ b/data/smartphone/doogee/2023/s41t/doogee-s41t-4gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 162.5, + "width_mm": 77.8, + "depth_mm": 16.2 + } } diff --git a/data/smartphone/doogee/2023/smini/doogee-smini-8gb-256gb-4g-lte.json b/data/smartphone/doogee/2023/smini/doogee-smini-8gb-256gb-4g-lte.json index da58c6dbfd26..2f418704f587 100644 --- a/data/smartphone/doogee/2023/smini/doogee-smini-8gb-256gb-4g-lte.json +++ b/data/smartphone/doogee/2023/smini/doogee-smini-8gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 133.0, + "width_mm": 60.0, + "depth_mm": 13.5 + } } diff --git a/data/smartphone/doogee/2023/t10e/doogee-t10e-4gb-128gb-4g-lte.json b/data/smartphone/doogee/2023/t10e/doogee-t10e-4gb-128gb-4g-lte.json index 7bee21f6d48d..f28fef27b8f1 100644 --- a/data/smartphone/doogee/2023/t10e/doogee-t10e-4gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2023/t10e/doogee-t10e-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 240.8, + "width_mm": 159.8, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/doogee/2023/t20mini-kid/doogee-t20mini-kid-4gb-128gb-4g-lte.json b/data/smartphone/doogee/2023/t20mini-kid/doogee-t20mini-kid-4gb-128gb-4g-lte.json index 5982eba30876..c34d35c0d836 100644 --- a/data/smartphone/doogee/2023/t20mini-kid/doogee-t20mini-kid-4gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2023/t20mini-kid/doogee-t20mini-kid-4gb-128gb-4g-lte.json @@ -101,5 +101,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 202.5, + "width_mm": 125.8, + "depth_mm": 12.4 + } } diff --git a/data/smartphone/doogee/2023/t20mini-pro/doogee-t20mini-pro-8gb-256gb-4g-lte.json b/data/smartphone/doogee/2023/t20mini-pro/doogee-t20mini-pro-8gb-256gb-4g-lte.json index 194cff84d957..a383fe0d1d2a 100644 --- a/data/smartphone/doogee/2023/t20mini-pro/doogee-t20mini-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/doogee/2023/t20mini-pro/doogee-t20mini-pro-8gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 202.5, + "width_mm": 125.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/doogee/2023/t20mini/doogee-t20mini-4gb-128gb-4g-lte.json b/data/smartphone/doogee/2023/t20mini/doogee-t20mini-4gb-128gb-4g-lte.json index 0c61f811c7f2..7e06a8668de9 100644 --- a/data/smartphone/doogee/2023/t20mini/doogee-t20mini-4gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2023/t20mini/doogee-t20mini-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 202.5, + "width_mm": 125.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/doogee/2023/v20-pro/doogee-v20-pro-12gb-256gb-5g.json b/data/smartphone/doogee/2023/v20-pro/doogee-v20-pro-12gb-256gb-5g.json index 2684caf34f1f..65069c2b994e 100644 --- a/data/smartphone/doogee/2023/v20-pro/doogee-v20-pro-12gb-256gb-5g.json +++ b/data/smartphone/doogee/2023/v20-pro/doogee-v20-pro-12gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 170.5, + "width_mm": 81.2, + "depth_mm": 14.0 + } } diff --git a/data/smartphone/doogee/2023/v31gt/doogee-v31gt-12gb-256gb-5g.json b/data/smartphone/doogee/2023/v31gt/doogee-v31gt-12gb-256gb-5g.json index 2ae5e6c676e9..eb58bf6afbe8 100644 --- a/data/smartphone/doogee/2023/v31gt/doogee-v31gt-12gb-256gb-5g.json +++ b/data/smartphone/doogee/2023/v31gt/doogee-v31gt-12gb-256gb-5g.json @@ -103,5 +103,11 @@ 256 ], "soc": "dimensity-1080", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 178.5, + "width_mm": 83.1, + "depth_mm": 17.9 + } } diff --git a/data/smartphone/doogee/2024/n55-pro/doogee-n55-pro-6gb-256gb-4g-lte.json b/data/smartphone/doogee/2024/n55-pro/doogee-n55-pro-6gb-256gb-4g-lte.json index 3e9d54a1358e..4773459254f9 100644 --- a/data/smartphone/doogee/2024/n55-pro/doogee-n55-pro-6gb-256gb-4g-lte.json +++ b/data/smartphone/doogee/2024/n55-pro/doogee-n55-pro-6gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/doogee/2024/n55/doogee-n55-4gb-128gb-4g-lte.json b/data/smartphone/doogee/2024/n55/doogee-n55-4gb-128gb-4g-lte.json index 18c1e96c4870..f3d7dbc0e52d 100644 --- a/data/smartphone/doogee/2024/n55/doogee-n55-4gb-128gb-4g-lte.json +++ b/data/smartphone/doogee/2024/n55/doogee-n55-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/energizer/2015/energy-500/energizer-energy-500-1gb-8gb-3g.json b/data/smartphone/energizer/2015/energy-500/energizer-energy-500-1gb-8gb-3g.json index aaed1cdde0bc..c732ca757e4b 100644 --- a/data/smartphone/energizer/2015/energy-500/energizer-energy-500-1gb-8gb-3g.json +++ b/data/smartphone/energizer/2015/energy-500/energizer-energy-500-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 152.3, + "width_mm": 80.6, + "depth_mm": 18.8 + } } diff --git a/data/smartphone/energizer/2017/energy-400-lte/energizer-energy-400-lte-1gb-8gb-4g-lte.json b/data/smartphone/energizer/2017/energy-400-lte/energizer-energy-400-lte-1gb-8gb-4g-lte.json index 69ad433031af..085ca01761db 100644 --- a/data/smartphone/energizer/2017/energy-400-lte/energizer-energy-400-lte-1gb-8gb-4g-lte.json +++ b/data/smartphone/energizer/2017/energy-400-lte/energizer-energy-400-lte-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "mediatek-mt6737m", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 134.0, + "width_mm": 72.0, + "depth_mm": 15.0 + } } diff --git a/data/smartphone/energizer/2017/energy-e520-lte/energizer-energy-e520-lte-2gb-16gb-4g-lte.json b/data/smartphone/energizer/2017/energy-e520-lte/energizer-energy-e520-lte-2gb-16gb-4g-lte.json index 15d49a7d9a7b..426e9957456f 100644 --- a/data/smartphone/energizer/2017/energy-e520-lte/energizer-energy-e520-lte-2gb-16gb-4g-lte.json +++ b/data/smartphone/energizer/2017/energy-e520-lte/energizer-energy-e520-lte-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 150.8, + "width_mm": 76.2, + "depth_mm": 11.1 + } } diff --git a/data/smartphone/energizer/2017/energy-s500e/energizer-energy-s500e-1gb-8gb-3g.json b/data/smartphone/energizer/2017/energy-s500e/energizer-energy-s500e-1gb-8gb-3g.json index 1482e2faf468..6b8b92be0ace 100644 --- a/data/smartphone/energizer/2017/energy-s500e/energizer-energy-s500e-1gb-8gb-3g.json +++ b/data/smartphone/energizer/2017/energy-s500e/energizer-energy-s500e-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6580", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 145.5, + "width_mm": 74.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/energizer/2017/energy-s550/energizer-energy-s550-1gb-8gb-4g-lte.json b/data/smartphone/energizer/2017/energy-s550/energizer-energy-s550-1gb-8gb-4g-lte.json index 87f9862135b5..d432fddab446 100644 --- a/data/smartphone/energizer/2017/energy-s550/energizer-energy-s550-1gb-8gb-4g-lte.json +++ b/data/smartphone/energizer/2017/energy-s550/energizer-energy-s550-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6737", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 154.8, + "width_mm": 78.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/energizer/2017/power-max-p550s/energizer-power-max-p550s-2gb-16gb-4g-lte.json b/data/smartphone/energizer/2017/power-max-p550s/energizer-power-max-p550s-2gb-16gb-4g-lte.json index 01e7e28029f5..83c24383ded4 100644 --- a/data/smartphone/energizer/2017/power-max-p550s/energizer-power-max-p550s-2gb-16gb-4g-lte.json +++ b/data/smartphone/energizer/2017/power-max-p550s/energizer-power-max-p550s-2gb-16gb-4g-lte.json @@ -105,5 +105,11 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 78.3, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/energizer/2018/energy-e500/energizer-energy-e500-1gb-8gb-3g.json b/data/smartphone/energizer/2018/energy-e500/energizer-energy-e500-1gb-8gb-3g.json index 16cee7ff3987..be891bef23f3 100644 --- a/data/smartphone/energizer/2018/energy-e500/energizer-energy-e500-1gb-8gb-3g.json +++ b/data/smartphone/energizer/2018/energy-e500/energizer-energy-e500-1gb-8gb-3g.json @@ -100,5 +100,10 @@ "storage_options_gb": [ 8 ], - "soc": "mediatek-mt6580m" + "soc": "mediatek-mt6580m", + "dimensions": { + "height_mm": 139.8, + "width_mm": 71.5, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/energizer/2018/energy-e500s/energizer-energy-e500s-1gb-8gb-4g-lte.json b/data/smartphone/energizer/2018/energy-e500s/energizer-energy-e500s-1gb-8gb-4g-lte.json index 4d2068f6aaad..ac9a5eb7e49c 100644 --- a/data/smartphone/energizer/2018/energy-e500s/energizer-energy-e500s-1gb-8gb-4g-lte.json +++ b/data/smartphone/energizer/2018/energy-e500s/energizer-energy-e500s-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6737m", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 139.8, + "width_mm": 71.5, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/energizer/2018/hardcase-h240s/energizer-hardcase-h240s-1gb-8gb-4g-lte.json b/data/smartphone/energizer/2018/hardcase-h240s/energizer-hardcase-h240s-1gb-8gb-4g-lte.json index e45e87f36fc9..db2c9b80a783 100644 --- a/data/smartphone/energizer/2018/hardcase-h240s/energizer-hardcase-h240s-1gb-8gb-4g-lte.json +++ b/data/smartphone/energizer/2018/hardcase-h240s/energizer-hardcase-h240s-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6737m", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 132.0, + "width_mm": 56.0, + "depth_mm": 18.5 + } } diff --git a/data/smartphone/energizer/2018/hardcase-h500s/energizer-hardcase-h500s-2gb-16gb-4g-lte.json b/data/smartphone/energizer/2018/hardcase-h500s/energizer-hardcase-h500s-2gb-16gb-4g-lte.json index 47fe3d89a0a1..c5bd2df95592 100644 --- a/data/smartphone/energizer/2018/hardcase-h500s/energizer-hardcase-h500s-2gb-16gb-4g-lte.json +++ b/data/smartphone/energizer/2018/hardcase-h500s/energizer-hardcase-h500s-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 145.4, + "width_mm": 75.0, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/energizer/2018/hardcase-h550s/energizer-hardcase-h550s-3gb-32gb-4g-lte.json b/data/smartphone/energizer/2018/hardcase-h550s/energizer-hardcase-h550s-3gb-32gb-4g-lte.json index 1529759380ed..601ec4304fcc 100644 --- a/data/smartphone/energizer/2018/hardcase-h550s/energizer-hardcase-h550s-3gb-32gb-4g-lte.json +++ b/data/smartphone/energizer/2018/hardcase-h550s/energizer-hardcase-h550s-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 158.8, + "width_mm": 80.7, + "depth_mm": 11.1 + } } diff --git a/data/smartphone/energizer/2018/power-max-p490/energizer-power-max-p490-1gb-8gb-3g.json b/data/smartphone/energizer/2018/power-max-p490/energizer-power-max-p490-1gb-8gb-3g.json index e9b7914ebf5d..23590f62b789 100644 --- a/data/smartphone/energizer/2018/power-max-p490/energizer-power-max-p490-1gb-8gb-3g.json +++ b/data/smartphone/energizer/2018/power-max-p490/energizer-power-max-p490-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6580m", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 139.0, + "width_mm": 65.8, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/energizer/2018/power-max-p490s/energizer-power-max-p490s-2gb-16gb-4g-lte.json b/data/smartphone/energizer/2018/power-max-p490s/energizer-power-max-p490s-2gb-16gb-4g-lte.json index c121f2cd6b38..fe4db76650a7 100644 --- a/data/smartphone/energizer/2018/power-max-p490s/energizer-power-max-p490s-2gb-16gb-4g-lte.json +++ b/data/smartphone/energizer/2018/power-max-p490s/energizer-power-max-p490s-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6739wa", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 139.0, + "width_mm": 65.8, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/energizer/2018/power-max-p600s/energizer-power-max-p600s-6gb-64gb-4g-lte.json b/data/smartphone/energizer/2018/power-max-p600s/energizer-power-max-p600s-6gb-64gb-4g-lte.json index 71d0bdf0f874..b7a75863692e 100644 --- a/data/smartphone/energizer/2018/power-max-p600s/energizer-power-max-p600s-6gb-64gb-4g-lte.json +++ b/data/smartphone/energizer/2018/power-max-p600s/energizer-power-max-p600s-6gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6757cd-helio-p25", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.5, + "width_mm": 82.0, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/energizer/2019/hardcase-h591s/energizer-hardcase-h591s-6gb-64gb-4g-lte.json b/data/smartphone/energizer/2019/hardcase-h591s/energizer-hardcase-h591s-6gb-64gb-4g-lte.json index 1d0ec30b784a..19b983e5794a 100644 --- a/data/smartphone/energizer/2019/hardcase-h591s/energizer-hardcase-h591s-6gb-64gb-4g-lte.json +++ b/data/smartphone/energizer/2019/hardcase-h591s/energizer-hardcase-h591s-6gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "mediatek-mt6763-helio-p23", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 79.4, + "depth_mm": 12.2 + } } diff --git a/data/smartphone/energizer/2020/hardcase-h620s/energizer-hardcase-h620s-4gb-64gb-4g-lte.json b/data/smartphone/energizer/2020/hardcase-h620s/energizer-hardcase-h620s-4gb-64gb-4g-lte.json index 0b41d3689bde..023e4ef89d31 100644 --- a/data/smartphone/energizer/2020/hardcase-h620s/energizer-hardcase-h620s-4gb-64gb-4g-lte.json +++ b/data/smartphone/energizer/2020/hardcase-h620s/energizer-hardcase-h620s-4gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 163.0, + "width_mm": 78.2, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/energizer/2021/hardcase-h621s/energizer-hardcase-h621s-4gb-64gb-4g-lte.json b/data/smartphone/energizer/2021/hardcase-h621s/energizer-hardcase-h621s-4gb-64gb-4g-lte.json index b45956465749..3e174224c82d 100644 --- a/data/smartphone/energizer/2021/hardcase-h621s/energizer-hardcase-h621s-4gb-64gb-4g-lte.json +++ b/data/smartphone/energizer/2021/hardcase-h621s/energizer-hardcase-h621s-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.0, + "width_mm": 78.2, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/energizer/2022/ultimate-u608s/energizer-ultimate-u608s-2gb-32gb-4g-lte.json b/data/smartphone/energizer/2022/ultimate-u608s/energizer-ultimate-u608s-2gb-32gb-4g-lte.json index 02e1b6ca6a40..e8ba45558b12 100644 --- a/data/smartphone/energizer/2022/ultimate-u608s/energizer-ultimate-u608s-2gb-32gb-4g-lte.json +++ b/data/smartphone/energizer/2022/ultimate-u608s/energizer-ultimate-u608s-2gb-32gb-4g-lte.json @@ -98,5 +98,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 155.4, + "width_mm": 73.3, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/energizer/2024/h67g/energizer-h67g-4gb-128gb-5g.json b/data/smartphone/energizer/2024/h67g/energizer-h67g-4gb-128gb-5g.json index c1dfab4d45e2..c7e1fcab7118 100644 --- a/data/smartphone/energizer/2024/h67g/energizer-h67g-4gb-128gb-5g.json +++ b/data/smartphone/energizer/2024/h67g/energizer-h67g-4gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 178.6, + "width_mm": 84.0, + "depth_mm": 13.5 + } } diff --git a/data/smartphone/energizer/2024/ultimate-65g/energizer-ultimate-65g-4gb-64gb-5g.json b/data/smartphone/energizer/2024/ultimate-65g/energizer-ultimate-65g-4gb-64gb-5g.json index a5b5ff1c6012..e254b4c114fe 100644 --- a/data/smartphone/energizer/2024/ultimate-65g/energizer-ultimate-65g-4gb-64gb-5g.json +++ b/data/smartphone/energizer/2024/ultimate-65g/energizer-ultimate-65g-4gb-64gb-5g.json @@ -103,5 +103,11 @@ 64 ], "soc": "dimensity-700", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.4, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/energizer/2024/ultimate-u652s/energizer-ultimate-u652s-2gb-64gb-4g-lte.json b/data/smartphone/energizer/2024/ultimate-u652s/energizer-ultimate-u652s-2gb-64gb-4g-lte.json index ead2bde4a065..63d5bd0d6356 100644 --- a/data/smartphone/energizer/2024/ultimate-u652s/energizer-ultimate-u652s-2gb-64gb-4g-lte.json +++ b/data/smartphone/energizer/2024/ultimate-u652s/energizer-ultimate-u652s-2gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "mediatek-mt6739ww", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/google/2016/pixel-xl/google-pixel-xl-4gb-128gb-4g-lte.json b/data/smartphone/google/2016/pixel-xl/google-pixel-xl-4gb-128gb-4g-lte.json index 5f5a58b37823..1dc0396934d9 100644 --- a/data/smartphone/google/2016/pixel-xl/google-pixel-xl-4gb-128gb-4g-lte.json +++ b/data/smartphone/google/2016/pixel-xl/google-pixel-xl-4gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.7, + "width_mm": 75.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/google/2016/pixel/google-pixel-4gb-128gb-4g-lte.json b/data/smartphone/google/2016/pixel/google-pixel-4gb-128gb-4g-lte.json index 7ebb5cf22cc5..f328b2125836 100644 --- a/data/smartphone/google/2016/pixel/google-pixel-4gb-128gb-4g-lte.json +++ b/data/smartphone/google/2016/pixel/google-pixel-4gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 143.8, + "width_mm": 69.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/google/2017/pixel-2-xl/google-pixel-2-xl-4gb-128gb-4g-lte.json b/data/smartphone/google/2017/pixel-2-xl/google-pixel-2-xl-4gb-128gb-4g-lte.json index 22f30ecc57ff..84e66f8880da 100644 --- a/data/smartphone/google/2017/pixel-2-xl/google-pixel-2-xl-4gb-128gb-4g-lte.json +++ b/data/smartphone/google/2017/pixel-2-xl/google-pixel-2-xl-4gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.5, + "dimensions": { + "height_mm": 157.9, + "width_mm": 76.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/google/2017/pixel-2/google-pixel-2-4gb-128gb-4g-lte.json b/data/smartphone/google/2017/pixel-2/google-pixel-2-4gb-128gb-4g-lte.json index 3cfe773dfae3..be03d9bc9b86 100644 --- a/data/smartphone/google/2017/pixel-2/google-pixel-2-4gb-128gb-4g-lte.json +++ b/data/smartphone/google/2017/pixel-2/google-pixel-2-4gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.5, + "dimensions": { + "height_mm": 145.7, + "width_mm": 69.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/google/2018/pixel-3-xl/google-pixel-3-xl-4gb-128gb-4g-lte.json b/data/smartphone/google/2018/pixel-3-xl/google-pixel-3-xl-4gb-128gb-4g-lte.json index c848bdd2c570..1db2584cc171 100644 --- a/data/smartphone/google/2018/pixel-3-xl/google-pixel-3-xl-4gb-128gb-4g-lte.json +++ b/data/smartphone/google/2018/pixel-3-xl/google-pixel-3-xl-4gb-128gb-4g-lte.json @@ -110,5 +110,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 76.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/google/2018/pixel-3/google-pixel-3-4gb-128gb-4g-lte.json b/data/smartphone/google/2018/pixel-3/google-pixel-3-4gb-128gb-4g-lte.json index ea30d1376a09..ad04bea9acd8 100644 --- a/data/smartphone/google/2018/pixel-3/google-pixel-3-4gb-128gb-4g-lte.json +++ b/data/smartphone/google/2018/pixel-3/google-pixel-3-4gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.6, + "width_mm": 68.2, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/google/2019/pixel-3a-xl/google-pixel-3a-xl-4gb-64gb-4g-lte.json b/data/smartphone/google/2019/pixel-3a-xl/google-pixel-3a-xl-4gb-64gb-4g-lte.json index 22b33ad73f04..a73002c77808 100644 --- a/data/smartphone/google/2019/pixel-3a-xl/google-pixel-3a-xl-4gb-64gb-4g-lte.json +++ b/data/smartphone/google/2019/pixel-3a-xl/google-pixel-3a-xl-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-sdm670-snapdragon-670", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 76.1, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/google/2019/pixel-3a/google-pixel-3a-4gb-64gb-4g-lte.json b/data/smartphone/google/2019/pixel-3a/google-pixel-3a-4gb-64gb-4g-lte.json index 35a611a568b3..0d752679fe8c 100644 --- a/data/smartphone/google/2019/pixel-3a/google-pixel-3a-4gb-64gb-4g-lte.json +++ b/data/smartphone/google/2019/pixel-3a/google-pixel-3a-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm670-snapdragon-670", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.3, + "width_mm": 70.1, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/google/2019/pixel-4-xl/google-pixel-4-xl-6gb-128gb-4g-lte.json b/data/smartphone/google/2019/pixel-4-xl/google-pixel-4-xl-6gb-128gb-4g-lte.json index 4d9653bc4506..7a0b47cac597 100644 --- a/data/smartphone/google/2019/pixel-4-xl/google-pixel-4-xl-6gb-128gb-4g-lte.json +++ b/data/smartphone/google/2019/pixel-4-xl/google-pixel-4-xl-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 160.4, + "width_mm": 75.1, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/google/2019/pixel-4/google-pixel-4-6gb-128gb-4g-lte.json b/data/smartphone/google/2019/pixel-4/google-pixel-4-6gb-128gb-4g-lte.json index d7f1e255d271..0086fa7f79a4 100644 --- a/data/smartphone/google/2019/pixel-4/google-pixel-4-6gb-128gb-4g-lte.json +++ b/data/smartphone/google/2019/pixel-4/google-pixel-4-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.1, + "width_mm": 68.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/google/2020/pixel-4a/google-pixel-4a-6gb-128gb-4g-lte.json b/data/smartphone/google/2020/pixel-4a/google-pixel-4a-6gb-128gb-4g-lte.json index 145303a43a5d..13486eb258cb 100644 --- a/data/smartphone/google/2020/pixel-4a/google-pixel-4a-6gb-128gb-4g-lte.json +++ b/data/smartphone/google/2020/pixel-4a/google-pixel-4a-6gb-128gb-4g-lte.json @@ -110,5 +110,11 @@ 128 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 144.0, + "width_mm": 69.4, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/google/2021/pixel-6-pro/google-pixel-6-pro-12gb-512gb-5g.json b/data/smartphone/google/2021/pixel-6-pro/google-pixel-6-pro-12gb-512gb-5g.json index f78323dcf1cb..e309d4b27097 100644 --- a/data/smartphone/google/2021/pixel-6-pro/google-pixel-6-pro-12gb-512gb-5g.json +++ b/data/smartphone/google/2021/pixel-6-pro/google-pixel-6-pro-12gb-512gb-5g.json @@ -113,5 +113,11 @@ 512 ], "soc": "google-tensor", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 23.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/google/2024/pixel-8a/google-pixel-8a-8gb-256gb-5g.json b/data/smartphone/google/2024/pixel-8a/google-pixel-8a-8gb-256gb-5g.json index a07a38214c1c..85b7ee153aea 100644 --- a/data/smartphone/google/2024/pixel-8a/google-pixel-8a-8gb-256gb-5g.json +++ b/data/smartphone/google/2024/pixel-8a/google-pixel-8a-8gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "tensor-g3", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.1, + "width_mm": 72.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/google/2024/pixel-9-pro/google-pixel-9-pro-16gb-512gb-5g.json b/data/smartphone/google/2024/pixel-9-pro/google-pixel-9-pro-16gb-512gb-5g.json index 2274ec29ad03..de20f487b0f6 100644 --- a/data/smartphone/google/2024/pixel-9-pro/google-pixel-9-pro-16gb-512gb-5g.json +++ b/data/smartphone/google/2024/pixel-9-pro/google-pixel-9-pro-16gb-512gb-5g.json @@ -115,5 +115,11 @@ 512 ], "soc": "tensor-g4", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 152.8, + "width_mm": 72.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/honor/2012/2/honor-2-2gb-8gb-3g.json b/data/smartphone/honor/2012/2/honor-2-2gb-8gb-3g.json index e55488dc5db1..f96fd2e57d69 100644 --- a/data/smartphone/honor/2012/2/honor-2-2gb-8gb-3g.json +++ b/data/smartphone/honor/2012/2/honor-2-2gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "huawei-k3v2", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.5, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/honor/2013/3c/honor-3c-2gb-8gb-3g.json b/data/smartphone/honor/2013/3c/honor-3c-2gb-8gb-3g.json index 678ac2d71831..e2982970c795 100644 --- a/data/smartphone/honor/2013/3c/honor-3c-2gb-8gb-3g.json +++ b/data/smartphone/honor/2013/3c/honor-3c-2gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 139.5, + "width_mm": 71.4, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/honor/2013/3x-g750/honor-3x-g750-2gb-16gb-3g.json b/data/smartphone/honor/2013/3x-g750/honor-3x-g750-2gb-16gb-3g.json index d5b61e91d6e9..c3547f760b86 100644 --- a/data/smartphone/honor/2013/3x-g750/honor-3x-g750-2gb-16gb-3g.json +++ b/data/smartphone/honor/2013/3x-g750/honor-3x-g750-2gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6592", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 149.5, + "width_mm": 77.4, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/honor/2014/3c-play/honor-3c-play-1gb-16gb-3g.json b/data/smartphone/honor/2014/3c-play/honor-3c-play-1gb-16gb-3g.json index 93c77599b2a8..f0d3b316f428 100644 --- a/data/smartphone/honor/2014/3c-play/honor-3c-play-1gb-16gb-3g.json +++ b/data/smartphone/honor/2014/3c-play/honor-3c-play-1gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6582", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 142.2, + "width_mm": 72.3, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/honor/2014/3x-pro/honor-3x-pro-2gb-32gb-3g.json b/data/smartphone/honor/2014/3x-pro/honor-3x-pro-2gb-32gb-3g.json index dd26c5c4d75c..d703dae4a73a 100644 --- a/data/smartphone/honor/2014/3x-pro/honor-3x-pro-2gb-32gb-3g.json +++ b/data/smartphone/honor/2014/3x-pro/honor-3x-pro-2gb-32gb-3g.json @@ -99,5 +99,10 @@ 32 ], "soc": "mediatek-mt6592", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 149.5, + "width_mm": 77.4, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/honor/2014/4-play/honor-4-play-1gb-8gb-4g-lte.json b/data/smartphone/honor/2014/4-play/honor-4-play-1gb-8gb-4g-lte.json index f9a08e084cfa..bcf14e9c9f4a 100644 --- a/data/smartphone/honor/2014/4-play/honor-4-play-1gb-8gb-4g-lte.json +++ b/data/smartphone/honor/2014/4-play/honor-4-play-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 143.0, + "width_mm": 72.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/honor/2015/5x/honor-5x-3gb-16gb-4g-lte.json b/data/smartphone/honor/2015/5x/honor-5x-3gb-16gb-4g-lte.json index 519e56e733bf..de60727867dd 100644 --- a/data/smartphone/honor/2015/5x/honor-5x-3gb-16gb-4g-lte.json +++ b/data/smartphone/honor/2015/5x/honor-5x-3gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 151.3, + "width_mm": 76.3, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/honor/2015/7i/honor-7i-3gb-32gb-4g-lte.json b/data/smartphone/honor/2015/7i/honor-7i-3gb-32gb-4g-lte.json index b7aa330c0d25..4ed51de880ee 100644 --- a/data/smartphone/honor/2015/7i/honor-7i-3gb-32gb-4g-lte.json +++ b/data/smartphone/honor/2015/7i/honor-7i-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 141.6, + "width_mm": 71.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2016/8/honor-8-4gb-64gb-4g-lte.json b/data/smartphone/honor/2016/8/honor-8-4gb-64gb-4g-lte.json index ff1f8ee8fa1f..3122c13f6bc6 100644 --- a/data/smartphone/honor/2016/8/honor-8-4gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2016/8/honor-8-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "kirin-950", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.5, + "width_mm": 71.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/honor/2016/holly-2-plus/honor-holly-2-plus-2gb-16gb-4g-lte.json b/data/smartphone/honor/2016/holly-2-plus/honor-holly-2-plus-2gb-16gb-4g-lte.json index 9040040f73de..67268bd9a0ef 100644 --- a/data/smartphone/honor/2016/holly-2-plus/honor-holly-2-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/honor/2016/holly-2-plus/honor-holly-2-plus-2gb-16gb-4g-lte.json @@ -103,5 +103,11 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 143.1, + "width_mm": 71.8, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/honor/2016/magic/honor-magic-4gb-64gb-4g-lte.json b/data/smartphone/honor/2016/magic/honor-magic-4gb-64gb-4g-lte.json index 0e5946dadd7a..e972562a0fb5 100644 --- a/data/smartphone/honor/2016/magic/honor-magic-4gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2016/magic/honor-magic-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "kirin-950", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 146.1, + "width_mm": 69.9, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2016/note-8/honor-note-8-4gb-128gb-4g-lte.json b/data/smartphone/honor/2016/note-8/honor-note-8-4gb-128gb-4g-lte.json index 1c37b19583c2..2eaaa815fa4f 100644 --- a/data/smartphone/honor/2016/note-8/honor-note-8-4gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2016/note-8/honor-note-8-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-955", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 178.8, + "width_mm": 90.9, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/honor/2016/v8/honor-v8-4gb-64gb-4g-lte.json b/data/smartphone/honor/2016/v8/honor-v8-4gb-64gb-4g-lte.json index 1e550d77f84b..3bc71b53d174 100644 --- a/data/smartphone/honor/2016/v8/honor-v8-4gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2016/v8/honor-v8-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "kirin-950", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 157.0, + "width_mm": 77.6, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2017/6a-pro/honor-6a-pro-3gb-32gb-4g-lte.json b/data/smartphone/honor/2017/6a-pro/honor-6a-pro-3gb-32gb-4g-lte.json index 8ef85de3b57d..93094235b560 100644 --- a/data/smartphone/honor/2017/6a-pro/honor-6a-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/honor/2017/6a-pro/honor-6a-pro-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.7, + "width_mm": 71.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/honor/2017/6c-pro/honor-6c-pro-3gb-32gb-4g-lte.json b/data/smartphone/honor/2017/6c-pro/honor-6c-pro-3gb-32gb-4g-lte.json index 064b0bbb18f6..78b7ca1c1431 100644 --- a/data/smartphone/honor/2017/6c-pro/honor-6c-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/honor/2017/6c-pro/honor-6c-pro-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/honor/2017/7x/honor-7x-4gb-128gb-4g-lte.json b/data/smartphone/honor/2017/7x/honor-7x-4gb-128gb-4g-lte.json index a111f396196e..3891cd5ba361 100644 --- a/data/smartphone/honor/2017/7x/honor-7x-4gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2017/7x/honor-7x-4gb-128gb-4g-lte.json @@ -115,5 +115,10 @@ 128 ], "soc": "kirin-659", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.3, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/honor/2017/8-pro/honor-8-pro-6gb-64gb-4g-lte.json b/data/smartphone/honor/2017/8-pro/honor-8-pro-6gb-64gb-4g-lte.json index 79ca7cccd2f0..7279ae2d0a58 100644 --- a/data/smartphone/honor/2017/8-pro/honor-8-pro-6gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2017/8-pro/honor-8-pro-6gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "kirin-960", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 77.5, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/honor/2017/9-lite/honor-9-lite-4gb-64gb-4g-lte.json b/data/smartphone/honor/2017/9-lite/honor-9-lite-4gb-64gb-4g-lte.json index 6e08c7596168..717e2c7b48a9 100644 --- a/data/smartphone/honor/2017/9-lite/honor-9-lite-4gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2017/9-lite/honor-9-lite-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "kirin-659", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 151.0, + "width_mm": 71.9, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/honor/2017/9/honor-9-6gb-128gb-4g-lte.json b/data/smartphone/honor/2017/9/honor-9-6gb-128gb-4g-lte.json index 6ac40b71623f..5d2debc23ac6 100644 --- a/data/smartphone/honor/2017/9/honor-9-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2017/9/honor-9-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "kirin-960", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.3, + "width_mm": 70.9, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/honor/2017/view-10/honor-view-10-6gb-128gb-4g-lte.json b/data/smartphone/honor/2017/view-10/honor-view-10-6gb-128gb-4g-lte.json index 86e2ae7d8178..f5b548b1d318 100644 --- a/data/smartphone/honor/2017/view-10/honor-view-10-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2017/view-10/honor-view-10-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "kirin-970", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.0, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/honor/2018/10-lite/honor-10-lite-6gb-128gb-4g-lte.json b/data/smartphone/honor/2018/10-lite/honor-10-lite-6gb-128gb-4g-lte.json index 50ac08cbfc3c..b258f7bbb929 100644 --- a/data/smartphone/honor/2018/10-lite/honor-10-lite-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2018/10-lite/honor-10-lite-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.8, + "width_mm": 73.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2018/10/honor-10-8gb-128gb-4g-lte.json b/data/smartphone/honor/2018/10/honor-10-8gb-128gb-4g-lte.json index f6a4790518ef..ac583be13ad7 100644 --- a/data/smartphone/honor/2018/10/honor-10-8gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2018/10/honor-10-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "kirin-970", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 149.6, + "width_mm": 71.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/honor/2018/7a/honor-7a-3gb-32gb-4g-lte.json b/data/smartphone/honor/2018/7a/honor-7a-3gb-32gb-4g-lte.json index 1eee107cde76..5dc858723d35 100644 --- a/data/smartphone/honor/2018/7a/honor-7a-3gb-32gb-4g-lte.json +++ b/data/smartphone/honor/2018/7a/honor-7a-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 152.4, + "width_mm": 73.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2018/7c/honor-7c-4gb-64gb-4g-lte.json b/data/smartphone/honor/2018/7c/honor-7c-4gb-64gb-4g-lte.json index 9eed3627d812..a0b397cc97e3 100644 --- a/data/smartphone/honor/2018/7c/honor-7c-4gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2018/7c/honor-7c-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2018/7s/honor-7s-2gb-16gb-4g-lte.json b/data/smartphone/honor/2018/7s/honor-7s-2gb-16gb-4g-lte.json index 52e497b763c5..a7605de72609 100644 --- a/data/smartphone/honor/2018/7s/honor-7s-2gb-16gb-4g-lte.json +++ b/data/smartphone/honor/2018/7s/honor-7s-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/honor/2018/8c/honor-8c-4gb-64gb-4g-lte.json b/data/smartphone/honor/2018/8c/honor-8c-4gb-64gb-4g-lte.json index 052359c97c20..a5cb60ef5513 100644 --- a/data/smartphone/honor/2018/8c/honor-8c-4gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2018/8c/honor-8c-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2018/8x-max/honor-8x-max-6gb-128gb-4g-lte.json b/data/smartphone/honor/2018/8x-max/honor-8x-max-6gb-128gb-4g-lte.json index 4242762626a4..8dee213381f5 100644 --- a/data/smartphone/honor/2018/8x-max/honor-8x-max-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2018/8x-max/honor-8x-max-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 177.6, + "width_mm": 86.3, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/honor/2018/8x/honor-8x-6gb-128gb-4g-lte.json b/data/smartphone/honor/2018/8x/honor-8x-6gb-128gb-4g-lte.json index c0da6ecb63a9..29f93c4faa42 100644 --- a/data/smartphone/honor/2018/8x/honor-8x-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2018/8x/honor-8x-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "kirin-710", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.4, + "width_mm": 76.6, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2018/9n-9i/honor-9n-9i-4gb-128gb-4g-lte.json b/data/smartphone/honor/2018/9n-9i/honor-9n-9i-4gb-128gb-4g-lte.json index 9e3822b3969f..9a80e4aa96f8 100644 --- a/data/smartphone/honor/2018/9n-9i/honor-9n-9i-4gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2018/9n-9i/honor-9n-9i-4gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "kirin-659", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 149.2, + "width_mm": 71.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/honor/2018/magic-2/honor-magic-2-8gb-256gb-4g-lte.json b/data/smartphone/honor/2018/magic-2/honor-magic-2-8gb-256gb-4g-lte.json index d35923c533ad..fce909363ef8 100644 --- a/data/smartphone/honor/2018/magic-2/honor-magic-2-8gb-256gb-4g-lte.json +++ b/data/smartphone/honor/2018/magic-2/honor-magic-2-8gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 157.3, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/honor/2018/note-10/honor-note-10-8gb-128gb-4g-lte.json b/data/smartphone/honor/2018/note-10/honor-note-10-8gb-128gb-4g-lte.json index 04a48d330c25..682d405e1cdb 100644 --- a/data/smartphone/honor/2018/note-10/honor-note-10-8gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2018/note-10/honor-note-10-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-970", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 177.0, + "width_mm": 85.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/honor/2018/play/honor-play-6gb-128gb-4g-lte.json b/data/smartphone/honor/2018/play/honor-play-6gb-128gb-4g-lte.json index 125d26a0cec6..0c4722689b5c 100644 --- a/data/smartphone/honor/2018/play/honor-play-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2018/play/honor-play-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "kirin-970", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.9, + "width_mm": 74.3, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/honor/2018/view-20/honor-view-20-8gb-256gb-4g-lte.json b/data/smartphone/honor/2018/view-20/honor-view-20-8gb-256gb-4g-lte.json index b0069f8dcc80..ccbd81800f5d 100644 --- a/data/smartphone/honor/2018/view-20/honor-view-20-8gb-256gb-4g-lte.json +++ b/data/smartphone/honor/2018/view-20/honor-view-20-8gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/honor/2019/20-lite-china/honor-20-lite-china-8gb-128gb-4g-lte.json b/data/smartphone/honor/2019/20-lite-china/honor-20-lite-china-8gb-128gb-4g-lte.json index 741f0788fb3b..ecbfdd572d4c 100644 --- a/data/smartphone/honor/2019/20-lite-china/honor-20-lite-china-8gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2019/20-lite-china/honor-20-lite-china-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 157.2, + "width_mm": 73.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/honor/2019/20-lite/honor-20-lite-8gb-128gb-4g-lte.json b/data/smartphone/honor/2019/20-lite/honor-20-lite-8gb-128gb-4g-lte.json index 6fc718f8ea05..e5fdb19870fa 100644 --- a/data/smartphone/honor/2019/20-lite/honor-20-lite-8gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2019/20-lite/honor-20-lite-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.8, + "width_mm": 73.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2019/20-pro/honor-20-pro-8gb-256gb-4g-lte.json b/data/smartphone/honor/2019/20-pro/honor-20-pro-8gb-256gb-4g-lte.json index 806c71b6318e..3d1074dad3c5 100644 --- a/data/smartphone/honor/2019/20-pro/honor-20-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/honor/2019/20-pro/honor-20-pro-8gb-256gb-4g-lte.json @@ -113,5 +113,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 154.6, + "width_mm": 74.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/honor/2019/20/honor-20-8gb-256gb-4g-lte.json b/data/smartphone/honor/2019/20/honor-20-8gb-256gb-4g-lte.json index 0e6cea9ea430..c6f8884a3496 100644 --- a/data/smartphone/honor/2019/20/honor-20-8gb-256gb-4g-lte.json +++ b/data/smartphone/honor/2019/20/honor-20-8gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 154.3, + "width_mm": 74.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/honor/2019/20i/honor-20i-6gb-256gb-4g-lte.json b/data/smartphone/honor/2019/20i/honor-20i-6gb-256gb-4g-lte.json index 778b5e03fe9e..f349e870f9b5 100644 --- a/data/smartphone/honor/2019/20i/honor-20i-6gb-256gb-4g-lte.json +++ b/data/smartphone/honor/2019/20i/honor-20i-6gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.8, + "width_mm": 73.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2019/20s/honor-20s-8gb-128gb-4g-lte.json b/data/smartphone/honor/2019/20s/honor-20s-8gb-128gb-4g-lte.json index 961bf6e9e4d9..a497310e64a8 100644 --- a/data/smartphone/honor/2019/20s/honor-20s-8gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2019/20s/honor-20s-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-810", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 74.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/honor/2019/8a-pro/honor-8a-pro-3gb-64gb-4g-lte.json b/data/smartphone/honor/2019/8a-pro/honor-8a-pro-3gb-64gb-4g-lte.json index 68c8ca875842..4f03354246b3 100644 --- a/data/smartphone/honor/2019/8a-pro/honor-8a-pro-3gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2019/8a-pro/honor-8a-pro-3gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2019/8s/honor-8s-3gb-64gb-4g-lte.json b/data/smartphone/honor/2019/8s/honor-8s-3gb-64gb-4g-lte.json index cda6bdad05c8..c467d9319fca 100644 --- a/data/smartphone/honor/2019/8s/honor-8s-3gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2019/8s/honor-8s-3gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 147.1, + "width_mm": 70.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/honor/2019/9x-china/honor-9x-china-8gb-128gb-4g-lte.json b/data/smartphone/honor/2019/9x-china/honor-9x-china-8gb-128gb-4g-lte.json index e8917cd050b3..2de1354767b8 100644 --- a/data/smartphone/honor/2019/9x-china/honor-9x-china-8gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2019/9x-china/honor-9x-china-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-810", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 77.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/honor/2019/9x-pro/honor-9x-pro-8gb-256gb-4g-lte.json b/data/smartphone/honor/2019/9x-pro/honor-9x-pro-8gb-256gb-4g-lte.json index daa3e078dfc5..bfe0c6ddbd2e 100644 --- a/data/smartphone/honor/2019/9x-pro/honor-9x-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/honor/2019/9x-pro/honor-9x-pro-8gb-256gb-4g-lte.json @@ -112,5 +112,11 @@ 256 ], "soc": "kirin-810", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/honor/2019/9x/honor-9x-6gb-128gb-4g-lte.json b/data/smartphone/honor/2019/9x/honor-9x-6gb-128gb-4g-lte.json index a52d8de4f86b..bfb294e00d10 100644 --- a/data/smartphone/honor/2019/9x/honor-9x-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2019/9x/honor-9x-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/honor/2019/magic-2-3d/honor-magic-2-3d-8gb-512gb-4g-lte.json b/data/smartphone/honor/2019/magic-2-3d/honor-magic-2-3d-8gb-512gb-4g-lte.json index f2d8e7131859..357637dd31ba 100644 --- a/data/smartphone/honor/2019/magic-2-3d/honor-magic-2-3d-8gb-512gb-4g-lte.json +++ b/data/smartphone/honor/2019/magic-2-3d/honor-magic-2-3d-8gb-512gb-4g-lte.json @@ -105,5 +105,11 @@ 512 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 157.3, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/honor/2019/play-3/honor-play-3-6gb-128gb-4g-lte.json b/data/smartphone/honor/2019/play-3/honor-play-3-6gb-128gb-4g-lte.json index b1a583ea28d9..274ccb3cd477 100644 --- a/data/smartphone/honor/2019/play-3/honor-play-3-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2019/play-3/honor-play-3-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/honor/2019/play-3e/honor-play-3e-3gb-64gb-4g-lte.json b/data/smartphone/honor/2019/play-3e/honor-play-3e-3gb-64gb-4g-lte.json index ec8b11d24f77..539231871300 100644 --- a/data/smartphone/honor/2019/play-3e/honor-play-3e-3gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2019/play-3e/honor-play-3e-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6762r-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 147.1, + "width_mm": 70.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/honor/2019/play-8a/honor-play-8a-3gb-64gb-4g-lte.json b/data/smartphone/honor/2019/play-8a/honor-play-8a-3gb-64gb-4g-lte.json index f19298e9b3f9..fb70b2126f9e 100644 --- a/data/smartphone/honor/2019/play-8a/honor-play-8a-3gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2019/play-8a/honor-play-8a-3gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2019/v30-pro/honor-v30-pro-8gb-256gb-5g.json b/data/smartphone/honor/2019/v30-pro/honor-v30-pro-8gb-256gb-5g.json index 483f5ae79d9e..ed866702b366 100644 --- a/data/smartphone/honor/2019/v30-pro/honor-v30-pro-8gb-256gb-5g.json +++ b/data/smartphone/honor/2019/v30-pro/honor-v30-pro-8gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/honor/2019/v30/honor-v30-8gb-128gb-5g.json b/data/smartphone/honor/2019/v30/honor-v30-8gb-128gb-5g.json index b0c72fb63219..689e60de4a26 100644 --- a/data/smartphone/honor/2019/v30/honor-v30-8gb-128gb-5g.json +++ b/data/smartphone/honor/2019/v30/honor-v30-8gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/honor/2020/10x-lite/honor-10x-lite-4gb-128gb-4g-lte.json b/data/smartphone/honor/2020/10x-lite/honor-10x-lite-4gb-128gb-4g-lte.json index 35ccedd7f9da..525eb4fbd702 100644 --- a/data/smartphone/honor/2020/10x-lite/honor-10x-lite-4gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2020/10x-lite/honor-10x-lite-4gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.9, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/honor/2020/20e/honor-20e-4gb-64gb-4g-lte.json b/data/smartphone/honor/2020/20e/honor-20e-4gb-64gb-4g-lte.json index 04e7be33ca8e..ebcb3f10a742 100644 --- a/data/smartphone/honor/2020/20e/honor-20e-4gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2020/20e/honor-20e-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.8, + "width_mm": 73.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2020/30-pro/honor-30-pro-12gb-256gb-5g.json b/data/smartphone/honor/2020/30-pro/honor-30-pro-12gb-256gb-5g.json index 34bce4df9720..d69cb78bf368 100644 --- a/data/smartphone/honor/2020/30-pro/honor-30-pro-12gb-256gb-5g.json +++ b/data/smartphone/honor/2020/30-pro/honor-30-pro-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 160.3, + "width_mm": 73.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/honor/2020/30-pro/honor-30-pro-8gb-256gb-5g.json b/data/smartphone/honor/2020/30-pro/honor-30-pro-8gb-256gb-5g.json index 05b83769447a..4ba684d6d43c 100644 --- a/data/smartphone/honor/2020/30-pro/honor-30-pro-8gb-256gb-5g.json +++ b/data/smartphone/honor/2020/30-pro/honor-30-pro-8gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 160.3, + "width_mm": 73.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/honor/2020/30-youth/honor-30-youth-8gb-128gb-5g.json b/data/smartphone/honor/2020/30-youth/honor-30-youth-8gb-128gb-5g.json index b5659f6bb51b..37362f1a90eb 100644 --- a/data/smartphone/honor/2020/30-youth/honor-30-youth-8gb-128gb-5g.json +++ b/data/smartphone/honor/2020/30-youth/honor-30-youth-8gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/honor/2020/30/honor-30-8gb-256gb-5g.json b/data/smartphone/honor/2020/30/honor-30-8gb-256gb-5g.json index 15ca9923da6f..7b9614ff3598 100644 --- a/data/smartphone/honor/2020/30/honor-30-8gb-256gb-5g.json +++ b/data/smartphone/honor/2020/30/honor-30-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-985-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 160.3, + "width_mm": 74.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/honor/2020/30i/honor-30i-4gb-128gb-4g-lte.json b/data/smartphone/honor/2020/30i/honor-30i-4gb-128gb-4g-lte.json index acbfdcc89640..ac9d1c5b2203 100644 --- a/data/smartphone/honor/2020/30i/honor-30i-4gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2020/30i/honor-30i-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.2, + "width_mm": 73.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/honor/2020/30s/honor-30s-8gb-256gb-5g.json b/data/smartphone/honor/2020/30s/honor-30s-8gb-256gb-5g.json index 64997f98474b..9c3183c34ad7 100644 --- a/data/smartphone/honor/2020/30s/honor-30s-8gb-256gb-5g.json +++ b/data/smartphone/honor/2020/30s/honor-30s-8gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "kirin-820-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.3, + "width_mm": 75.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/honor/2020/8a-2020/honor-8a-2020-3gb-64gb-4g-lte.json b/data/smartphone/honor/2020/8a-2020/honor-8a-2020-3gb-64gb-4g-lte.json index 5c3e01ca5dca..4c208b3fd937 100644 --- a/data/smartphone/honor/2020/8a-2020/honor-8a-2020-3gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2020/8a-2020/honor-8a-2020-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/honor/2020/8a-prime/honor-8a-prime-3gb-64gb-4g-lte.json b/data/smartphone/honor/2020/8a-prime/honor-8a-prime-3gb-64gb-4g-lte.json index 394ace40a521..4ee6d784c0cf 100644 --- a/data/smartphone/honor/2020/8a-prime/honor-8a-prime-3gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2020/8a-prime/honor-8a-prime-3gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/honor/2020/8s-2020/honor-8s-2020-3gb-64gb-4g-lte.json b/data/smartphone/honor/2020/8s-2020/honor-8s-2020-3gb-64gb-4g-lte.json index 75f0af439d33..a22532f14ebc 100644 --- a/data/smartphone/honor/2020/8s-2020/honor-8s-2020-3gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2020/8s-2020/honor-8s-2020-3gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 147.1, + "width_mm": 70.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/honor/2020/9a/honor-9a-3gb-64gb-4g-lte.json b/data/smartphone/honor/2020/9a/honor-9a-3gb-64gb-4g-lte.json index fca35bdcd4bf..d8005b6d535c 100644 --- a/data/smartphone/honor/2020/9a/honor-9a-3gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2020/9a/honor-9a-3gb-64gb-4g-lte.json @@ -108,5 +108,10 @@ 64 ], "soc": "mediatek-mt6762r-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/honor/2020/9c/honor-9c-4gb-64gb-4g-lte.json b/data/smartphone/honor/2020/9c/honor-9c-4gb-64gb-4g-lte.json index 0ac6146c0f95..b87f801f1f07 100644 --- a/data/smartphone/honor/2020/9c/honor-9c-4gb-64gb-4g-lte.json +++ b/data/smartphone/honor/2020/9c/honor-9c-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/honor/2020/9s/honor-9s-2gb-32gb-4g-lte.json b/data/smartphone/honor/2020/9s/honor-9s-2gb-32gb-4g-lte.json index 50eada3d398f..e0eaf08edfa8 100644 --- a/data/smartphone/honor/2020/9s/honor-9s-2gb-32gb-4g-lte.json +++ b/data/smartphone/honor/2020/9s/honor-9s-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762r-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/honor/2020/9x-lite/honor-9x-lite-4gb-128gb-4g-lte.json b/data/smartphone/honor/2020/9x-lite/honor-9x-lite-4gb-128gb-4g-lte.json index 93bad8ba9a33..a08cdfe001f9 100644 --- a/data/smartphone/honor/2020/9x-lite/honor-9x-lite-4gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2020/9x-lite/honor-9x-lite-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.4, + "width_mm": 76.6, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2020/play-4t-pro/honor-play-4t-pro-8gb-128gb-4g-lte.json b/data/smartphone/honor/2020/play-4t-pro/honor-play-4t-pro-8gb-128gb-4g-lte.json index 6666f2282315..3b16936c4b15 100644 --- a/data/smartphone/honor/2020/play-4t-pro/honor-play-4t-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2020/play-4t-pro/honor-play-4t-pro-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 157.4, + "width_mm": 73.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2020/play-4t/honor-play-4t-6gb-128gb-4g-lte.json b/data/smartphone/honor/2020/play-4t/honor-play-4t-6gb-128gb-4g-lte.json index 2f9d8f128c9a..967fe93154f6 100644 --- a/data/smartphone/honor/2020/play-4t/honor-play-4t-6gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2020/play-4t/honor-play-4t-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/honor/2020/play-9a/honor-play-9a-4gb-128gb-4g-lte.json b/data/smartphone/honor/2020/play-9a/honor-play-9a-4gb-128gb-4g-lte.json index 7fbe185f5616..0c8902bf6e1e 100644 --- a/data/smartphone/honor/2020/play-9a/honor-play-9a-4gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2020/play-9a/honor-play-9a-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/honor/2020/play4/honor-play4-8gb-128gb-5g.json b/data/smartphone/honor/2020/play4/honor-play4-8gb-128gb-5g.json index 1a6caba4bed6..d0d830002ae0 100644 --- a/data/smartphone/honor/2020/play4/honor-play4-8gb-128gb-5g.json +++ b/data/smartphone/honor/2020/play4/honor-play4-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 170.0, + "width_mm": 78.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/honor/2020/v6/honor-v6-8gb-256gb-5g.json b/data/smartphone/honor/2020/v6/honor-v6-8gb-256gb-5g.json index 7e47cc22a4e4..d4c7f9b165d4 100644 --- a/data/smartphone/honor/2020/v6/honor-v6-8gb-256gb-5g.json +++ b/data/smartphone/honor/2020/v6/honor-v6-8gb-256gb-5g.json @@ -108,5 +108,10 @@ 256 ], "soc": "kirin-985-5g", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 245.2, + "width_mm": 154.9, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/honor/2020/view30-pro/honor-view30-pro-8gb-256gb-5g.json b/data/smartphone/honor/2020/view30-pro/honor-view30-pro-8gb-256gb-5g.json index a04b3d041437..f0d247c26703 100644 --- a/data/smartphone/honor/2020/view30-pro/honor-view30-pro-8gb-256gb-5g.json +++ b/data/smartphone/honor/2020/view30-pro/honor-view30-pro-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/honor/2020/view30/honor-view30-8gb-128gb-5g.json b/data/smartphone/honor/2020/view30/honor-view30-8gb-128gb-5g.json index 5da2190cd73e..8bf0e7a83b6d 100644 --- a/data/smartphone/honor/2020/view30/honor-view30-8gb-128gb-5g.json +++ b/data/smartphone/honor/2020/view30/honor-view30-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/honor/2020/x10-5g/honor-x10-5g-8gb-128gb-5g.json b/data/smartphone/honor/2020/x10-5g/honor-x10-5g-8gb-128gb-5g.json index 565d3c6edadf..d77130a29ab7 100644 --- a/data/smartphone/honor/2020/x10-5g/honor-x10-5g-8gb-128gb-5g.json +++ b/data/smartphone/honor/2020/x10-5g/honor-x10-5g-8gb-128gb-5g.json @@ -108,5 +108,11 @@ 128 ], "soc": "kirin-820-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.5, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/honor/2020/x10-max-5g/honor-x10-max-5g-8gb-128gb-5g.json b/data/smartphone/honor/2020/x10-max-5g/honor-x10-max-5g-8gb-128gb-5g.json index 41999a62176a..f0650436c36c 100644 --- a/data/smartphone/honor/2020/x10-max-5g/honor-x10-max-5g-8gb-128gb-5g.json +++ b/data/smartphone/honor/2020/x10-max-5g/honor-x10-max-5g-8gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 174.4, + "width_mm": 84.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/honor/2021/50-se/honor-50-se-12gb-256gb-5g.json b/data/smartphone/honor/2021/50-se/honor-50-se-12gb-256gb-5g.json index 5bbd97b70eee..421f03de71e4 100644 --- a/data/smartphone/honor/2021/50-se/honor-50-se-12gb-256gb-5g.json +++ b/data/smartphone/honor/2021/50-se/honor-50-se-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 164.7, + "width_mm": 75.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2021/play-30-plus/honor-play-30-plus-8gb-128gb-5g.json b/data/smartphone/honor/2021/play-30-plus/honor-play-30-plus-8gb-128gb-5g.json index 1715fa2fe279..1f8c8010767f 100644 --- a/data/smartphone/honor/2021/play-30-plus/honor-play-30-plus-8gb-128gb-5g.json +++ b/data/smartphone/honor/2021/play-30-plus/honor-play-30-plus-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 167.6, + "width_mm": 77.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/honor/2021/play-5t-youth/honor-play-5t-youth-8gb-128gb-4g-lte.json b/data/smartphone/honor/2021/play-5t-youth/honor-play-5t-youth-8gb-128gb-4g-lte.json index 197b981d3988..80ee554c3958 100644 --- a/data/smartphone/honor/2021/play-5t-youth/honor-play-5t-youth-8gb-128gb-4g-lte.json +++ b/data/smartphone/honor/2021/play-5t-youth/honor-play-5t-youth-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/honor/2021/play5-5g/honor-play5-5g-8gb-256gb-5g.json b/data/smartphone/honor/2021/play5-5g/honor-play5-5g-8gb-256gb-5g.json index f67931040688..a8ff9dc8b249 100644 --- a/data/smartphone/honor/2021/play5-5g/honor-play5-5g-8gb-256gb-5g.json +++ b/data/smartphone/honor/2021/play5-5g/honor-play5-5g-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 161.6, + "width_mm": 74.8, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/honor/2021/play5-youth/honor-play5-youth-8gb-256gb-5g.json b/data/smartphone/honor/2021/play5-youth/honor-play5-youth-8gb-256gb-5g.json index 1cc061c1ae75..5931c15d0ab1 100644 --- a/data/smartphone/honor/2021/play5-youth/honor-play5-youth-8gb-256gb-5g.json +++ b/data/smartphone/honor/2021/play5-youth/honor-play5-youth-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 161.8, + "width_mm": 74.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/honor/2021/v40-5g/honor-v40-5g-8gb-256gb-5g.json b/data/smartphone/honor/2021/v40-5g/honor-v40-5g-8gb-256gb-5g.json index dff53ab820dc..71b2737a98dd 100644 --- a/data/smartphone/honor/2021/v40-5g/honor-v40-5g-8gb-256gb-5g.json +++ b/data/smartphone/honor/2021/v40-5g/honor-v40-5g-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "mediatek-dimensity-1000", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 74.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2021/v40-lite/honor-v40-lite-8gb-256gb-5g.json b/data/smartphone/honor/2021/v40-lite/honor-v40-lite-8gb-256gb-5g.json index 16bd399c7bd5..d4f23cad2d71 100644 --- a/data/smartphone/honor/2021/v40-lite/honor-v40-lite-8gb-256gb-5g.json +++ b/data/smartphone/honor/2021/v40-lite/honor-v40-lite-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 74.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/honor/2021/view40/honor-view40-8gb-256gb-5g.json b/data/smartphone/honor/2021/view40/honor-view40-8gb-256gb-5g.json index 5a174f42809f..0b03d6e9b230 100644 --- a/data/smartphone/honor/2021/view40/honor-view40-8gb-256gb-5g.json +++ b/data/smartphone/honor/2021/view40/honor-view40-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "mediatek-dimensity-1000", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 74.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/honor/2021/x20-se/honor-x20-se-8gb-128gb-5g.json b/data/smartphone/honor/2021/x20-se/honor-x20-se-8gb-128gb-5g.json index f74cd5a46a2e..10be408e54e2 100644 --- a/data/smartphone/honor/2021/x20-se/honor-x20-se-8gb-128gb-5g.json +++ b/data/smartphone/honor/2021/x20-se/honor-x20-se-8gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 160.7, + "width_mm": 73.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/honor/2021/x20/honor-x20-8gb-256gb-5g.json b/data/smartphone/honor/2021/x20/honor-x20-8gb-256gb-5g.json index 7a298b1d5b4a..2775e56c07f4 100644 --- a/data/smartphone/honor/2021/x20/honor-x20-8gb-256gb-5g.json +++ b/data/smartphone/honor/2021/x20/honor-x20-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 161.8, + "width_mm": 74.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/honor/2021/x30-max/honor-x30-max-8gb-256gb-5g.json b/data/smartphone/honor/2021/x30-max/honor-x30-max-8gb-256gb-5g.json index dc9330fda2eb..03545276a53d 100644 --- a/data/smartphone/honor/2021/x30-max/honor-x30-max-8gb-256gb-5g.json +++ b/data/smartphone/honor/2021/x30-max/honor-x30-max-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 174.4, + "width_mm": 84.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/honor/2021/x30i/honor-x30i-8gb-256gb-5g.json b/data/smartphone/honor/2021/x30i/honor-x30i-8gb-256gb-5g.json index abb66c06fa05..f89278ed811d 100644 --- a/data/smartphone/honor/2021/x30i/honor-x30i-8gb-256gb-5g.json +++ b/data/smartphone/honor/2021/x30i/honor-x30i-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 163.4, + "width_mm": 74.7, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/honor/2022/60-se/honor-60-se-12gb-256gb-5g.json b/data/smartphone/honor/2022/60-se/honor-60-se-12gb-256gb-5g.json index cd97eafcc15d..403f9328fc71 100644 --- a/data/smartphone/honor/2022/60-se/honor-60-se-12gb-256gb-5g.json +++ b/data/smartphone/honor/2022/60-se/honor-60-se-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 161.3, + "width_mm": 73.4, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/honor/2022/70-pro/honor-70-pro-12gb-256gb-5g.json b/data/smartphone/honor/2022/70-pro/honor-70-pro-12gb-256gb-5g.json index 189b5da7828c..35f2277692ca 100644 --- a/data/smartphone/honor/2022/70-pro/honor-70-pro-12gb-256gb-5g.json +++ b/data/smartphone/honor/2022/70-pro/honor-70-pro-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-9000-plus", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 100.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 74.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/honor/2022/70-pro/honor-70-pro-12gb-512gb-5g.json b/data/smartphone/honor/2022/70-pro/honor-70-pro-12gb-512gb-5g.json index ee950352c0ae..3703431064dd 100644 --- a/data/smartphone/honor/2022/70-pro/honor-70-pro-12gb-512gb-5g.json +++ b/data/smartphone/honor/2022/70-pro/honor-70-pro-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-8000", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 100.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 74.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/honor/2022/80-se/honor-80-se-12gb-256gb-5g.json b/data/smartphone/honor/2022/80-se/honor-80-se-12gb-256gb-5g.json index a73ab7f09afc..aaa142c2a255 100644 --- a/data/smartphone/honor/2022/80-se/honor-80-se-12gb-256gb-5g.json +++ b/data/smartphone/honor/2022/80-se/honor-80-se-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 161.3, + "width_mm": 73.4, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/honor/2022/play-40-plus/honor-play-40-plus-8gb-256gb-5g.json b/data/smartphone/honor/2022/play-40-plus/honor-play-40-plus-8gb-256gb-5g.json index 692336584bfc..6d92b76332fa 100644 --- a/data/smartphone/honor/2022/play-40-plus/honor-play-40-plus-8gb-256gb-5g.json +++ b/data/smartphone/honor/2022/play-40-plus/honor-play-40-plus-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 167.5, + "width_mm": 76.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/honor/2022/play6t-pro/honor-play6t-pro-8gb-256gb-5g.json b/data/smartphone/honor/2022/play6t-pro/honor-play6t-pro-8gb-256gb-5g.json index 01060caaf5ec..2f1191814a02 100644 --- a/data/smartphone/honor/2022/play6t-pro/honor-play6t-pro-8gb-256gb-5g.json +++ b/data/smartphone/honor/2022/play6t-pro/honor-play6t-pro-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 163.4, + "width_mm": 74.7, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/honor/2022/play6t/honor-play6t-8gb-256gb-5g.json b/data/smartphone/honor/2022/play6t/honor-play6t-8gb-256gb-5g.json index a5b2946f09ca..e732bbcf1c82 100644 --- a/data/smartphone/honor/2022/play6t/honor-play6t-8gb-256gb-5g.json +++ b/data/smartphone/honor/2022/play6t/honor-play6t-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 167.6, + "width_mm": 77.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/honor/2022/x40i/honor-x40i-12gb-256gb-5g.json b/data/smartphone/honor/2022/x40i/honor-x40i-12gb-256gb-5g.json index 226cfb5c28f7..b24c148866f1 100644 --- a/data/smartphone/honor/2022/x40i/honor-x40i-12gb-256gb-5g.json +++ b/data/smartphone/honor/2022/x40i/honor-x40i-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 162.9, + "width_mm": 74.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/honor/2024/x6b/honor-x6b-6gb-256gb-4g-lte.json b/data/smartphone/honor/2024/x6b/honor-x6b-6gb-256gb-4g-lte.json index e9795dbca9e1..6f14e5fff7c2 100644 --- a/data/smartphone/honor/2024/x6b/honor-x6b-6gb-256gb-4g-lte.json +++ b/data/smartphone/honor/2024/x6b/honor-x6b-6gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 35.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/htc/2011/evo-3d-cdma/htc-evo-3d-cdma-1gb-4gb-3g.json b/data/smartphone/htc/2011/evo-3d-cdma/htc-evo-3d-cdma-1gb-4gb-3g.json index 2698edf6410c..edad5aa93d97 100644 --- a/data/smartphone/htc/2011/evo-3d-cdma/htc-evo-3d-cdma-1gb-4gb-3g.json +++ b/data/smartphone/htc/2011/evo-3d-cdma/htc-evo-3d-cdma-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 127.0, + "width_mm": 66.0, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/htc/2011/evo-3d/htc-evo-3d-1gb-1gb-3g.json b/data/smartphone/htc/2011/evo-3d/htc-evo-3d-1gb-1gb-3g.json index 1d86048d3c6f..c7d0bcbfaacd 100644 --- a/data/smartphone/htc/2011/evo-3d/htc-evo-3d-1gb-1gb-3g.json +++ b/data/smartphone/htc/2011/evo-3d/htc-evo-3d-1gb-1gb-3g.json @@ -109,5 +109,10 @@ 1 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 126.0, + "width_mm": 65.0, + "depth_mm": 12.1 + } } diff --git a/data/smartphone/htc/2011/evo-4g/htc-evo-4g-1gb-4gb-3g.json b/data/smartphone/htc/2011/evo-4g/htc-evo-4g-1gb-4gb-3g.json index ed6c42ebd3f0..afeb7933810c 100644 --- a/data/smartphone/htc/2011/evo-4g/htc-evo-4g-1gb-4gb-3g.json +++ b/data/smartphone/htc/2011/evo-4g/htc-evo-4g-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 126.0, + "width_mm": 65.0, + "depth_mm": 12.1 + } } diff --git a/data/smartphone/htc/2011/flyer-wi-fi/htc-flyer-wi-fi-1gb-32gb-2g.json b/data/smartphone/htc/2011/flyer-wi-fi/htc-flyer-wi-fi-1gb-32gb-2g.json index 5ed8ccd5b29d..6065ac9522c8 100644 --- a/data/smartphone/htc/2011/flyer-wi-fi/htc-flyer-wi-fi-1gb-32gb-2g.json +++ b/data/smartphone/htc/2011/flyer-wi-fi/htc-flyer-wi-fi-1gb-32gb-2g.json @@ -100,5 +100,10 @@ 32 ], "soc": "qualcomm-msm8255t-snapdragon-s2", - "os_version": "2.3.3" + "os_version": "2.3.3", + "dimensions": { + "height_mm": 195.4, + "width_mm": 122.0, + "depth_mm": 13.2 + } } diff --git a/data/smartphone/htc/2011/flyer/htc-flyer-1gb-32gb-3g.json b/data/smartphone/htc/2011/flyer/htc-flyer-1gb-32gb-3g.json index a1e3a2b3250a..c56187219f6e 100644 --- a/data/smartphone/htc/2011/flyer/htc-flyer-1gb-32gb-3g.json +++ b/data/smartphone/htc/2011/flyer/htc-flyer-1gb-32gb-3g.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-msm8255t-snapdragon-s2", - "os_version": "2.3.3" + "os_version": "2.3.3", + "dimensions": { + "height_mm": 195.4, + "width_mm": 122.0, + "depth_mm": 13.2 + } } diff --git a/data/smartphone/htc/2011/rezound/htc-rezound-1gb-16gb-4g-lte.json b/data/smartphone/htc/2011/rezound/htc-rezound-1gb-16gb-4g-lte.json index 48ccea312ce8..5272a92d662b 100644 --- a/data/smartphone/htc/2011/rezound/htc-rezound-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2011/rezound/htc-rezound-1gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 129.0, + "width_mm": 65.5, + "depth_mm": 13.7 + } } diff --git a/data/smartphone/htc/2011/vivid/htc-vivid-1gb-16gb-4g-lte.json b/data/smartphone/htc/2011/vivid/htc-vivid-1gb-16gb-4g-lte.json index ee1aa930f4de..4098f06b7dc7 100644 --- a/data/smartphone/htc/2011/vivid/htc-vivid-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2011/vivid/htc-vivid-1gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-apq8060-snapdragon-s3", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 128.8, + "width_mm": 67.1, + "depth_mm": 11.2 + } } diff --git a/data/smartphone/htc/2012/butterfly/htc-butterfly-2gb-16gb-4g-lte.json b/data/smartphone/htc/2012/butterfly/htc-butterfly-2gb-16gb-4g-lte.json index b3f55f7f8946..0e91ec3955cb 100644 --- a/data/smartphone/htc/2012/butterfly/htc-butterfly-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/butterfly/htc-butterfly-2gb-16gb-4g-lte.json @@ -112,5 +112,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-600", - "os_version": "4.1.1" + "os_version": "4.1.1", + "dimensions": { + "height_mm": 143.0, + "width_mm": 70.5, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/htc/2012/droid-dna/htc-droid-dna-2gb-16gb-4g-lte.json b/data/smartphone/htc/2012/droid-dna/htc-droid-dna-2gb-16gb-4g-lte.json index 740f72b91089..0a4bbae609dc 100644 --- a/data/smartphone/htc/2012/droid-dna/htc-droid-dna-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/droid-dna/htc-droid-dna-2gb-16gb-4g-lte.json @@ -111,5 +111,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.5, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/htc/2012/droid-incredible-4g-lte/htc-droid-incredible-4g-lte-1gb-8gb-4g-lte.json b/data/smartphone/htc/2012/droid-incredible-4g-lte/htc-droid-incredible-4g-lte-1gb-8gb-4g-lte.json index 5b1876a36b06..dc8e1b1ca058 100644 --- a/data/smartphone/htc/2012/droid-incredible-4g-lte/htc-droid-incredible-4g-lte-1gb-8gb-4g-lte.json +++ b/data/smartphone/htc/2012/droid-incredible-4g-lte/htc-droid-incredible-4g-lte-1gb-8gb-4g-lte.json @@ -106,5 +106,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 121.9, + "width_mm": 61.0, + "depth_mm": 11.7 + } } diff --git a/data/smartphone/htc/2012/evo-4g-lte/htc-evo-4g-lte-1gb-16gb-4g-lte.json b/data/smartphone/htc/2012/evo-4g-lte/htc-evo-4g-lte-1gb-16gb-4g-lte.json index b5570a8b6d1b..ccfef732540d 100644 --- a/data/smartphone/htc/2012/evo-4g-lte/htc-evo-4g-lte-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/evo-4g-lte/htc-evo-4g-lte-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 134.8, + "width_mm": 68.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2012/one-s-c2/htc-one-s-c2-1gb-16gb-3g.json b/data/smartphone/htc/2012/one-s-c2/htc-one-s-c2-1gb-16gb-3g.json index a183acd48426..42c781a6be91 100644 --- a/data/smartphone/htc/2012/one-s-c2/htc-one-s-c2-1gb-16gb-3g.json +++ b/data/smartphone/htc/2012/one-s-c2/htc-one-s-c2-1gb-16gb-3g.json @@ -106,5 +106,10 @@ 16 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 130.9, + "width_mm": 65.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/htc/2012/one-s/htc-one-s-1gb-16gb-3g.json b/data/smartphone/htc/2012/one-s/htc-one-s-1gb-16gb-3g.json index 420d67e38e71..86be2b7a83db 100644 --- a/data/smartphone/htc/2012/one-s/htc-one-s-1gb-16gb-3g.json +++ b/data/smartphone/htc/2012/one-s/htc-one-s-1gb-16gb-3g.json @@ -109,5 +109,10 @@ 16 ], "soc": "qualcomm-msm8290", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 130.9, + "width_mm": 65.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/htc/2012/one-sv/htc-one-sv-1gb-8gb-4g-lte.json b/data/smartphone/htc/2012/one-sv/htc-one-sv-1gb-8gb-4g-lte.json index f2563d9e9cef..21fe84181214 100644 --- a/data/smartphone/htc/2012/one-sv/htc-one-sv-1gb-8gb-4g-lte.json +++ b/data/smartphone/htc/2012/one-sv/htc-one-sv-1gb-8gb-4g-lte.json @@ -107,5 +107,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 128.0, + "width_mm": 66.9, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/htc/2012/one-vx/htc-one-vx-1gb-8gb-4g-lte.json b/data/smartphone/htc/2012/one-vx/htc-one-vx-1gb-8gb-4g-lte.json index f98a6c5803a0..61357425b209 100644 --- a/data/smartphone/htc/2012/one-vx/htc-one-vx-1gb-8gb-4g-lte.json +++ b/data/smartphone/htc/2012/one-vx/htc-one-vx-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 133.5, + "width_mm": 67.6, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/htc/2012/one-x-at-t/htc-one-x-at-t-1gb-16gb-4g-lte.json b/data/smartphone/htc/2012/one-x-at-t/htc-one-x-at-t-1gb-16gb-4g-lte.json index be4fdd477c3f..88570dba5c60 100644 --- a/data/smartphone/htc/2012/one-x-at-t/htc-one-x-at-t-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/one-x-at-t/htc-one-x-at-t-1gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 134.8, + "width_mm": 69.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2012/one-x/htc-one-x-1gb-64gb-4g-lte.json b/data/smartphone/htc/2012/one-x/htc-one-x-1gb-64gb-4g-lte.json index 9b421ed87569..09e7b0287e95 100644 --- a/data/smartphone/htc/2012/one-x/htc-one-x-1gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2012/one-x/htc-one-x-1gb-64gb-4g-lte.json @@ -113,5 +113,10 @@ 64 ], "soc": "nvidia-tegra-3-ap37", - "os_version": "4.1.1" + "os_version": "4.1.1", + "dimensions": { + "height_mm": 134.4, + "width_mm": 69.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2012/one-xl/htc-one-xl-1gb-32gb-4g-lte.json b/data/smartphone/htc/2012/one-xl/htc-one-xl-1gb-32gb-4g-lte.json index c9ebae8c8570..c6934019ffd1 100644 --- a/data/smartphone/htc/2012/one-xl/htc-one-xl-1gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2012/one-xl/htc-one-xl-1gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 134.8, + "width_mm": 69.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2012/velocity-4g-vodafone/htc-velocity-4g-vodafone-1gb-16gb-4g-lte.json b/data/smartphone/htc/2012/velocity-4g-vodafone/htc-velocity-4g-vodafone-1gb-16gb-4g-lte.json index 33c117fb6236..6a8437f065f2 100644 --- a/data/smartphone/htc/2012/velocity-4g-vodafone/htc-velocity-4g-vodafone-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/velocity-4g-vodafone/htc-velocity-4g-vodafone-1gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 128.8, + "width_mm": 67.0, + "depth_mm": 11.3 + } } diff --git a/data/smartphone/htc/2012/velocity-4g/htc-velocity-4g-1gb-16gb-4g-lte.json b/data/smartphone/htc/2012/velocity-4g/htc-velocity-4g-1gb-16gb-4g-lte.json index 1362495a30fc..3afbe3aae4b6 100644 --- a/data/smartphone/htc/2012/velocity-4g/htc-velocity-4g-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/velocity-4g/htc-velocity-4g-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3.7" + "os_version": "2.3.7", + "dimensions": { + "height_mm": 128.8, + "width_mm": 67.0, + "depth_mm": 11.3 + } } diff --git a/data/smartphone/htc/2012/windows-phone-8x/htc-windows-phone-8x-1gb-16gb-4g-lte.json b/data/smartphone/htc/2012/windows-phone-8x/htc-windows-phone-8x-1gb-16gb-4g-lte.json index afaa283ed469..e0e93ffb0345 100644 --- a/data/smartphone/htc/2012/windows-phone-8x/htc-windows-phone-8x-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/windows-phone-8x/htc-windows-phone-8x-1gb-16gb-4g-lte.json @@ -110,5 +110,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 132.4, + "width_mm": 66.2, + "depth_mm": 10.1 + } } diff --git a/data/smartphone/htc/2013/8xt/htc-8xt-1gb-8gb-4g-lte.json b/data/smartphone/htc/2013/8xt/htc-8xt-1gb-8gb-4g-lte.json index 146be709a87a..7e553a416f1b 100644 --- a/data/smartphone/htc/2013/8xt/htc-8xt-1gb-8gb-4g-lte.json +++ b/data/smartphone/htc/2013/8xt/htc-8xt-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 132.1, + "width_mm": 66.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/htc/2013/butterfly-s/htc-butterfly-s-2gb-16gb-4g-lte.json b/data/smartphone/htc/2013/butterfly-s/htc-butterfly-s-2gb-16gb-4g-lte.json index a633842aebaf..0ad4e76c945a 100644 --- a/data/smartphone/htc/2013/butterfly-s/htc-butterfly-s-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2013/butterfly-s/htc-butterfly-s-2gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "qualcomm-apq8064t-snapdragon-600", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 144.5, + "width_mm": 70.5, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/htc/2013/desire-500/htc-desire-500-1gb-4gb-3g.json b/data/smartphone/htc/2013/desire-500/htc-desire-500-1gb-4gb-3g.json index f88a1bbc7941..e99ee7a57508 100644 --- a/data/smartphone/htc/2013/desire-500/htc-desire-500-1gb-4gb-3g.json +++ b/data/smartphone/htc/2013/desire-500/htc-desire-500-1gb-4gb-3g.json @@ -109,5 +109,10 @@ 4 ], "soc": "qualcomm-msm8225q-snapdragon-s4-play", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 131.8, + "width_mm": 66.9, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/htc/2013/desire-501-dual-sim/htc-desire-501-dual-sim-1gb-8gb-3g.json b/data/smartphone/htc/2013/desire-501-dual-sim/htc-desire-501-dual-sim-1gb-8gb-3g.json index 44651d454a6d..a45cc9da4be6 100644 --- a/data/smartphone/htc/2013/desire-501-dual-sim/htc-desire-501-dual-sim-1gb-8gb-3g.json +++ b/data/smartphone/htc/2013/desire-501-dual-sim/htc-desire-501-dual-sim-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "novathor-u8500", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 128.5, + "width_mm": 66.7, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/htc/2013/desire-601/htc-desire-601-1gb-8gb-4g-lte.json b/data/smartphone/htc/2013/desire-601/htc-desire-601-1gb-8gb-4g-lte.json index a1025b95fc39..09024e9f3fb7 100644 --- a/data/smartphone/htc/2013/desire-601/htc-desire-601-1gb-8gb-4g-lte.json +++ b/data/smartphone/htc/2013/desire-601/htc-desire-601-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 134.5, + "width_mm": 66.7, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/htc/2013/desire-700-dual-sim/htc-desire-700-dual-sim-1gb-8gb-3g.json b/data/smartphone/htc/2013/desire-700-dual-sim/htc-desire-700-dual-sim-1gb-8gb-3g.json index e3c832ea366d..9fdab05062ed 100644 --- a/data/smartphone/htc/2013/desire-700-dual-sim/htc-desire-700-dual-sim-1gb-8gb-3g.json +++ b/data/smartphone/htc/2013/desire-700-dual-sim/htc-desire-700-dual-sim-1gb-8gb-3g.json @@ -109,5 +109,10 @@ 8 ], "soc": "spreadtrum-shark", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 145.5, + "width_mm": 72.0, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/htc/2013/desire-l/htc-desire-l-1gb-4gb-3g.json b/data/smartphone/htc/2013/desire-l/htc-desire-l-1gb-4gb-3g.json index 892cf2e745b3..66939cce5240 100644 --- a/data/smartphone/htc/2013/desire-l/htc-desire-l-1gb-4gb-3g.json +++ b/data/smartphone/htc/2013/desire-l/htc-desire-l-1gb-4gb-3g.json @@ -97,5 +97,10 @@ 4 ], "soc": "qualcomm-msm8225-snapdragon-s4-play", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 128.0, + "width_mm": 66.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2013/first/htc-first-1gb-16gb-4g-lte.json b/data/smartphone/htc/2013/first/htc-first-1gb-16gb-4g-lte.json index 5367823c0064..ef7ae0d2269a 100644 --- a/data/smartphone/htc/2013/first/htc-first-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2013/first/htc-first-1gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 126.0, + "width_mm": 65.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2013/one-dual-sim/htc-one-dual-sim-2gb-32gb-3g.json b/data/smartphone/htc/2013/one-dual-sim/htc-one-dual-sim-2gb-32gb-3g.json index 20bbcbdabc06..453133d00910 100644 --- a/data/smartphone/htc/2013/one-dual-sim/htc-one-dual-sim-2gb-32gb-3g.json +++ b/data/smartphone/htc/2013/one-dual-sim/htc-one-dual-sim-2gb-32gb-3g.json @@ -107,5 +107,10 @@ 32 ], "soc": "qualcomm-apq8064t-snapdragon-600", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 137.8, + "width_mm": 69.3, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/htc/2013/one-max/htc-one-max-2gb-32gb-4g-lte.json b/data/smartphone/htc/2013/one-max/htc-one-max-2gb-32gb-4g-lte.json index 2b9217ef62cc..3a626d94123a 100644 --- a/data/smartphone/htc/2013/one-max/htc-one-max-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2013/one-max/htc-one-max-2gb-32gb-4g-lte.json @@ -117,5 +117,10 @@ 32 ], "soc": "qualcomm-apq8064-snapdragon-600", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 164.5, + "width_mm": 82.5, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/htc/2013/one-mini/htc-one-mini-1gb-16gb-4g-lte.json b/data/smartphone/htc/2013/one-mini/htc-one-mini-1gb-16gb-4g-lte.json index 1f087a7a1c1a..59a7c36e9cb5 100644 --- a/data/smartphone/htc/2013/one-mini/htc-one-mini-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2013/one-mini/htc-one-mini-1gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 132.0, + "width_mm": 63.2, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/htc/2013/one/htc-one-2gb-64gb-4g-lte.json b/data/smartphone/htc/2013/one/htc-one-2gb-64gb-4g-lte.json index 907ac4a7b21f..c46fad5fe89b 100644 --- a/data/smartphone/htc/2013/one/htc-one-2gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2013/one/htc-one-2gb-64gb-4g-lte.json @@ -119,5 +119,10 @@ 64 ], "soc": "qualcomm-apq8064t-snapdragon-600", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 137.4, + "width_mm": 68.2, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/htc/2014/butterfly-2/htc-butterfly-2-2gb-32gb-4g-lte.json b/data/smartphone/htc/2014/butterfly-2/htc-butterfly-2-2gb-32gb-4g-lte.json index b58d4bd9899d..80794f262b3c 100644 --- a/data/smartphone/htc/2014/butterfly-2/htc-butterfly-2-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2014/butterfly-2/htc-butterfly-2-2gb-32gb-4g-lte.json @@ -113,5 +113,11 @@ 32 ], "soc": "qualcomm-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.4, + "width_mm": 70.2, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/htc/2014/desire-310/htc-desire-310-1gb-4gb-3g.json b/data/smartphone/htc/2014/desire-310/htc-desire-310-1gb-4gb-3g.json index 6d226384cda2..adf142cb3ac4 100644 --- a/data/smartphone/htc/2014/desire-310/htc-desire-310-1gb-4gb-3g.json +++ b/data/smartphone/htc/2014/desire-310/htc-desire-310-1gb-4gb-3g.json @@ -103,5 +103,10 @@ 4 ], "soc": "mediatek-mt6582m", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 132.4, + "width_mm": 68.0, + "depth_mm": 11.3 + } } diff --git a/data/smartphone/htc/2014/desire-516-dual-sim/htc-desire-516-dual-sim-1gb-4gb-3g.json b/data/smartphone/htc/2014/desire-516-dual-sim/htc-desire-516-dual-sim-1gb-4gb-3g.json index bbaa60ac04a4..797fba0971c4 100644 --- a/data/smartphone/htc/2014/desire-516-dual-sim/htc-desire-516-dual-sim-1gb-4gb-3g.json +++ b/data/smartphone/htc/2014/desire-516-dual-sim/htc-desire-516-dual-sim-1gb-4gb-3g.json @@ -103,5 +103,10 @@ 4 ], "soc": "qualcomm-msm8625q-snapdragon-200", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 140.0, + "width_mm": 72.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/htc/2014/desire-610/htc-desire-610-1gb-8gb-4g-lte.json b/data/smartphone/htc/2014/desire-610/htc-desire-610-1gb-8gb-4g-lte.json index bfa0b7b0c7b7..9059bb0b0cc9 100644 --- a/data/smartphone/htc/2014/desire-610/htc-desire-610-1gb-8gb-4g-lte.json +++ b/data/smartphone/htc/2014/desire-610/htc-desire-610-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 143.1, + "width_mm": 70.5, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/htc/2014/desire-612/htc-desire-612-1gb-8gb-4g-lte.json b/data/smartphone/htc/2014/desire-612/htc-desire-612-1gb-8gb-4g-lte.json index ece8abe096b1..67f65de2a689 100644 --- a/data/smartphone/htc/2014/desire-612/htc-desire-612-1gb-8gb-4g-lte.json +++ b/data/smartphone/htc/2014/desire-612/htc-desire-612-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 143.8, + "width_mm": 70.4, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/htc/2014/desire-620/htc-desire-620-1gb-8gb-4g-lte.json b/data/smartphone/htc/2014/desire-620/htc-desire-620-1gb-8gb-4g-lte.json index 8b3c14e8f53b..e436bd00fdff 100644 --- a/data/smartphone/htc/2014/desire-620/htc-desire-620-1gb-8gb-4g-lte.json +++ b/data/smartphone/htc/2014/desire-620/htc-desire-620-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 150.1, + "width_mm": 72.7, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/htc/2014/desire-626/htc-desire-626-2gb-16gb-4g-lte.json b/data/smartphone/htc/2014/desire-626/htc-desire-626-2gb-16gb-4g-lte.json index 8e8b24ef114c..6c84bbb4e76e 100644 --- a/data/smartphone/htc/2014/desire-626/htc-desire-626-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/desire-626/htc-desire-626-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/htc/2014/desire-700/htc-desire-700-1gb-8gb-3g.json b/data/smartphone/htc/2014/desire-700/htc-desire-700-1gb-8gb-3g.json index 928e8042d2e3..629cd1339d32 100644 --- a/data/smartphone/htc/2014/desire-700/htc-desire-700-1gb-8gb-3g.json +++ b/data/smartphone/htc/2014/desire-700/htc-desire-700-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "spreadtrum-shark", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 145.5, + "width_mm": 72.0, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/htc/2014/desire-816g-dual-sim/htc-desire-816g-dual-sim-1gb-16gb-3g.json b/data/smartphone/htc/2014/desire-816g-dual-sim/htc-desire-816g-dual-sim-1gb-16gb-3g.json index 4b99eeb2d744..a3f427a9e841 100644 --- a/data/smartphone/htc/2014/desire-816g-dual-sim/htc-desire-816g-dual-sim-1gb-16gb-3g.json +++ b/data/smartphone/htc/2014/desire-816g-dual-sim/htc-desire-816g-dual-sim-1gb-16gb-3g.json @@ -105,5 +105,10 @@ 16 ], "soc": "mediatek-mt6582-india-model", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 156.6, + "width_mm": 78.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/htc/2014/desire-820-dual-sim/htc-desire-820-dual-sim-2gb-16gb-4g-lte.json b/data/smartphone/htc/2014/desire-820-dual-sim/htc-desire-820-dual-sim-2gb-16gb-4g-lte.json index 4de237fb6eb4..3d627efd7802 100644 --- a/data/smartphone/htc/2014/desire-820-dual-sim/htc-desire-820-dual-sim-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/desire-820-dual-sim/htc-desire-820-dual-sim-2gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/htc/2014/desire-820/htc-desire-820-2gb-16gb-4g-lte.json b/data/smartphone/htc/2014/desire-820/htc-desire-820-2gb-16gb-4g-lte.json index 7eacc3642336..1d99e19ee305 100644 --- a/data/smartphone/htc/2014/desire-820/htc-desire-820-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/desire-820/htc-desire-820-2gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/htc/2014/desire-820q-dual-sim/htc-desire-820q-dual-sim-1gb-16gb-4g-lte.json b/data/smartphone/htc/2014/desire-820q-dual-sim/htc-desire-820q-dual-sim-1gb-16gb-4g-lte.json index acb3da0efe64..4f3d278d9d13 100644 --- a/data/smartphone/htc/2014/desire-820q-dual-sim/htc-desire-820q-dual-sim-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/desire-820q-dual-sim/htc-desire-820q-dual-sim-1gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/htc/2014/desire-eye/htc-desire-eye-2gb-16gb-4g-lte.json b/data/smartphone/htc/2014/desire-eye/htc-desire-eye-2gb-16gb-4g-lte.json index bab20bfac728..23995b6522e1 100644 --- a/data/smartphone/htc/2014/desire-eye/htc-desire-eye-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/desire-eye/htc-desire-eye-2gb-16gb-4g-lte.json @@ -114,5 +114,11 @@ 16 ], "soc": "qualcomm-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.7, + "width_mm": 73.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/htc/2014/one-e8-cdma/htc-one-e8-cdma-2gb-16gb-4g-lte.json b/data/smartphone/htc/2014/one-e8-cdma/htc-one-e8-cdma-2gb-16gb-4g-lte.json index 176cbb34be28..1636eae66367 100644 --- a/data/smartphone/htc/2014/one-e8-cdma/htc-one-e8-cdma-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-e8-cdma/htc-one-e8-cdma-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8975ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.7, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/htc/2014/one-e8/htc-one-e8-2gb-16gb-4g-lte.json b/data/smartphone/htc/2014/one-e8/htc-one-e8-2gb-16gb-4g-lte.json index d7ddb26b391d..52548f54b7e7 100644 --- a/data/smartphone/htc/2014/one-e8/htc-one-e8-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-e8/htc-one-e8-2gb-16gb-4g-lte.json @@ -114,5 +114,11 @@ 16 ], "soc": "qualcomm-msm8975ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.7, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/htc/2014/one-m8-cdma/htc-one-m8-cdma-2gb-32gb-4g-lte.json b/data/smartphone/htc/2014/one-m8-cdma/htc-one-m8-cdma-2gb-32gb-4g-lte.json index 16c166946f78..1efb072aded4 100644 --- a/data/smartphone/htc/2014/one-m8-cdma/htc-one-m8-cdma-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-m8-cdma/htc-one-m8-cdma-2gb-32gb-4g-lte.json @@ -109,5 +109,11 @@ 32 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/htc/2014/one-m8-dual-sim/htc-one-m8-dual-sim-2gb-16gb-4g-lte.json b/data/smartphone/htc/2014/one-m8-dual-sim/htc-one-m8-dual-sim-2gb-16gb-4g-lte.json index 4f5975a0927b..1af13cebd288 100644 --- a/data/smartphone/htc/2014/one-m8-dual-sim/htc-one-m8-dual-sim-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-m8-dual-sim/htc-one-m8-dual-sim-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/htc/2014/one-m8-eye/htc-one-m8-eye-2gb-16gb-4g-lte.json b/data/smartphone/htc/2014/one-m8-eye/htc-one-m8-eye-2gb-16gb-4g-lte.json index aabd19f52c4a..6850f35efcb7 100644 --- a/data/smartphone/htc/2014/one-m8-eye/htc-one-m8-eye-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-m8-eye/htc-one-m8-eye-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/htc/2014/one-m8-for-windows-cdma/htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte.json b/data/smartphone/htc/2014/one-m8-for-windows-cdma/htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte.json index 161a0165d3ad..3601f742e41c 100644 --- a/data/smartphone/htc/2014/one-m8-for-windows-cdma/htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-m8-for-windows-cdma/htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "8.1.1" + "os_version": "8.1.1", + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/htc/2014/one-m8-for-windows/htc-one-m8-for-windows-2gb-32gb-4g-lte.json b/data/smartphone/htc/2014/one-m8-for-windows/htc-one-m8-for-windows-2gb-32gb-4g-lte.json index 7310925172fa..ed486c1db987 100644 --- a/data/smartphone/htc/2014/one-m8-for-windows/htc-one-m8-for-windows-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-m8-for-windows/htc-one-m8-for-windows-2gb-32gb-4g-lte.json @@ -110,5 +110,10 @@ 32 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "8.1.1" + "os_version": "8.1.1", + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/htc/2014/one-m8/htc-one-m8-2gb-32gb-4g-lte.json b/data/smartphone/htc/2014/one-m8/htc-one-m8-2gb-32gb-4g-lte.json index 7cb2f4e88a7e..deeca7a66748 100644 --- a/data/smartphone/htc/2014/one-m8/htc-one-m8-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-m8/htc-one-m8-2gb-32gb-4g-lte.json @@ -119,5 +119,11 @@ 32 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/htc/2014/one-mini-2/htc-one-mini-2-1gb-16gb-4g-lte.json b/data/smartphone/htc/2014/one-mini-2/htc-one-mini-2-1gb-16gb-4g-lte.json index a8d96e54fb0d..1f75db17e4c2 100644 --- a/data/smartphone/htc/2014/one-mini-2/htc-one-mini-2-1gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2014/one-mini-2/htc-one-mini-2-1gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 137.4, + "width_mm": 65.0, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/htc/2015/butterfly-3/htc-butterfly-3-3gb-32gb-4g-lte.json b/data/smartphone/htc/2015/butterfly-3/htc-butterfly-3-3gb-32gb-4g-lte.json index 559a84bd06ae..03218df7c0d5 100644 --- a/data/smartphone/htc/2015/butterfly-3/htc-butterfly-3-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/butterfly-3/htc-butterfly-3-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.0, + "width_mm": 73.0, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/htc/2015/desire-626g/htc-desire-626g-1gb-8gb-3g.json b/data/smartphone/htc/2015/desire-626g/htc-desire-626g-1gb-8gb-3g.json index 132c984119c4..96501182964f 100644 --- a/data/smartphone/htc/2015/desire-626g/htc-desire-626g-1gb-8gb-3g.json +++ b/data/smartphone/htc/2015/desire-626g/htc-desire-626g-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6592", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/htc/2015/desire-728-dual-sim/htc-desire-728-dual-sim-2gb-16gb-4g-lte.json b/data/smartphone/htc/2015/desire-728-dual-sim/htc-desire-728-dual-sim-2gb-16gb-4g-lte.json index 0c7046058e32..4ac2fd1a6181 100644 --- a/data/smartphone/htc/2015/desire-728-dual-sim/htc-desire-728-dual-sim-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2015/desire-728-dual-sim/htc-desire-728-dual-sim-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 157.9, + "width_mm": 77.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/htc/2015/desire-820g-dual-sim/htc-desire-820g-dual-sim-1gb-16gb-3g.json b/data/smartphone/htc/2015/desire-820g-dual-sim/htc-desire-820g-dual-sim-1gb-16gb-3g.json index 8b4584cb9216..fec99129b9d4 100644 --- a/data/smartphone/htc/2015/desire-820g-dual-sim/htc-desire-820g-dual-sim-1gb-16gb-3g.json +++ b/data/smartphone/htc/2015/desire-820g-dual-sim/htc-desire-820g-dual-sim-1gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6592", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/htc/2015/desire-820s-dual-sim/htc-desire-820s-dual-sim-2gb-16gb-4g-lte.json b/data/smartphone/htc/2015/desire-820s-dual-sim/htc-desire-820s-dual-sim-2gb-16gb-4g-lte.json index 6e9925890929..77ccb4d5fe13 100644 --- a/data/smartphone/htc/2015/desire-820s-dual-sim/htc-desire-820s-dual-sim-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2015/desire-820s-dual-sim/htc-desire-820s-dual-sim-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/htc/2015/desire-828-dual-sim/htc-desire-828-dual-sim-3gb-32gb-4g-lte.json b/data/smartphone/htc/2015/desire-828-dual-sim/htc-desire-828-dual-sim-3gb-32gb-4g-lte.json index 6d60d0bd88cb..ae40e0df5c54 100644 --- a/data/smartphone/htc/2015/desire-828-dual-sim/htc-desire-828-dual-sim-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/desire-828-dual-sim/htc-desire-828-dual-sim-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/htc/2015/one-a9/htc-one-a9-3gb-32gb-4g-lte.json b/data/smartphone/htc/2015/one-a9/htc-one-a9-3gb-32gb-4g-lte.json index 6d0b86c6ad76..5a5dd045d6bc 100644 --- a/data/smartphone/htc/2015/one-a9/htc-one-a9-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-a9/htc-one-a9-3gb-32gb-4g-lte.json @@ -118,5 +118,11 @@ 32 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.8, + "width_mm": 70.8, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/htc/2015/one-e9/htc-one-e9-2gb-16gb-4g-lte.json b/data/smartphone/htc/2015/one-e9/htc-one-e9-2gb-16gb-4g-lte.json index 9b82fa3c68c5..980f2b6627b0 100644 --- a/data/smartphone/htc/2015/one-e9/htc-one-e9-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-e9/htc-one-e9-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "mediatek-mt6795m-helio-x10", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.5, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/htc/2015/one-e9/htc-one-e9-3gb-32gb-4g-lte.json b/data/smartphone/htc/2015/one-e9/htc-one-e9-3gb-32gb-4g-lte.json index 90e15422a201..e25aee902c03 100644 --- a/data/smartphone/htc/2015/one-e9/htc-one-e9-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-e9/htc-one-e9-3gb-32gb-4g-lte.json @@ -113,5 +113,10 @@ 32 ], "soc": "mediatek-mt6795m-helio-x10", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.5, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/htc/2015/one-e9s-dual-sim/htc-one-e9s-dual-sim-2gb-16gb-4g-lte.json b/data/smartphone/htc/2015/one-e9s-dual-sim/htc-one-e9s-dual-sim-2gb-16gb-4g-lte.json index f05f3d7a6936..6fc0af1995ab 100644 --- a/data/smartphone/htc/2015/one-e9s-dual-sim/htc-one-e9s-dual-sim-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-e9s-dual-sim/htc-one-e9s-dual-sim-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6752m", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 157.7, + "width_mm": 79.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/htc/2015/one-m8s/htc-one-m8s-2gb-32gb-4g-lte.json b/data/smartphone/htc/2015/one-m8s/htc-one-m8s-2gb-32gb-4g-lte.json index cce384ad27a6..28c97064fdcd 100644 --- a/data/smartphone/htc/2015/one-m8s/htc-one-m8s-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-m8s/htc-one-m8s-2gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/htc/2015/one-m9-supreme-camera/htc-one-m9-supreme-camera-3gb-32gb-4g-lte.json b/data/smartphone/htc/2015/one-m9-supreme-camera/htc-one-m9-supreme-camera-3gb-32gb-4g-lte.json index ac248fba34a5..476dd82da74b 100644 --- a/data/smartphone/htc/2015/one-m9-supreme-camera/htc-one-m9-supreme-camera-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-m9-supreme-camera/htc-one-m9-supreme-camera-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6795t-helio-x10", - "os_version": "5.2" + "os_version": "5.2", + "dimensions": { + "height_mm": 151.0, + "width_mm": 72.0, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/htc/2015/one-m9/htc-one-m9-3gb-32gb-4g-lte.json b/data/smartphone/htc/2015/one-m9/htc-one-m9-3gb-32gb-4g-lte.json index bb02b5919ad0..181aa195f759 100644 --- a/data/smartphone/htc/2015/one-m9/htc-one-m9-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-m9/htc-one-m9-3gb-32gb-4g-lte.json @@ -117,5 +117,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.7, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/htc/2015/one-m9s/htc-one-m9s-2gb-16gb-4g-lte.json b/data/smartphone/htc/2015/one-m9s/htc-one-m9s-2gb-16gb-4g-lte.json index 801ddc0fb23b..b256572617c2 100644 --- a/data/smartphone/htc/2015/one-m9s/htc-one-m9s-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-m9s/htc-one-m9s-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.7, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/htc/2015/one-me/htc-one-me-3gb-32gb-4g-lte.json b/data/smartphone/htc/2015/one-me/htc-one-me-3gb-32gb-4g-lte.json index 54e17af80961..91a7fa4e277c 100644 --- a/data/smartphone/htc/2015/one-me/htc-one-me-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-me/htc-one-me-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.2" + "os_version": "5.2", + "dimensions": { + "height_mm": 151.0, + "width_mm": 72.0, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/htc/2015/one-x9/htc-one-x9-3gb-32gb-4g-lte.json b/data/smartphone/htc/2015/one-x9/htc-one-x9-3gb-32gb-4g-lte.json index b1a2379af325..c2888a29a04d 100644 --- a/data/smartphone/htc/2015/one-x9/htc-one-x9-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2015/one-x9/htc-one-x9-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.9, + "width_mm": 75.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/htc/2016/10-evo/htc-10-evo-3gb-64gb-4g-lte.json b/data/smartphone/htc/2016/10-evo/htc-10-evo-3gb-64gb-4g-lte.json index 5b1b71e9a78a..74f587f7fd16 100644 --- a/data/smartphone/htc/2016/10-evo/htc-10-evo-3gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2016/10-evo/htc-10-evo-3gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.6, + "width_mm": 77.3, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/htc/2016/10-lifestyle/htc-10-lifestyle-3gb-64gb-4g-lte.json b/data/smartphone/htc/2016/10-lifestyle/htc-10-lifestyle-3gb-64gb-4g-lte.json index e2ce1acdee92..792eeb32a2ee 100644 --- a/data/smartphone/htc/2016/10-lifestyle/htc-10-lifestyle-3gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2016/10-lifestyle/htc-10-lifestyle-3gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.9, + "width_mm": 71.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/htc/2016/10/htc-10-4gb-64gb-4g-lte.json b/data/smartphone/htc/2016/10/htc-10-4gb-64gb-4g-lte.json index b199d1de69dd..289c0197db52 100644 --- a/data/smartphone/htc/2016/10/htc-10-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2016/10/htc-10-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.9, + "width_mm": 71.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/htc/2016/desire-10-lifestyle/htc-desire-10-lifestyle-3gb-32gb-4g-lte.json b/data/smartphone/htc/2016/desire-10-lifestyle/htc-desire-10-lifestyle-3gb-32gb-4g-lte.json index 00842cc49a34..94e3b6d8f103 100644 --- a/data/smartphone/htc/2016/desire-10-lifestyle/htc-desire-10-lifestyle-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2016/desire-10-lifestyle/htc-desire-10-lifestyle-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8928-snapdragon-400", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 156.9, + "width_mm": 76.9, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/htc/2016/desire-10-pro/htc-desire-10-pro-4gb-64gb-4g-lte.json b/data/smartphone/htc/2016/desire-10-pro/htc-desire-10-pro-4gb-64gb-4g-lte.json index c84053f23b80..c776769320af 100644 --- a/data/smartphone/htc/2016/desire-10-pro/htc-desire-10-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2016/desire-10-pro/htc-desire-10-pro-4gb-64gb-4g-lte.json @@ -109,5 +109,11 @@ 64 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/htc/2016/desire-628/htc-desire-628-3gb-32gb-4g-lte.json b/data/smartphone/htc/2016/desire-628/htc-desire-628-3gb-32gb-4g-lte.json index 097132f65b3b..0e1a9c69a294 100644 --- a/data/smartphone/htc/2016/desire-628/htc-desire-628-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2016/desire-628/htc-desire-628-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/htc/2016/desire-630/htc-desire-630-2gb-16gb-4g-lte.json b/data/smartphone/htc/2016/desire-630/htc-desire-630-2gb-16gb-4g-lte.json index d89fe20fb739..fa94cf8f76ec 100644 --- a/data/smartphone/htc/2016/desire-630/htc-desire-630-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2016/desire-630/htc-desire-630-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/htc/2016/desire-650/htc-desire-650-2gb-16gb-4g-lte.json b/data/smartphone/htc/2016/desire-650/htc-desire-650-2gb-16gb-4g-lte.json index 9c944019a105..2a6fab7bfbd7 100644 --- a/data/smartphone/htc/2016/desire-650/htc-desire-650-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2016/desire-650/htc-desire-650-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8928-snapdragon-400", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/htc/2016/desire-728-ultra/htc-desire-728-ultra-3gb-32gb-4g-lte.json b/data/smartphone/htc/2016/desire-728-ultra/htc-desire-728-ultra-3gb-32gb-4g-lte.json index fe6bb99b9167..2ff13a459acd 100644 --- a/data/smartphone/htc/2016/desire-728-ultra/htc-desire-728-ultra-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2016/desire-728-ultra/htc-desire-728-ultra-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 157.9, + "width_mm": 77.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/htc/2016/desire-825/htc-desire-825-2gb-16gb-4g-lte.json b/data/smartphone/htc/2016/desire-825/htc-desire-825-2gb-16gb-4g-lte.json index aa7a4e10db22..d617ccbc87db 100644 --- a/data/smartphone/htc/2016/desire-825/htc-desire-825-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2016/desire-825/htc-desire-825-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 156.9, + "width_mm": 76.9, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/htc/2016/desire-830/htc-desire-830-3gb-32gb-4g-lte.json b/data/smartphone/htc/2016/desire-830/htc-desire-830-3gb-32gb-4g-lte.json index a533574b83e7..27977441a0a2 100644 --- a/data/smartphone/htc/2016/desire-830/htc-desire-830-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2016/desire-830/htc-desire-830-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 157.5, + "width_mm": 78.9, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/htc/2016/one-a9s/htc-one-a9s-3gb-32gb-4g-lte.json b/data/smartphone/htc/2016/one-a9s/htc-one-a9s-3gb-32gb-4g-lte.json index fa068bd9279e..517019ae42b9 100644 --- a/data/smartphone/htc/2016/one-a9s/htc-one-a9s-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2016/one-a9s/htc-one-a9s-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 146.5, + "width_mm": 71.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/htc/2016/one-m9-prime-camera/htc-one-m9-prime-camera-2gb-16gb-4g-lte.json b/data/smartphone/htc/2016/one-m9-prime-camera/htc-one-m9-prime-camera-2gb-16gb-4g-lte.json index 58d615ec2693..eab3a382551c 100644 --- a/data/smartphone/htc/2016/one-m9-prime-camera/htc-one-m9-prime-camera-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2016/one-m9-prime-camera/htc-one-m9-prime-camera-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "mediatek-mt6795t-helio-x10", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.7, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/htc/2016/one-s9/htc-one-s9-2gb-16gb-4g-lte.json b/data/smartphone/htc/2016/one-s9/htc-one-s9-2gb-16gb-4g-lte.json index 98128a73972e..c7d3acfd6d87 100644 --- a/data/smartphone/htc/2016/one-s9/htc-one-s9-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2016/one-s9/htc-one-s9-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.7, + "depth_mm": 10.1 + } } diff --git a/data/smartphone/htc/2017/desire-10-compact/htc-desire-10-compact-3gb-32gb-4g-lte.json b/data/smartphone/htc/2017/desire-10-compact/htc-desire-10-compact-3gb-32gb-4g-lte.json index 31ee7515f562..32eca4a547c1 100644 --- a/data/smartphone/htc/2017/desire-10-compact/htc-desire-10-compact-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2017/desire-10-compact/htc-desire-10-compact-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6737t", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 148.6, + "width_mm": 72.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/htc/2017/one-x10/htc-one-x10-3gb-32gb-4g-lte.json b/data/smartphone/htc/2017/one-x10/htc-one-x10-3gb-32gb-4g-lte.json index df4c537a5368..5c9b22aa1fda 100644 --- a/data/smartphone/htc/2017/one-x10/htc-one-x10-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2017/one-x10/htc-one-x10-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ "storage_options_gb": [ 32 ], - "soc": "mediatek-mt6755-helio-p10" + "soc": "mediatek-mt6755-helio-p10", + "dimensions": { + "height_mm": 152.9, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/htc/2017/u-play/htc-u-play-4gb-64gb-4g-lte.json b/data/smartphone/htc/2017/u-play/htc-u-play-4gb-64gb-4g-lte.json index f4316da98474..2f781f960f00 100644 --- a/data/smartphone/htc/2017/u-play/htc-u-play-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2017/u-play/htc-u-play-4gb-64gb-4g-lte.json @@ -109,5 +109,11 @@ 64 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/htc/2017/u-ultra/htc-u-ultra-4gb-128gb-4g-lte.json b/data/smartphone/htc/2017/u-ultra/htc-u-ultra-4gb-128gb-4g-lte.json index 01e34975a4b7..5e36ba782ea4 100644 --- a/data/smartphone/htc/2017/u-ultra/htc-u-ultra-4gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2017/u-ultra/htc-u-ultra-4gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 79.8, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/htc/2017/u11-life/htc-u11-life-4gb-64gb-4g-lte.json b/data/smartphone/htc/2017/u11-life/htc-u11-life-4gb-64gb-4g-lte.json index 692582310f73..bc714187a51b 100644 --- a/data/smartphone/htc/2017/u11-life/htc-u11-life-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2017/u11-life/htc-u11-life-4gb-64gb-4g-lte.json @@ -115,5 +115,10 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 149.1, + "width_mm": 72.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/htc/2017/u11/htc-u11-6gb-128gb-4g-lte.json b/data/smartphone/htc/2017/u11/htc-u11-6gb-128gb-4g-lte.json index ebd5422aa4a0..a8f223f76f80 100644 --- a/data/smartphone/htc/2017/u11/htc-u11-6gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2017/u11/htc-u11-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.9, + "width_mm": 75.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/htc/2018/desire-12/htc-desire-12-3gb-32gb-4g-lte.json b/data/smartphone/htc/2018/desire-12/htc-desire-12-3gb-32gb-4g-lte.json index a367875444a5..fc857a5701f9 100644 --- a/data/smartphone/htc/2018/desire-12/htc-desire-12-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2018/desire-12/htc-desire-12-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/htc/2018/desire-12s/htc-desire-12s-4gb-64gb-4g-lte.json b/data/smartphone/htc/2018/desire-12s/htc-desire-12s-4gb-64gb-4g-lte.json index 7212f68a9437..dcf4d020e991 100644 --- a/data/smartphone/htc/2018/desire-12s/htc-desire-12s-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2018/desire-12s/htc-desire-12s-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.2, + "width_mm": 72.7, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/htc/2018/exodus-1/htc-exodus-1-6gb-128gb-4g-lte.json b/data/smartphone/htc/2018/exodus-1/htc-exodus-1-6gb-128gb-4g-lte.json index 86c7001d4541..f2d5bf599cd2 100644 --- a/data/smartphone/htc/2018/exodus-1/htc-exodus-1-6gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2018/exodus-1/htc-exodus-1-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.6, + "width_mm": 73.9, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/htc/2018/u11-eyes/htc-u11-eyes-4gb-64gb-4g-lte.json b/data/smartphone/htc/2018/u11-eyes/htc-u11-eyes-4gb-64gb-4g-lte.json index be97ad643ae2..f2e19a74021f 100644 --- a/data/smartphone/htc/2018/u11-eyes/htc-u11-eyes-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2018/u11-eyes/htc-u11-eyes-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.9, + "width_mm": 75.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/htc/2018/u12-life/htc-u12-life-6gb-128gb-4g-lte.json b/data/smartphone/htc/2018/u12-life/htc-u12-life-6gb-128gb-4g-lte.json index 2ad8083ba5e2..db57cb211473 100644 --- a/data/smartphone/htc/2018/u12-life/htc-u12-life-6gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2018/u12-life/htc-u12-life-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 75.4, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/htc/2018/u12/htc-u12-6gb-128gb-4g-lte.json b/data/smartphone/htc/2018/u12/htc-u12-6gb-128gb-4g-lte.json index 7f6339514b92..b8100c944d2e 100644 --- a/data/smartphone/htc/2018/u12/htc-u12-6gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2018/u12/htc-u12-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.6, + "width_mm": 73.9, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/htc/2019/desire-19s/htc-desire-19s-3gb-32gb-4g-lte.json b/data/smartphone/htc/2019/desire-19s/htc-desire-19s-3gb-32gb-4g-lte.json index aea85b175c27..19a4dc0abd3f 100644 --- a/data/smartphone/htc/2019/desire-19s/htc-desire-19s-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2019/desire-19s/htc-desire-19s-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9" + "os_version": "9", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.2, + "width_mm": 74.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/htc/2019/exodus-1s/htc-exodus-1s-4gb-64gb-4g-lte.json b/data/smartphone/htc/2019/exodus-1s/htc-exodus-1s-4gb-64gb-4g-lte.json index c9d6ac637d5d..767febd84095 100644 --- a/data/smartphone/htc/2019/exodus-1s/htc-exodus-1s-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2019/exodus-1s/htc-exodus-1s-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-sdm435-snapdragon-435", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.2, + "width_mm": 72.7, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/htc/2019/u19e/htc-u19e-6gb-128gb-4g-lte.json b/data/smartphone/htc/2019/u19e/htc-u19e-6gb-128gb-4g-lte.json index 346ffcc335d7..4ff8f528d992 100644 --- a/data/smartphone/htc/2019/u19e/htc-u19e-6gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2019/u19e/htc-u19e-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.6, + "width_mm": 75.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/htc/2019/wildfire-e/htc-wildfire-e-2gb-32gb-4g-lte.json b/data/smartphone/htc/2019/wildfire-e/htc-wildfire-e-2gb-32gb-4g-lte.json index 6017870dc1ff..824b798d57ae 100644 --- a/data/smartphone/htc/2019/wildfire-e/htc-wildfire-e-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2019/wildfire-e/htc-wildfire-e-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 147.9, + "width_mm": 71.4, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2019/wildfire-e1-plus/htc-wildfire-e1-plus-3gb-32gb-4g-lte.json b/data/smartphone/htc/2019/wildfire-e1-plus/htc-wildfire-e1-plus-3gb-32gb-4g-lte.json index fa143edf7c47..e13266e831fa 100644 --- a/data/smartphone/htc/2019/wildfire-e1-plus/htc-wildfire-e1-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2019/wildfire-e1-plus/htc-wildfire-e1-plus-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6763-helio-p23", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 157.5, + "width_mm": 75.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2019/wildfire-e1/htc-wildfire-e1-3gb-32gb-4g-lte.json b/data/smartphone/htc/2019/wildfire-e1/htc-wildfire-e1-3gb-32gb-4g-lte.json index 2425bff09a58..f8ea74e7d3c4 100644 --- a/data/smartphone/htc/2019/wildfire-e1/htc-wildfire-e1-3gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2019/wildfire-e1/htc-wildfire-e1-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6763-helio-p23", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 157.5, + "width_mm": 75.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2019/wildfire-x/htc-wildfire-x-4gb-128gb-4g-lte.json b/data/smartphone/htc/2019/wildfire-x/htc-wildfire-x-4gb-128gb-4g-lte.json index a7e96686e5a6..7edb63c68bbc 100644 --- a/data/smartphone/htc/2019/wildfire-x/htc-wildfire-x-4gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2019/wildfire-x/htc-wildfire-x-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9" + "os_version": "9", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/htc/2020/desire-20-pro/htc-desire-20-pro-6gb-128gb-4g-lte.json b/data/smartphone/htc/2020/desire-20-pro/htc-desire-20-pro-6gb-128gb-4g-lte.json index 082eeada7ba5..74409533a92b 100644 --- a/data/smartphone/htc/2020/desire-20-pro/htc-desire-20-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2020/desire-20-pro/htc-desire-20-pro-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/htc/2020/desire-20/htc-desire-20-6gb-128gb-4g-lte.json b/data/smartphone/htc/2020/desire-20/htc-desire-20-6gb-128gb-4g-lte.json index 2cce557e0d27..b7db07f1e024 100644 --- a/data/smartphone/htc/2020/desire-20/htc-desire-20-6gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2020/desire-20/htc-desire-20-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.7, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/htc/2020/wildfire-e1-lite/htc-wildfire-e1-lite-2gb-16gb-4g-lte.json b/data/smartphone/htc/2020/wildfire-e1-lite/htc-wildfire-e1-lite-2gb-16gb-4g-lte.json index 5613e90cdd98..46e756cdcec2 100644 --- a/data/smartphone/htc/2020/wildfire-e1-lite/htc-wildfire-e1-lite-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2020/wildfire-e1-lite/htc-wildfire-e1-lite-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6761d-helio-a20", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 147.9, + "width_mm": 71.4, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2020/wildfire-e2/htc-wildfire-e2-4gb-64gb-4g-lte.json b/data/smartphone/htc/2020/wildfire-e2/htc-wildfire-e2-4gb-64gb-4g-lte.json index 74b80567cbaa..f468471473d6 100644 --- a/data/smartphone/htc/2020/wildfire-e2/htc-wildfire-e2-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2020/wildfire-e2/htc-wildfire-e2-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/htc/2020/wildfire-r70/htc-wildfire-r70-2gb-32gb-4g-lte.json b/data/smartphone/htc/2020/wildfire-r70/htc-wildfire-r70-2gb-32gb-4g-lte.json index 4f7df49a850d..be8b767e8e73 100644 --- a/data/smartphone/htc/2020/wildfire-r70/htc-wildfire-r70-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2020/wildfire-r70/htc-wildfire-r70-2gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "mediatek-mt6763-helio-p23", - "os_version": "9" + "os_version": "9", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.2, + "width_mm": 77.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/htc/2021/wildfire-e3/htc-wildfire-e3-4gb-128gb-4g-lte.json b/data/smartphone/htc/2021/wildfire-e3/htc-wildfire-e3-4gb-128gb-4g-lte.json index ee7c2e69f154..1e853cbde28d 100644 --- a/data/smartphone/htc/2021/wildfire-e3/htc-wildfire-e3-4gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2021/wildfire-e3/htc-wildfire-e3-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.6, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/htc/2022/wildfire-e-plus/htc-wildfire-e-plus-2gb-32gb-4g-lte.json b/data/smartphone/htc/2022/wildfire-e-plus/htc-wildfire-e-plus-2gb-32gb-4g-lte.json index f7945ea86d39..cb44d52c7b1e 100644 --- a/data/smartphone/htc/2022/wildfire-e-plus/htc-wildfire-e-plus-2gb-32gb-4g-lte.json +++ b/data/smartphone/htc/2022/wildfire-e-plus/htc-wildfire-e-plus-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6739", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.9, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/htc/2023/a104/htc-a104-8gb-128gb-4g-lte.json b/data/smartphone/htc/2023/a104/htc-a104-8gb-128gb-4g-lte.json index 3ce424fba348..8790a0a8c74f 100644 --- a/data/smartphone/htc/2023/a104/htc-a104-8gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2023/a104/htc-a104-8gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 245.6, + "width_mm": 155.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/htc/2023/wildfire-e-star/htc-wildfire-e-star-2gb-16gb-4g-lte.json b/data/smartphone/htc/2023/wildfire-e-star/htc-wildfire-e-star-2gb-16gb-4g-lte.json index 27613aef3df9..285bbc6691e0 100644 --- a/data/smartphone/htc/2023/wildfire-e-star/htc-wildfire-e-star-2gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2023/wildfire-e-star/htc-wildfire-e-star-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "unisoc-sc9832e", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.5, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/htc/2023/wildfire-e2-play/htc-wildfire-e2-play-8gb-128gb-4g-lte.json b/data/smartphone/htc/2023/wildfire-e2-play/htc-wildfire-e2-play-8gb-128gb-4g-lte.json index dc70cc8e5c79..25e85ac94042 100644 --- a/data/smartphone/htc/2023/wildfire-e2-play/htc-wildfire-e2-play-8gb-128gb-4g-lte.json +++ b/data/smartphone/htc/2023/wildfire-e2-play/htc-wildfire-e2-play-8gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 174.2, + "width_mm": 78.6, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/htc/2023/wildfire-e3-lite/htc-wildfire-e3-lite-4gb-64gb-4g-lte.json b/data/smartphone/htc/2023/wildfire-e3-lite/htc-wildfire-e3-lite-4gb-64gb-4g-lte.json index 72c641957632..1fcf65914703 100644 --- a/data/smartphone/htc/2023/wildfire-e3-lite/htc-wildfire-e3-lite-4gb-64gb-4g-lte.json +++ b/data/smartphone/htc/2023/wildfire-e3-lite/htc-wildfire-e3-lite-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.5, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/huawei/2012/ascend-d-quad-xl/huawei-ascend-d-quad-xl-1gb-8gb-3g.json b/data/smartphone/huawei/2012/ascend-d-quad-xl/huawei-ascend-d-quad-xl-1gb-8gb-3g.json index 1cbf82d5b7e5..2b1499f1bb14 100644 --- a/data/smartphone/huawei/2012/ascend-d-quad-xl/huawei-ascend-d-quad-xl-1gb-8gb-3g.json +++ b/data/smartphone/huawei/2012/ascend-d-quad-xl/huawei-ascend-d-quad-xl-1gb-8gb-3g.json @@ -99,5 +99,10 @@ 8 ], "soc": "huawei-k3v2", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 129.0, + "width_mm": 64.0, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/huawei/2012/ascend-d-quad/huawei-ascend-d-quad-1gb-8gb-3g.json b/data/smartphone/huawei/2012/ascend-d-quad/huawei-ascend-d-quad-1gb-8gb-3g.json index 8d47a270c74f..589e91ad5d0f 100644 --- a/data/smartphone/huawei/2012/ascend-d-quad/huawei-ascend-d-quad-1gb-8gb-3g.json +++ b/data/smartphone/huawei/2012/ascend-d-quad/huawei-ascend-d-quad-1gb-8gb-3g.json @@ -99,5 +99,10 @@ 8 ], "soc": "huawei-k3v2", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 129.0, + "width_mm": 64.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/huawei/2012/ascend-d1-xl-u9500e/huawei-ascend-d1-xl-u9500e-1gb-8gb-3g.json b/data/smartphone/huawei/2012/ascend-d1-xl-u9500e/huawei-ascend-d1-xl-u9500e-1gb-8gb-3g.json index 09affd5b6c02..139097322a78 100644 --- a/data/smartphone/huawei/2012/ascend-d1-xl-u9500e/huawei-ascend-d1-xl-u9500e-1gb-8gb-3g.json +++ b/data/smartphone/huawei/2012/ascend-d1-xl-u9500e/huawei-ascend-d1-xl-u9500e-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "ti-omap-4460", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 129.9, + "width_mm": 64.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/huawei/2012/ascend-d1/huawei-ascend-d1-1gb-8gb-3g.json b/data/smartphone/huawei/2012/ascend-d1/huawei-ascend-d1-1gb-8gb-3g.json index 6cf36245bc9b..833524707231 100644 --- a/data/smartphone/huawei/2012/ascend-d1/huawei-ascend-d1-1gb-8gb-3g.json +++ b/data/smartphone/huawei/2012/ascend-d1/huawei-ascend-d1-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "ti-omap-4460", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 129.0, + "width_mm": 64.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/huawei/2012/ascend-g500/huawei-ascend-g500-1gb-4gb-3g.json b/data/smartphone/huawei/2012/ascend-g500/huawei-ascend-g500-1gb-4gb-3g.json index aa5850555c81..8ca660363f6e 100644 --- a/data/smartphone/huawei/2012/ascend-g500/huawei-ascend-g500-1gb-4gb-3g.json +++ b/data/smartphone/huawei/2012/ascend-g500/huawei-ascend-g500-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6575", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 130.0, + "width_mm": 65.0, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/huawei/2012/ascend-p1-lte/huawei-ascend-p1-lte-1gb-4gb-4g-lte.json b/data/smartphone/huawei/2012/ascend-p1-lte/huawei-ascend-p1-lte-1gb-4gb-4g-lte.json index 4c68be9caa41..4b4a3c72ccd1 100644 --- a/data/smartphone/huawei/2012/ascend-p1-lte/huawei-ascend-p1-lte-1gb-4gb-4g-lte.json +++ b/data/smartphone/huawei/2012/ascend-p1-lte/huawei-ascend-p1-lte-1gb-4gb-4g-lte.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 132.5, + "width_mm": 65.4, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/huawei/2012/ascend-p1/huawei-ascend-p1-1gb-4gb-3g.json b/data/smartphone/huawei/2012/ascend-p1/huawei-ascend-p1-1gb-4gb-3g.json index 14496fc35ee2..5ec1c2dfddcd 100644 --- a/data/smartphone/huawei/2012/ascend-p1/huawei-ascend-p1-1gb-4gb-3g.json +++ b/data/smartphone/huawei/2012/ascend-p1/huawei-ascend-p1-1gb-4gb-3g.json @@ -106,5 +106,10 @@ 4 ], "soc": "ti-omap-4460", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 127.4, + "width_mm": 64.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/huawei/2012/ascend-p1s/huawei-ascend-p1s-1gb-4gb-3g.json b/data/smartphone/huawei/2012/ascend-p1s/huawei-ascend-p1s-1gb-4gb-3g.json index c4bc27cbfb9e..33169f3a8681 100644 --- a/data/smartphone/huawei/2012/ascend-p1s/huawei-ascend-p1s-1gb-4gb-3g.json +++ b/data/smartphone/huawei/2012/ascend-p1s/huawei-ascend-p1s-1gb-4gb-3g.json @@ -99,5 +99,10 @@ 4 ], "soc": "ti-omap-4460", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 127.4, + "width_mm": 64.8, + "depth_mm": 6.7 + } } diff --git a/data/smartphone/huawei/2013/ascend-d2/huawei-ascend-d2-2gb-32gb-3g.json b/data/smartphone/huawei/2013/ascend-d2/huawei-ascend-d2-2gb-32gb-3g.json index fa023d3bf5bd..61e8e8076920 100644 --- a/data/smartphone/huawei/2013/ascend-d2/huawei-ascend-d2-2gb-32gb-3g.json +++ b/data/smartphone/huawei/2013/ascend-d2/huawei-ascend-d2-2gb-32gb-3g.json @@ -102,5 +102,10 @@ 32 ], "soc": "huawei-k3v2", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 140.0, + "width_mm": 71.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/huawei/2013/ascend-g525/huawei-ascend-g525-1gb-4gb-3g.json b/data/smartphone/huawei/2013/ascend-g525/huawei-ascend-g525-1gb-4gb-3g.json index 48886753f9f3..f1da6852f685 100644 --- a/data/smartphone/huawei/2013/ascend-g525/huawei-ascend-g525-1gb-4gb-3g.json +++ b/data/smartphone/huawei/2013/ascend-g525/huawei-ascend-g525-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "qualcomm-msm8225q-snapdragon-s4-play", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 134.0, + "width_mm": 66.8, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/huawei/2013/ascend-g615/huawei-ascend-g615-1gb-8gb-3g.json b/data/smartphone/huawei/2013/ascend-g615/huawei-ascend-g615-1gb-8gb-3g.json index 7352bfedfa15..478a5bc2cf8d 100644 --- a/data/smartphone/huawei/2013/ascend-g615/huawei-ascend-g615-1gb-8gb-3g.json +++ b/data/smartphone/huawei/2013/ascend-g615/huawei-ascend-g615-1gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "huawei-k3v2", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.5, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/huawei/2013/ascend-g740/huawei-ascend-g740-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2013/ascend-g740/huawei-ascend-g740-1gb-8gb-4g-lte.json index 11ac96741305..67f832f46db9 100644 --- a/data/smartphone/huawei/2013/ascend-g740/huawei-ascend-g740-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2013/ascend-g740/huawei-ascend-g740-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 139.5, + "width_mm": 71.5, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/huawei/2013/ascend-p2/huawei-ascend-p2-1gb-16gb-4g-lte.json b/data/smartphone/huawei/2013/ascend-p2/huawei-ascend-p2-1gb-16gb-4g-lte.json index e6e094868d7b..ad9a6951a8d0 100644 --- a/data/smartphone/huawei/2013/ascend-p2/huawei-ascend-p2-1gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2013/ascend-p2/huawei-ascend-p2-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "huawei-k3v2", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 136.2, + "width_mm": 66.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2013/ascend-p6/huawei-ascend-p6-2gb-16gb-3g.json b/data/smartphone/huawei/2013/ascend-p6/huawei-ascend-p6-2gb-16gb-3g.json index 54b4faa5dd60..1fec199c4848 100644 --- a/data/smartphone/huawei/2013/ascend-p6/huawei-ascend-p6-2gb-16gb-3g.json +++ b/data/smartphone/huawei/2013/ascend-p6/huawei-ascend-p6-2gb-16gb-3g.json @@ -112,5 +112,10 @@ 16 ], "soc": "huawei-k3v2", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 132.7, + "width_mm": 65.5, + "depth_mm": 6.2 + } } diff --git a/data/smartphone/huawei/2013/g610s/huawei-g610s-1gb-4gb-3g.json b/data/smartphone/huawei/2013/g610s/huawei-g610s-1gb-4gb-3g.json index 9013940e7f46..d60c76b83111 100644 --- a/data/smartphone/huawei/2013/g610s/huawei-g610s-1gb-4gb-3g.json +++ b/data/smartphone/huawei/2013/g610s/huawei-g610s-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 73.6, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/huawei/2013/premia-4g-m931/huawei-premia-4g-m931-1gb-4gb-4g-lte.json b/data/smartphone/huawei/2013/premia-4g-m931/huawei-premia-4g-m931-1gb-4gb-4g-lte.json index a7037a2ca271..452a7fa64331 100644 --- a/data/smartphone/huawei/2013/premia-4g-m931/huawei-premia-4g-m931-1gb-4gb-4g-lte.json +++ b/data/smartphone/huawei/2013/premia-4g-m931/huawei-premia-4g-m931-1gb-4gb-4g-lte.json @@ -105,5 +105,10 @@ 4 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 126.0, + "width_mm": 64.3, + "depth_mm": 12.2 + } } diff --git a/data/smartphone/huawei/2014/ascend-g535/huawei-ascend-g535-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2014/ascend-g535/huawei-ascend-g535-1gb-8gb-4g-lte.json index ed9f711b4211..d391fbb74f1b 100644 --- a/data/smartphone/huawei/2014/ascend-g535/huawei-ascend-g535-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2014/ascend-g535/huawei-ascend-g535-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 131.0, + "width_mm": 65.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2014/ascend-g6-4g/huawei-ascend-g6-4g-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2014/ascend-g6-4g/huawei-ascend-g6-4g-1gb-8gb-4g-lte.json index d7a34390d84f..898191fe4889 100644 --- a/data/smartphone/huawei/2014/ascend-g6-4g/huawei-ascend-g6-4g-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2014/ascend-g6-4g/huawei-ascend-g6-4g-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 131.2, + "width_mm": 65.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2014/ascend-g620s/huawei-ascend-g620s-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2014/ascend-g620s/huawei-ascend-g620s-1gb-8gb-4g-lte.json index 522cffa04269..aeb4270cadef 100644 --- a/data/smartphone/huawei/2014/ascend-g620s/huawei-ascend-g620s-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2014/ascend-g620s/huawei-ascend-g620s-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.9, + "width_mm": 72.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/huawei/2014/ascend-g7/huawei-ascend-g7-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2014/ascend-g7/huawei-ascend-g7-2gb-16gb-4g-lte.json index a166e0372747..c4aca09050f4 100644 --- a/data/smartphone/huawei/2014/ascend-g7/huawei-ascend-g7-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2014/ascend-g7/huawei-ascend-g7-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 153.5, + "width_mm": 77.3, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/huawei/2014/ascend-gx1/huawei-ascend-gx1-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2014/ascend-gx1/huawei-ascend-gx1-1gb-8gb-4g-lte.json index de446d0f1206..dea625a0486a 100644 --- a/data/smartphone/huawei/2014/ascend-gx1/huawei-ascend-gx1-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2014/ascend-gx1/huawei-ascend-gx1-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 161.0, + "width_mm": 84.5, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/huawei/2014/ascend-mate2-4g/huawei-ascend-mate2-4g-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2014/ascend-mate2-4g/huawei-ascend-mate2-4g-2gb-16gb-4g-lte.json index 4430a756b828..296d4038ba48 100644 --- a/data/smartphone/huawei/2014/ascend-mate2-4g/huawei-ascend-mate2-4g-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2014/ascend-mate2-4g/huawei-ascend-mate2-4g-2gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-msm8928-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 161.0, + "width_mm": 84.7, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/huawei/2014/ascend-p7-mini/huawei-ascend-p7-mini-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2014/ascend-p7-mini/huawei-ascend-p7-mini-1gb-8gb-4g-lte.json index 9a430fa403f4..22804bccb243 100644 --- a/data/smartphone/huawei/2014/ascend-p7-mini/huawei-ascend-p7-mini-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2014/ascend-p7-mini/huawei-ascend-p7-mini-1gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 131.2, + "width_mm": 65.3, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2014/ascend-y550/huawei-ascend-y550-1gb-4gb-4g-lte.json b/data/smartphone/huawei/2014/ascend-y550/huawei-ascend-y550-1gb-4gb-4g-lte.json index 176016274cb3..84c1538c382b 100644 --- a/data/smartphone/huawei/2014/ascend-y550/huawei-ascend-y550-1gb-4gb-4g-lte.json +++ b/data/smartphone/huawei/2014/ascend-y550/huawei-ascend-y550-1gb-4gb-4g-lte.json @@ -101,5 +101,10 @@ 4 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 133.0, + "width_mm": 68.0, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/huawei/2015/enjoy-5s/huawei-enjoy-5s-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2015/enjoy-5s/huawei-enjoy-5s-2gb-16gb-4g-lte.json index 6c82c073ead2..3aa752e791a2 100644 --- a/data/smartphone/huawei/2015/enjoy-5s/huawei-enjoy-5s-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2015/enjoy-5s/huawei-enjoy-5s-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6753t", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.0, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/huawei/2015/g7-plus/huawei-g7-plus-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2015/g7-plus/huawei-g7-plus-3gb-32gb-4g-lte.json index 5ac52c1750b6..06718b7497d0 100644 --- a/data/smartphone/huawei/2015/g7-plus/huawei-g7-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2015/g7-plus/huawei-g7-plus-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 152.5, + "width_mm": 76.5, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2015/mate-8/huawei-mate-8-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2015/mate-8/huawei-mate-8-4gb-128gb-4g-lte.json index 92c81e0eef99..e63b1de88493 100644 --- a/data/smartphone/huawei/2015/mate-8/huawei-mate-8-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2015/mate-8/huawei-mate-8-4gb-128gb-4g-lte.json @@ -119,5 +119,11 @@ 128 ], "soc": "kirin-950", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.1, + "width_mm": 80.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2015/nexus-6p/huawei-nexus-6p-3gb-128gb-4g-lte.json b/data/smartphone/huawei/2015/nexus-6p/huawei-nexus-6p-3gb-128gb-4g-lte.json index d53a190c31d1..ce7c1be7d16d 100644 --- a/data/smartphone/huawei/2015/nexus-6p/huawei-nexus-6p-3gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2015/nexus-6p/huawei-nexus-6p-3gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 77.8, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/huawei/2015/p8lite-ale-l04/huawei-p8lite-ale-l04-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2015/p8lite-ale-l04/huawei-p8lite-ale-l04-2gb-16gb-4g-lte.json index 83baf1f8cdab..e53e7e36923c 100644 --- a/data/smartphone/huawei/2015/p8lite-ale-l04/huawei-p8lite-ale-l04-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2015/p8lite-ale-l04/huawei-p8lite-ale-l04-2gb-16gb-4g-lte.json @@ -111,5 +111,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 143.0, + "width_mm": 70.6, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/huawei/2015/snapto/huawei-snapto-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2015/snapto/huawei-snapto-1gb-8gb-4g-lte.json index 2dce5c5dbbde..ea6856565471 100644 --- a/data/smartphone/huawei/2015/snapto/huawei-snapto-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2015/snapto/huawei-snapto-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 144.5, + "width_mm": 72.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2015/y560/huawei-y560-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2015/y560/huawei-y560-1gb-8gb-4g-lte.json index 3125a2c931e4..324ae156321b 100644 --- a/data/smartphone/huawei/2015/y560/huawei-y560-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2015/y560/huawei-y560-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 135.9, + "width_mm": 67.7, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/huawei/2015/y6-pro/huawei-y6-pro-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2015/y6-pro/huawei-y6-pro-2gb-16gb-4g-lte.json index f068bfd9edc4..f3a902c9522e 100644 --- a/data/smartphone/huawei/2015/y6-pro/huawei-y6-pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2015/y6-pro/huawei-y6-pro-2gb-16gb-4g-lte.json @@ -104,5 +104,11 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 143.1, + "width_mm": 71.8, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/huawei/2015/y6/huawei-y6-2gb-8gb-4g-lte.json b/data/smartphone/huawei/2015/y6/huawei-y6-2gb-8gb-4g-lte.json index 3943bdc7a48b..81d973095c73 100644 --- a/data/smartphone/huawei/2015/y6/huawei-y6-2gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2015/y6/huawei-y6-2gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/huawei/2016/enjoy-6/huawei-enjoy-6-3gb-16gb-4g-lte.json b/data/smartphone/huawei/2016/enjoy-6/huawei-enjoy-6-3gb-16gb-4g-lte.json index ed4cc59516dc..0ce8df47d81e 100644 --- a/data/smartphone/huawei/2016/enjoy-6/huawei-enjoy-6-3gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2016/enjoy-6/huawei-enjoy-6-3gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6750", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 143.2, + "width_mm": 70.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2016/enjoy-6s/huawei-enjoy-6s-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2016/enjoy-6s/huawei-enjoy-6s-3gb-32gb-4g-lte.json index 66e70a0ad7c7..51355008012f 100644 --- a/data/smartphone/huawei/2016/enjoy-6s/huawei-enjoy-6s-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2016/enjoy-6s/huawei-enjoy-6s-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 143.5, + "width_mm": 69.9, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/huawei/2016/g9-plus/huawei-g9-plus-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2016/g9-plus/huawei-g9-plus-4gb-64gb-4g-lte.json index 959242a8fd40..4c323d3d3bc4 100644 --- a/data/smartphone/huawei/2016/g9-plus/huawei-g9-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2016/g9-plus/huawei-g9-plus-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 151.8, + "width_mm": 75.7, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/huawei/2016/mate-9-porsche-design/huawei-mate-9-porsche-design-6gb-256gb-4g-lte.json b/data/smartphone/huawei/2016/mate-9-porsche-design/huawei-mate-9-porsche-design-6gb-256gb-4g-lte.json index 6af4af65d2da..615327a3c6da 100644 --- a/data/smartphone/huawei/2016/mate-9-porsche-design/huawei-mate-9-porsche-design-6gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2016/mate-9-porsche-design/huawei-mate-9-porsche-design-6gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "kirin-960", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 152.0, + "width_mm": 75.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2016/mate-9-pro/huawei-mate-9-pro-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2016/mate-9-pro/huawei-mate-9-pro-6gb-128gb-4g-lte.json index a713601e7541..88b2c28233e7 100644 --- a/data/smartphone/huawei/2016/mate-9-pro/huawei-mate-9-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2016/mate-9-pro/huawei-mate-9-pro-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "kirin-960", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 152.0, + "width_mm": 75.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2016/mate-9/huawei-mate-9-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2016/mate-9/huawei-mate-9-4gb-64gb-4g-lte.json index 8b780572937e..b86950e42a18 100644 --- a/data/smartphone/huawei/2016/mate-9/huawei-mate-9-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2016/mate-9/huawei-mate-9-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "kirin-960", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 156.9, + "width_mm": 78.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2016/nova-plus/huawei-nova-plus-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2016/nova-plus/huawei-nova-plus-3gb-32gb-4g-lte.json index 0e9a896019df..77ef79ba0fec 100644 --- a/data/smartphone/huawei/2016/nova-plus/huawei-nova-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2016/nova-plus/huawei-nova-plus-3gb-32gb-4g-lte.json @@ -111,5 +111,11 @@ 32 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.8, + "width_mm": 75.7, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/huawei/2016/nova/huawei-nova-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2016/nova/huawei-nova-3gb-32gb-4g-lte.json index 69d528703366..371452f47ad7 100644 --- a/data/smartphone/huawei/2016/nova/huawei-nova-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2016/nova/huawei-nova-3gb-32gb-4g-lte.json @@ -112,5 +112,11 @@ 32 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 141.2, + "width_mm": 69.1, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/huawei/2016/p9-plus/huawei-p9-plus-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2016/p9-plus/huawei-p9-plus-4gb-64gb-4g-lte.json index a3697764b072..72039b42cdba 100644 --- a/data/smartphone/huawei/2016/p9-plus/huawei-p9-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2016/p9-plus/huawei-p9-plus-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "kirin-955", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.3, + "width_mm": 75.3, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/huawei/2016/p9/huawei-p9-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2016/p9/huawei-p9-4gb-64gb-4g-lte.json index daa3597c3469..7aadf367ec95 100644 --- a/data/smartphone/huawei/2016/p9/huawei-p9-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2016/p9/huawei-p9-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "kirin-955", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.0, + "width_mm": 70.9, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/huawei/2016/y6ii-compact/huawei-y6ii-compact-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2016/y6ii-compact/huawei-y6ii-compact-2gb-16gb-4g-lte.json index 6bab0fc317f9..0962301b042c 100644 --- a/data/smartphone/huawei/2016/y6ii-compact/huawei-y6ii-compact-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2016/y6ii-compact/huawei-y6ii-compact-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6735", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.8, + "width_mm": 72.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/huawei/2017/mate-10-lite/huawei-mate-10-lite-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2017/mate-10-lite/huawei-mate-10-lite-4gb-64gb-4g-lte.json index 5071e4feee82..6b43db9042a5 100644 --- a/data/smartphone/huawei/2017/mate-10-lite/huawei-mate-10-lite-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2017/mate-10-lite/huawei-mate-10-lite-4gb-64gb-4g-lte.json @@ -111,5 +111,10 @@ 64 ], "soc": "kirin-659", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.2, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2017/mate-10-porsche-design/huawei-mate-10-porsche-design-6gb-256gb-4g-lte.json b/data/smartphone/huawei/2017/mate-10-porsche-design/huawei-mate-10-porsche-design-6gb-256gb-4g-lte.json index ab2bfac500c4..ab24f59f9c36 100644 --- a/data/smartphone/huawei/2017/mate-10-porsche-design/huawei-mate-10-porsche-design-6gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2017/mate-10-porsche-design/huawei-mate-10-porsche-design-6gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "kirin-970", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 154.2, + "width_mm": 74.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2017/mate-10-pro/huawei-mate-10-pro-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2017/mate-10-pro/huawei-mate-10-pro-6gb-128gb-4g-lte.json index 67007aa5b7be..934bc7d74c89 100644 --- a/data/smartphone/huawei/2017/mate-10-pro/huawei-mate-10-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2017/mate-10-pro/huawei-mate-10-pro-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "kirin-970", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 154.2, + "width_mm": 74.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2017/mate-10/huawei-mate-10-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2017/mate-10/huawei-mate-10-4gb-64gb-4g-lte.json index 67c4ce6216bf..c47851c42008 100644 --- a/data/smartphone/huawei/2017/mate-10/huawei-mate-10-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2017/mate-10/huawei-mate-10-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "kirin-970", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 150.5, + "width_mm": 77.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/huawei/2017/nova-2-plus/huawei-nova-2-plus-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2017/nova-2-plus/huawei-nova-2-plus-4gb-128gb-4g-lte.json index 2d2dd1a03b5e..7ef3c9c0614f 100644 --- a/data/smartphone/huawei/2017/nova-2-plus/huawei-nova-2-plus-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2017/nova-2-plus/huawei-nova-2-plus-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-659", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.9, + "width_mm": 74.9, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/huawei/2017/nova-2/huawei-nova-2-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2017/nova-2/huawei-nova-2-4gb-64gb-4g-lte.json index 3d1aca8ef00d..79f6399dd82d 100644 --- a/data/smartphone/huawei/2017/nova-2/huawei-nova-2-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2017/nova-2/huawei-nova-2-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "kirin-659", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 142.2, + "width_mm": 68.9, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/huawei/2017/nova-2s/huawei-nova-2s-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2017/nova-2s/huawei-nova-2s-6gb-128gb-4g-lte.json index f3915ba716ee..ee39c34c0fb8 100644 --- a/data/smartphone/huawei/2017/nova-2s/huawei-nova-2s-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2017/nova-2s/huawei-nova-2s-6gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "kirin-960", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2017/p-smart/huawei-p-smart-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2017/p-smart/huawei-p-smart-4gb-64gb-4g-lte.json index f124805a2381..9c5747ae15ca 100644 --- a/data/smartphone/huawei/2017/p-smart/huawei-p-smart-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2017/p-smart/huawei-p-smart-4gb-64gb-4g-lte.json @@ -112,5 +112,10 @@ 64 ], "soc": "kirin-659", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 150.1, + "width_mm": 72.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2017/p10-plus/huawei-p10-plus-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2017/p10-plus/huawei-p10-plus-6gb-128gb-4g-lte.json index 04f1e88d2e3f..8ecc6fbd07ff 100644 --- a/data/smartphone/huawei/2017/p10-plus/huawei-p10-plus-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2017/p10-plus/huawei-p10-plus-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "kirin-960", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 74.2, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/huawei/2017/p10/huawei-p10-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2017/p10/huawei-p10-4gb-64gb-4g-lte.json index aaa592aa482c..6231019fea41 100644 --- a/data/smartphone/huawei/2017/p10/huawei-p10-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2017/p10/huawei-p10-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "kirin-960", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 145.3, + "width_mm": 69.3, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/huawei/2017/p9-lite-mini/huawei-p9-lite-mini-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2017/p9-lite-mini/huawei-p9-lite-mini-2gb-16gb-4g-lte.json index 103ee0958a19..c1a786540c99 100644 --- a/data/smartphone/huawei/2017/p9-lite-mini/huawei-p9-lite-mini-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2017/p9-lite-mini/huawei-p9-lite-mini-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2017/y3-2017/huawei-y3-2017-1gb-32gb-4g-lte.json b/data/smartphone/huawei/2017/y3-2017/huawei-y3-2017-1gb-32gb-4g-lte.json index c38b44ad7bf1..454de460acf6 100644 --- a/data/smartphone/huawei/2017/y3-2017/huawei-y3-2017-1gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2017/y3-2017/huawei-y3-2017-1gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6737", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 145.1, + "width_mm": 73.7, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/huawei/2017/y5-2017/huawei-y5-2017-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2017/y5-2017/huawei-y5-2017-2gb-16gb-4g-lte.json index 60f14776a1b1..dd991ce52227 100644 --- a/data/smartphone/huawei/2017/y5-2017/huawei-y5-2017-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2017/y5-2017/huawei-y5-2017-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737t", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 143.8, + "width_mm": 72.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2017/y6-2017/huawei-y6-2017-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2017/y6-2017/huawei-y6-2017-2gb-16gb-4g-lte.json index 657c39877ce2..b1d4f015330a 100644 --- a/data/smartphone/huawei/2017/y6-2017/huawei-y6-2017-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2017/y6-2017/huawei-y6-2017-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "mediatek-mt6737t", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 143.8, + "width_mm": 72.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2017/y7-prime/huawei-y7-prime-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2017/y7-prime/huawei-y7-prime-3gb-32gb-4g-lte.json index 0eba9d62177a..3ebef348c279 100644 --- a/data/smartphone/huawei/2017/y7-prime/huawei-y7-prime-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2017/y7-prime/huawei-y7-prime-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 153.6, + "width_mm": 76.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2017/y7/huawei-y7-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2017/y7/huawei-y7-2gb-16gb-4g-lte.json index b0297a7c89b6..456393be9c50 100644 --- a/data/smartphone/huawei/2017/y7/huawei-y7-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2017/y7/huawei-y7-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 153.6, + "width_mm": 76.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2018/enjoy-9/huawei-enjoy-9-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2018/enjoy-9/huawei-enjoy-9-4gb-64gb-4g-lte.json index d7ed1f2ace0e..7e1c377acc56 100644 --- a/data/smartphone/huawei/2018/enjoy-9/huawei-enjoy-9-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2018/enjoy-9/huawei-enjoy-9-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 76.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2018/mate-20-lite/huawei-mate-20-lite-6gb-64gb-4g-lte.json b/data/smartphone/huawei/2018/mate-20-lite/huawei-mate-20-lite-6gb-64gb-4g-lte.json index 7634bf6eb970..5ea79fb5ff05 100644 --- a/data/smartphone/huawei/2018/mate-20-lite/huawei-mate-20-lite-6gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2018/mate-20-lite/huawei-mate-20-lite-6gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "kirin-710", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.3, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/huawei/2018/mate-20-pro/huawei-mate-20-pro-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2018/mate-20-pro/huawei-mate-20-pro-8gb-256gb-4g-lte.json index 0304eb2b7ad4..ef217d51d198 100644 --- a/data/smartphone/huawei/2018/mate-20-pro/huawei-mate-20-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2018/mate-20-pro/huawei-mate-20-pro-8gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 157.8, + "width_mm": 72.3, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/huawei/2018/mate-20-rs-porsche-design/huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte.json b/data/smartphone/huawei/2018/mate-20-rs-porsche-design/huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte.json index d5ffb06b0f8d..039dde2a7023 100644 --- a/data/smartphone/huawei/2018/mate-20-rs-porsche-design/huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2018/mate-20-rs-porsche-design/huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte.json @@ -108,5 +108,11 @@ 512 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 157.8, + "width_mm": 72.3, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/huawei/2018/mate-20-x/huawei-mate-20-x-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2018/mate-20-x/huawei-mate-20-x-8gb-256gb-4g-lte.json index 3e4ea777c8e6..a6c687b40849 100644 --- a/data/smartphone/huawei/2018/mate-20-x/huawei-mate-20-x-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2018/mate-20-x/huawei-mate-20-x-8gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 174.6, + "width_mm": 85.4, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/huawei/2018/mate-20/huawei-mate-20-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/mate-20/huawei-mate-20-6gb-128gb-4g-lte.json index 6f40981c7724..469e2326d41c 100644 --- a/data/smartphone/huawei/2018/mate-20/huawei-mate-20-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/mate-20/huawei-mate-20-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 158.2, + "width_mm": 77.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/huawei/2018/mate-rs-porsche-design/huawei-mate-rs-porsche-design-6gb-512gb-4g-lte.json b/data/smartphone/huawei/2018/mate-rs-porsche-design/huawei-mate-rs-porsche-design-6gb-512gb-4g-lte.json index 76c98402788b..e85f757a62d0 100644 --- a/data/smartphone/huawei/2018/mate-rs-porsche-design/huawei-mate-rs-porsche-design-6gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2018/mate-rs-porsche-design/huawei-mate-rs-porsche-design-6gb-512gb-4g-lte.json @@ -105,5 +105,11 @@ 512 ], "soc": "kirin-970", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 152.9, + "width_mm": 72.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/huawei/2018/nova-3/huawei-nova-3-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/nova-3/huawei-nova-3-6gb-128gb-4g-lte.json index 9ea8b0a8a9f4..1672161c99b4 100644 --- a/data/smartphone/huawei/2018/nova-3/huawei-nova-3-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/nova-3/huawei-nova-3-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-970", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 73.7, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/huawei/2018/nova-3i/huawei-nova-3i-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/nova-3i/huawei-nova-3i-6gb-128gb-4g-lte.json index e513906350c1..8515f6b1d206 100644 --- a/data/smartphone/huawei/2018/nova-3i/huawei-nova-3i-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/nova-3i/huawei-nova-3i-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-710", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.6, + "width_mm": 75.2, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/huawei/2018/nova-4/huawei-nova-4-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/nova-4/huawei-nova-4-8gb-128gb-4g-lte.json index 8353ad2ea2ab..1b9d38b1b52b 100644 --- a/data/smartphone/huawei/2018/nova-4/huawei-nova-4-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/nova-4/huawei-nova-4-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-970", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.1, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2018/p-smart-2019/huawei-p-smart-2019-3gb-64gb-4g-lte.json b/data/smartphone/huawei/2018/p-smart-2019/huawei-p-smart-2019-3gb-64gb-4g-lte.json index 1309805deaf3..c91452878093 100644 --- a/data/smartphone/huawei/2018/p-smart-2019/huawei-p-smart-2019-3gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2018/p-smart-2019/huawei-p-smart-2019-3gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2018/p-smart-2019/huawei-p-smart-2019-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/p-smart-2019/huawei-p-smart-2019-6gb-128gb-4g-lte.json index 9b9c60352357..e78ab8cd3370 100644 --- a/data/smartphone/huawei/2018/p-smart-2019/huawei-p-smart-2019-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/p-smart-2019/huawei-p-smart-2019-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2018/p20-lite/huawei-p20-lite-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/p20-lite/huawei-p20-lite-4gb-128gb-4g-lte.json index a9de8a01a3cc..fb189aebf069 100644 --- a/data/smartphone/huawei/2018/p20-lite/huawei-p20-lite-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/p20-lite/huawei-p20-lite-4gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "kirin-659", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 148.6, + "width_mm": 71.2, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/huawei/2018/p20-pro/huawei-p20-pro-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2018/p20-pro/huawei-p20-pro-8gb-256gb-4g-lte.json index bdb42b19276f..653e2f28ece0 100644 --- a/data/smartphone/huawei/2018/p20-pro/huawei-p20-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2018/p20-pro/huawei-p20-pro-8gb-256gb-4g-lte.json @@ -117,5 +117,11 @@ 256 ], "soc": "kirin-970", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 155.0, + "width_mm": 73.9, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2018/p20/huawei-p20-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/p20/huawei-p20-6gb-128gb-4g-lte.json index 60d3f627fb47..f4a046b72abb 100644 --- a/data/smartphone/huawei/2018/p20/huawei-p20-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/p20/huawei-p20-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "kirin-970", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 149.1, + "width_mm": 70.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/huawei/2018/y-max/huawei-y-max-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/y-max/huawei-y-max-4gb-128gb-4g-lte.json index c6265166fb12..9f2e6410dc88 100644 --- a/data/smartphone/huawei/2018/y-max/huawei-y-max-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y-max/huawei-y-max-4gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 177.6, + "width_mm": 86.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/huawei/2018/y3-2018/huawei-y3-2018-1gb-8gb-4g-lte.json b/data/smartphone/huawei/2018/y3-2018/huawei-y3-2018-1gb-8gb-4g-lte.json index 10eb4b15eb63..b466dc85059f 100644 --- a/data/smartphone/huawei/2018/y3-2018/huawei-y3-2018-1gb-8gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y3-2018/huawei-y3-2018-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6737m", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 145.1, + "width_mm": 73.7, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/huawei/2018/y5-lite-2018/huawei-y5-lite-2018-1gb-16gb-4g-lte.json b/data/smartphone/huawei/2018/y5-lite-2018/huawei-y5-lite-2018-1gb-16gb-4g-lte.json index 5bf72fe4af15..309f72801f28 100644 --- a/data/smartphone/huawei/2018/y5-lite-2018/huawei-y5-lite-2018-1gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y5-lite-2018/huawei-y5-lite-2018-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/huawei/2018/y5-prime-2018/huawei-y5-prime-2018-2gb-32gb-4g-lte.json b/data/smartphone/huawei/2018/y5-prime-2018/huawei-y5-prime-2018-2gb-32gb-4g-lte.json index 163f495eb694..409ca00d7681 100644 --- a/data/smartphone/huawei/2018/y5-prime-2018/huawei-y5-prime-2018-2gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y5-prime-2018/huawei-y5-prime-2018-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6739", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/huawei/2018/y6-2018/huawei-y6-2018-3gb-16gb-4g-lte.json b/data/smartphone/huawei/2018/y6-2018/huawei-y6-2018-3gb-16gb-4g-lte.json index 9d48a9114423..f51b268291dd 100644 --- a/data/smartphone/huawei/2018/y6-2018/huawei-y6-2018-3gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y6-2018/huawei-y6-2018-3gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 152.4, + "width_mm": 73.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2018/y6-prime-2018/huawei-y6-prime-2018-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2018/y6-prime-2018/huawei-y6-prime-2018-3gb-32gb-4g-lte.json index 5f877064220e..530df5f76c89 100644 --- a/data/smartphone/huawei/2018/y6-prime-2018/huawei-y6-prime-2018-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y6-prime-2018/huawei-y6-prime-2018-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 152.4, + "width_mm": 73.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2018/y7-2018/huawei-y7-2018-2gb-16gb-4g-lte.json b/data/smartphone/huawei/2018/y7-2018/huawei-y7-2018-2gb-16gb-4g-lte.json index 0fd4af857750..df9d1a43b7bf 100644 --- a/data/smartphone/huawei/2018/y7-2018/huawei-y7-2018-2gb-16gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y7-2018/huawei-y7-2018-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2018/y7-prime-2018/huawei-y7-prime-2018-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2018/y7-prime-2018/huawei-y7-prime-2018-4gb-64gb-4g-lte.json index 8987b3d2ca11..64c1cdce65b3 100644 --- a/data/smartphone/huawei/2018/y7-prime-2018/huawei-y7-prime-2018-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y7-prime-2018/huawei-y7-prime-2018-4gb-64gb-4g-lte.json @@ -112,5 +112,10 @@ 64 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2018/y7-pro-2018/huawei-y7-pro-2018-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2018/y7-pro-2018/huawei-y7-pro-2018-3gb-32gb-4g-lte.json index cc1107d1dc71..774fb0279f42 100644 --- a/data/smartphone/huawei/2018/y7-pro-2018/huawei-y7-pro-2018-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y7-pro-2018/huawei-y7-pro-2018-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2018/y9-2018/huawei-y9-2018-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/y9-2018/huawei-y9-2018-4gb-128gb-4g-lte.json index 2ab10e8756de..c9db3b366867 100644 --- a/data/smartphone/huawei/2018/y9-2018/huawei-y9-2018-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y9-2018/huawei-y9-2018-4gb-128gb-4g-lte.json @@ -105,5 +105,10 @@ 128 ], "soc": "kirin-659", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 157.2, + "width_mm": 75.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2018/y9-2019/huawei-y9-2019-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2018/y9-2019/huawei-y9-2019-6gb-128gb-4g-lte.json index 17ffef84a223..61ff9cc11f22 100644 --- a/data/smartphone/huawei/2018/y9-2019/huawei-y9-2019-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2018/y9-2019/huawei-y9-2019-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-710", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2019/enjoy-10-plus/huawei-enjoy-10-plus-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/enjoy-10-plus/huawei-enjoy-10-plus-8gb-128gb-4g-lte.json index c88753a9ad4f..6bacb81df781 100644 --- a/data/smartphone/huawei/2019/enjoy-10-plus/huawei-enjoy-10-plus-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/enjoy-10-plus/huawei-enjoy-10-plus-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/huawei/2019/enjoy-10/huawei-enjoy-10-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/enjoy-10/huawei-enjoy-10-6gb-128gb-4g-lte.json index fb0c32fbef1c..279cc0f9441c 100644 --- a/data/smartphone/huawei/2019/enjoy-10/huawei-enjoy-10-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/enjoy-10/huawei-enjoy-10-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2019/enjoy-10s/huawei-enjoy-10s-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/enjoy-10s/huawei-enjoy-10s-8gb-128gb-4g-lte.json index dd03669313d4..292fd013b76c 100644 --- a/data/smartphone/huawei/2019/enjoy-10s/huawei-enjoy-10s-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/enjoy-10s/huawei-enjoy-10s-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.4, + "width_mm": 73.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2019/enjoy-9s/huawei-enjoy-9s-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/enjoy-9s/huawei-enjoy-9s-6gb-128gb-4g-lte.json index 213a896b4ce1..9d35d8a2e668 100644 --- a/data/smartphone/huawei/2019/enjoy-9s/huawei-enjoy-9s-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/enjoy-9s/huawei-enjoy-9s-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2019/mate-20-x-5g/huawei-mate-20-x-5g-8gb-256gb-5g.json b/data/smartphone/huawei/2019/mate-20-x-5g/huawei-mate-20-x-5g-8gb-256gb-5g.json index 6db78121003a..6dd11763d2fe 100644 --- a/data/smartphone/huawei/2019/mate-20-x-5g/huawei-mate-20-x-5g-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2019/mate-20-x-5g/huawei-mate-20-x-5g-8gb-256gb-5g.json @@ -109,5 +109,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 174.6, + "width_mm": 85.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2019/mate-30-5g/huawei-mate-30-5g-8gb-256gb-5g.json b/data/smartphone/huawei/2019/mate-30-5g/huawei-mate-30-5g-8gb-256gb-5g.json index 4f50bf218c89..991635ae6863 100644 --- a/data/smartphone/huawei/2019/mate-30-5g/huawei-mate-30-5g-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2019/mate-30-5g/huawei-mate-30-5g-8gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 160.8, + "width_mm": 76.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2019/mate-30-pro-5g/huawei-mate-30-pro-5g-8gb-512gb-5g.json b/data/smartphone/huawei/2019/mate-30-pro-5g/huawei-mate-30-pro-5g-8gb-512gb-5g.json index be5e4bec8a08..b8c4c00d3bd9 100644 --- a/data/smartphone/huawei/2019/mate-30-pro-5g/huawei-mate-30-pro-5g-8gb-512gb-5g.json +++ b/data/smartphone/huawei/2019/mate-30-pro-5g/huawei-mate-30-pro-5g-8gb-512gb-5g.json @@ -110,5 +110,11 @@ 512 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 158.1, + "width_mm": 73.1, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/huawei/2019/mate-30-pro/huawei-mate-30-pro-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2019/mate-30-pro/huawei-mate-30-pro-8gb-256gb-4g-lte.json index b90cfe9fe7de..59535dc9ec52 100644 --- a/data/smartphone/huawei/2019/mate-30-pro/huawei-mate-30-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2019/mate-30-pro/huawei-mate-30-pro-8gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 158.1, + "width_mm": 73.1, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/huawei/2019/mate-30-rs-porsche-design/huawei-mate-30-rs-porsche-design-12gb-512gb-5g.json b/data/smartphone/huawei/2019/mate-30-rs-porsche-design/huawei-mate-30-rs-porsche-design-12gb-512gb-5g.json index e5b24f872e58..74834205fe99 100644 --- a/data/smartphone/huawei/2019/mate-30-rs-porsche-design/huawei-mate-30-rs-porsche-design-12gb-512gb-5g.json +++ b/data/smartphone/huawei/2019/mate-30-rs-porsche-design/huawei-mate-30-rs-porsche-design-12gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 158.1, + "width_mm": 73.1, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/huawei/2019/mate-30/huawei-mate-30-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/mate-30/huawei-mate-30-8gb-128gb-4g-lte.json index 7d5e6a54a089..ee7ca660faa1 100644 --- a/data/smartphone/huawei/2019/mate-30/huawei-mate-30-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/mate-30/huawei-mate-30-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 160.8, + "width_mm": 76.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2019/matepad-pro-10-8-2019/huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte.json b/data/smartphone/huawei/2019/matepad-pro-10-8-2019/huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte.json index ed8d4f05bc7f..4ec23483a820 100644 --- a/data/smartphone/huawei/2019/matepad-pro-10-8-2019/huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2019/matepad-pro-10-8-2019/huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte.json @@ -107,5 +107,11 @@ 512 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 246.0, + "width_mm": 159.0, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/huawei/2019/nova-4e/huawei-nova-4e-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/nova-4e/huawei-nova-4e-8gb-128gb-4g-lte.json index b84d2c5da448..1c1ff381e197 100644 --- a/data/smartphone/huawei/2019/nova-4e/huawei-nova-4e-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-4e/huawei-nova-4e-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.9, + "width_mm": 72.7, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/huawei/2019/nova-5-pro/huawei-nova-5-pro-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2019/nova-5-pro/huawei-nova-5-pro-8gb-256gb-4g-lte.json index 2033c6c0388f..50f12a4f8aee 100644 --- a/data/smartphone/huawei/2019/nova-5-pro/huawei-nova-5-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-5-pro/huawei-nova-5-pro-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 157.4, + "width_mm": 74.8, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/huawei/2019/nova-5/huawei-nova-5-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/nova-5/huawei-nova-5-8gb-128gb-4g-lte.json index 8c95441ee8d1..0b84fd83ac93 100644 --- a/data/smartphone/huawei/2019/nova-5/huawei-nova-5-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-5/huawei-nova-5-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-810", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 157.4, + "width_mm": 74.8, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/huawei/2019/nova-5i-pro/huawei-nova-5i-pro-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2019/nova-5i-pro/huawei-nova-5i-pro-8gb-256gb-4g-lte.json index 94406e4da130..c58d191f7e20 100644 --- a/data/smartphone/huawei/2019/nova-5i-pro/huawei-nova-5i-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-5i-pro/huawei-nova-5i-pro-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-810", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/huawei/2019/nova-5i/huawei-nova-5i-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/nova-5i/huawei-nova-5i-8gb-128gb-4g-lte.json index 66206dc9a3ca..9b5374be3a1c 100644 --- a/data/smartphone/huawei/2019/nova-5i/huawei-nova-5i-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-5i/huawei-nova-5i-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 75.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/huawei/2019/nova-5t/huawei-nova-5t-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/nova-5t/huawei-nova-5t-8gb-128gb-4g-lte.json index a4c05d026ead..c23d5774d836 100644 --- a/data/smartphone/huawei/2019/nova-5t/huawei-nova-5t-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-5t/huawei-nova-5t-8gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 154.3, + "width_mm": 74.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2019/nova-5z/huawei-nova-5z-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/nova-5z/huawei-nova-5z-6gb-128gb-4g-lte.json index 6b8744032586..53aeb96b46d9 100644 --- a/data/smartphone/huawei/2019/nova-5z/huawei-nova-5z-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-5z/huawei-nova-5z-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-810", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/huawei/2019/nova-6-5g/huawei-nova-6-5g-8gb-256gb-5g.json b/data/smartphone/huawei/2019/nova-6-5g/huawei-nova-6-5g-8gb-256gb-5g.json index 976058687321..ff23511c250e 100644 --- a/data/smartphone/huawei/2019/nova-6-5g/huawei-nova-6-5g-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2019/nova-6-5g/huawei-nova-6-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2019/nova-6-se/huawei-nova-6-se-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/nova-6-se/huawei-nova-6-se-8gb-128gb-4g-lte.json index 4b6825a867da..e3fc38e1dd38 100644 --- a/data/smartphone/huawei/2019/nova-6-se/huawei-nova-6-se-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-6-se/huawei-nova-6-se-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/huawei/2019/nova-6/huawei-nova-6-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/nova-6/huawei-nova-6-8gb-128gb-4g-lte.json index 02a92eaf7ea7..d7f9a8669578 100644 --- a/data/smartphone/huawei/2019/nova-6/huawei-nova-6-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/nova-6/huawei-nova-6-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.7, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/huawei/2019/p-smart-pro-2019/huawei-p-smart-pro-2019-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/p-smart-pro-2019/huawei-p-smart-pro-2019-6gb-128gb-4g-lte.json index ae4b2f630915..c9a33e0dbe9b 100644 --- a/data/smartphone/huawei/2019/p-smart-pro-2019/huawei-p-smart-pro-2019-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/p-smart-pro-2019/huawei-p-smart-pro-2019-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 77.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/huawei/2019/p-smart-z/huawei-p-smart-z-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2019/p-smart-z/huawei-p-smart-z-4gb-64gb-4g-lte.json index 845a731c937a..6aa7803a16f9 100644 --- a/data/smartphone/huawei/2019/p-smart-z/huawei-p-smart-z-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2019/p-smart-z/huawei-p-smart-z-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/huawei/2019/p20-lite-2019/huawei-p20-lite-2019-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/p20-lite-2019/huawei-p20-lite-2019-4gb-128gb-4g-lte.json index d3ebf9a65fe3..388ba92b1f7c 100644 --- a/data/smartphone/huawei/2019/p20-lite-2019/huawei-p20-lite-2019-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/p20-lite-2019/huawei-p20-lite-2019-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 75.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/huawei/2019/p30-lite/huawei-p30-lite-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2019/p30-lite/huawei-p30-lite-8gb-256gb-4g-lte.json index 3edb3db8c37c..7e84ee27d6f3 100644 --- a/data/smartphone/huawei/2019/p30-lite/huawei-p30-lite-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2019/p30-lite/huawei-p30-lite-8gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.9, + "width_mm": 72.7, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/huawei/2019/p30-pro/huawei-p30-pro-8gb-512gb-4g-lte.json b/data/smartphone/huawei/2019/p30-pro/huawei-p30-pro-8gb-512gb-4g-lte.json index e6d4827b6a4d..7a9f2fd2f3af 100644 --- a/data/smartphone/huawei/2019/p30-pro/huawei-p30-pro-8gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2019/p30-pro/huawei-p30-pro-8gb-512gb-4g-lte.json @@ -116,5 +116,11 @@ 512 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 73.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2019/p30/huawei-p30-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2019/p30/huawei-p30-8gb-256gb-4g-lte.json index 77830aafa45d..92e9402167ed 100644 --- a/data/smartphone/huawei/2019/p30/huawei-p30-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2019/p30/huawei-p30-8gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 149.1, + "width_mm": 71.4, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/huawei/2019/y5-2019/huawei-y5-2019-2gb-32gb-4g-lte.json b/data/smartphone/huawei/2019/y5-2019/huawei-y5-2019-2gb-32gb-4g-lte.json index 0a00f476c485..db49193fcdb2 100644 --- a/data/smartphone/huawei/2019/y5-2019/huawei-y5-2019-2gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2019/y5-2019/huawei-y5-2019-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 147.1, + "width_mm": 70.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/huawei/2019/y6-2019/huawei-y6-2019-2gb-32gb-4g-lte.json b/data/smartphone/huawei/2019/y6-2019/huawei-y6-2019-2gb-32gb-4g-lte.json index 7992ad68ba29..5a1875f999e6 100644 --- a/data/smartphone/huawei/2019/y6-2019/huawei-y6-2019-2gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2019/y6-2019/huawei-y6-2019-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2019/y6-pro-2019/huawei-y6-pro-2019-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2019/y6-pro-2019/huawei-y6-pro-2019-3gb-32gb-4g-lte.json index a7a1b8e53e1d..397443ad2f5c 100644 --- a/data/smartphone/huawei/2019/y6-pro-2019/huawei-y6-pro-2019-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2019/y6-pro-2019/huawei-y6-pro-2019-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2019/y7-2019/huawei-y7-2019-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2019/y7-2019/huawei-y7-2019-4gb-64gb-4g-lte.json index 05e5fc281c34..2b559f117424 100644 --- a/data/smartphone/huawei/2019/y7-2019/huawei-y7-2019-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2019/y7-2019/huawei-y7-2019-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 76.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2019/y7-prime-2019/huawei-y7-prime-2019-3gb-64gb-4g-lte.json b/data/smartphone/huawei/2019/y7-prime-2019/huawei-y7-prime-2019-3gb-64gb-4g-lte.json index 725a24a4378f..697e7dd1012c 100644 --- a/data/smartphone/huawei/2019/y7-prime-2019/huawei-y7-prime-2019-3gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2019/y7-prime-2019/huawei-y7-prime-2019-3gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 76.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2019/y7-pro-2019/huawei-y7-pro-2019-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/y7-pro-2019/huawei-y7-pro-2019-4gb-128gb-4g-lte.json index 2a100d75949e..9daad8348ef2 100644 --- a/data/smartphone/huawei/2019/y7-pro-2019/huawei-y7-pro-2019-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/y7-pro-2019/huawei-y7-pro-2019-4gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 76.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2019/y9-prime-2019/huawei-y9-prime-2019-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/y9-prime-2019/huawei-y9-prime-2019-4gb-128gb-4g-lte.json index aac9545552eb..97674648ae12 100644 --- a/data/smartphone/huawei/2019/y9-prime-2019/huawei-y9-prime-2019-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/y9-prime-2019/huawei-y9-prime-2019-4gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/huawei/2019/y9s/huawei-y9s-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2019/y9s/huawei-y9s-6gb-128gb-4g-lte.json index 1a525e17adaf..e96422537a0b 100644 --- a/data/smartphone/huawei/2019/y9s/huawei-y9s-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2019/y9s/huawei-y9s-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 77.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/huawei/2020/enjoy-10e/huawei-enjoy-10e-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/enjoy-10e/huawei-enjoy-10e-4gb-128gb-4g-lte.json index 8f8bc1fdbfdb..962c78c1ff95 100644 --- a/data/smartphone/huawei/2020/enjoy-10e/huawei-enjoy-10e-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/enjoy-10e/huawei-enjoy-10e-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2020/enjoy-20-5g/huawei-enjoy-20-5g-6gb-128gb-5g.json b/data/smartphone/huawei/2020/enjoy-20-5g/huawei-enjoy-20-5g-6gb-128gb-5g.json index 1b78fe80deca..01e3fed2b0e9 100644 --- a/data/smartphone/huawei/2020/enjoy-20-5g/huawei-enjoy-20-5g-6gb-128gb-5g.json +++ b/data/smartphone/huawei/2020/enjoy-20-5g/huawei-enjoy-20-5g-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/huawei/2020/enjoy-20-plus-5g/huawei-enjoy-20-plus-5g-8gb-128gb-5g.json b/data/smartphone/huawei/2020/enjoy-20-plus-5g/huawei-enjoy-20-plus-5g-8gb-128gb-5g.json index 61e743db4677..459afbcb6d21 100644 --- a/data/smartphone/huawei/2020/enjoy-20-plus-5g/huawei-enjoy-20-plus-5g-8gb-128gb-5g.json +++ b/data/smartphone/huawei/2020/enjoy-20-plus-5g/huawei-enjoy-20-plus-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 76.5, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2020/enjoy-20-pro/huawei-enjoy-20-pro-8gb-128gb-5g.json b/data/smartphone/huawei/2020/enjoy-20-pro/huawei-enjoy-20-pro-8gb-128gb-5g.json index c678bdf03283..ab8b5b2ee37b 100644 --- a/data/smartphone/huawei/2020/enjoy-20-pro/huawei-enjoy-20-pro-8gb-128gb-5g.json +++ b/data/smartphone/huawei/2020/enjoy-20-pro/huawei-enjoy-20-pro-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2020/enjoy-20-se/huawei-enjoy-20-se-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/enjoy-20-se/huawei-enjoy-20-se-8gb-128gb-4g-lte.json index 904c2be13b15..80d395049a12 100644 --- a/data/smartphone/huawei/2020/enjoy-20-se/huawei-enjoy-20-se-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/enjoy-20-se/huawei-enjoy-20-se-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.9, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/huawei/2020/enjoy-z-5g/huawei-enjoy-z-5g-8gb-128gb-5g.json b/data/smartphone/huawei/2020/enjoy-z-5g/huawei-enjoy-z-5g-8gb-128gb-5g.json index 2b457860cc7f..02b67b3f01fd 100644 --- a/data/smartphone/huawei/2020/enjoy-z-5g/huawei-enjoy-z-5g-8gb-128gb-5g.json +++ b/data/smartphone/huawei/2020/enjoy-z-5g/huawei-enjoy-z-5g-8gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2020/matepad-10-4/huawei-matepad-10-4-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/matepad-10-4/huawei-matepad-10-4-6gb-128gb-4g-lte.json index 6e78ab741689..0a2c7808069f 100644 --- a/data/smartphone/huawei/2020/matepad-10-4/huawei-matepad-10-4-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/matepad-10-4/huawei-matepad-10-4-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "kirin-810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 245.2, + "width_mm": 155.0, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/huawei/2020/matepad-10-8/huawei-matepad-10-8-6gb-256gb-4g-lte.json b/data/smartphone/huawei/2020/matepad-10-8/huawei-matepad-10-8-6gb-256gb-4g-lte.json index 9f9384d275ec..a7b5261eee84 100644 --- a/data/smartphone/huawei/2020/matepad-10-8/huawei-matepad-10-8-6gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2020/matepad-10-8/huawei-matepad-10-8-6gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 257.0, + "width_mm": 170.0, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/huawei/2020/matepad-5g/huawei-matepad-5g-6gb-128gb-5g.json b/data/smartphone/huawei/2020/matepad-5g/huawei-matepad-5g-6gb-128gb-5g.json index 3865c5bc8754..cc80e380de59 100644 --- a/data/smartphone/huawei/2020/matepad-5g/huawei-matepad-5g-6gb-128gb-5g.json +++ b/data/smartphone/huawei/2020/matepad-5g/huawei-matepad-5g-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-820-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 245.2, + "width_mm": 155.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2020/matepad-pro-10-8-5g-2019/huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g.json b/data/smartphone/huawei/2020/matepad-pro-10-8-5g-2019/huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g.json index 56e3646d553b..1b9da1d1415d 100644 --- a/data/smartphone/huawei/2020/matepad-pro-10-8-5g-2019/huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g.json +++ b/data/smartphone/huawei/2020/matepad-pro-10-8-5g-2019/huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 246.0, + "width_mm": 159.0, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/huawei/2020/matepad-t-10s/huawei-matepad-t-10s-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/matepad-t-10s/huawei-matepad-t-10s-4gb-128gb-4g-lte.json index 9c1088499d37..f2a5ea971cea 100644 --- a/data/smartphone/huawei/2020/matepad-t-10s/huawei-matepad-t-10s-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/matepad-t-10s/huawei-matepad-t-10s-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2020/matepad-t8/huawei-matepad-t8-3gb-32gb-4g-lte.json b/data/smartphone/huawei/2020/matepad-t8/huawei-matepad-t8-3gb-32gb-4g-lte.json index d0f97452d666..251139aa4be1 100644 --- a/data/smartphone/huawei/2020/matepad-t8/huawei-matepad-t8-3gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2020/matepad-t8/huawei-matepad-t8-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt8768", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 199.7, + "width_mm": 121.1, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/huawei/2020/nova-7-5g/huawei-nova-7-5g-8gb-256gb-5g.json b/data/smartphone/huawei/2020/nova-7-5g/huawei-nova-7-5g-8gb-256gb-5g.json index d61a79c677ae..7a032e4b8a53 100644 --- a/data/smartphone/huawei/2020/nova-7-5g/huawei-nova-7-5g-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2020/nova-7-5g/huawei-nova-7-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-985-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 160.6, + "width_mm": 74.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2020/nova-7-pro-5g/huawei-nova-7-pro-5g-8gb-256gb-5g.json b/data/smartphone/huawei/2020/nova-7-pro-5g/huawei-nova-7-pro-5g-8gb-256gb-5g.json index 51956a42047e..1f6c59f0c55c 100644 --- a/data/smartphone/huawei/2020/nova-7-pro-5g/huawei-nova-7-pro-5g-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2020/nova-7-pro-5g/huawei-nova-7-pro-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-985-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 160.4, + "width_mm": 73.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2020/nova-7-se-5g-youth/huawei-nova-7-se-5g-youth-8gb-128gb-5g.json b/data/smartphone/huawei/2020/nova-7-se-5g-youth/huawei-nova-7-se-5g-youth-8gb-128gb-5g.json index 5e39ccee6949..c8ba27927e20 100644 --- a/data/smartphone/huawei/2020/nova-7-se-5g-youth/huawei-nova-7-se-5g-youth-8gb-128gb-5g.json +++ b/data/smartphone/huawei/2020/nova-7-se-5g-youth/huawei-nova-7-se-5g-youth-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.3, + "width_mm": 75.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/huawei/2020/nova-7-se/huawei-nova-7-se-8gb-256gb-5g.json b/data/smartphone/huawei/2020/nova-7-se/huawei-nova-7-se-8gb-256gb-5g.json index 1c18ad20964e..8fc24f15afc5 100644 --- a/data/smartphone/huawei/2020/nova-7-se/huawei-nova-7-se-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2020/nova-7-se/huawei-nova-7-se-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-820-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.3, + "width_mm": 75.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/huawei/2020/nova-7i/huawei-nova-7i-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/nova-7i/huawei-nova-7i-8gb-128gb-4g-lte.json index 919a1b48a5f4..69a9ccca592e 100644 --- a/data/smartphone/huawei/2020/nova-7i/huawei-nova-7i-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/nova-7i/huawei-nova-7i-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/huawei/2020/nova-8-5g/huawei-nova-8-5g-8gb-256gb-5g.json b/data/smartphone/huawei/2020/nova-8-5g/huawei-nova-8-5g-8gb-256gb-5g.json index ca447000522e..5373132f5c6d 100644 --- a/data/smartphone/huawei/2020/nova-8-5g/huawei-nova-8-5g-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2020/nova-8-5g/huawei-nova-8-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-985-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 74.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/huawei/2020/nova-8-pro-5g/huawei-nova-8-pro-5g-8gb-256gb-5g.json b/data/smartphone/huawei/2020/nova-8-pro-5g/huawei-nova-8-pro-5g-8gb-256gb-5g.json index e157be06e356..a542d4de0395 100644 --- a/data/smartphone/huawei/2020/nova-8-pro-5g/huawei-nova-8-pro-5g-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2020/nova-8-pro-5g/huawei-nova-8-pro-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-985-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 163.3, + "width_mm": 74.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2020/p-smart-2020/huawei-p-smart-2020-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/p-smart-2020/huawei-p-smart-2020-4gb-128gb-4g-lte.json index dd2fbaee92ca..4bd67d212319 100644 --- a/data/smartphone/huawei/2020/p-smart-2020/huawei-p-smart-2020-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/p-smart-2020/huawei-p-smart-2020-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2020/p-smart-2021/huawei-p-smart-2021-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/p-smart-2021/huawei-p-smart-2021-4gb-128gb-4g-lte.json index 83e27ad7252f..cce870c7b7be 100644 --- a/data/smartphone/huawei/2020/p-smart-2021/huawei-p-smart-2021-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/p-smart-2021/huawei-p-smart-2021-4gb-128gb-4g-lte.json @@ -112,5 +112,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.9, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/huawei/2020/p-smart-s/huawei-p-smart-s-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/p-smart-s/huawei-p-smart-s-4gb-128gb-4g-lte.json index 7790a4a9d075..1d2998b7e78c 100644 --- a/data/smartphone/huawei/2020/p-smart-s/huawei-p-smart-s-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/p-smart-s/huawei-p-smart-s-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.4, + "width_mm": 73.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2020/p30-lite-new-edition/huawei-p30-lite-new-edition-6gb-256gb-4g-lte.json b/data/smartphone/huawei/2020/p30-lite-new-edition/huawei-p30-lite-new-edition-6gb-256gb-4g-lte.json index d7f5044c0f6d..f65f21ad4dc8 100644 --- a/data/smartphone/huawei/2020/p30-lite-new-edition/huawei-p30-lite-new-edition-6gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2020/p30-lite-new-edition/huawei-p30-lite-new-edition-6gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.9, + "width_mm": 72.7, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/huawei/2020/p30-pro-new-edition/huawei-p30-pro-new-edition-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2020/p30-pro-new-edition/huawei-p30-pro-new-edition-8gb-256gb-4g-lte.json index dd4daa3dd198..cb2bf932f5c9 100644 --- a/data/smartphone/huawei/2020/p30-pro-new-edition/huawei-p30-pro-new-edition-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2020/p30-pro-new-edition/huawei-p30-pro-new-edition-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "kirin-980", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 73.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2020/p40-lite-5g/huawei-p40-lite-5g-8gb-128gb-5g.json b/data/smartphone/huawei/2020/p40-lite-5g/huawei-p40-lite-5g-8gb-128gb-5g.json index 4fb530c289d9..15e15ea7fe03 100644 --- a/data/smartphone/huawei/2020/p40-lite-5g/huawei-p40-lite-5g-8gb-128gb-5g.json +++ b/data/smartphone/huawei/2020/p40-lite-5g/huawei-p40-lite-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-820-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 162.3, + "width_mm": 75.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/huawei/2020/p40-lite-e/huawei-p40-lite-e-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2020/p40-lite-e/huawei-p40-lite-e-4gb-64gb-4g-lte.json index a7a695108c51..739a595e35c7 100644 --- a/data/smartphone/huawei/2020/p40-lite-e/huawei-p40-lite-e-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2020/p40-lite-e/huawei-p40-lite-e-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2020/p40-lite/huawei-p40-lite-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/p40-lite/huawei-p40-lite-8gb-128gb-4g-lte.json index 833b21303c67..7a71673a7912 100644 --- a/data/smartphone/huawei/2020/p40-lite/huawei-p40-lite-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/p40-lite/huawei-p40-lite-8gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "kirin-810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/huawei/2020/p40-pro/huawei-p40-pro-8gb-512gb-5g.json b/data/smartphone/huawei/2020/p40-pro/huawei-p40-pro-8gb-512gb-5g.json index 8aaaa6fdac42..e7f57a07af0a 100644 --- a/data/smartphone/huawei/2020/p40-pro/huawei-p40-pro-8gb-512gb-5g.json +++ b/data/smartphone/huawei/2020/p40-pro/huawei-p40-pro-8gb-512gb-5g.json @@ -115,5 +115,11 @@ 512 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 158.2, + "width_mm": 72.6, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2020/p40/huawei-p40-8gb-256gb-5g.json b/data/smartphone/huawei/2020/p40/huawei-p40-8gb-256gb-5g.json index 5d74b931232d..0ee6e644ac0b 100644 --- a/data/smartphone/huawei/2020/p40/huawei-p40-8gb-256gb-5g.json +++ b/data/smartphone/huawei/2020/p40/huawei-p40-8gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "kirin-990-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 148.9, + "width_mm": 71.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/huawei/2020/y5p/huawei-y5p-2gb-32gb-4g-lte.json b/data/smartphone/huawei/2020/y5p/huawei-y5p-2gb-32gb-4g-lte.json index e3fe531c5309..5b618b1fadf9 100644 --- a/data/smartphone/huawei/2020/y5p/huawei-y5p-2gb-32gb-4g-lte.json +++ b/data/smartphone/huawei/2020/y5p/huawei-y5p-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762r-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2020/y6p/huawei-y6p-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2020/y6p/huawei-y6p-4gb-64gb-4g-lte.json index f55c5c426cf2..944a1e6e9beb 100644 --- a/data/smartphone/huawei/2020/y6p/huawei-y6p-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2020/y6p/huawei-y6p-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6762r-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2020/y6s-2019/huawei-y6s-2019-3gb-64gb-4g-lte.json b/data/smartphone/huawei/2020/y6s-2019/huawei-y6s-2019-3gb-64gb-4g-lte.json index 1210127f4ba6..d1a768fcacc3 100644 --- a/data/smartphone/huawei/2020/y6s-2019/huawei-y6s-2019-3gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2020/y6s-2019/huawei-y6s-2019-3gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2020/y7a/huawei-y7a-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/y7a/huawei-y7a-4gb-128gb-4g-lte.json index b4dcc07b9574..46c56400505e 100644 --- a/data/smartphone/huawei/2020/y7a/huawei-y7a-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/y7a/huawei-y7a-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.9, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/huawei/2020/y7p/huawei-y7p-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2020/y7p/huawei-y7p-4gb-64gb-4g-lte.json index 000c7362360e..1a099b4c44f9 100644 --- a/data/smartphone/huawei/2020/y7p/huawei-y7p-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2020/y7p/huawei-y7p-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "kirin-710f", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2020/y8p/huawei-y8p-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/y8p/huawei-y8p-6gb-128gb-4g-lte.json index 612ac582f2e3..0b22b26752af 100644 --- a/data/smartphone/huawei/2020/y8p/huawei-y8p-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/y8p/huawei-y8p-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710f", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.4, + "width_mm": 73.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/huawei/2020/y8s/huawei-y8s-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2020/y8s/huawei-y8s-4gb-128gb-4g-lte.json index 2ae02a4a3f8f..6ab1a008f29b 100644 --- a/data/smartphone/huawei/2020/y8s/huawei-y8s-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2020/y8s/huawei-y8s-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2021/enjoy-20e/huawei-enjoy-20e-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2021/enjoy-20e/huawei-enjoy-20e-6gb-128gb-4g-lte.json index b90ff66a4d25..f3c052da0ed5 100644 --- a/data/smartphone/huawei/2021/enjoy-20e/huawei-enjoy-20e-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2021/enjoy-20e/huawei-enjoy-20e-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "2.0" + "os_version": "2.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2021/mate-40-pro-4g/huawei-mate-40-pro-4g-8gb-512gb-4g-lte.json b/data/smartphone/huawei/2021/mate-40-pro-4g/huawei-mate-40-pro-4g-8gb-512gb-4g-lte.json index cac9b6a005bb..986077f4c60e 100644 --- a/data/smartphone/huawei/2021/mate-40-pro-4g/huawei-mate-40-pro-4g-8gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2021/mate-40-pro-4g/huawei-mate-40-pro-4g-8gb-512gb-4g-lte.json @@ -108,5 +108,11 @@ 512 ], "soc": "kirin-9000", - "os_version": "2.0" + "os_version": "2.0", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 162.9, + "width_mm": 75.5, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/huawei/2021/mate-x2-4g/huawei-mate-x2-4g-8gb-512gb-5g.json b/data/smartphone/huawei/2021/mate-x2-4g/huawei-mate-x2-4g-8gb-512gb-5g.json index 6a49c585ae33..0a8410df049a 100644 --- a/data/smartphone/huawei/2021/mate-x2-4g/huawei-mate-x2-4g-8gb-512gb-5g.json +++ b/data/smartphone/huawei/2021/mate-x2-4g/huawei-mate-x2-4g-8gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "kirin-9000", - "os_version": "2.0" + "os_version": "2.0", + "charging_wired_w": 55.0, + "dimensions": { + "height_mm": 161.8, + "width_mm": 145.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/huawei/2021/matepad-11-2021/huawei-matepad-11-2021-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2021/matepad-11-2021/huawei-matepad-11-2021-8gb-256gb-4g-lte.json index e24541589dd0..1fb29d6f1053 100644 --- a/data/smartphone/huawei/2021/matepad-11-2021/huawei-matepad-11-2021-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2021/matepad-11-2021/huawei-matepad-11-2021-8gb-256gb-4g-lte.json @@ -110,5 +110,11 @@ 256 ], "soc": "qualcomm-sm8250-snapdragon-865", - "os_version": "2.0" + "os_version": "2.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 253.8, + "width_mm": 165.3, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/huawei/2021/matepad-t-10/huawei-matepad-t-10-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2021/matepad-t-10/huawei-matepad-t-10-4gb-64gb-4g-lte.json index f1a9b3f1e9fc..86b8098adc68 100644 --- a/data/smartphone/huawei/2021/matepad-t-10/huawei-matepad-t-10-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2021/matepad-t-10/huawei-matepad-t-10-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2021/nova-8-pro-4g/huawei-nova-8-pro-4g-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2021/nova-8-pro-4g/huawei-nova-8-pro-4g-8gb-256gb-4g-lte.json index 7e9e3df1972e..ed907df92f9f 100644 --- a/data/smartphone/huawei/2021/nova-8-pro-4g/huawei-nova-8-pro-4g-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2021/nova-8-pro-4g/huawei-nova-8-pro-4g-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "kirin-985-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 163.3, + "width_mm": 74.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2021/nova-8-se-4g/huawei-nova-8-se-4g-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2021/nova-8-se-4g/huawei-nova-8-se-4g-8gb-128gb-4g-lte.json index 28673c18c373..70b2edefb0ae 100644 --- a/data/smartphone/huawei/2021/nova-8-se-4g/huawei-nova-8-se-4g-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2021/nova-8-se-4g/huawei-nova-8-se-4g-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "2.0" + "os_version": "2.0", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 161.5, + "width_mm": 74.8, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2021/nova-8-se-youth/huawei-nova-8-se-youth-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2021/nova-8-se-youth/huawei-nova-8-se-youth-8gb-128gb-4g-lte.json index f21869a2c48b..8f41cc58934d 100644 --- a/data/smartphone/huawei/2021/nova-8-se-youth/huawei-nova-8-se-youth-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2021/nova-8-se-youth/huawei-nova-8-se-youth-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 160.7, + "width_mm": 73.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2021/nova-y60/huawei-nova-y60-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2021/nova-y60/huawei-nova-y60-4gb-64gb-4g-lte.json index 27045038d263..d51315d74726 100644 --- a/data/smartphone/huawei/2021/nova-y60/huawei-nova-y60-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2021/nova-y60/huawei-nova-y60-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/huawei/2021/p40-4g/huawei-p40-4g-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2021/p40-4g/huawei-p40-4g-8gb-128gb-4g-lte.json index 923d0de5efcf..f6ed379d6ee0 100644 --- a/data/smartphone/huawei/2021/p40-4g/huawei-p40-4g-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2021/p40-4g/huawei-p40-4g-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 148.9, + "width_mm": 71.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/huawei/2021/p50-pro/huawei-p50-pro-12gb-512gb-4g-lte.json b/data/smartphone/huawei/2021/p50-pro/huawei-p50-pro-12gb-512gb-4g-lte.json index 06d58e515250..29085e58a843 100644 --- a/data/smartphone/huawei/2021/p50-pro/huawei-p50-pro-12gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2021/p50-pro/huawei-p50-pro-12gb-512gb-4g-lte.json @@ -114,5 +114,11 @@ 512 ], "soc": "kirin-9000", - "os_version": "2.0" + "os_version": "2.0", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 158.8, + "width_mm": 72.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/huawei/2022/matepad-10-4-2022/huawei-matepad-10-4-2022-6gb-128gb-4g-lte.json b/data/smartphone/huawei/2022/matepad-10-4-2022/huawei-matepad-10-4-2022-6gb-128gb-4g-lte.json index 50adfe280626..626dd2c09c3e 100644 --- a/data/smartphone/huawei/2022/matepad-10-4-2022/huawei-matepad-10-4-2022-6gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2022/matepad-10-4-2022/huawei-matepad-10-4-2022-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "kirin-820-5g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 245.2, + "width_mm": 155.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/huawei/2022/matepad-c5e/huawei-matepad-c5e-4gb-64gb-4g-lte.json b/data/smartphone/huawei/2022/matepad-c5e/huawei-matepad-c5e-4gb-64gb-4g-lte.json index d742f77b11e9..ea3055e68b0f 100644 --- a/data/smartphone/huawei/2022/matepad-c5e/huawei-matepad-c5e-4gb-64gb-4g-lte.json +++ b/data/smartphone/huawei/2022/matepad-c5e/huawei-matepad-c5e-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2022/matepad-se/huawei-matepad-se-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2022/matepad-se/huawei-matepad-se-4gb-128gb-4g-lte.json index df69a9af3284..a414c147def9 100644 --- a/data/smartphone/huawei/2022/matepad-se/huawei-matepad-se-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2022/matepad-se/huawei-matepad-se-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "2.0" + "os_version": "2.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/huawei/2022/nova-y70-plus/huawei-nova-y70-plus-4gb-128gb-4g-lte.json b/data/smartphone/huawei/2022/nova-y70-plus/huawei-nova-y70-plus-4gb-128gb-4g-lte.json index 1f6513f72774..b937782d7b72 100644 --- a/data/smartphone/huawei/2022/nova-y70-plus/huawei-nova-y70-plus-4gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2022/nova-y70-plus/huawei-nova-y70-plus-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2023/enjoy-70/huawei-enjoy-70-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2023/enjoy-70/huawei-enjoy-70-8gb-256gb-4g-lte.json index 3932550244e2..6a01cd7f5054 100644 --- a/data/smartphone/huawei/2023/enjoy-70/huawei-enjoy-70-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2023/enjoy-70/huawei-enjoy-70-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "kirin-710a", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/huawei/2023/mate-60-pro/huawei-mate-60-pro-16gb-512gb-5g.json b/data/smartphone/huawei/2023/mate-60-pro/huawei-mate-60-pro-16gb-512gb-5g.json index b3c3541cc4a7..8c4c3087bc50 100644 --- a/data/smartphone/huawei/2023/mate-60-pro/huawei-mate-60-pro-16gb-512gb-5g.json +++ b/data/smartphone/huawei/2023/mate-60-pro/huawei-mate-60-pro-16gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "kirin-9000s", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 88.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 79.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2023/mate-60-rs-ultimate/huawei-mate-60-rs-ultimate-16gb-512gb-5g.json b/data/smartphone/huawei/2023/mate-60-rs-ultimate/huawei-mate-60-rs-ultimate-16gb-512gb-5g.json index 85ab90576558..c0f447e8fccb 100644 --- a/data/smartphone/huawei/2023/mate-60-rs-ultimate/huawei-mate-60-rs-ultimate-16gb-512gb-5g.json +++ b/data/smartphone/huawei/2023/mate-60-rs-ultimate/huawei-mate-60-rs-ultimate-16gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "kirin-9000s", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 88.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 79.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/huawei/2023/mate-60/huawei-mate-60-12gb-512gb-4g-lte.json b/data/smartphone/huawei/2023/mate-60/huawei-mate-60-12gb-512gb-4g-lte.json index ef851651bd61..778b7b3c5e74 100644 --- a/data/smartphone/huawei/2023/mate-60/huawei-mate-60-12gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2023/mate-60/huawei-mate-60-12gb-512gb-4g-lte.json @@ -108,5 +108,11 @@ 512 ], "soc": "kirin-9000s", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 161.4, + "width_mm": 76.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/huawei/2023/matepad-pro-11-2024/huawei-matepad-pro-11-2024-12gb-512gb-4g-lte.json b/data/smartphone/huawei/2023/matepad-pro-11-2024/huawei-matepad-pro-11-2024-12gb-512gb-4g-lte.json index cd5f35802071..f27a0cc29449 100644 --- a/data/smartphone/huawei/2023/matepad-pro-11-2024/huawei-matepad-pro-11-2024-12gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2023/matepad-pro-11-2024/huawei-matepad-pro-11-2024-12gb-512gb-4g-lte.json @@ -106,5 +106,11 @@ 512 ], "soc": "kirin-9000s", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 249.2, + "width_mm": 160.4, + "depth_mm": 5.9 + } } diff --git a/data/smartphone/huawei/2023/nova-11-se/huawei-nova-11-se-8gb-512gb-4g-lte.json b/data/smartphone/huawei/2023/nova-11-se/huawei-nova-11-se-8gb-512gb-4g-lte.json index b8165c43077c..ad4d4c21b1e2 100644 --- a/data/smartphone/huawei/2023/nova-11-se/huawei-nova-11-se-8gb-512gb-4g-lte.json +++ b/data/smartphone/huawei/2023/nova-11-se/huawei-nova-11-se-8gb-512gb-4g-lte.json @@ -104,5 +104,11 @@ 512 ], "soc": "snapdragon-680", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 75.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/huawei/2023/nova-11i/huawei-nova-11i-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2023/nova-11i/huawei-nova-11i-8gb-256gb-4g-lte.json index 57a9d57f2691..de1762f58d39 100644 --- a/data/smartphone/huawei/2023/nova-11i/huawei-nova-11i-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2023/nova-11i/huawei-nova-11i-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "snapdragon-680", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/huawei/2023/nova-12-pro/huawei-nova-12-pro-12gb-512gb-5g.json b/data/smartphone/huawei/2023/nova-12-pro/huawei-nova-12-pro-12gb-512gb-5g.json index 3d0d274eb7ce..f029261dd01f 100644 --- a/data/smartphone/huawei/2023/nova-12-pro/huawei-nova-12-pro-12gb-512gb-5g.json +++ b/data/smartphone/huawei/2023/nova-12-pro/huawei-nova-12-pro-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "kirin-9000s", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 100.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 75.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/huawei/2023/nova-12-ultra/huawei-nova-12-ultra-12gb-512gb-5g.json b/data/smartphone/huawei/2023/nova-12-ultra/huawei-nova-12-ultra-12gb-512gb-5g.json index 62d970cb1c0a..7ba28f782264 100644 --- a/data/smartphone/huawei/2023/nova-12-ultra/huawei-nova-12-ultra-12gb-512gb-5g.json +++ b/data/smartphone/huawei/2023/nova-12-ultra/huawei-nova-12-ultra-12gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "kirin-9000s", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 100.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 75.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/huawei/2023/nova-y71/huawei-nova-y71-8gb-128gb-4g-lte.json b/data/smartphone/huawei/2023/nova-y71/huawei-nova-y71-8gb-128gb-4g-lte.json index dc4c070b835e..8262dcb9a260 100644 --- a/data/smartphone/huawei/2023/nova-y71/huawei-nova-y71-8gb-128gb-4g-lte.json +++ b/data/smartphone/huawei/2023/nova-y71/huawei-nova-y71-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2023/nova-y91/huawei-nova-y91-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2023/nova-y91/huawei-nova-y91-8gb-256gb-4g-lte.json index 753fb747e41e..74bfe9c6913a 100644 --- a/data/smartphone/huawei/2023/nova-y91/huawei-nova-y91-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2023/nova-y91/huawei-nova-y91-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "snapdragon-680", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 171.6, + "width_mm": 79.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/huawei/2024/enjoy-70z/huawei-enjoy-70z-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2024/enjoy-70z/huawei-enjoy-70z-8gb-256gb-4g-lte.json index ceaceff9f43f..890bcd1a3994 100644 --- a/data/smartphone/huawei/2024/enjoy-70z/huawei-enjoy-70z-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2024/enjoy-70z/huawei-enjoy-70z-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "kirin-710a", - "os_version": "4.0" + "os_version": "4.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/huawei/2024/nova-12-se/huawei-nova-12-se-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2024/nova-12-se/huawei-nova-12-se-8gb-256gb-4g-lte.json index 0d31c2bb616d..4a8a3617409e 100644 --- a/data/smartphone/huawei/2024/nova-12-se/huawei-nova-12-se-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2024/nova-12-se/huawei-nova-12-se-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "snapdragon-680", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 75.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/huawei/2024/nova-12i/huawei-nova-12i-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2024/nova-12i/huawei-nova-12i-8gb-256gb-4g-lte.json index a3dadac1240b..9b09da831c18 100644 --- a/data/smartphone/huawei/2024/nova-12i/huawei-nova-12i-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2024/nova-12i/huawei-nova-12i-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "snapdragon-680", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 163.3, + "width_mm": 74.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/huawei/2024/nova-y72/huawei-nova-y72-8gb-256gb-4g-lte.json b/data/smartphone/huawei/2024/nova-y72/huawei-nova-y72-8gb-256gb-4g-lte.json index ce73b0159eb7..089e22284357 100644 --- a/data/smartphone/huawei/2024/nova-y72/huawei-nova-y72-8gb-256gb-4g-lte.json +++ b/data/smartphone/huawei/2024/nova-y72/huawei-nova-y72-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "kirin-710a", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/huawei/2024/pura-70-pro/huawei-pura-70-pro-16gb-512gb-5g.json b/data/smartphone/huawei/2024/pura-70-pro/huawei-pura-70-pro-16gb-512gb-5g.json index 77917d572dde..318a2050dbf7 100644 --- a/data/smartphone/huawei/2024/pura-70-pro/huawei-pura-70-pro-16gb-512gb-5g.json +++ b/data/smartphone/huawei/2024/pura-70-pro/huawei-pura-70-pro-16gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "kirin-9010", - "os_version": "4.2" + "os_version": "4.2", + "charging_wired_w": 100.0, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2016/hot-4-pro/infinix-hot-4-pro-2gb-16gb-4g-lte.json b/data/smartphone/infinix/2016/hot-4-pro/infinix-hot-4-pro-2gb-16gb-4g-lte.json index eee6269bc9aa..9db2a527c702 100644 --- a/data/smartphone/infinix/2016/hot-4-pro/infinix-hot-4-pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/infinix/2016/hot-4-pro/infinix-hot-4-pro-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6737w", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/infinix/2016/hot-4/infinix-hot-4-2gb-16gb-3g.json b/data/smartphone/infinix/2016/hot-4/infinix-hot-4-2gb-16gb-3g.json index e895c6f59df2..9c432b64be38 100644 --- a/data/smartphone/infinix/2016/hot-4/infinix-hot-4-2gb-16gb-3g.json +++ b/data/smartphone/infinix/2016/hot-4/infinix-hot-4-2gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/infinix/2016/hot-s/infinix-hot-s-2gb-16gb-4g-lte.json b/data/smartphone/infinix/2016/hot-s/infinix-hot-s-2gb-16gb-4g-lte.json index 44f85873b235..2d314cec391e 100644 --- a/data/smartphone/infinix/2016/hot-s/infinix-hot-s-2gb-16gb-4g-lte.json +++ b/data/smartphone/infinix/2016/hot-s/infinix-hot-s-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 148.8, + "width_mm": 73.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2016/note-3-pro/infinix-note-3-pro-3gb-16gb-4g-lte.json b/data/smartphone/infinix/2016/note-3-pro/infinix-note-3-pro-3gb-16gb-4g-lte.json index c0a1da141e4d..1b644603a297 100644 --- a/data/smartphone/infinix/2016/note-3-pro/infinix-note-3-pro-3gb-16gb-4g-lte.json +++ b/data/smartphone/infinix/2016/note-3-pro/infinix-note-3-pro-3gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 162.5, + "width_mm": 82.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2016/note-3/infinix-note-3-2gb-16gb-4g-lte.json b/data/smartphone/infinix/2016/note-3/infinix-note-3-2gb-16gb-4g-lte.json index dc5d11e0ec4d..10587b263d03 100644 --- a/data/smartphone/infinix/2016/note-3/infinix-note-3-2gb-16gb-4g-lte.json +++ b/data/smartphone/infinix/2016/note-3/infinix-note-3-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 162.5, + "width_mm": 82.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2017/hot-5-lite/infinix-hot-5-lite-1gb-16gb-3g.json b/data/smartphone/infinix/2017/hot-5-lite/infinix-hot-5-lite-1gb-16gb-3g.json index 60c34679b034..4c003cd84d29 100644 --- a/data/smartphone/infinix/2017/hot-5-lite/infinix-hot-5-lite-1gb-16gb-3g.json +++ b/data/smartphone/infinix/2017/hot-5-lite/infinix-hot-5-lite-1gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "mediatek-mt6580m", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 154.8, + "width_mm": 77.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2017/hot-5/infinix-hot-5-2gb-16gb-3g.json b/data/smartphone/infinix/2017/hot-5/infinix-hot-5-2gb-16gb-3g.json index 808d8268e659..a5210e3d308c 100644 --- a/data/smartphone/infinix/2017/hot-5/infinix-hot-5-2gb-16gb-3g.json +++ b/data/smartphone/infinix/2017/hot-5/infinix-hot-5-2gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6580m", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 154.8, + "width_mm": 77.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2017/note-4-pro/infinix-note-4-pro-3gb-32gb-4g-lte.json b/data/smartphone/infinix/2017/note-4-pro/infinix-note-4-pro-3gb-32gb-4g-lte.json index b89cd3bfda65..86aeaedd3b7a 100644 --- a/data/smartphone/infinix/2017/note-4-pro/infinix-note-4-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2017/note-4-pro/infinix-note-4-pro-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 79.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/infinix/2017/s2-pro/infinix-s2-pro-3gb-32gb-4g-lte.json b/data/smartphone/infinix/2017/s2-pro/infinix-s2-pro-3gb-32gb-4g-lte.json index 070dc2008b9d..4382577e2291 100644 --- a/data/smartphone/infinix/2017/s2-pro/infinix-s2-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2017/s2-pro/infinix-s2-pro-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 148.9, + "width_mm": 72.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/infinix/2017/smart/infinix-smart-1gb-16gb-3g.json b/data/smartphone/infinix/2017/smart/infinix-smart-1gb-16gb-3g.json index 22b3c3e49474..0631e0f8e1c2 100644 --- a/data/smartphone/infinix/2017/smart/infinix-smart-1gb-16gb-3g.json +++ b/data/smartphone/infinix/2017/smart/infinix-smart-1gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 144.9, + "width_mm": 71.9, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2017/zero-4-plus/infinix-zero-4-plus-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2017/zero-4-plus/infinix-zero-4-plus-4gb-64gb-4g-lte.json index 46de7e3e6a6c..110f695d2dad 100644 --- a/data/smartphone/infinix/2017/zero-4-plus/infinix-zero-4-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2017/zero-4-plus/infinix-zero-4-plus-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6797m-helio-x20", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 160.5, + "width_mm": 83.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/infinix/2017/zero-4/infinix-zero-4-3gb-32gb-4g-lte.json b/data/smartphone/infinix/2017/zero-4/infinix-zero-4-3gb-32gb-4g-lte.json index 043a5ae4f476..666503a05209 100644 --- a/data/smartphone/infinix/2017/zero-4/infinix-zero-4-3gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2017/zero-4/infinix-zero-4-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 151.5, + "width_mm": 76.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/infinix/2018/hot-6-pro/infinix-hot-6-pro-3gb-32gb-4g-lte.json b/data/smartphone/infinix/2018/hot-6-pro/infinix-hot-6-pro-3gb-32gb-4g-lte.json index 736f1f87a550..39f139b9005c 100644 --- a/data/smartphone/infinix/2018/hot-6-pro/infinix-hot-6-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2018/hot-6-pro/infinix-hot-6-pro-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 160.4, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/infinix/2018/hot-6x/infinix-hot-6x-3gb-32gb-4g-lte.json b/data/smartphone/infinix/2018/hot-6x/infinix-hot-6x-3gb-32gb-4g-lte.json index 04ec585da44f..558fb7db09a1 100644 --- a/data/smartphone/infinix/2018/hot-6x/infinix-hot-6x-3gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2018/hot-6x/infinix-hot-6x-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2018/hot-s3/infinix-hot-s3-3gb-32gb-4g-lte.json b/data/smartphone/infinix/2018/hot-s3/infinix-hot-s3-3gb-32gb-4g-lte.json index 2e62245b16a8..8cdc01ff84a9 100644 --- a/data/smartphone/infinix/2018/hot-s3/infinix-hot-s3-3gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2018/hot-s3/infinix-hot-s3-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 72.9, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2018/note-4/infinix-note-4-3gb-32gb-4g-lte.json b/data/smartphone/infinix/2018/note-4/infinix-note-4-3gb-32gb-4g-lte.json index 32e1331780d5..fc1f3559a5ea 100644 --- a/data/smartphone/infinix/2018/note-4/infinix-note-4-3gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2018/note-4/infinix-note-4-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 78.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2018/note-5-stylus/infinix-note-5-stylus-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2018/note-5-stylus/infinix-note-5-stylus-4gb-64gb-4g-lte.json index c2cb15d8d6b9..839e10c2ab1b 100644 --- a/data/smartphone/infinix/2018/note-5-stylus/infinix-note-5-stylus-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2018/note-5-stylus/infinix-note-5-stylus-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6763t-helio-p23", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2018/note-5/infinix-note-5-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2018/note-5/infinix-note-5-4gb-64gb-4g-lte.json index 35f0267269ed..ef5d8303103d 100644 --- a/data/smartphone/infinix/2018/note-5/infinix-note-5-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2018/note-5/infinix-note-5-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6763-helio-p23", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2018/s3x/infinix-s3x-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2018/s3x/infinix-s3x-4gb-64gb-4g-lte.json index c38c10b32a5e..1b8d79787976 100644 --- a/data/smartphone/infinix/2018/s3x/infinix-s3x-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2018/s3x/infinix-s3x-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 75.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2018/smart-2-hd/infinix-smart-2-hd-1gb-16gb-3g.json b/data/smartphone/infinix/2018/smart-2-hd/infinix-smart-2-hd-1gb-16gb-3g.json index b7bb4e6266bd..4c968e4a6b23 100644 --- a/data/smartphone/infinix/2018/smart-2-hd/infinix-smart-2-hd-1gb-16gb-3g.json +++ b/data/smartphone/infinix/2018/smart-2-hd/infinix-smart-2-hd-1gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.9, + "width_mm": 76.5, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/infinix/2018/zero-5-pro/infinix-zero-5-pro-6gb-128gb-4g-lte.json b/data/smartphone/infinix/2018/zero-5-pro/infinix-zero-5-pro-6gb-128gb-4g-lte.json index 3ac13d1bdbbd..9ef7a5ffd8b3 100644 --- a/data/smartphone/infinix/2018/zero-5-pro/infinix-zero-5-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2018/zero-5-pro/infinix-zero-5-pro-6gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "mediatek-mt6757cd-helio-p20", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 166.4, + "width_mm": 82.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2018/zero-5/infinix-zero-5-6gb-64gb-4g-lte.json b/data/smartphone/infinix/2018/zero-5/infinix-zero-5-6gb-64gb-4g-lte.json index 5b3b8245e8c3..16d2fed994bd 100644 --- a/data/smartphone/infinix/2018/zero-5/infinix-zero-5-6gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2018/zero-5/infinix-zero-5-6gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6757cd-helio-p20", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 166.4, + "width_mm": 82.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2019/hot-7/infinix-hot-7-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2019/hot-7/infinix-hot-7-4gb-64gb-4g-lte.json index ba39ff0a6f6e..0373b301c06a 100644 --- a/data/smartphone/infinix/2019/hot-7/infinix-hot-7-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2019/hot-7/infinix-hot-7-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 32, 64 ], - "soc": "mediatek-mt6580" + "soc": "mediatek-mt6580", + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2019/hot-8-lite/infinix-hot-8-lite-2gb-32gb-4g-lte.json b/data/smartphone/infinix/2019/hot-8-lite/infinix-hot-8-lite-2gb-32gb-4g-lte.json index 0650df24ad1b..ba103bd55724 100644 --- a/data/smartphone/infinix/2019/hot-8-lite/infinix-hot-8-lite-2gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2019/hot-8-lite/infinix-hot-8-lite-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6580", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/infinix/2019/note-6/infinix-note-6-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2019/note-6/infinix-note-6-4gb-64gb-4g-lte.json index e1f27dfa239f..514239515938 100644 --- a/data/smartphone/infinix/2019/note-6/infinix-note-6-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2019/note-6/infinix-note-6-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 154.2, + "width_mm": 74.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/infinix/2019/s4/infinix-s4-6gb-64gb-4g-lte.json b/data/smartphone/infinix/2019/s4/infinix-s4-6gb-64gb-4g-lte.json index 58261a3f947a..e154e6763fae 100644 --- a/data/smartphone/infinix/2019/s4/infinix-s4-6gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2019/s4/infinix-s4-6gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/infinix/2019/s5-lite/infinix-s5-lite-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2019/s5-lite/infinix-s5-lite-4gb-64gb-4g-lte.json index 18a642068c8b..9372eb0f68b7 100644 --- a/data/smartphone/infinix/2019/s5-lite/infinix-s5-lite-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2019/s5-lite/infinix-s5-lite-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/infinix/2019/s5/infinix-s5-6gb-128gb-4g-lte.json b/data/smartphone/infinix/2019/s5/infinix-s5-6gb-128gb-4g-lte.json index a8e9c744bf00..fb9d8d452455 100644 --- a/data/smartphone/infinix/2019/s5/infinix-s5-6gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2019/s5/infinix-s5-6gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/infinix/2019/smart-4/infinix-smart-4-2gb-32gb-4g-lte.json b/data/smartphone/infinix/2019/smart-4/infinix-smart-4-2gb-32gb-4g-lte.json index a1f6438989e6..601d62cb05d9 100644 --- a/data/smartphone/infinix/2019/smart-4/infinix-smart-4-2gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2019/smart-4/infinix-smart-4-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 167.0, + "width_mm": 76.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/infinix/2019/smart-4c/infinix-smart-4c-2gb-32gb-4g-lte.json b/data/smartphone/infinix/2019/smart-4c/infinix-smart-4c-2gb-32gb-4g-lte.json index bce3779df5c0..36d892253170 100644 --- a/data/smartphone/infinix/2019/smart-4c/infinix-smart-4c-2gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2019/smart-4c/infinix-smart-4c-2gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 167.0, + "width_mm": 76.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/infinix/2019/smart3-plus/infinix-smart3-plus-3gb-32gb-4g-lte.json b/data/smartphone/infinix/2019/smart3-plus/infinix-smart3-plus-3gb-32gb-4g-lte.json index 5b80c1ffac90..00e0d21ec40b 100644 --- a/data/smartphone/infinix/2019/smart3-plus/infinix-smart3-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2019/smart3-plus/infinix-smart3-plus-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 157.0, + "width_mm": 76.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/infinix/2020/hot-9-pro/infinix-hot-9-pro-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2020/hot-9-pro/infinix-hot-9-pro-4gb-64gb-4g-lte.json index 6224dce3de8b..87e46513e6e4 100644 --- a/data/smartphone/infinix/2020/hot-9-pro/infinix-hot-9-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2020/hot-9-pro/infinix-hot-9-pro-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.8, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/infinix/2020/s5-pro-16-32/infinix-s5-pro-16-32-6gb-128gb-4g-lte.json b/data/smartphone/infinix/2020/s5-pro-16-32/infinix-s5-pro-16-32-6gb-128gb-4g-lte.json index b8967980a89e..d0242bad9691 100644 --- a/data/smartphone/infinix/2020/s5-pro-16-32/infinix-s5-pro-16-32-6gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2020/s5-pro-16-32/infinix-s5-pro-16-32-6gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 162.5, + "width_mm": 76.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/infinix/2020/s5-pro-48-40/infinix-s5-pro-48-40-6gb-128gb-4g-lte.json b/data/smartphone/infinix/2020/s5-pro-48-40/infinix-s5-pro-48-40-6gb-128gb-4g-lte.json index ea9a411ff157..721a1af3f428 100644 --- a/data/smartphone/infinix/2020/s5-pro-48-40/infinix-s5-pro-48-40-6gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2020/s5-pro-48-40/infinix-s5-pro-48-40-6gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 162.5, + "width_mm": 76.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/infinix/2020/s5-pro/infinix-s5-pro-6gb-128gb-4g-lte.json b/data/smartphone/infinix/2020/s5-pro/infinix-s5-pro-6gb-128gb-4g-lte.json index 2b6ee65fe43a..52fe3127cc95 100644 --- a/data/smartphone/infinix/2020/s5-pro/infinix-s5-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2020/s5-pro/infinix-s5-pro-6gb-128gb-4g-lte.json @@ -112,5 +112,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 162.5, + "width_mm": 76.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/infinix/2020/smart-5/infinix-smart-5-3gb-64gb-4g-lte.json b/data/smartphone/infinix/2020/smart-5/infinix-smart-5-3gb-64gb-4g-lte.json index 16ead7654db8..7bdeb840006a 100644 --- a/data/smartphone/infinix/2020/smart-5/infinix-smart-5-3gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2020/smart-5/infinix-smart-5-3gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6761d-helio-a20", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.4, + "width_mm": 76.4, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/infinix/2020/smart-hd-2021/infinix-smart-hd-2021-2gb-32gb-4g-lte.json b/data/smartphone/infinix/2020/smart-hd-2021/infinix-smart-hd-2021-2gb-32gb-4g-lte.json index 31f426a174f2..3ad89360d0a2 100644 --- a/data/smartphone/infinix/2020/smart-hd-2021/infinix-smart-hd-2021-2gb-32gb-4g-lte.json +++ b/data/smartphone/infinix/2020/smart-hd-2021/infinix-smart-hd-2021-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6761d-helio-a20", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.2, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/infinix/2020/zero-8/infinix-zero-8-8gb-128gb-4g-lte.json b/data/smartphone/infinix/2020/zero-8/infinix-zero-8-8gb-128gb-4g-lte.json index 1414927c0d91..9de671a542aa 100644 --- a/data/smartphone/infinix/2020/zero-8/infinix-zero-8-8gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2020/zero-8/infinix-zero-8-8gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 168.7, + "width_mm": 76.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/infinix/2020/zero-8i/infinix-zero-8i-8gb-128gb-4g-lte.json b/data/smartphone/infinix/2020/zero-8i/infinix-zero-8i-8gb-128gb-4g-lte.json index cd858394b9c5..157d2e6ede82 100644 --- a/data/smartphone/infinix/2020/zero-8i/infinix-zero-8i-8gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2020/zero-8i/infinix-zero-8i-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 168.7, + "width_mm": 76.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/infinix/2022/hot-12-pro/infinix-hot-12-pro-8gb-128gb-4g-lte.json b/data/smartphone/infinix/2022/hot-12-pro/infinix-hot-12-pro-8gb-128gb-4g-lte.json index 087c1348cefa..9a1b293aa29f 100644 --- a/data/smartphone/infinix/2022/hot-12-pro/infinix-hot-12-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2022/hot-12-pro/infinix-hot-12-pro-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-tiger-t616", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2022/hot-12i/infinix-hot-12i-4gb-64gb-4g-lte.json b/data/smartphone/infinix/2022/hot-12i/infinix-hot-12i-4gb-64gb-4g-lte.json index 42926184d00e..388d8e329881 100644 --- a/data/smartphone/infinix/2022/hot-12i/infinix-hot-12i-4gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2022/hot-12i/infinix-hot-12i-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.4, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/infinix/2022/hot-20-5g/infinix-hot-20-5g-4gb-128gb-5g.json b/data/smartphone/infinix/2022/hot-20-5g/infinix-hot-20-5g-4gb-128gb-5g.json index 378940653466..66f29f204f6e 100644 --- a/data/smartphone/infinix/2022/hot-20-5g/infinix-hot-20-5g-4gb-128gb-5g.json +++ b/data/smartphone/infinix/2022/hot-20-5g/infinix-hot-20-5g-4gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 166.3, + "width_mm": 76.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/infinix/2022/note-12-2023/infinix-note-12-2023-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2022/note-12-2023/infinix-note-12-2023-8gb-256gb-4g-lte.json index f74d11dc4973..1f9c038c466b 100644 --- a/data/smartphone/infinix/2022/note-12-2023/infinix-note-12-2023-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2022/note-12-2023/infinix-note-12-2023-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/infinix/2022/note-12-5g/infinix-note-12-5g-6gb-64gb-5g.json b/data/smartphone/infinix/2022/note-12-5g/infinix-note-12-5g-6gb-64gb-5g.json index acbda621b73c..da923e2a206e 100644 --- a/data/smartphone/infinix/2022/note-12-5g/infinix-note-12-5g-6gb-64gb-5g.json +++ b/data/smartphone/infinix/2022/note-12-5g/infinix-note-12-5g-6gb-64gb-5g.json @@ -107,5 +107,11 @@ 64 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.7, + "width_mm": 76.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2022/note-12-pro-5g/infinix-note-12-pro-5g-8gb-256gb-5g.json b/data/smartphone/infinix/2022/note-12-pro-5g/infinix-note-12-pro-5g-8gb-256gb-5g.json index 39315899c4ce..ab69e11e3e73 100644 --- a/data/smartphone/infinix/2022/note-12-pro-5g/infinix-note-12-pro-5g-8gb-256gb-5g.json +++ b/data/smartphone/infinix/2022/note-12-pro-5g/infinix-note-12-pro-5g-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.7, + "width_mm": 76.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2022/note-12-pro/infinix-note-12-pro-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2022/note-12-pro/infinix-note-12-pro-8gb-256gb-4g-lte.json index 1f2f0b21dcc9..91e0e1652442 100644 --- a/data/smartphone/infinix/2022/note-12-pro/infinix-note-12-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2022/note-12-pro/infinix-note-12-pro-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/infinix/2022/zero-20/infinix-zero-20-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2022/zero-20/infinix-zero-20-8gb-256gb-4g-lte.json index 084d795ebfcf..81ab18f1493b 100644 --- a/data/smartphone/infinix/2022/zero-20/infinix-zero-20-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2022/zero-20/infinix-zero-20-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/infinix/2022/zero-5g/infinix-zero-5g-8gb-128gb-5g.json b/data/smartphone/infinix/2022/zero-5g/infinix-zero-5g-8gb-128gb-5g.json index 842adb3bfbf1..3e560b13fb27 100644 --- a/data/smartphone/infinix/2022/zero-5g/infinix-zero-5g-8gb-128gb-5g.json +++ b/data/smartphone/infinix/2022/zero-5g/infinix-zero-5g-8gb-128gb-5g.json @@ -113,5 +113,11 @@ 128 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 168.7, + "width_mm": 76.5, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/infinix/2022/zero-ultra/infinix-zero-ultra-8gb-256gb-5g.json b/data/smartphone/infinix/2022/zero-ultra/infinix-zero-ultra-8gb-256gb-5g.json index ae5b1aba12f9..f88aa91cd39b 100644 --- a/data/smartphone/infinix/2022/zero-ultra/infinix-zero-ultra-8gb-256gb-5g.json +++ b/data/smartphone/infinix/2022/zero-ultra/infinix-zero-ultra-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-920", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 180.0, + "dimensions": { + "height_mm": 165.5, + "width_mm": 74.5, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/infinix/2023/hot-30i/infinix-hot-30i-8gb-128gb-4g-lte.json b/data/smartphone/infinix/2023/hot-30i/infinix-hot-30i-8gb-128gb-4g-lte.json index 8330be74029a..9a7e3af8b171 100644 --- a/data/smartphone/infinix/2023/hot-30i/infinix-hot-30i-8gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2023/hot-30i/infinix-hot-30i-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/infinix/2023/hot-40-pro/infinix-hot-40-pro-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2023/hot-40-pro/infinix-hot-40-pro-8gb-256gb-4g-lte.json index e347db4fa41e..777586e41151 100644 --- a/data/smartphone/infinix/2023/hot-40-pro/infinix-hot-40-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2023/hot-40-pro/infinix-hot-40-pro-8gb-256gb-4g-lte.json @@ -112,5 +112,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.6, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/infinix/2023/hot-40i/infinix-hot-40i-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2023/hot-40i/infinix-hot-40i-8gb-256gb-4g-lte.json index a3f8d4b47bb8..5a6475fafadb 100644 --- a/data/smartphone/infinix/2023/hot-40i/infinix-hot-40i-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2023/hot-40i/infinix-hot-40i-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/infinix/2023/note-30-pro/infinix-note-30-pro-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2023/note-30-pro/infinix-note-30-pro-8gb-256gb-4g-lte.json index a096b3e4f3bd..263fdf6cdb96 100644 --- a/data/smartphone/infinix/2023/note-30-pro/infinix-note-30-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2023/note-30-pro/infinix-note-30-pro-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 68.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 76.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/infinix/2023/note-30-vip/infinix-note-30-vip-12gb-256gb-5g.json b/data/smartphone/infinix/2023/note-30-vip/infinix-note-30-vip-12gb-256gb-5g.json index e7561caef645..2e53a937cd3a 100644 --- a/data/smartphone/infinix/2023/note-30-vip/infinix-note-30-vip-12gb-256gb-5g.json +++ b/data/smartphone/infinix/2023/note-30-vip/infinix-note-30-vip-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-8050", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 68.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.9, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/infinix/2023/note-30/infinix-note-30-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2023/note-30/infinix-note-30-8gb-256gb-4g-lte.json index c405e97dab36..a36838add095 100644 --- a/data/smartphone/infinix/2023/note-30/infinix-note-30-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2023/note-30/infinix-note-30-8gb-256gb-4g-lte.json @@ -112,5 +112,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/infinix/2023/smart-8-hd/infinix-smart-8-hd-3gb-64gb-4g-lte.json b/data/smartphone/infinix/2023/smart-8-hd/infinix-smart-8-hd-3gb-64gb-4g-lte.json index 837a2a4767de..a6ecfd392cde 100644 --- a/data/smartphone/infinix/2023/smart-8-hd/infinix-smart-8-hd-3gb-64gb-4g-lte.json +++ b/data/smartphone/infinix/2023/smart-8-hd/infinix-smart-8-hd-3gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/infinix/2023/smart-8/infinix-smart-8-4gb-128gb-4g-lte.json b/data/smartphone/infinix/2023/smart-8/infinix-smart-8-4gb-128gb-4g-lte.json index 28e1aec006bd..e9ef385b0eb8 100644 --- a/data/smartphone/infinix/2023/smart-8/infinix-smart-8-4gb-128gb-4g-lte.json +++ b/data/smartphone/infinix/2023/smart-8/infinix-smart-8-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/infinix/2023/zero-30-4g/infinix-zero-30-4g-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2023/zero-30-4g/infinix-zero-30-4g-8gb-256gb-4g-lte.json index b25292bed8ef..4b97299726de 100644 --- a/data/smartphone/infinix/2023/zero-30-4g/infinix-zero-30-4g-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2023/zero-30-4g/infinix-zero-30-4g-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/infinix/2024/hot-50/infinix-hot-50-8gb-128gb-5g.json b/data/smartphone/infinix/2024/hot-50/infinix-hot-50-8gb-128gb-5g.json index 5ce863b7ead4..21371e26c27d 100644 --- a/data/smartphone/infinix/2024/hot-50/infinix-hot-50-8gb-128gb-5g.json +++ b/data/smartphone/infinix/2024/hot-50/infinix-hot-50-8gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 77.1, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/infinix/2024/note-40x-5g/infinix-note-40x-5g-12gb-256gb-5g.json b/data/smartphone/infinix/2024/note-40x-5g/infinix-note-40x-5g-12gb-256gb-5g.json index 2f749ff699b5..e4ee24d4966a 100644 --- a/data/smartphone/infinix/2024/note-40x-5g/infinix-note-40x-5g-12gb-256gb-5g.json +++ b/data/smartphone/infinix/2024/note-40x-5g/infinix-note-40x-5g-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 168.9, + "width_mm": 76.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/infinix/2024/xpad/infinix-xpad-8gb-256gb-4g-lte.json b/data/smartphone/infinix/2024/xpad/infinix-xpad-8gb-256gb-4g-lte.json index 35070f02d931..458aa8ad6543 100644 --- a/data/smartphone/infinix/2024/xpad/infinix-xpad-8gb-256gb-4g-lte.json +++ b/data/smartphone/infinix/2024/xpad/infinix-xpad-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "helio-g99", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 257.0, + "width_mm": 168.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/itel/2023/s23/itel-s23-8gb-256gb-4g-lte.json b/data/smartphone/itel/2023/s23/itel-s23-8gb-256gb-4g-lte.json index cf74af94bac7..7a7b25b82b6a 100644 --- a/data/smartphone/itel/2023/s23/itel-s23-8gb-256gb-4g-lte.json +++ b/data/smartphone/itel/2023/s23/itel-s23-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/itel/2024/a50c/itel-a50c-2gb-32gb-4g-lte.json b/data/smartphone/itel/2024/a50c/itel-a50c-2gb-32gb-4g-lte.json index 147cdd0dc408..0688da078046 100644 --- a/data/smartphone/itel/2024/a50c/itel-a50c-2gb-32gb-4g-lte.json +++ b/data/smartphone/itel/2024/a50c/itel-a50c-2gb-32gb-4g-lte.json @@ -99,5 +99,10 @@ 32 ], "soc": "unisoc-t603", - "os_version": "14" + "os_version": "14", + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.7, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/itel/2024/p55/itel-p55-8gb-256gb-4g-lte.json b/data/smartphone/itel/2024/p55/itel-p55-8gb-256gb-4g-lte.json index aa354c9602db..e8e0c3c57198 100644 --- a/data/smartphone/itel/2024/p55/itel-p55-8gb-256gb-4g-lte.json +++ b/data/smartphone/itel/2024/p55/itel-p55-8gb-256gb-4g-lte.json @@ -103,5 +103,6 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0 } diff --git a/data/smartphone/itel/2024/p65/itel-p65-8gb-256gb-4g-lte.json b/data/smartphone/itel/2024/p65/itel-p65-8gb-256gb-4g-lte.json index 9175747a2c8a..29ea182fcf0c 100644 --- a/data/smartphone/itel/2024/p65/itel-p65-8gb-256gb-4g-lte.json +++ b/data/smartphone/itel/2024/p65/itel-p65-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "unisoc-t615", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.9, + "width_mm": 77.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/itel/2024/s24/itel-s24-8gb-256gb-4g-lte.json b/data/smartphone/itel/2024/s24/itel-s24-8gb-256gb-4g-lte.json index 05a9643eb1b0..832a2b4277a3 100644 --- a/data/smartphone/itel/2024/s24/itel-s24-8gb-256gb-4g-lte.json +++ b/data/smartphone/itel/2024/s24/itel-s24-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "mediatek-helio-g91-ultra", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 75.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lenovo/2011/lepad-s2005/lenovo-lepad-s2005-1gb-8gb-3g.json b/data/smartphone/lenovo/2011/lepad-s2005/lenovo-lepad-s2005-1gb-8gb-3g.json index 9717636556c9..9730dc1f2d70 100644 --- a/data/smartphone/lenovo/2011/lepad-s2005/lenovo-lepad-s2005-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2011/lepad-s2005/lenovo-lepad-s2005-1gb-8gb-3g.json @@ -99,5 +99,10 @@ 8 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 155.5, + "width_mm": 81.7, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/lenovo/2011/lepad-s2007/lenovo-lepad-s2007-1gb-16gb-3g.json b/data/smartphone/lenovo/2011/lepad-s2007/lenovo-lepad-s2007-1gb-16gb-3g.json index 02cff9bf34e9..3cf099e015bb 100644 --- a/data/smartphone/lenovo/2011/lepad-s2007/lenovo-lepad-s2007-1gb-16gb-3g.json +++ b/data/smartphone/lenovo/2011/lepad-s2007/lenovo-lepad-s2007-1gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "qualcomm-snapdragon", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 200.2, + "width_mm": 127.6, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/lenovo/2012/k800/lenovo-k800-1gb-16gb-3g.json b/data/smartphone/lenovo/2012/k800/lenovo-k800-1gb-16gb-3g.json index 1a60ba1b7402..f640bb507418 100644 --- a/data/smartphone/lenovo/2012/k800/lenovo-k800-1gb-16gb-3g.json +++ b/data/smartphone/lenovo/2012/k800/lenovo-k800-1gb-16gb-3g.json @@ -98,5 +98,10 @@ 16 ], "soc": "intel-atom-z2460", - "os_version": "2.3.7" + "os_version": "2.3.7", + "dimensions": { + "height_mm": 130.5, + "width_mm": 71.2, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/lenovo/2012/k860/lenovo-k860-1gb-8gb-3g.json b/data/smartphone/lenovo/2012/k860/lenovo-k860-1gb-8gb-3g.json index ab3835a4f0d5..f0c7fc083934 100644 --- a/data/smartphone/lenovo/2012/k860/lenovo-k860-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2012/k860/lenovo-k860-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "exynos-4412-quad", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 143.5, + "width_mm": 74.4, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/lenovo/2012/p770/lenovo-p770-1gb-4gb-3g.json b/data/smartphone/lenovo/2012/p770/lenovo-p770-1gb-4gb-3g.json index 2a28f5011ce8..d0c56364176b 100644 --- a/data/smartphone/lenovo/2012/p770/lenovo-p770-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2012/p770/lenovo-p770-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6577", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 133.0, + "width_mm": 67.0, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/lenovo/2013/a706/lenovo-a706-1gb-4gb-3g.json b/data/smartphone/lenovo/2013/a706/lenovo-a706-1gb-4gb-3g.json index 695cafaf3259..9dc9660f6fef 100644 --- a/data/smartphone/lenovo/2013/a706/lenovo-a706-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2013/a706/lenovo-a706-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-msm8225q-snapdragon-s4-play", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 136.0, + "width_mm": 69.0, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/lenovo/2013/a820/lenovo-a820-1gb-4gb-3g.json b/data/smartphone/lenovo/2013/a820/lenovo-a820-1gb-4gb-3g.json index 3328a37e7aa6..dda62f7daab4 100644 --- a/data/smartphone/lenovo/2013/a820/lenovo-a820-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2013/a820/lenovo-a820-1gb-4gb-3g.json @@ -96,5 +96,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 135.0, + "width_mm": 68.2, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/lenovo/2013/a830/lenovo-a830-1gb-4gb-3g.json b/data/smartphone/lenovo/2013/a830/lenovo-a830-1gb-4gb-3g.json index 5cd3b62331fe..77d27d7bfc05 100644 --- a/data/smartphone/lenovo/2013/a830/lenovo-a830-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2013/a830/lenovo-a830-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 147.0, + "width_mm": 73.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/lenovo/2013/a850/lenovo-a850-1gb-4gb-3g.json b/data/smartphone/lenovo/2013/a850/lenovo-a850-1gb-4gb-3g.json index f245d5a01bda..ea1da8b289d1 100644 --- a/data/smartphone/lenovo/2013/a850/lenovo-a850-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2013/a850/lenovo-a850-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6582m", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 153.5, + "width_mm": 79.3, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/lenovo/2013/ideatab-a1000/lenovo-ideatab-a1000-1gb-16gb-2g.json b/data/smartphone/lenovo/2013/ideatab-a1000/lenovo-ideatab-a1000-1gb-16gb-2g.json index b6aa4699809f..cb849add923a 100644 --- a/data/smartphone/lenovo/2013/ideatab-a1000/lenovo-ideatab-a1000-1gb-16gb-2g.json +++ b/data/smartphone/lenovo/2013/ideatab-a1000/lenovo-ideatab-a1000-1gb-16gb-2g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt8317", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 199.0, + "width_mm": 121.0, + "depth_mm": 10.7 + } } diff --git a/data/smartphone/lenovo/2013/ideatab-a2107/lenovo-ideatab-a2107-1gb-16gb-3g.json b/data/smartphone/lenovo/2013/ideatab-a2107/lenovo-ideatab-a2107-1gb-16gb-3g.json index 22ca2e118f02..1bb3b3990846 100644 --- a/data/smartphone/lenovo/2013/ideatab-a2107/lenovo-ideatab-a2107-1gb-16gb-3g.json +++ b/data/smartphone/lenovo/2013/ideatab-a2107/lenovo-ideatab-a2107-1gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "mediatek-mt6575", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 195.1, + "width_mm": 125.0, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/lenovo/2013/ideatab-a3000/lenovo-ideatab-a3000-1gb-16gb-3g.json b/data/smartphone/lenovo/2013/ideatab-a3000/lenovo-ideatab-a3000-1gb-16gb-3g.json index d50ec52c6880..94bd10906dcd 100644 --- a/data/smartphone/lenovo/2013/ideatab-a3000/lenovo-ideatab-a3000-1gb-16gb-3g.json +++ b/data/smartphone/lenovo/2013/ideatab-a3000/lenovo-ideatab-a3000-1gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt8125", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 194.0, + "width_mm": 120.0, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/lenovo/2013/k900/lenovo-k900-2gb-32gb-3g.json b/data/smartphone/lenovo/2013/k900/lenovo-k900-2gb-32gb-3g.json index 77fc1f0ee7e6..dca7f4694555 100644 --- a/data/smartphone/lenovo/2013/k900/lenovo-k900-2gb-32gb-3g.json +++ b/data/smartphone/lenovo/2013/k900/lenovo-k900-2gb-32gb-3g.json @@ -103,5 +103,10 @@ 32 ], "soc": "intel-atom-z2580", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 157.0, + "width_mm": 78.0, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/lenovo/2013/p780/lenovo-p780-1gb-8gb-3g.json b/data/smartphone/lenovo/2013/p780/lenovo-p780-1gb-8gb-3g.json index c9342b1efbc5..ebd998b0ca58 100644 --- a/data/smartphone/lenovo/2013/p780/lenovo-p780-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2013/p780/lenovo-p780-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6589", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 143.0, + "width_mm": 73.0, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/lenovo/2013/s5000/lenovo-s5000-1gb-16gb-3g.json b/data/smartphone/lenovo/2013/s5000/lenovo-s5000-1gb-16gb-3g.json index a818facb3d91..1b3a207e3d61 100644 --- a/data/smartphone/lenovo/2013/s5000/lenovo-s5000-1gb-16gb-3g.json +++ b/data/smartphone/lenovo/2013/s5000/lenovo-s5000-1gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "mediatek-mt8125-or-mt8389", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 190.5, + "width_mm": 116.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/lenovo/2013/s650/lenovo-s650-1gb-8gb-3g.json b/data/smartphone/lenovo/2013/s650/lenovo-s650-1gb-8gb-3g.json index 8bace11af5b4..ba6a812b63a8 100644 --- a/data/smartphone/lenovo/2013/s650/lenovo-s650-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2013/s650/lenovo-s650-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 138.0, + "width_mm": 69.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/lenovo/2013/s820/lenovo-s820-1gb-8gb-3g.json b/data/smartphone/lenovo/2013/s820/lenovo-s820-1gb-8gb-3g.json index b03a9c3923ef..3db96290c4eb 100644 --- a/data/smartphone/lenovo/2013/s820/lenovo-s820-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2013/s820/lenovo-s820-1gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "mediatek-mt6589", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 139.5, + "width_mm": 69.7, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/lenovo/2013/s920/lenovo-s920-1gb-4gb-3g.json b/data/smartphone/lenovo/2013/s920/lenovo-s920-1gb-4gb-3g.json index c556f36b6582..21f88ba2483f 100644 --- a/data/smartphone/lenovo/2013/s920/lenovo-s920-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2013/s920/lenovo-s920-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 154.0, + "width_mm": 77.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2013/s930/lenovo-s930-1gb-8gb-3g.json b/data/smartphone/lenovo/2013/s930/lenovo-s930-1gb-8gb-3g.json index d060dd779d59..f88bfcc672de 100644 --- a/data/smartphone/lenovo/2013/s930/lenovo-s930-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2013/s930/lenovo-s930-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 170.0, + "width_mm": 86.5, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lenovo/2013/vibe-x-s960/lenovo-vibe-x-s960-2gb-32gb-3g.json b/data/smartphone/lenovo/2013/vibe-x-s960/lenovo-vibe-x-s960-2gb-32gb-3g.json index e6079a1753eb..5d6e1a1c668e 100644 --- a/data/smartphone/lenovo/2013/vibe-x-s960/lenovo-vibe-x-s960-2gb-32gb-3g.json +++ b/data/smartphone/lenovo/2013/vibe-x-s960/lenovo-vibe-x-s960-2gb-32gb-3g.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6589t", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 144.0, + "width_mm": 74.0, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/lenovo/2013/vibe-z-k910/lenovo-vibe-z-k910-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2013/vibe-z-k910/lenovo-vibe-z-k910-2gb-16gb-4g-lte.json index eaf7b364af81..61f1e7bdab0e 100644 --- a/data/smartphone/lenovo/2013/vibe-z-k910/lenovo-vibe-z-k910-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2013/vibe-z-k910/lenovo-vibe-z-k910-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 149.1, + "width_mm": 77.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2014/a526/lenovo-a526-1gb-4gb-3g.json b/data/smartphone/lenovo/2014/a526/lenovo-a526-1gb-4gb-3g.json index 777a0c6439d9..1035bfe7e959 100644 --- a/data/smartphone/lenovo/2014/a526/lenovo-a526-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2014/a526/lenovo-a526-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "mediatek-mt6582m", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 132.0, + "width_mm": 67.6, + "depth_mm": 11.1 + } } diff --git a/data/smartphone/lenovo/2014/a536/lenovo-a536-1gb-8gb-3g.json b/data/smartphone/lenovo/2014/a536/lenovo-a536-1gb-8gb-3g.json index 84fa9b484ee8..7929be2de9b8 100644 --- a/data/smartphone/lenovo/2014/a536/lenovo-a536-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2014/a536/lenovo-a536-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6582m", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 139.6, + "width_mm": 72.0, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/lenovo/2014/a606/lenovo-a606-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2014/a606/lenovo-a606-1gb-8gb-4g-lte.json index ad5dacf29040..257944372f2d 100644 --- a/data/smartphone/lenovo/2014/a606/lenovo-a606-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/a606/lenovo-a606-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6582m", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 141.5, + "width_mm": 73.2, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/lenovo/2014/a680/lenovo-a680-1gb-4gb-3g.json b/data/smartphone/lenovo/2014/a680/lenovo-a680-1gb-4gb-3g.json index 9a917a1639ea..22b6583effb6 100644 --- a/data/smartphone/lenovo/2014/a680/lenovo-a680-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2014/a680/lenovo-a680-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "mediatek-mt6582", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 145.0, + "width_mm": 73.5, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/lenovo/2014/a7-30-a3300/lenovo-a7-30-a3300-1gb-8gb-2g.json b/data/smartphone/lenovo/2014/a7-30-a3300/lenovo-a7-30-a3300-1gb-8gb-2g.json index 61ec42ba926b..2dff69970976 100644 --- a/data/smartphone/lenovo/2014/a7-30-a3300/lenovo-a7-30-a3300-1gb-8gb-2g.json +++ b/data/smartphone/lenovo/2014/a7-30-a3300/lenovo-a7-30-a3300-1gb-8gb-2g.json @@ -98,5 +98,10 @@ 8 ], "soc": "mediatek-mt8382m", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 198.0, + "width_mm": 119.8, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/lenovo/2014/a7-50-a3500/lenovo-a7-50-a3500-1gb-16gb-3g.json b/data/smartphone/lenovo/2014/a7-50-a3500/lenovo-a7-50-a3500-1gb-16gb-3g.json index 256eb5ef3e7f..d8f87b37d91d 100644 --- a/data/smartphone/lenovo/2014/a7-50-a3500/lenovo-a7-50-a3500-1gb-16gb-3g.json +++ b/data/smartphone/lenovo/2014/a7-50-a3500/lenovo-a7-50-a3500-1gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt8382", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 198.0, + "width_mm": 121.2, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/lenovo/2014/a8-50-a5500/lenovo-a8-50-a5500-1gb-16gb-3g.json b/data/smartphone/lenovo/2014/a8-50-a5500/lenovo-a8-50-a5500-1gb-16gb-3g.json index b54e6976c68c..89519e77afc4 100644 --- a/data/smartphone/lenovo/2014/a8-50-a5500/lenovo-a8-50-a5500-1gb-16gb-3g.json +++ b/data/smartphone/lenovo/2014/a8-50-a5500/lenovo-a8-50-a5500-1gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt8382", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 217.0, + "width_mm": 136.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lenovo/2014/a859/lenovo-a859-1gb-8gb-3g.json b/data/smartphone/lenovo/2014/a859/lenovo-a859-1gb-8gb-3g.json index a65f3c9e1c1a..e19d17a6782b 100644 --- a/data/smartphone/lenovo/2014/a859/lenovo-a859-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2014/a859/lenovo-a859-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/lenovo/2014/a880/lenovo-a880-1gb-8gb-3g.json b/data/smartphone/lenovo/2014/a880/lenovo-a880-1gb-8gb-3g.json index 49e15e31f9ea..dae237ea01da 100644 --- a/data/smartphone/lenovo/2014/a880/lenovo-a880-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2014/a880/lenovo-a880-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6582m", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 164.0, + "width_mm": 85.4, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lenovo/2014/a889/lenovo-a889-1gb-8gb-3g.json b/data/smartphone/lenovo/2014/a889/lenovo-a889-1gb-8gb-3g.json index 6ec220e61bdf..0bc235869cb6 100644 --- a/data/smartphone/lenovo/2014/a889/lenovo-a889-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2014/a889/lenovo-a889-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 164.0, + "width_mm": 85.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/lenovo/2014/a916/lenovo-a916-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2014/a916/lenovo-a916-1gb-8gb-4g-lte.json index 81321c8809d1..aaa32c37eafc 100644 --- a/data/smartphone/lenovo/2014/a916/lenovo-a916-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/a916/lenovo-a916-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "mediatek-mt6592", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 149.5, + "width_mm": 76.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lenovo/2014/golden-warrior-a8/lenovo-golden-warrior-a8-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2014/golden-warrior-a8/lenovo-golden-warrior-a8-2gb-16gb-4g-lte.json index ab81507f04a8..1234abd34dcb 100644 --- a/data/smartphone/lenovo/2014/golden-warrior-a8/lenovo-golden-warrior-a8-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/golden-warrior-a8/lenovo-golden-warrior-a8-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6592", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 140.5, + "width_mm": 70.8, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/lenovo/2014/golden-warrior-note-8/lenovo-golden-warrior-note-8-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2014/golden-warrior-note-8/lenovo-golden-warrior-note-8-1gb-8gb-4g-lte.json index f9f4ec8a0f8d..f28418ee43cc 100644 --- a/data/smartphone/lenovo/2014/golden-warrior-note-8/lenovo-golden-warrior-note-8-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/golden-warrior-note-8/lenovo-golden-warrior-note-8-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6752", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 169.3, + "width_mm": 83.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lenovo/2014/golden-warrior-s8/lenovo-golden-warrior-s8-2gb-16gb-3g.json b/data/smartphone/lenovo/2014/golden-warrior-s8/lenovo-golden-warrior-s8-2gb-16gb-3g.json index d01910627531..c61e59472352 100644 --- a/data/smartphone/lenovo/2014/golden-warrior-s8/lenovo-golden-warrior-s8-2gb-16gb-3g.json +++ b/data/smartphone/lenovo/2014/golden-warrior-s8/lenovo-golden-warrior-s8-2gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6592m", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 146.0, + "width_mm": 76.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2014/k3/lenovo-k3-1gb-16gb-4g-lte.json b/data/smartphone/lenovo/2014/k3/lenovo-k3-1gb-16gb-4g-lte.json index ff0011146109..90b16bc2e888 100644 --- a/data/smartphone/lenovo/2014/k3/lenovo-k3-1gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/k3/lenovo-k3-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2014/s580/lenovo-s580-1gb-8gb-3g.json b/data/smartphone/lenovo/2014/s580/lenovo-s580-1gb-8gb-3g.json index a49ddddc7136..dc3bc3d3f36f 100644 --- a/data/smartphone/lenovo/2014/s580/lenovo-s580-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2014/s580/lenovo-s580-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-snapdragon-200", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 139.8, + "width_mm": 69.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/lenovo/2014/s660/lenovo-s660-1gb-8gb-3g.json b/data/smartphone/lenovo/2014/s660/lenovo-s660-1gb-8gb-3g.json index bd1e6714eb03..84b55d3562dd 100644 --- a/data/smartphone/lenovo/2014/s660/lenovo-s660-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2014/s660/lenovo-s660-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6582m", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 137.0, + "width_mm": 68.8, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/lenovo/2014/s750/lenovo-s750-1gb-4gb-3g.json b/data/smartphone/lenovo/2014/s750/lenovo-s750-1gb-4gb-3g.json index d88db15aa82f..1e3cd7d611ea 100644 --- a/data/smartphone/lenovo/2014/s750/lenovo-s750-1gb-4gb-3g.json +++ b/data/smartphone/lenovo/2014/s750/lenovo-s750-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 135.0, + "width_mm": 68.2, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/lenovo/2014/s850/lenovo-s850-1gb-16gb-3g.json b/data/smartphone/lenovo/2014/s850/lenovo-s850-1gb-16gb-3g.json index 04f2060e6d07..ea8c1a4d9c60 100644 --- a/data/smartphone/lenovo/2014/s850/lenovo-s850-1gb-16gb-3g.json +++ b/data/smartphone/lenovo/2014/s850/lenovo-s850-1gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6582", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lenovo/2014/s856/lenovo-s856-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2014/s856/lenovo-s856-1gb-8gb-4g-lte.json index 3e7a29a20d47..d94b07085fe2 100644 --- a/data/smartphone/lenovo/2014/s856/lenovo-s856-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/s856/lenovo-s856-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 151.0, + "width_mm": 77.8, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/lenovo/2014/s860/lenovo-s860-2gb-16gb-3g.json b/data/smartphone/lenovo/2014/s860/lenovo-s860-2gb-16gb-3g.json index 4df9faada6d5..4eecd14c435f 100644 --- a/data/smartphone/lenovo/2014/s860/lenovo-s860-2gb-16gb-3g.json +++ b/data/smartphone/lenovo/2014/s860/lenovo-s860-2gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6582", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 149.5, + "width_mm": 77.0, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/lenovo/2014/s90-sisley/lenovo-s90-sisley-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2014/s90-sisley/lenovo-s90-sisley-2gb-32gb-4g-lte.json index 0c7f29e7bb69..63c85a8baf61 100644 --- a/data/smartphone/lenovo/2014/s90-sisley/lenovo-s90-sisley-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/s90-sisley/lenovo-s90-sisley-2gb-32gb-4g-lte.json @@ -110,5 +110,10 @@ 32 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 146.0, + "width_mm": 71.7, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/lenovo/2014/s939/lenovo-s939-1gb-8gb-3g.json b/data/smartphone/lenovo/2014/s939/lenovo-s939-1gb-8gb-3g.json index 12291ccf737b..dc441538c74f 100644 --- a/data/smartphone/lenovo/2014/s939/lenovo-s939-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2014/s939/lenovo-s939-1gb-8gb-3g.json @@ -99,5 +99,10 @@ 8 ], "soc": "mediatek-mt6592", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 159.0, + "width_mm": 84.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lenovo/2014/vibe-x2/lenovo-vibe-x2-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2014/vibe-x2/lenovo-vibe-x2-2gb-32gb-4g-lte.json index 58d3a1dc712b..9a67d9ccc9cf 100644 --- a/data/smartphone/lenovo/2014/vibe-x2/lenovo-vibe-x2-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/vibe-x2/lenovo-vibe-x2-2gb-32gb-4g-lte.json @@ -110,5 +110,10 @@ 32 ], "soc": "mediatek-mt6595m", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 140.2, + "width_mm": 68.6, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/lenovo/2014/vibe-z2-pro/lenovo-vibe-z2-pro-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2014/vibe-z2-pro/lenovo-vibe-z2-pro-3gb-32gb-4g-lte.json index 98a967bbfae3..339cbb6072df 100644 --- a/data/smartphone/lenovo/2014/vibe-z2-pro/lenovo-vibe-z2-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/vibe-z2-pro/lenovo-vibe-z2-pro-3gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 156.0, + "width_mm": 81.3, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/lenovo/2014/vibe-z2/lenovo-vibe-z2-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2014/vibe-z2/lenovo-vibe-z2-2gb-32gb-4g-lte.json index dfa05cde156f..698f880191d8 100644 --- a/data/smartphone/lenovo/2014/vibe-z2/lenovo-vibe-z2-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2014/vibe-z2/lenovo-vibe-z2-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 148.5, + "width_mm": 76.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/lenovo/2015/a1000/lenovo-a1000-1gb-8gb-3g.json b/data/smartphone/lenovo/2015/a1000/lenovo-a1000-1gb-8gb-3g.json index a4a0ae148be3..98c58bf68e55 100644 --- a/data/smartphone/lenovo/2015/a1000/lenovo-a1000-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2015/a1000/lenovo-a1000-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "spreadtrum-sc7731", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 124.5, + "width_mm": 64.0, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/lenovo/2015/a2010/lenovo-a2010-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2015/a2010/lenovo-a2010-1gb-8gb-4g-lte.json index 583ce296f4b1..fcb839edc246 100644 --- a/data/smartphone/lenovo/2015/a2010/lenovo-a2010-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/a2010/lenovo-a2010-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6735m", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 131.5, + "width_mm": 66.5, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/lenovo/2015/a3690/lenovo-a3690-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2015/a3690/lenovo-a3690-1gb-8gb-4g-lte.json index ac259b458d14..e749dc59a9c9 100644 --- a/data/smartphone/lenovo/2015/a3690/lenovo-a3690-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/a3690/lenovo-a3690-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6735p", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 141.2, + "width_mm": 71.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/lenovo/2015/a5000/lenovo-a5000-1gb-8gb-3g.json b/data/smartphone/lenovo/2015/a5000/lenovo-a5000-1gb-8gb-3g.json index 028a4f8bfa7d..6ba6e425a260 100644 --- a/data/smartphone/lenovo/2015/a5000/lenovo-a5000-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2015/a5000/lenovo-a5000-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 140.0, + "width_mm": 71.4, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/lenovo/2015/a6000-plus/lenovo-a6000-plus-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2015/a6000-plus/lenovo-a6000-plus-2gb-16gb-4g-lte.json index 4c4775bad08f..25046c042c99 100644 --- a/data/smartphone/lenovo/2015/a6000-plus/lenovo-a6000-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/a6000-plus/lenovo-a6000-plus-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lenovo/2015/a6000/lenovo-a6000-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2015/a6000/lenovo-a6000-1gb-8gb-4g-lte.json index 4d1b9ada0896..094314bb9bdd 100644 --- a/data/smartphone/lenovo/2015/a6000/lenovo-a6000-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/a6000/lenovo-a6000-1gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lenovo/2015/a6010-plus/lenovo-a6010-plus-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2015/a6010-plus/lenovo-a6010-plus-2gb-16gb-4g-lte.json index 4dd5402a494a..07d1f9a342b6 100644 --- a/data/smartphone/lenovo/2015/a6010-plus/lenovo-a6010-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/a6010-plus/lenovo-a6010-plus-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lenovo/2015/a6010/lenovo-a6010-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2015/a6010/lenovo-a6010-1gb-8gb-4g-lte.json index c30581103901..e832c734d814 100644 --- a/data/smartphone/lenovo/2015/a6010/lenovo-a6010-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/a6010/lenovo-a6010-1gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lenovo/2015/a7000-plus/lenovo-a7000-plus-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2015/a7000-plus/lenovo-a7000-plus-2gb-16gb-4g-lte.json index f8f522c64b49..70a77de4c6a9 100644 --- a/data/smartphone/lenovo/2015/a7000-plus/lenovo-a7000-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/a7000-plus/lenovo-a7000-plus-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2015/a7000/lenovo-a7000-2gb-8gb-4g-lte.json b/data/smartphone/lenovo/2015/a7000/lenovo-a7000-2gb-8gb-4g-lte.json index ef233407f1b3..5a8647ae93d2 100644 --- a/data/smartphone/lenovo/2015/a7000/lenovo-a7000-2gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/a7000/lenovo-a7000-2gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "mediatek-mt6752m", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2015/k3-note/lenovo-k3-note-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2015/k3-note/lenovo-k3-note-2gb-16gb-4g-lte.json index b2b0eef17000..ce9165dbfbf9 100644 --- a/data/smartphone/lenovo/2015/k3-note/lenovo-k3-note-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/k3-note/lenovo-k3-note-2gb-16gb-4g-lte.json @@ -111,5 +111,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "5.2" + "os_version": "5.2", + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2015/p70/lenovo-p70-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2015/p70/lenovo-p70-2gb-16gb-4g-lte.json index d380d0248b40..83d439189bf6 100644 --- a/data/smartphone/lenovo/2015/p70/lenovo-p70-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/p70/lenovo-p70-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lenovo/2015/p90/lenovo-p90-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2015/p90/lenovo-p90-2gb-32gb-4g-lte.json index cce091a45492..f1c520231ec9 100644 --- a/data/smartphone/lenovo/2015/p90/lenovo-p90-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/p90/lenovo-p90-2gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "intel-atom-z3560", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 150.0, + "width_mm": 77.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lenovo/2015/phab-plus/lenovo-phab-plus-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2015/phab-plus/lenovo-phab-plus-2gb-32gb-4g-lte.json index 3a7effaa36d3..cabf1f956747 100644 --- a/data/smartphone/lenovo/2015/phab-plus/lenovo-phab-plus-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/phab-plus/lenovo-phab-plus-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 186.6, + "width_mm": 96.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/lenovo/2015/phab/lenovo-phab-1gb-16gb-4g-lte.json b/data/smartphone/lenovo/2015/phab/lenovo-phab-1gb-16gb-4g-lte.json index 4bc429f51e83..b5e9b50cdfdc 100644 --- a/data/smartphone/lenovo/2015/phab/lenovo-phab-1gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/phab/lenovo-phab-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 186.0, + "width_mm": 97.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lenovo/2015/s60/lenovo-s60-2gb-8gb-4g-lte.json b/data/smartphone/lenovo/2015/s60/lenovo-s60-2gb-8gb-4g-lte.json index c0e657ae75db..e28c0677f8e6 100644 --- a/data/smartphone/lenovo/2015/s60/lenovo-s60-2gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/s60/lenovo-s60-2gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 143.3, + "width_mm": 72.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/lenovo/2015/vibe-p1/lenovo-vibe-p1-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2015/vibe-p1/lenovo-vibe-p1-2gb-32gb-4g-lte.json index 9183e816da12..a20fb090cf01 100644 --- a/data/smartphone/lenovo/2015/vibe-p1/lenovo-vibe-p1-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/vibe-p1/lenovo-vibe-p1-2gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.9, + "width_mm": 75.6, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/lenovo/2015/vibe-p1m/lenovo-vibe-p1m-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2015/vibe-p1m/lenovo-vibe-p1m-2gb-16gb-4g-lte.json index 89a2eb2cfed7..eb373d73451f 100644 --- a/data/smartphone/lenovo/2015/vibe-p1m/lenovo-vibe-p1m-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/vibe-p1m/lenovo-vibe-p1m-2gb-16gb-4g-lte.json @@ -105,5 +105,11 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.8, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lenovo/2015/vibe-s1/lenovo-vibe-s1-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2015/vibe-s1/lenovo-vibe-s1-3gb-32gb-4g-lte.json index b71c6b7db6e3..b47d4076f014 100644 --- a/data/smartphone/lenovo/2015/vibe-s1/lenovo-vibe-s1-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/vibe-s1/lenovo-vibe-s1-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6752", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 143.3, + "width_mm": 70.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/lenovo/2015/vibe-shot/lenovo-vibe-shot-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2015/vibe-shot/lenovo-vibe-shot-3gb-32gb-4g-lte.json index 1b430db360ce..a255deb48255 100644 --- a/data/smartphone/lenovo/2015/vibe-shot/lenovo-vibe-shot-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/vibe-shot/lenovo-vibe-shot-3gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/lenovo/2015/vibe-x2-pro/lenovo-vibe-x2-pro-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2015/vibe-x2-pro/lenovo-vibe-x2-pro-2gb-32gb-4g-lte.json index 29cd25c7d329..5500cd029390 100644 --- a/data/smartphone/lenovo/2015/vibe-x2-pro/lenovo-vibe-x2-pro-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/vibe-x2-pro/lenovo-vibe-x2-pro-2gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 146.3, + "width_mm": 71.0, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/lenovo/2015/vibe-x3/lenovo-vibe-x3-3gb-64gb-4g-lte.json b/data/smartphone/lenovo/2015/vibe-x3/lenovo-vibe-x3-3gb-64gb-4g-lte.json index 3d3c0e431b50..8e4e50e960fe 100644 --- a/data/smartphone/lenovo/2015/vibe-x3/lenovo-vibe-x3-3gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/vibe-x3/lenovo-vibe-x3-3gb-64gb-4g-lte.json @@ -108,5 +108,11 @@ 64 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 76.5, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lenovo/2015/zuk-z1/lenovo-zuk-z1-3gb-64gb-4g-lte.json b/data/smartphone/lenovo/2015/zuk-z1/lenovo-zuk-z1-3gb-64gb-4g-lte.json index 3cea713fe7e9..45e2268b8844 100644 --- a/data/smartphone/lenovo/2015/zuk-z1/lenovo-zuk-z1-3gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2015/zuk-z1/lenovo-zuk-z1-3gb-64gb-4g-lte.json @@ -109,5 +109,11 @@ 64 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.7, + "width_mm": 77.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lenovo/2016/a-plus/lenovo-a-plus-1gb-8gb-3g.json b/data/smartphone/lenovo/2016/a-plus/lenovo-a-plus-1gb-8gb-3g.json index 9b6dd9031f21..7c36dfcb8064 100644 --- a/data/smartphone/lenovo/2016/a-plus/lenovo-a-plus-1gb-8gb-3g.json +++ b/data/smartphone/lenovo/2016/a-plus/lenovo-a-plus-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6580", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 133.0, + "width_mm": 66.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/lenovo/2016/a6600-plus/lenovo-a6600-plus-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/a6600-plus/lenovo-a6600-plus-2gb-16gb-4g-lte.json index aec13f1d8852..fd605357f5c3 100644 --- a/data/smartphone/lenovo/2016/a6600-plus/lenovo-a6600-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/a6600-plus/lenovo-a6600-plus-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/lenovo/2016/a6600/lenovo-a6600-1gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/a6600/lenovo-a6600-1gb-16gb-4g-lte.json index 97fbb3809ae6..547c043f5d67 100644 --- a/data/smartphone/lenovo/2016/a6600/lenovo-a6600-1gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/a6600/lenovo-a6600-1gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/lenovo/2016/a7000-turbo/lenovo-a7000-turbo-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/a7000-turbo/lenovo-a7000-turbo-2gb-16gb-4g-lte.json index 32c3a1b8efcd..e48169750d3f 100644 --- a/data/smartphone/lenovo/2016/a7000-turbo/lenovo-a7000-turbo-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/a7000-turbo/lenovo-a7000-turbo-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2016/b/lenovo-b-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2016/b/lenovo-b-1gb-8gb-4g-lte.json index 3b595e50214e..dacf9514e470 100644 --- a/data/smartphone/lenovo/2016/b/lenovo-b-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/b/lenovo-b-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6735", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 132.5, + "width_mm": 66.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/lenovo/2016/c2/lenovo-c2-1gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/c2/lenovo-c2-1gb-16gb-4g-lte.json index 8885594dc88b..2b6bfd333f5a 100644 --- a/data/smartphone/lenovo/2016/c2/lenovo-c2-1gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/c2/lenovo-c2-1gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.4, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lenovo/2016/k5-note/lenovo-k5-note-4gb-32gb-4g-lte.json b/data/smartphone/lenovo/2016/k5-note/lenovo-k5-note-4gb-32gb-4g-lte.json index d071c6e4b606..2de45ce3ddd3 100644 --- a/data/smartphone/lenovo/2016/k5-note/lenovo-k5-note-4gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/k5-note/lenovo-k5-note-4gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 152.0, + "width_mm": 75.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lenovo/2016/k6-note/lenovo-k6-note-4gb-32gb-4g-lte.json b/data/smartphone/lenovo/2016/k6-note/lenovo-k6-note-4gb-32gb-4g-lte.json index cd0f9c630191..337cf68ef0c2 100644 --- a/data/smartphone/lenovo/2016/k6-note/lenovo-k6-note-4gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/k6-note/lenovo-k6-note-4gb-32gb-4g-lte.json @@ -113,5 +113,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lenovo/2016/k6-power/lenovo-k6-power-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2016/k6-power/lenovo-k6-power-3gb-32gb-4g-lte.json index d6362a93e3bb..77875e0195b0 100644 --- a/data/smartphone/lenovo/2016/k6-power/lenovo-k6-power-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/k6-power/lenovo-k6-power-3gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 141.9, + "width_mm": 70.3, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lenovo/2016/k6/lenovo-k6-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2016/k6/lenovo-k6-2gb-32gb-4g-lte.json index 7f432e8287ef..4559c97d5627 100644 --- a/data/smartphone/lenovo/2016/k6/lenovo-k6-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/k6/lenovo-k6-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 141.9, + "width_mm": 70.3, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lenovo/2016/lemon-3/lenovo-lemon-3-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/lemon-3/lenovo-lemon-3-2gb-16gb-4g-lte.json index a1d0fa3674a3..e96da273a593 100644 --- a/data/smartphone/lenovo/2016/lemon-3/lenovo-lemon-3-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/lemon-3/lenovo-lemon-3-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2016/p2/lenovo-p2-4gb-64gb-4g-lte.json b/data/smartphone/lenovo/2016/p2/lenovo-p2-4gb-64gb-4g-lte.json index dacbf48e787d..cd42de1cdcee 100644 --- a/data/smartphone/lenovo/2016/p2/lenovo-p2-4gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/p2/lenovo-p2-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lenovo/2016/phab2-plus/lenovo-phab2-plus-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2016/phab2-plus/lenovo-phab2-plus-3gb-32gb-4g-lte.json index 6193df83852c..33712eba78a6 100644 --- a/data/smartphone/lenovo/2016/phab2-plus/lenovo-phab2-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/phab2-plus/lenovo-phab2-plus-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt8783", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 173.9, + "width_mm": 88.3, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/lenovo/2016/phab2-pro/lenovo-phab2-pro-4gb-64gb-4g-lte.json b/data/smartphone/lenovo/2016/phab2-pro/lenovo-phab2-pro-4gb-64gb-4g-lte.json index 958625e84b69..671b7f45e3d7 100644 --- a/data/smartphone/lenovo/2016/phab2-pro/lenovo-phab2-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/phab2-pro/lenovo-phab2-pro-4gb-64gb-4g-lte.json @@ -110,5 +110,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 179.8, + "width_mm": 88.6, + "depth_mm": 10.7 + } } diff --git a/data/smartphone/lenovo/2016/phab2/lenovo-phab2-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2016/phab2/lenovo-phab2-3gb-32gb-4g-lte.json index aeb35d93c4ab..03e0d550b944 100644 --- a/data/smartphone/lenovo/2016/phab2/lenovo-phab2-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/phab2/lenovo-phab2-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt8735", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 175.0, + "width_mm": 89.5, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/lenovo/2016/tab3-7/lenovo-tab3-7-1gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/tab3-7/lenovo-tab3-7-1gb-16gb-4g-lte.json index 224b8bfe6c33..799e28c5d26b 100644 --- a/data/smartphone/lenovo/2016/tab3-7/lenovo-tab3-7-1gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/tab3-7/lenovo-tab3-7-1gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt8161", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 191.0, + "width_mm": 100.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/lenovo/2016/tab3-8/lenovo-tab3-8-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/tab3-8/lenovo-tab3-8-2gb-16gb-4g-lte.json index d8551e3a71e1..0ff4d1f95bc2 100644 --- a/data/smartphone/lenovo/2016/tab3-8/lenovo-tab3-8-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/tab3-8/lenovo-tab3-8-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt8161", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 210.0, + "width_mm": 125.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lenovo/2016/vibe-c/lenovo-vibe-c-1gb-8gb-4g-lte.json b/data/smartphone/lenovo/2016/vibe-c/lenovo-vibe-c-1gb-8gb-4g-lte.json index 48d30b9a109e..6113915d12ba 100644 --- a/data/smartphone/lenovo/2016/vibe-c/lenovo-vibe-c-1gb-8gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/vibe-c/lenovo-vibe-c-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.8, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/lenovo/2016/vibe-k4-note/lenovo-vibe-k4-note-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2016/vibe-k4-note/lenovo-vibe-k4-note-3gb-32gb-4g-lte.json index 552a5e8cbb85..9aa97af96d3e 100644 --- a/data/smartphone/lenovo/2016/vibe-k4-note/lenovo-vibe-k4-note-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/vibe-k4-note/lenovo-vibe-k4-note-3gb-32gb-4g-lte.json @@ -116,5 +116,10 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 153.6, + "width_mm": 76.5, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/lenovo/2016/vibe-k5-plus/lenovo-vibe-k5-plus-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/vibe-k5-plus/lenovo-vibe-k5-plus-2gb-16gb-4g-lte.json index afc582303c6d..4848c48e095d 100644 --- a/data/smartphone/lenovo/2016/vibe-k5-plus/lenovo-vibe-k5-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/vibe-k5-plus/lenovo-vibe-k5-plus-2gb-16gb-4g-lte.json @@ -110,5 +110,10 @@ 16 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2016/vibe-k5/lenovo-vibe-k5-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/vibe-k5/lenovo-vibe-k5-2gb-16gb-4g-lte.json index cd501007c201..4962dbe0dd65 100644 --- a/data/smartphone/lenovo/2016/vibe-k5/lenovo-vibe-k5-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/vibe-k5/lenovo-vibe-k5-2gb-16gb-4g-lte.json @@ -110,5 +110,10 @@ 16 ], "soc": "qualcomm-msm8929-snapdragon-415", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2016/vibe-p1-turbo/lenovo-vibe-p1-turbo-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2016/vibe-p1-turbo/lenovo-vibe-p1-turbo-3gb-32gb-4g-lte.json index deb7bdc0b559..cfabd9e19bfc 100644 --- a/data/smartphone/lenovo/2016/vibe-p1-turbo/lenovo-vibe-p1-turbo-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/vibe-p1-turbo/lenovo-vibe-p1-turbo-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.9, + "width_mm": 75.6, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/lenovo/2016/vibe-s1-lite/lenovo-vibe-s1-lite-2gb-16gb-4g-lte.json b/data/smartphone/lenovo/2016/vibe-s1-lite/lenovo-vibe-s1-lite-2gb-16gb-4g-lte.json index dfae2f6e08a0..ed2f9a7e9c4a 100644 --- a/data/smartphone/lenovo/2016/vibe-s1-lite/lenovo-vibe-s1-lite-2gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/vibe-s1-lite/lenovo-vibe-s1-lite-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 145.0, + "width_mm": 71.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lenovo/2016/zuk-edge/lenovo-zuk-edge-6gb-64gb-4g-lte.json b/data/smartphone/lenovo/2016/zuk-edge/lenovo-zuk-edge-6gb-64gb-4g-lte.json index e82b0a54daab..6ff333b3eaaa 100644 --- a/data/smartphone/lenovo/2016/zuk-edge/lenovo-zuk-edge-6gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/zuk-edge/lenovo-zuk-edge-6gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 142.9, + "width_mm": 74.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/lenovo/2016/zuk-z2-pro/lenovo-zuk-z2-pro-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2016/zuk-z2-pro/lenovo-zuk-z2-pro-6gb-128gb-4g-lte.json index 77d2aea7435e..2fcd6c8bf774 100644 --- a/data/smartphone/lenovo/2016/zuk-z2-pro/lenovo-zuk-z2-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/zuk-z2-pro/lenovo-zuk-z2-pro-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.4, + "width_mm": 70.5, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/lenovo/2016/zuk-z2/lenovo-zuk-z2-4gb-64gb-4g-lte.json b/data/smartphone/lenovo/2016/zuk-z2/lenovo-zuk-z2-4gb-64gb-4g-lte.json index b22be18a825a..5256f2eac5e3 100644 --- a/data/smartphone/lenovo/2016/zuk-z2/lenovo-zuk-z2-4gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2016/zuk-z2/lenovo-zuk-z2-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 141.7, + "width_mm": 68.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lenovo/2017/k320t/lenovo-k320t-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2017/k320t/lenovo-k320t-3gb-32gb-4g-lte.json index a7acf3521337..7003b81fc5a1 100644 --- a/data/smartphone/lenovo/2017/k320t/lenovo-k320t-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2017/k320t/lenovo-k320t-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "spreadtrum", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lenovo/2017/k8-note/lenovo-k8-note-4gb-64gb-4g-lte.json b/data/smartphone/lenovo/2017/k8-note/lenovo-k8-note-4gb-64gb-4g-lte.json index 97d531d99142..601184866d65 100644 --- a/data/smartphone/lenovo/2017/k8-note/lenovo-k8-note-4gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2017/k8-note/lenovo-k8-note-4gb-64gb-4g-lte.json @@ -108,5 +108,11 @@ 64 ], "soc": "mediatek-mt6797d-helio-x23", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lenovo/2017/k8-plus/lenovo-k8-plus-4gb-32gb-4g-lte.json b/data/smartphone/lenovo/2017/k8-plus/lenovo-k8-plus-4gb-32gb-4g-lte.json index c846b18dc292..6929f58aab0c 100644 --- a/data/smartphone/lenovo/2017/k8-plus/lenovo-k8-plus-4gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2017/k8-plus/lenovo-k8-plus-4gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "mediatek-mt6757-helio-p25", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.7, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/lenovo/2017/k8/lenovo-k8-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2017/k8/lenovo-k8-3gb-32gb-4g-lte.json index 18325300c9b7..f20705e448da 100644 --- a/data/smartphone/lenovo/2017/k8/lenovo-k8-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2017/k8/lenovo-k8-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6757-helio-p20", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.7, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lenovo/2017/tab3-8-plus/lenovo-tab3-8-plus-3gb-16gb-4g-lte.json b/data/smartphone/lenovo/2017/tab3-8-plus/lenovo-tab3-8-plus-3gb-16gb-4g-lte.json index 4e0107141a1b..6c5fafb8c0b1 100644 --- a/data/smartphone/lenovo/2017/tab3-8-plus/lenovo-tab3-8-plus-3gb-16gb-4g-lte.json +++ b/data/smartphone/lenovo/2017/tab3-8-plus/lenovo-tab3-8-plus-3gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 210.0, + "width_mm": 125.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lenovo/2018/a5/lenovo-a5-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2018/a5/lenovo-a5-3gb-32gb-4g-lte.json index 5ed42a9df3c5..5eee72470c2d 100644 --- a/data/smartphone/lenovo/2018/a5/lenovo-a5-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/a5/lenovo-a5-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6739", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 146.2, + "width_mm": 70.9, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/lenovo/2018/k5-note-2018/lenovo-k5-note-2018-4gb-64gb-4g-lte.json b/data/smartphone/lenovo/2018/k5-note-2018/lenovo-k5-note-2018-4gb-64gb-4g-lte.json index c3d201e4eb8d..d088cbd984f2 100644 --- a/data/smartphone/lenovo/2018/k5-note-2018/lenovo-k5-note-2018-4gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/k5-note-2018/lenovo-k5-note-2018-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lenovo/2018/k5-play/lenovo-k5-play-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2018/k5-play/lenovo-k5-play-3gb-32gb-4g-lte.json index e31f0f38f766..0f36f79d86be 100644 --- a/data/smartphone/lenovo/2018/k5-play/lenovo-k5-play-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/k5-play/lenovo-k5-play-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2018/k5-pro/lenovo-k5-pro-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2018/k5-pro/lenovo-k5-pro-6gb-128gb-4g-lte.json index fdcdfe593d0a..2cca23b147db 100644 --- a/data/smartphone/lenovo/2018/k5-pro/lenovo-k5-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/k5-pro/lenovo-k5-pro-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2018/k5/lenovo-k5-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2018/k5/lenovo-k5-3gb-32gb-4g-lte.json index 8b823bf4adef..d889886547c5 100644 --- a/data/smartphone/lenovo/2018/k5/lenovo-k5-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/k5/lenovo-k5-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6750v-cb", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/lenovo/2018/k9/lenovo-k9-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2018/k9/lenovo-k9-3gb-32gb-4g-lte.json index 93cb09b579eb..2ff5b5e9aca7 100644 --- a/data/smartphone/lenovo/2018/k9/lenovo-k9-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/k9/lenovo-k9-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2018/s5-pro-gt/lenovo-s5-pro-gt-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2018/s5-pro-gt/lenovo-s5-pro-gt-6gb-128gb-4g-lte.json index fd740dbc3f50..a1bb696e31b9 100644 --- a/data/smartphone/lenovo/2018/s5-pro-gt/lenovo-s5-pro-gt-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/s5-pro-gt/lenovo-s5-pro-gt-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/lenovo/2018/s5-pro/lenovo-s5-pro-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2018/s5-pro/lenovo-s5-pro-6gb-128gb-4g-lte.json index 7eced0eff23a..3347e9b99df1 100644 --- a/data/smartphone/lenovo/2018/s5-pro/lenovo-s5-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/s5-pro/lenovo-s5-pro-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/lenovo/2018/s5/lenovo-s5-4gb-128gb-4g-lte.json b/data/smartphone/lenovo/2018/s5/lenovo-s5-4gb-128gb-4g-lte.json index d31dcc24f902..d4fb93009330 100644 --- a/data/smartphone/lenovo/2018/s5/lenovo-s5-4gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/s5/lenovo-s5-4gb-128gb-4g-lte.json @@ -105,5 +105,10 @@ 128 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 154.0, + "width_mm": 73.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/lenovo/2018/z5-pro-gt/lenovo-z5-pro-gt-12gb-512gb-4g-lte.json b/data/smartphone/lenovo/2018/z5-pro-gt/lenovo-z5-pro-gt-12gb-512gb-4g-lte.json index 2fa33b65d16e..5d681d558d62 100644 --- a/data/smartphone/lenovo/2018/z5-pro-gt/lenovo-z5-pro-gt-12gb-512gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/z5-pro-gt/lenovo-z5-pro-gt-12gb-512gb-4g-lte.json @@ -106,5 +106,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.1, + "width_mm": 73.0, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lenovo/2018/z5-pro/lenovo-z5-pro-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2018/z5-pro/lenovo-z5-pro-6gb-128gb-4g-lte.json index 36eb99f3c952..a406a77c2376 100644 --- a/data/smartphone/lenovo/2018/z5-pro/lenovo-z5-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/z5-pro/lenovo-z5-pro-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.1, + "width_mm": 73.0, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lenovo/2018/z5/lenovo-z5-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2018/z5/lenovo-z5-6gb-128gb-4g-lte.json index 7564bc92d16a..596f6fa623f1 100644 --- a/data/smartphone/lenovo/2018/z5/lenovo-z5-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/z5/lenovo-z5-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2018/z5s/lenovo-z5s-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2018/z5s/lenovo-z5s-6gb-128gb-4g-lte.json index 49637b5faebc..2ea299aa7d9d 100644 --- a/data/smartphone/lenovo/2018/z5s/lenovo-z5s-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2018/z5s/lenovo-z5s-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2019/a6-note/lenovo-a6-note-3gb-32gb-4g-lte.json b/data/smartphone/lenovo/2019/a6-note/lenovo-a6-note-3gb-32gb-4g-lte.json index e237bc53c162..2d2960943bcf 100644 --- a/data/smartphone/lenovo/2019/a6-note/lenovo-a6-note-3gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2019/a6-note/lenovo-a6-note-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.7, + "width_mm": 72.9, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/lenovo/2019/k10-note/lenovo-k10-note-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2019/k10-note/lenovo-k10-note-6gb-128gb-4g-lte.json index 41fba8b48024..d46257f71b41 100644 --- a/data/smartphone/lenovo/2019/k10-note/lenovo-k10-note-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2019/k10-note/lenovo-k10-note-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.6, + "width_mm": 74.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2019/k10-plus/lenovo-k10-plus-4gb-64gb-4g-lte.json b/data/smartphone/lenovo/2019/k10-plus/lenovo-k10-plus-4gb-64gb-4g-lte.json index 0b2ed42b23d7..516631108e71 100644 --- a/data/smartphone/lenovo/2019/k10-plus/lenovo-k10-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2019/k10-plus/lenovo-k10-plus-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lenovo/2019/k6-enjoy/lenovo-k6-enjoy-4gb-128gb-4g-lte.json b/data/smartphone/lenovo/2019/k6-enjoy/lenovo-k6-enjoy-4gb-128gb-4g-lte.json index 923d3f6ddf5c..ca35cd6eaa5e 100644 --- a/data/smartphone/lenovo/2019/k6-enjoy/lenovo-k6-enjoy-4gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2019/k6-enjoy/lenovo-k6-enjoy-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.4, + "width_mm": 75.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2019/z6-pro-5g/lenovo-z6-pro-5g-12gb-512gb-5g.json b/data/smartphone/lenovo/2019/z6-pro-5g/lenovo-z6-pro-5g-12gb-512gb-5g.json index 5d13008d921d..8c3997c42252 100644 --- a/data/smartphone/lenovo/2019/z6-pro-5g/lenovo-z6-pro-5g-12gb-512gb-5g.json +++ b/data/smartphone/lenovo/2019/z6-pro-5g/lenovo-z6-pro-5g-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lenovo/2019/z6-pro/lenovo-z6-pro-12gb-512gb-4g-lte.json b/data/smartphone/lenovo/2019/z6-pro/lenovo-z6-pro-12gb-512gb-4g-lte.json index 091adf57ad7c..175b73053e74 100644 --- a/data/smartphone/lenovo/2019/z6-pro/lenovo-z6-pro-12gb-512gb-4g-lte.json +++ b/data/smartphone/lenovo/2019/z6-pro/lenovo-z6-pro-12gb-512gb-4g-lte.json @@ -115,5 +115,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lenovo/2019/z6-youth/lenovo-z6-youth-6gb-128gb-4g-lte.json b/data/smartphone/lenovo/2019/z6-youth/lenovo-z6-youth-6gb-128gb-4g-lte.json index 6e38b0ec5aae..07d100501470 100644 --- a/data/smartphone/lenovo/2019/z6-youth/lenovo-z6-youth-6gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2019/z6-youth/lenovo-z6-youth-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 156.6, + "width_mm": 74.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lenovo/2019/z6/lenovo-z6-8gb-128gb-4g-lte.json b/data/smartphone/lenovo/2019/z6/lenovo-z6-8gb-128gb-4g-lte.json index 9e5578ea4a03..4e5abd711b83 100644 --- a/data/smartphone/lenovo/2019/z6/lenovo-z6-8gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2019/z6/lenovo-z6-8gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm730-snapdragon-730", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 74.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lenovo/2020/a8-2020/lenovo-a8-2020-4gb-64gb-4g-lte.json b/data/smartphone/lenovo/2020/a8-2020/lenovo-a8-2020-4gb-64gb-4g-lte.json index 0b16dd957038..6edf322f3242 100644 --- a/data/smartphone/lenovo/2020/a8-2020/lenovo-a8-2020-4gb-64gb-4g-lte.json +++ b/data/smartphone/lenovo/2020/a8-2020/lenovo-a8-2020-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.6, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lenovo/2020/m10-plus/lenovo-m10-plus-4gb-128gb-4g-lte.json b/data/smartphone/lenovo/2020/m10-plus/lenovo-m10-plus-4gb-128gb-4g-lte.json index 590ffaba6d76..0e3e0da1bf55 100644 --- a/data/smartphone/lenovo/2020/m10-plus/lenovo-m10-plus-4gb-128gb-4g-lte.json +++ b/data/smartphone/lenovo/2020/m10-plus/lenovo-m10-plus-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22t", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 244.2, + "width_mm": 153.3, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lenovo/2021/k13/lenovo-k13-2gb-32gb-4g-lte.json b/data/smartphone/lenovo/2021/k13/lenovo-k13-2gb-32gb-4g-lte.json index 402d4e703f38..fef3ebc11b72 100644 --- a/data/smartphone/lenovo/2021/k13/lenovo-k13-2gb-32gb-4g-lte.json +++ b/data/smartphone/lenovo/2021/k13/lenovo-k13-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.1, + "width_mm": 75.9, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/lg/2011/optimus-4g-lte-p935/lg-optimus-4g-lte-p935-1gb-2gb-4g-lte.json b/data/smartphone/lg/2011/optimus-4g-lte-p935/lg-optimus-4g-lte-p935-1gb-2gb-4g-lte.json index 794a7ff6279e..d64845fdd749 100644 --- a/data/smartphone/lg/2011/optimus-4g-lte-p935/lg-optimus-4g-lte-p935-1gb-2gb-4g-lte.json +++ b/data/smartphone/lg/2011/optimus-4g-lte-p935/lg-optimus-4g-lte-p935-1gb-2gb-4g-lte.json @@ -101,5 +101,10 @@ 2 ], "soc": "qualcomm-apq8060-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 133.9, + "width_mm": 67.9, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/lg/2011/optimus-ex-su880/lg-optimus-ex-su880-1gb-8gb-3g.json b/data/smartphone/lg/2011/optimus-ex-su880/lg-optimus-ex-su880-1gb-8gb-3g.json index b6f854fb5ca2..213d50493546 100644 --- a/data/smartphone/lg/2011/optimus-ex-su880/lg-optimus-ex-su880-1gb-8gb-3g.json +++ b/data/smartphone/lg/2011/optimus-ex-su880/lg-optimus-ex-su880-1gb-8gb-3g.json @@ -98,5 +98,10 @@ 8 ], "soc": "nvidia-tegra-2-ap20h", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 118.0, + "width_mm": 63.4, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/lg/2011/optimus-lte-lu6200/lg-optimus-lte-lu6200-1gb-4gb-4g-lte.json b/data/smartphone/lg/2011/optimus-lte-lu6200/lg-optimus-lte-lu6200-1gb-4gb-4g-lte.json index a804970d5004..45a7c5fcd3f0 100644 --- a/data/smartphone/lg/2011/optimus-lte-lu6200/lg-optimus-lte-lu6200-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2011/optimus-lte-lu6200/lg-optimus-lte-lu6200-1gb-4gb-4g-lte.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 132.9, + "width_mm": 67.9, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/lg/2011/optimus-lte-su640/lg-optimus-lte-su640-1gb-4gb-4g-lte.json b/data/smartphone/lg/2011/optimus-lte-su640/lg-optimus-lte-su640-1gb-4gb-4g-lte.json index 8c9b8d13165e..0218d063bfc2 100644 --- a/data/smartphone/lg/2011/optimus-lte-su640/lg-optimus-lte-su640-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2011/optimus-lte-su640/lg-optimus-lte-su640-1gb-4gb-4g-lte.json @@ -101,5 +101,10 @@ 4 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 132.9, + "width_mm": 67.9, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/lg/2011/optimus-q2-lu6500/lg-optimus-q2-lu6500-1gb-8gb-3g.json b/data/smartphone/lg/2011/optimus-q2-lu6500/lg-optimus-q2-lu6500-1gb-8gb-3g.json index f732453887ea..6de9e53bca94 100644 --- a/data/smartphone/lg/2011/optimus-q2-lu6500/lg-optimus-q2-lu6500-1gb-8gb-3g.json +++ b/data/smartphone/lg/2011/optimus-q2-lu6500/lg-optimus-q2-lu6500-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "nvidia-tegra-2-ap20h", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 123.0, + "width_mm": 65.0, + "depth_mm": 12.3 + } } diff --git a/data/smartphone/lg/2011/prada-3-0/lg-prada-3-0-1gb-8gb-3g.json b/data/smartphone/lg/2011/prada-3-0/lg-prada-3-0-1gb-8gb-3g.json index a514e43e9887..0d4281049d52 100644 --- a/data/smartphone/lg/2011/prada-3-0/lg-prada-3-0-1gb-8gb-3g.json +++ b/data/smartphone/lg/2011/prada-3-0/lg-prada-3-0-1gb-8gb-3g.json @@ -108,5 +108,10 @@ 8 ], "soc": "ti-omap-4430", - "os_version": "2.3.7" + "os_version": "2.3.7", + "dimensions": { + "height_mm": 127.5, + "width_mm": 69.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lg/2012/connect-4g-ms840/lg-connect-4g-ms840-1gb-4gb-4g-lte.json b/data/smartphone/lg/2012/connect-4g-ms840/lg-connect-4g-ms840-1gb-4gb-4g-lte.json index da155b9afff1..a1a88d94b4ae 100644 --- a/data/smartphone/lg/2012/connect-4g-ms840/lg-connect-4g-ms840-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2012/connect-4g-ms840/lg-connect-4g-ms840-1gb-4gb-4g-lte.json @@ -103,5 +103,10 @@ 4 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 117.0, + "width_mm": 62.0, + "depth_mm": 11.7 + } } diff --git a/data/smartphone/lg/2012/escape-p870/lg-escape-p870-1gb-4gb-4g-lte.json b/data/smartphone/lg/2012/escape-p870/lg-escape-p870-1gb-4gb-4g-lte.json index 06f94bfd2f8c..d22c174ec1ca 100644 --- a/data/smartphone/lg/2012/escape-p870/lg-escape-p870-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2012/escape-p870/lg-escape-p870-1gb-4gb-4g-lte.json @@ -104,5 +104,10 @@ 4 ], "soc": "qualcomm-msm8960l-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 126.0, + "width_mm": 65.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/lg/2012/lucid-4g-vs840/lg-lucid-4g-vs840-1gb-8gb-4g-lte.json b/data/smartphone/lg/2012/lucid-4g-vs840/lg-lucid-4g-vs840-1gb-8gb-4g-lte.json index 43e9e77d9e95..7cc83184a9e5 100644 --- a/data/smartphone/lg/2012/lucid-4g-vs840/lg-lucid-4g-vs840-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2012/lucid-4g-vs840/lg-lucid-4g-vs840-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-snapdragon-s3", - "os_version": "2.3.6" + "os_version": "2.3.6", + "dimensions": { + "height_mm": 119.1, + "width_mm": 62.2, + "depth_mm": 11.4 + } } diff --git a/data/smartphone/lg/2012/mach-ls860/lg-mach-ls860-1gb-8gb-4g-lte.json b/data/smartphone/lg/2012/mach-ls860/lg-mach-ls860-1gb-8gb-4g-lte.json index 2225c86bc4cf..e34a53a1d0c7 100644 --- a/data/smartphone/lg/2012/mach-ls860/lg-mach-ls860-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2012/mach-ls860/lg-mach-ls860-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 117.9, + "width_mm": 65.0, + "depth_mm": 12.2 + } } diff --git a/data/smartphone/lg/2012/motion-4g-ms770/lg-motion-4g-ms770-1gb-8gb-4g-lte.json b/data/smartphone/lg/2012/motion-4g-ms770/lg-motion-4g-ms770-1gb-8gb-4g-lte.json index 07586b731e98..40993ee3ec32 100644 --- a/data/smartphone/lg/2012/motion-4g-ms770/lg-motion-4g-ms770-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2012/motion-4g-ms770/lg-motion-4g-ms770-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8960l-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 111.0, + "width_mm": 61.0, + "depth_mm": 11.7 + } } diff --git a/data/smartphone/lg/2012/optimus-3d-max-p720/lg-optimus-3d-max-p720-1gb-8gb-3g.json b/data/smartphone/lg/2012/optimus-3d-max-p720/lg-optimus-3d-max-p720-1gb-8gb-3g.json index bbb961897dd3..6a94ff0eaaf4 100644 --- a/data/smartphone/lg/2012/optimus-3d-max-p720/lg-optimus-3d-max-p720-1gb-8gb-3g.json +++ b/data/smartphone/lg/2012/optimus-3d-max-p720/lg-optimus-3d-max-p720-1gb-8gb-3g.json @@ -110,5 +110,10 @@ 8 ], "soc": "ti-omap-4430", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 126.8, + "width_mm": 67.4, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/lg/2012/optimus-4x-hd-p880/lg-optimus-4x-hd-p880-1gb-16gb-3g.json b/data/smartphone/lg/2012/optimus-4x-hd-p880/lg-optimus-4x-hd-p880-1gb-16gb-3g.json index a8bf27e01472..cf21e49d3304 100644 --- a/data/smartphone/lg/2012/optimus-4x-hd-p880/lg-optimus-4x-hd-p880-1gb-16gb-3g.json +++ b/data/smartphone/lg/2012/optimus-4x-hd-p880/lg-optimus-4x-hd-p880-1gb-16gb-3g.json @@ -112,5 +112,10 @@ 16 ], "soc": "nvidia-tegra-3", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 132.4, + "width_mm": 68.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2012/optimus-g-e970/lg-optimus-g-e970-2gb-16gb-4g-lte.json b/data/smartphone/lg/2012/optimus-g-e970/lg-optimus-g-e970-2gb-16gb-4g-lte.json index 0d2249146f23..992f6b57c618 100644 --- a/data/smartphone/lg/2012/optimus-g-e970/lg-optimus-g-e970-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2012/optimus-g-e970/lg-optimus-g-e970-2gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 130.8, + "width_mm": 71.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2012/optimus-g-e975/lg-optimus-g-e975-2gb-32gb-4g-lte.json b/data/smartphone/lg/2012/optimus-g-e975/lg-optimus-g-e975-2gb-32gb-4g-lte.json index 19363b4b2983..177eeea23629 100644 --- a/data/smartphone/lg/2012/optimus-g-e975/lg-optimus-g-e975-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2012/optimus-g-e975/lg-optimus-g-e975-2gb-32gb-4g-lte.json @@ -114,5 +114,10 @@ 32 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 131.9, + "width_mm": 68.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lg/2012/optimus-g-ls970/lg-optimus-g-ls970-2gb-32gb-4g-lte.json b/data/smartphone/lg/2012/optimus-g-ls970/lg-optimus-g-ls970-2gb-32gb-4g-lte.json index 41c51736ac5d..c419b4000519 100644 --- a/data/smartphone/lg/2012/optimus-g-ls970/lg-optimus-g-ls970-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2012/optimus-g-ls970/lg-optimus-g-ls970-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-snapdragon-s4", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 131.9, + "width_mm": 68.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lg/2012/optimus-l9-p760/lg-optimus-l9-p760-1gb-4gb-3g.json b/data/smartphone/lg/2012/optimus-l9-p760/lg-optimus-l9-p760-1gb-4gb-3g.json index a6c615661016..77efa61e024e 100644 --- a/data/smartphone/lg/2012/optimus-l9-p760/lg-optimus-l9-p760-1gb-4gb-3g.json +++ b/data/smartphone/lg/2012/optimus-l9-p760/lg-optimus-l9-p760-1gb-4gb-3g.json @@ -109,5 +109,10 @@ 4 ], "soc": "ti-omap-4430", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 131.9, + "width_mm": 68.2, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/lg/2012/optimus-lte2/lg-optimus-lte2-2gb-16gb-4g-lte.json b/data/smartphone/lg/2012/optimus-lte2/lg-optimus-lte2-2gb-16gb-4g-lte.json index 7a5c17ded8b8..73b36f4b6024 100644 --- a/data/smartphone/lg/2012/optimus-lte2/lg-optimus-lte2-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2012/optimus-lte2/lg-optimus-lte2-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 134.7, + "width_mm": 69.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2012/optimus-true-hd-lte-p936/lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte.json b/data/smartphone/lg/2012/optimus-true-hd-lte-p936/lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte.json index 175e55925db4..ffd1365a4dc0 100644 --- a/data/smartphone/lg/2012/optimus-true-hd-lte-p936/lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2012/optimus-true-hd-lte-p936/lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-apq8060-snapdragon-s3", - "os_version": "2.3.6" + "os_version": "2.3.6", + "dimensions": { + "height_mm": 132.9, + "width_mm": 67.9, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/lg/2012/optimus-vu-f100s/lg-optimus-vu-f100s-1gb-32gb-4g-lte.json b/data/smartphone/lg/2012/optimus-vu-f100s/lg-optimus-vu-f100s-1gb-32gb-4g-lte.json index 221e422e546a..3d738895ed38 100644 --- a/data/smartphone/lg/2012/optimus-vu-f100s/lg-optimus-vu-f100s-1gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2012/optimus-vu-f100s/lg-optimus-vu-f100s-1gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 139.6, + "width_mm": 90.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lg/2012/optimus-vu-ii-f200/lg-optimus-vu-ii-f200-2gb-4g-lte.json b/data/smartphone/lg/2012/optimus-vu-ii-f200/lg-optimus-vu-ii-f200-2gb-4g-lte.json index b1ddb7bb7d94..9f13323acf4a 100644 --- a/data/smartphone/lg/2012/optimus-vu-ii-f200/lg-optimus-vu-ii-f200-2gb-4g-lte.json +++ b/data/smartphone/lg/2012/optimus-vu-ii-f200/lg-optimus-vu-ii-f200-2gb-4g-lte.json @@ -101,5 +101,10 @@ } }, "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 132.2, + "width_mm": 85.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/lg/2012/optimus-vu-p895/lg-optimus-vu-p895-1gb-32gb-3g.json b/data/smartphone/lg/2012/optimus-vu-p895/lg-optimus-vu-p895-1gb-32gb-3g.json index fef91c801d9d..97ef15543e1c 100644 --- a/data/smartphone/lg/2012/optimus-vu-p895/lg-optimus-vu-p895-1gb-32gb-3g.json +++ b/data/smartphone/lg/2012/optimus-vu-p895/lg-optimus-vu-p895-1gb-32gb-3g.json @@ -103,5 +103,10 @@ 32 ], "soc": "nvidia-tegra-3", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 139.6, + "width_mm": 90.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lg/2012/spectrum-ii-4g-vs930/lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte.json b/data/smartphone/lg/2012/spectrum-ii-4g-vs930/lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte.json index dbd458fec30d..25b79b39a379 100644 --- a/data/smartphone/lg/2012/spectrum-ii-4g-vs930/lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2012/spectrum-ii-4g-vs930/lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 134.9, + "width_mm": 68.3, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/lg/2012/spectrum-vs920/lg-spectrum-vs920-1gb-4gb-4g-lte.json b/data/smartphone/lg/2012/spectrum-vs920/lg-spectrum-vs920-1gb-4gb-4g-lte.json index a265cbd1d4bf..75a022def763 100644 --- a/data/smartphone/lg/2012/spectrum-vs920/lg-spectrum-vs920-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2012/spectrum-vs920/lg-spectrum-vs920-1gb-4gb-4g-lte.json @@ -104,5 +104,10 @@ 4 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 135.4, + "width_mm": 68.8, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/lg/2013/enact-vs890/lg-enact-vs890-1gb-8gb-4g-lte.json b/data/smartphone/lg/2013/enact-vs890/lg-enact-vs890-1gb-8gb-4g-lte.json index ab917c4c04f2..7a779c2f9ce9 100644 --- a/data/smartphone/lg/2013/enact-vs890/lg-enact-vs890-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2013/enact-vs890/lg-enact-vs890-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 111.0, + "width_mm": 52.3, + "depth_mm": 15.8 + } } diff --git a/data/smartphone/lg/2013/g-flex/lg-g-flex-2gb-32gb-4g-lte.json b/data/smartphone/lg/2013/g-flex/lg-g-flex-2gb-32gb-4g-lte.json index b9ddd690d93d..e51edfadfe8e 100644 --- a/data/smartphone/lg/2013/g-flex/lg-g-flex-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2013/g-flex/lg-g-flex-2gb-32gb-4g-lte.json @@ -115,5 +115,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 160.5, + "width_mm": 81.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lg/2013/g-pro-lite/lg-g-pro-lite-1gb-8gb-3g.json b/data/smartphone/lg/2013/g-pro-lite/lg-g-pro-lite-1gb-8gb-3g.json index 2cf292c100ec..777960472e87 100644 --- a/data/smartphone/lg/2013/g-pro-lite/lg-g-pro-lite-1gb-8gb-3g.json +++ b/data/smartphone/lg/2013/g-pro-lite/lg-g-pro-lite-1gb-8gb-3g.json @@ -105,5 +105,10 @@ 8 ], "soc": "mediatek-mt6577", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 150.2, + "width_mm": 76.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/lg/2013/g2/lg-g2-2gb-32gb-4g-lte.json b/data/smartphone/lg/2013/g2/lg-g2-2gb-32gb-4g-lte.json index 93541226b29d..4e830e0ba4ba 100644 --- a/data/smartphone/lg/2013/g2/lg-g2-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2013/g2/lg-g2-2gb-32gb-4g-lte.json @@ -118,5 +118,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 138.5, + "width_mm": 70.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2013/gx-f310l/lg-gx-f310l-2gb-32gb-4g-lte.json b/data/smartphone/lg/2013/gx-f310l/lg-gx-f310l-2gb-32gb-4g-lte.json index 8bf613cbad55..0a8e8bee1f31 100644 --- a/data/smartphone/lg/2013/gx-f310l/lg-gx-f310l-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2013/gx-f310l/lg-gx-f310l-2gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "qualcomm-snapdragon-600", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 150.6, + "width_mm": 76.1, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/lg/2013/lucid2-vs870/lg-lucid2-vs870-1gb-8gb-4g-lte.json b/data/smartphone/lg/2013/lucid2-vs870/lg-lucid2-vs870-1gb-8gb-4g-lte.json index 495e78b0f665..9b83e3ae8c83 100644 --- a/data/smartphone/lg/2013/lucid2-vs870/lg-lucid2-vs870-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2013/lucid2-vs870/lg-lucid2-vs870-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 122.5, + "width_mm": 62.8, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/lg/2013/nexus-5/lg-nexus-5-2gb-32gb-4g-lte.json b/data/smartphone/lg/2013/nexus-5/lg-nexus-5-2gb-32gb-4g-lte.json index 2e38aaf47c69..e2d6be0a6971 100644 --- a/data/smartphone/lg/2013/nexus-5/lg-nexus-5-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2013/nexus-5/lg-nexus-5-2gb-32gb-4g-lte.json @@ -117,5 +117,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 137.9, + "width_mm": 69.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lg/2013/optimus-f3/lg-optimus-f3-1gb-4gb-4g-lte.json b/data/smartphone/lg/2013/optimus-f3/lg-optimus-f3-1gb-4gb-4g-lte.json index 2b22be4d271a..b03955853734 100644 --- a/data/smartphone/lg/2013/optimus-f3/lg-optimus-f3-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2013/optimus-f3/lg-optimus-f3-1gb-4gb-4g-lte.json @@ -103,5 +103,10 @@ 4 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 116.1, + "width_mm": 62.0, + "depth_mm": 10.1 + } } diff --git a/data/smartphone/lg/2013/optimus-f5/lg-optimus-f5-1gb-8gb-4g-lte.json b/data/smartphone/lg/2013/optimus-f5/lg-optimus-f5-1gb-8gb-4g-lte.json index 154594a4eaa0..29167797b84e 100644 --- a/data/smartphone/lg/2013/optimus-f5/lg-optimus-f5-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2013/optimus-f5/lg-optimus-f5-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 126.0, + "width_mm": 64.5, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lg/2013/optimus-f6/lg-optimus-f6-1gb-8gb-4g-lte.json b/data/smartphone/lg/2013/optimus-f6/lg-optimus-f6-1gb-8gb-4g-lte.json index dc8260270742..e33630357b70 100644 --- a/data/smartphone/lg/2013/optimus-f6/lg-optimus-f6-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2013/optimus-f6/lg-optimus-f6-1gb-8gb-4g-lte.json @@ -106,5 +106,10 @@ 8 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 128.0, + "width_mm": 65.9, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/lg/2013/optimus-g-pro-e985/lg-optimus-g-pro-e985-2gb-32gb-4g-lte.json b/data/smartphone/lg/2013/optimus-g-pro-e985/lg-optimus-g-pro-e985-2gb-32gb-4g-lte.json index d2fd61def840..7bc779295195 100644 --- a/data/smartphone/lg/2013/optimus-g-pro-e985/lg-optimus-g-pro-e985-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2013/optimus-g-pro-e985/lg-optimus-g-pro-e985-2gb-32gb-4g-lte.json @@ -116,5 +116,10 @@ 32 ], "soc": "qualcomm-apq8064t-snapdragon-s4-pro", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 150.2, + "width_mm": 76.1, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/lg/2013/optimus-gj-e975w/lg-optimus-gj-e975w-2gb-16gb-3g.json b/data/smartphone/lg/2013/optimus-gj-e975w/lg-optimus-gj-e975w-2gb-16gb-3g.json index 68cf545e855e..b1f273506609 100644 --- a/data/smartphone/lg/2013/optimus-gj-e975w/lg-optimus-gj-e975w-2gb-16gb-3g.json +++ b/data/smartphone/lg/2013/optimus-gj-e975w/lg-optimus-gj-e975w-2gb-16gb-3g.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 136.9, + "width_mm": 68.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/lg/2013/optimus-l9-ii/lg-optimus-l9-ii-1gb-8gb-3g.json b/data/smartphone/lg/2013/optimus-l9-ii/lg-optimus-l9-ii-1gb-8gb-3g.json index 08f9af515d0a..0d1ef069a5ae 100644 --- a/data/smartphone/lg/2013/optimus-l9-ii/lg-optimus-l9-ii-1gb-8gb-3g.json +++ b/data/smartphone/lg/2013/optimus-l9-ii/lg-optimus-l9-ii-1gb-8gb-3g.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-msm8230-snapdragon-400", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 128.4, + "width_mm": 66.5, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/lg/2013/optimus-vu-ii/lg-optimus-vu-ii-2gb-16gb-3g.json b/data/smartphone/lg/2013/optimus-vu-ii/lg-optimus-vu-ii-2gb-16gb-3g.json index d19822cf3197..53abda2c81fc 100644 --- a/data/smartphone/lg/2013/optimus-vu-ii/lg-optimus-vu-ii-2gb-16gb-3g.json +++ b/data/smartphone/lg/2013/optimus-vu-ii/lg-optimus-vu-ii-2gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 132.2, + "width_mm": 85.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/lg/2014/f60/lg-f60-1gb-8gb-4g-lte.json b/data/smartphone/lg/2014/f60/lg-f60-1gb-8gb-4g-lte.json index 320205da0405..d80509024500 100644 --- a/data/smartphone/lg/2014/f60/lg-f60-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2014/f60/lg-f60-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 127.5, + "width_mm": 67.9, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/lg/2014/f70-d315/lg-f70-d315-1gb-8gb-4g-lte.json b/data/smartphone/lg/2014/f70-d315/lg-f70-d315-1gb-8gb-4g-lte.json index 2f3273cb669e..7534e0605f57 100644 --- a/data/smartphone/lg/2014/f70-d315/lg-f70-d315-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2014/f70-d315/lg-f70-d315-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 127.2, + "width_mm": 66.4, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/lg/2014/g-pro-2/lg-g-pro-2-3gb-32gb-4g-lte.json b/data/smartphone/lg/2014/g-pro-2/lg-g-pro-2-3gb-32gb-4g-lte.json index 0d1b71040521..62715b323057 100644 --- a/data/smartphone/lg/2014/g-pro-2/lg-g-pro-2-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2014/g-pro-2/lg-g-pro-2-3gb-32gb-4g-lte.json @@ -115,5 +115,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 157.9, + "width_mm": 81.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lg/2014/g2-mini-lte-tegra/lg-g2-mini-lte-tegra-1gb-8gb-4g-lte.json b/data/smartphone/lg/2014/g2-mini-lte-tegra/lg-g2-mini-lte-tegra-1gb-8gb-4g-lte.json index 40c39fd1400b..4ec2d2252d63 100644 --- a/data/smartphone/lg/2014/g2-mini-lte-tegra/lg-g2-mini-lte-tegra-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2014/g2-mini-lte-tegra/lg-g2-mini-lte-tegra-1gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "nvidia-tegra-4i", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 129.6, + "width_mm": 66.0, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/lg/2014/g2-mini-lte/lg-g2-mini-lte-1gb-8gb-4g-lte.json b/data/smartphone/lg/2014/g2-mini-lte/lg-g2-mini-lte-1gb-8gb-4g-lte.json index 6a1b2cb84c31..b7e39174474e 100644 --- a/data/smartphone/lg/2014/g2-mini-lte/lg-g2-mini-lte-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2014/g2-mini-lte/lg-g2-mini-lte-1gb-8gb-4g-lte.json @@ -108,5 +108,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 129.6, + "width_mm": 66.0, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/lg/2014/g3-a/lg-g3-a-2gb-32gb-4g-lte.json b/data/smartphone/lg/2014/g3-a/lg-g3-a-2gb-32gb-4g-lte.json index eea29c56f6be..7373545c08c0 100644 --- a/data/smartphone/lg/2014/g3-a/lg-g3-a-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2014/g3-a/lg-g3-a-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.6, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/lg/2014/g3-cdma/lg-g3-cdma-3gb-32gb-4g-lte.json b/data/smartphone/lg/2014/g3-cdma/lg-g3-cdma-3gb-32gb-4g-lte.json index 0635ee56b22e..f97156fbc34d 100644 --- a/data/smartphone/lg/2014/g3-cdma/lg-g3-cdma-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2014/g3-cdma/lg-g3-cdma-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-msm8975ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 146.3, + "width_mm": 74.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2014/g3-dual-lte/lg-g3-dual-lte-3gb-32gb-4g-lte.json b/data/smartphone/lg/2014/g3-dual-lte/lg-g3-dual-lte-3gb-32gb-4g-lte.json index 354da70bab26..94502b7bcece 100644 --- a/data/smartphone/lg/2014/g3-dual-lte/lg-g3-dual-lte-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2014/g3-dual-lte/lg-g3-dual-lte-3gb-32gb-4g-lte.json @@ -108,5 +108,10 @@ 32 ], "soc": "qualcomm-msm8975ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 146.3, + "width_mm": 74.6, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2014/g3-lte-a/lg-g3-lte-a-3gb-32gb-4g-lte.json b/data/smartphone/lg/2014/g3-lte-a/lg-g3-lte-a-3gb-32gb-4g-lte.json index 4c0d94db35f9..bb259c52a8ea 100644 --- a/data/smartphone/lg/2014/g3-lte-a/lg-g3-lte-a-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2014/g3-lte-a/lg-g3-lte-a-3gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 146.3, + "width_mm": 74.6, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/lg/2014/g3-s/lg-g3-s-1gb-8gb-4g-lte.json b/data/smartphone/lg/2014/g3-s/lg-g3-s-1gb-8gb-4g-lte.json index a5f41765bff7..37ecc4d269e6 100644 --- a/data/smartphone/lg/2014/g3-s/lg-g3-s-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2014/g3-s/lg-g3-s-1gb-8gb-4g-lte.json @@ -107,5 +107,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 137.7, + "width_mm": 69.6, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/lg/2014/g3-screen/lg-g3-screen-2gb-32gb-4g-lte.json b/data/smartphone/lg/2014/g3-screen/lg-g3-screen-2gb-32gb-4g-lte.json index 3204bf47b863..0b8b8059ea85 100644 --- a/data/smartphone/lg/2014/g3-screen/lg-g3-screen-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2014/g3-screen/lg-g3-screen-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "lg-nuclun", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 157.8, + "width_mm": 81.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/lg/2014/g3-stylus/lg-g3-stylus-1gb-8gb-3g.json b/data/smartphone/lg/2014/g3-stylus/lg-g3-stylus-1gb-8gb-3g.json index 3feba50488a7..cf5d698efdb0 100644 --- a/data/smartphone/lg/2014/g3-stylus/lg-g3-stylus-1gb-8gb-3g.json +++ b/data/smartphone/lg/2014/g3-stylus/lg-g3-stylus-1gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 149.3, + "width_mm": 75.9, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/lg/2014/g3/lg-g3-3gb-32gb-4g-lte.json b/data/smartphone/lg/2014/g3/lg-g3-3gb-32gb-4g-lte.json index a0ca16c72807..8505e43ffb44 100644 --- a/data/smartphone/lg/2014/g3/lg-g3-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2014/g3/lg-g3-3gb-32gb-4g-lte.json @@ -119,5 +119,10 @@ 32 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 146.3, + "width_mm": 74.6, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2014/l-fino/lg-l-fino-1gb-4gb-3g.json b/data/smartphone/lg/2014/l-fino/lg-l-fino-1gb-4gb-3g.json index 3a97f40507e4..795da4a3119f 100644 --- a/data/smartphone/lg/2014/l-fino/lg-l-fino-1gb-4gb-3g.json +++ b/data/smartphone/lg/2014/l-fino/lg-l-fino-1gb-4gb-3g.json @@ -103,5 +103,10 @@ 4 ], "soc": "qualcomm-msm8212-snapdragon-200", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 127.5, + "width_mm": 67.9, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/lg/2014/l65-d280/lg-l65-d280-1gb-4gb-3g.json b/data/smartphone/lg/2014/l65-d280/lg-l65-d280-1gb-4gb-3g.json index eb9fa28e75f2..69d5eb9d56df 100644 --- a/data/smartphone/lg/2014/l65-d280/lg-l65-d280-1gb-4gb-3g.json +++ b/data/smartphone/lg/2014/l65-d280/lg-l65-d280-1gb-4gb-3g.json @@ -104,5 +104,10 @@ 4 ], "soc": "qualcomm-msm8210-snapdragon-200", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 127.2, + "width_mm": 66.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/lg/2014/l65-dual-d285/lg-l65-dual-d285-1gb-4gb-3g.json b/data/smartphone/lg/2014/l65-dual-d285/lg-l65-dual-d285-1gb-4gb-3g.json index 6486b9aa17f3..948456f143a3 100644 --- a/data/smartphone/lg/2014/l65-dual-d285/lg-l65-dual-d285-1gb-4gb-3g.json +++ b/data/smartphone/lg/2014/l65-dual-d285/lg-l65-dual-d285-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "qualcomm-msm8210-snapdragon-200", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 127.2, + "width_mm": 66.8, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/lg/2014/l70-d320n/lg-l70-d320n-1gb-4gb-3g.json b/data/smartphone/lg/2014/l70-d320n/lg-l70-d320n-1gb-4gb-3g.json index 815c3b23e265..7a69f7032293 100644 --- a/data/smartphone/lg/2014/l70-d320n/lg-l70-d320n-1gb-4gb-3g.json +++ b/data/smartphone/lg/2014/l70-d320n/lg-l70-d320n-1gb-4gb-3g.json @@ -105,5 +105,10 @@ 4 ], "soc": "qualcomm-msm8210-snapdragon-200", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 127.2, + "width_mm": 66.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/lg/2014/l90-d405/lg-l90-d405-1gb-8gb-3g.json b/data/smartphone/lg/2014/l90-d405/lg-l90-d405-1gb-8gb-3g.json index 656d183eccd3..e9424d8e948b 100644 --- a/data/smartphone/lg/2014/l90-d405/lg-l90-d405-1gb-8gb-3g.json +++ b/data/smartphone/lg/2014/l90-d405/lg-l90-d405-1gb-8gb-3g.json @@ -106,5 +106,10 @@ 8 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 131.6, + "width_mm": 66.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/lg/2014/l90-dual-d410/lg-l90-dual-d410-1gb-8gb-3g.json b/data/smartphone/lg/2014/l90-dual-d410/lg-l90-dual-d410-1gb-8gb-3g.json index 8d04ca8cf549..ca4164cc6c8b 100644 --- a/data/smartphone/lg/2014/l90-dual-d410/lg-l90-dual-d410-1gb-8gb-3g.json +++ b/data/smartphone/lg/2014/l90-dual-d410/lg-l90-dual-d410-1gb-8gb-3g.json @@ -106,5 +106,10 @@ 8 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 131.6, + "width_mm": 66.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/lg/2014/optimus-f3q/lg-optimus-f3q-1gb-4gb-4g-lte.json b/data/smartphone/lg/2014/optimus-f3q/lg-optimus-f3q-1gb-4gb-4g-lte.json index 3c4862b403cc..e747a8d590e3 100644 --- a/data/smartphone/lg/2014/optimus-f3q/lg-optimus-f3q-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2014/optimus-f3q/lg-optimus-f3q-1gb-4gb-4g-lte.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 121.9, + "width_mm": 64.8, + "depth_mm": 14.0 + } } diff --git a/data/smartphone/lg/2014/tribute/lg-tribute-1gb-4gb-4g-lte.json b/data/smartphone/lg/2014/tribute/lg-tribute-1gb-4gb-4g-lte.json index 6481ea955bbd..db709d1e3d1e 100644 --- a/data/smartphone/lg/2014/tribute/lg-tribute-1gb-4gb-4g-lte.json +++ b/data/smartphone/lg/2014/tribute/lg-tribute-1gb-4gb-4g-lte.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 127.5, + "width_mm": 67.8, + "depth_mm": 10.7 + } } diff --git a/data/smartphone/lg/2014/volt/lg-volt-1gb-8gb-4g-lte.json b/data/smartphone/lg/2014/volt/lg-volt-1gb-8gb-4g-lte.json index 1784ddafa2c2..b2cc80111728 100644 --- a/data/smartphone/lg/2014/volt/lg-volt-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2014/volt/lg-volt-1gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 131.6, + "width_mm": 66.0, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/lg/2015/g-flex2/lg-g-flex2-3gb-32gb-4g-lte.json b/data/smartphone/lg/2015/g-flex2/lg-g-flex2-3gb-32gb-4g-lte.json index 58ee429ca290..2e3460d89acb 100644 --- a/data/smartphone/lg/2015/g-flex2/lg-g-flex2-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2015/g-flex2/lg-g-flex2-3gb-32gb-4g-lte.json @@ -115,5 +115,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0.1" + "os_version": "5.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 149.1, + "width_mm": 75.3, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/lg/2015/g-stylo/lg-g-stylo-2gb-16gb-4g-lte.json b/data/smartphone/lg/2015/g-stylo/lg-g-stylo-2gb-16gb-4g-lte.json index 84537d83d909..e9c84c32d253 100644 --- a/data/smartphone/lg/2015/g-stylo/lg-g-stylo-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2015/g-stylo/lg-g-stylo-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 154.4, + "width_mm": 79.3, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/lg/2015/g-vista-2/lg-g-vista-2-2gb-16gb-4g-lte.json b/data/smartphone/lg/2015/g-vista-2/lg-g-vista-2-2gb-16gb-4g-lte.json index f0771a02ed31..fab504f00dff 100644 --- a/data/smartphone/lg/2015/g-vista-2/lg-g-vista-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2015/g-vista-2/lg-g-vista-2-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 154.4, + "width_mm": 79.8, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/lg/2015/g4-dual/lg-g4-dual-3gb-32gb-4g-lte.json b/data/smartphone/lg/2015/g4-dual/lg-g4-dual-3gb-32gb-4g-lte.json index a703b40abc60..677d76acbec1 100644 --- a/data/smartphone/lg/2015/g4-dual/lg-g4-dual-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2015/g4-dual/lg-g4-dual-3gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 149.0, + "width_mm": 76.2, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/lg/2015/g4/lg-g4-3gb-32gb-4g-lte.json b/data/smartphone/lg/2015/g4/lg-g4-3gb-32gb-4g-lte.json index 4c52691128f0..fb2accd9d253 100644 --- a/data/smartphone/lg/2015/g4/lg-g4-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2015/g4/lg-g4-3gb-32gb-4g-lte.json @@ -117,5 +117,6 @@ 32 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0 } diff --git a/data/smartphone/lg/2015/g4c/lg-g4c-1gb-8gb-4g-lte.json b/data/smartphone/lg/2015/g4c/lg-g4c-1gb-8gb-4g-lte.json index f51e11034646..2e6d2773ec31 100644 --- a/data/smartphone/lg/2015/g4c/lg-g4c-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2015/g4c/lg-g4c-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 139.7, + "width_mm": 69.8, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/lg/2015/leon/lg-leon-1gb-8gb-4g-lte.json b/data/smartphone/lg/2015/leon/lg-leon-1gb-8gb-4g-lte.json index 0c84e477dee9..b513b2999915 100644 --- a/data/smartphone/lg/2015/leon/lg-leon-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2015/leon/lg-leon-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0.1" + "os_version": "5.0.1", + "dimensions": { + "height_mm": 129.9, + "width_mm": 64.9, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/lg/2015/magna/lg-magna-1gb-8gb-4g-lte.json b/data/smartphone/lg/2015/magna/lg-magna-1gb-8gb-4g-lte.json index 85e7c8970359..1a2b9ddf830c 100644 --- a/data/smartphone/lg/2015/magna/lg-magna-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2015/magna/lg-magna-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "mediatek-mt6582-h502-model", - "os_version": "5.0.1" + "os_version": "5.0.1", + "dimensions": { + "height_mm": 139.8, + "width_mm": 69.9, + "depth_mm": 10.1 + } } diff --git a/data/smartphone/lg/2015/nexus-5x/lg-nexus-5x-2gb-32gb-4g-lte.json b/data/smartphone/lg/2015/nexus-5x/lg-nexus-5x-2gb-32gb-4g-lte.json index cb6515b32967..e7928f46549c 100644 --- a/data/smartphone/lg/2015/nexus-5x/lg-nexus-5x-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2015/nexus-5x/lg-nexus-5x-2gb-32gb-4g-lte.json @@ -114,5 +114,10 @@ 32 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 147.0, + "width_mm": 72.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2015/ray/lg-ray-1gb-16gb-3g.json b/data/smartphone/lg/2015/ray/lg-ray-1gb-16gb-3g.json index c77d8425509f..1210b9329a0e 100644 --- a/data/smartphone/lg/2015/ray/lg-ray-1gb-16gb-3g.json +++ b/data/smartphone/lg/2015/ray/lg-ray-1gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "mediatek-mt6592m", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 152.5, + "width_mm": 76.4, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lg/2015/tribute-2/lg-tribute-2-1gb-8gb-4g-lte.json b/data/smartphone/lg/2015/tribute-2/lg-tribute-2-1gb-8gb-4g-lte.json index 9c2bfa5ba5cf..158fea64a755 100644 --- a/data/smartphone/lg/2015/tribute-2/lg-tribute-2-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2015/tribute-2/lg-tribute-2-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 129.9, + "width_mm": 64.9, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/lg/2015/v10/lg-v10-4gb-64gb-4g-lte.json b/data/smartphone/lg/2015/v10/lg-v10-4gb-64gb-4g-lte.json index 8a1234baa2ac..277b596fac9f 100644 --- a/data/smartphone/lg/2015/v10/lg-v10-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2015/v10/lg-v10-4gb-64gb-4g-lte.json @@ -118,5 +118,11 @@ 64 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.6, + "width_mm": 79.3, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lg/2015/zero/lg-zero-2gb-16gb-4g-lte.json b/data/smartphone/lg/2015/zero/lg-zero-2gb-16gb-4g-lte.json index d418ca15a328..07997760d315 100644 --- a/data/smartphone/lg/2015/zero/lg-zero-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2015/zero/lg-zero-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/lg/2016/g5-se/lg-g5-se-3gb-32gb-4g-lte.json b/data/smartphone/lg/2016/g5-se/lg-g5-se-3gb-32gb-4g-lte.json index c4aa8c369342..23ce9aebdf82 100644 --- a/data/smartphone/lg/2016/g5-se/lg-g5-se-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2016/g5-se/lg-g5-se-3gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 149.4, + "width_mm": 73.9, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/lg/2016/g5/lg-g5-4gb-32gb-4g-lte.json b/data/smartphone/lg/2016/g5/lg-g5-4gb-32gb-4g-lte.json index ce9111844044..b25dcfdfdaa6 100644 --- a/data/smartphone/lg/2016/g5/lg-g5-4gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2016/g5/lg-g5-4gb-32gb-4g-lte.json @@ -117,5 +117,11 @@ 32 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 149.4, + "width_mm": 73.9, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/lg/2016/k10-2017/lg-k10-2017-2gb-32gb-4g-lte.json b/data/smartphone/lg/2016/k10-2017/lg-k10-2017-2gb-32gb-4g-lte.json index f90e536a235f..01c074fa9060 100644 --- a/data/smartphone/lg/2016/k10-2017/lg-k10-2017-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2016/k10-2017/lg-k10-2017-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 148.7, + "width_mm": 75.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2016/k20-plus/lg-k20-plus-2gb-32gb-4g-lte.json b/data/smartphone/lg/2016/k20-plus/lg-k20-plus-2gb-32gb-4g-lte.json index 33b331f21550..4ae1a747dfaa 100644 --- a/data/smartphone/lg/2016/k20-plus/lg-k20-plus-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2016/k20-plus/lg-k20-plus-2gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 148.6, + "width_mm": 75.2, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2016/k3-2017/lg-k3-2017-1gb-8gb-4g-lte.json b/data/smartphone/lg/2016/k3-2017/lg-k3-2017-1gb-8gb-4g-lte.json index 3f462a5e2ddb..d9df75476840 100644 --- a/data/smartphone/lg/2016/k3-2017/lg-k3-2017-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2016/k3-2017/lg-k3-2017-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 133.9, + "width_mm": 69.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/lg/2016/k4-2017/lg-k4-2017-1gb-16gb-4g-lte.json b/data/smartphone/lg/2016/k4-2017/lg-k4-2017-1gb-16gb-4g-lte.json index 4198c4c0ef3a..b9821c478875 100644 --- a/data/smartphone/lg/2016/k4-2017/lg-k4-2017-1gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2016/k4-2017/lg-k4-2017-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 144.7, + "width_mm": 72.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2016/k5/lg-k5-1gb-8gb-4g-lte.json b/data/smartphone/lg/2016/k5/lg-k5-1gb-8gb-4g-lte.json index 96f3bc92986e..85238aa959e4 100644 --- a/data/smartphone/lg/2016/k5/lg-k5-1gb-8gb-4g-lte.json +++ b/data/smartphone/lg/2016/k5/lg-k5-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 145.0, + "width_mm": 71.6, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2016/stylo-2/lg-stylo-2-2gb-16gb-4g-lte.json b/data/smartphone/lg/2016/stylo-2/lg-stylo-2-2gb-16gb-4g-lte.json index 0e8118e0c320..d60ae67325ab 100644 --- a/data/smartphone/lg/2016/stylo-2/lg-stylo-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2016/stylo-2/lg-stylo-2-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 155.0, + "width_mm": 79.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/lg/2016/stylus-2-plus/lg-stylus-2-plus-3gb-32gb-4g-lte.json b/data/smartphone/lg/2016/stylus-2-plus/lg-stylus-2-plus-3gb-32gb-4g-lte.json index 98b43e1ec8cb..afa34942f838 100644 --- a/data/smartphone/lg/2016/stylus-2-plus/lg-stylus-2-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2016/stylus-2-plus/lg-stylus-2-plus-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 155.0, + "width_mm": 79.6, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/lg/2016/stylus-2/lg-stylus-2-2gb-16gb-4g-lte.json b/data/smartphone/lg/2016/stylus-2/lg-stylus-2-2gb-16gb-4g-lte.json index 98b99e6bef0b..aa1e5b55493c 100644 --- a/data/smartphone/lg/2016/stylus-2/lg-stylus-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2016/stylus-2/lg-stylus-2-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 155.0, + "width_mm": 79.6, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/lg/2016/v20/lg-v20-4gb-64gb-4g-lte.json b/data/smartphone/lg/2016/v20/lg-v20-4gb-64gb-4g-lte.json index d16e54692245..a459921a65ca 100644 --- a/data/smartphone/lg/2016/v20/lg-v20-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2016/v20/lg-v20-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 78.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/lg/2016/x-cam/lg-x-cam-2gb-16gb-4g-lte.json b/data/smartphone/lg/2016/x-cam/lg-x-cam-2gb-16gb-4g-lte.json index 42ff66b9f4ca..7a333b0ecefa 100644 --- a/data/smartphone/lg/2016/x-cam/lg-x-cam-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2016/x-cam/lg-x-cam-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 147.5, + "width_mm": 73.6, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/lg/2016/x-mach/lg-x-mach-3gb-32gb-4g-lte.json b/data/smartphone/lg/2016/x-mach/lg-x-mach-3gb-32gb-4g-lte.json index d28ec1326ea6..2af735c6e0b9 100644 --- a/data/smartphone/lg/2016/x-mach/lg-x-mach-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2016/x-mach/lg-x-mach-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 149.1, + "width_mm": 76.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2016/x-power/lg-x-power-2gb-16gb-4g-lte.json b/data/smartphone/lg/2016/x-power/lg-x-power-2gb-16gb-4g-lte.json index 3f5b5048844d..52c68206159f 100644 --- a/data/smartphone/lg/2016/x-power/lg-x-power-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2016/x-power/lg-x-power-2gb-16gb-4g-lte.json @@ -104,5 +104,11 @@ 16 ], "soc": "mediatek-mt6735", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 148.9, + "width_mm": 74.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2016/x-screen/lg-x-screen-2gb-16gb-4g-lte.json b/data/smartphone/lg/2016/x-screen/lg-x-screen-2gb-16gb-4g-lte.json index 85a621a6754a..cc8f59dd12b8 100644 --- a/data/smartphone/lg/2016/x-screen/lg-x-screen-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2016/x-screen/lg-x-screen-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 142.6, + "width_mm": 71.8, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/lg/2017/g6/lg-g6-4gb-128gb-4g-lte.json b/data/smartphone/lg/2017/g6/lg-g6-4gb-128gb-4g-lte.json index 1e02d9a4b7ad..571e0df5704c 100644 --- a/data/smartphone/lg/2017/g6/lg-g6-4gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2017/g6/lg-g6-4gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 148.9, + "width_mm": 71.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2017/k7-2017/lg-k7-2017-2gb-16gb-4g-lte.json b/data/smartphone/lg/2017/k7-2017/lg-k7-2017-2gb-16gb-4g-lte.json index 7dfa23dd820f..393db0c1f0f5 100644 --- a/data/smartphone/lg/2017/k7-2017/lg-k7-2017-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2017/k7-2017/lg-k7-2017-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6737m", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 145.8, + "width_mm": 74.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/lg/2017/q6/lg-q6-4gb-64gb-4g-lte.json b/data/smartphone/lg/2017/q6/lg-q6-4gb-64gb-4g-lte.json index 7c19dcfc960b..2d31c491c9ef 100644 --- a/data/smartphone/lg/2017/q6/lg-q6-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2017/q6/lg-q6-4gb-64gb-4g-lte.json @@ -113,5 +113,10 @@ 64 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 142.5, + "width_mm": 69.3, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/lg/2017/q8-2017/lg-q8-2017-4gb-32gb-4g-lte.json b/data/smartphone/lg/2017/q8-2017/lg-q8-2017-4gb-32gb-4g-lte.json index edad77298e62..3e4dc9c11562 100644 --- a/data/smartphone/lg/2017/q8-2017/lg-q8-2017-4gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2017/q8-2017/lg-q8-2017-4gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 149.0, + "width_mm": 71.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lg/2017/stylo-3-plus/lg-stylo-3-plus-2gb-32gb-4g-lte.json b/data/smartphone/lg/2017/stylo-3-plus/lg-stylo-3-plus-2gb-32gb-4g-lte.json index 5d6b9927142b..e5c1ecb86b3c 100644 --- a/data/smartphone/lg/2017/stylo-3-plus/lg-stylo-3-plus-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2017/stylo-3-plus/lg-stylo-3-plus-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 155.7, + "width_mm": 79.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/lg/2017/v30/lg-v30-4gb-128gb-4g-lte.json b/data/smartphone/lg/2017/v30/lg-v30-4gb-128gb-4g-lte.json index 8e016a4b71a2..2f79349569ac 100644 --- a/data/smartphone/lg/2017/v30/lg-v30-4gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2017/v30/lg-v30-4gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.4, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/lg/2017/x-power2/lg-x-power2-2gb-32gb-4g-lte.json b/data/smartphone/lg/2017/x-power2/lg-x-power2-2gb-32gb-4g-lte.json index 4cb6e6f341d3..695f9fd0f855 100644 --- a/data/smartphone/lg/2017/x-power2/lg-x-power2-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2017/x-power2/lg-x-power2-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.7, + "width_mm": 78.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2017/x-venture/lg-x-venture-2gb-32gb-4g-lte.json b/data/smartphone/lg/2017/x-venture/lg-x-venture-2gb-32gb-4g-lte.json index 4fbf26886e01..ff2c7af4f5fe 100644 --- a/data/smartphone/lg/2017/x-venture/lg-x-venture-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2017/x-venture/lg-x-venture-2gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 75.8, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/lg/2018/aristo-2/lg-aristo-2-2gb-16gb-4g-lte.json b/data/smartphone/lg/2018/aristo-2/lg-aristo-2-2gb-16gb-4g-lte.json index ae92e7be19fe..ca5991ed3855 100644 --- a/data/smartphone/lg/2018/aristo-2/lg-aristo-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2018/aristo-2/lg-aristo-2-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 144.8, + "width_mm": 71.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/lg/2018/g7-fit/lg-g7-fit-4gb-64gb-4g-lte.json b/data/smartphone/lg/2018/g7-fit/lg-g7-fit-4gb-64gb-4g-lte.json index 4906192f7eb5..a1bd6607dbd5 100644 --- a/data/smartphone/lg/2018/g7-fit/lg-g7-fit-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2018/g7-fit/lg-g7-fit-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.2, + "width_mm": 71.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lg/2018/g7-one/lg-g7-one-4gb-64gb-4g-lte.json b/data/smartphone/lg/2018/g7-one/lg-g7-one-4gb-64gb-4g-lte.json index 948597e77cb1..b26b105b3405 100644 --- a/data/smartphone/lg/2018/g7-one/lg-g7-one-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2018/g7-one/lg-g7-one-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.2, + "width_mm": 71.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2018/g7-thinq/lg-g7-thinq-6gb-128gb-4g-lte.json b/data/smartphone/lg/2018/g7-thinq/lg-g7-thinq-6gb-128gb-4g-lte.json index 2b90e8943f7b..8b4e668fd1b7 100644 --- a/data/smartphone/lg/2018/g7-thinq/lg-g7-thinq-6gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2018/g7-thinq/lg-g7-thinq-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.2, + "width_mm": 71.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2018/k10-2018/lg-k10-2018-3gb-32gb-4g-lte.json b/data/smartphone/lg/2018/k10-2018/lg-k10-2018-3gb-32gb-4g-lte.json index ddd1df2489f8..4578100c1062 100644 --- a/data/smartphone/lg/2018/k10-2018/lg-k10-2018-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2018/k10-2018/lg-k10-2018-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 148.7, + "width_mm": 75.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lg/2018/k11-plus/lg-k11-plus-3gb-32gb-4g-lte.json b/data/smartphone/lg/2018/k11-plus/lg-k11-plus-3gb-32gb-4g-lte.json index af2df2d78ec7..11d119b3410f 100644 --- a/data/smartphone/lg/2018/k11-plus/lg-k11-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2018/k11-plus/lg-k11-plus-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 148.7, + "width_mm": 75.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lg/2018/k30/lg-k30-2gb-32gb-4g-lte.json b/data/smartphone/lg/2018/k30/lg-k30-2gb-32gb-4g-lte.json index 4cf2fa8d7369..3c6f0b11af44 100644 --- a/data/smartphone/lg/2018/k30/lg-k30-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2018/k30/lg-k30-2gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 148.6, + "width_mm": 75.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lg/2018/q-stylo-4/lg-q-stylo-4-2gb-32gb-4g-lte.json b/data/smartphone/lg/2018/q-stylo-4/lg-q-stylo-4-2gb-32gb-4g-lte.json index 377afa3b96d6..fd73c695f81d 100644 --- a/data/smartphone/lg/2018/q-stylo-4/lg-q-stylo-4-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2018/q-stylo-4/lg-q-stylo-4-2gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.0, + "width_mm": 77.7, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/lg/2018/q-stylus/lg-q-stylus-4gb-64gb-4g-lte.json b/data/smartphone/lg/2018/q-stylus/lg-q-stylus-4gb-64gb-4g-lte.json index 7da90476c6e7..6757322db898 100644 --- a/data/smartphone/lg/2018/q-stylus/lg-q-stylus-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2018/q-stylus/lg-q-stylus-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6750-q-stylus-q-stylus-a", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 77.7, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/lg/2018/q8-2018/lg-q8-2018-4gb-64gb-4g-lte.json b/data/smartphone/lg/2018/q8-2018/lg-q8-2018-4gb-64gb-4g-lte.json index cf05156700ff..84ee5d7be577 100644 --- a/data/smartphone/lg/2018/q8-2018/lg-q8-2018-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2018/q8-2018/lg-q8-2018-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 77.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2018/v30s-thinq/lg-v30s-thinq-6gb-256gb-4g-lte.json b/data/smartphone/lg/2018/v30s-thinq/lg-v30s-thinq-6gb-256gb-4g-lte.json index 5605c9819a56..04a7303928d7 100644 --- a/data/smartphone/lg/2018/v30s-thinq/lg-v30s-thinq-6gb-256gb-4g-lte.json +++ b/data/smartphone/lg/2018/v30s-thinq/lg-v30s-thinq-6gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.4, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/lg/2018/v35-thinq/lg-v35-thinq-6gb-128gb-4g-lte.json b/data/smartphone/lg/2018/v35-thinq/lg-v35-thinq-6gb-128gb-4g-lte.json index 85c36d14fb4e..d3fb9a8852b6 100644 --- a/data/smartphone/lg/2018/v35-thinq/lg-v35-thinq-6gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2018/v35-thinq/lg-v35-thinq-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.4, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/lg/2018/v40-thinq/lg-v40-thinq-6gb-128gb-4g-lte.json b/data/smartphone/lg/2018/v40-thinq/lg-v40-thinq-6gb-128gb-4g-lte.json index ce6cca59ba7c..1b90f58ace80 100644 --- a/data/smartphone/lg/2018/v40-thinq/lg-v40-thinq-6gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2018/v40-thinq/lg-v40-thinq-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.8, + "width_mm": 75.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/lg/2018/x-power-3/lg-x-power-3-2gb-16gb-4g-lte.json b/data/smartphone/lg/2018/x-power-3/lg-x-power-3-2gb-16gb-4g-lte.json index bded64abfdae..8337bab04261 100644 --- a/data/smartphone/lg/2018/x-power-3/lg-x-power-3-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2018/x-power-3/lg-x-power-3-2gb-16gb-4g-lte.json @@ -105,5 +105,11 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.7, + "width_mm": 78.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2018/x4/lg-x4-2gb-32gb-4g-lte.json b/data/smartphone/lg/2018/x4/lg-x4-2gb-32gb-4g-lte.json index 3b5d17b1c223..030fe31a00ec 100644 --- a/data/smartphone/lg/2018/x4/lg-x4-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2018/x4/lg-x4-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 148.6, + "width_mm": 75.1, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lg/2018/zone-4/lg-zone-4-2gb-16gb-4g-lte.json b/data/smartphone/lg/2018/zone-4/lg-zone-4-2gb-16gb-4g-lte.json index 645d16e34775..49cb96f72906 100644 --- a/data/smartphone/lg/2018/zone-4/lg-zone-4-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2018/zone-4/lg-zone-4-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 144.8, + "width_mm": 71.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2019/g8-thinq/lg-g8-thinq-6gb-128gb-4g-lte.json b/data/smartphone/lg/2019/g8-thinq/lg-g8-thinq-6gb-128gb-4g-lte.json index 8b75c5bdfb56..35cdacedee9c 100644 --- a/data/smartphone/lg/2019/g8-thinq/lg-g8-thinq-6gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2019/g8-thinq/lg-g8-thinq-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 21.0, + "dimensions": { + "height_mm": 151.9, + "width_mm": 71.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2019/g8s-thinq/lg-g8s-thinq-6gb-128gb-4g-lte.json b/data/smartphone/lg/2019/g8s-thinq/lg-g8s-thinq-6gb-128gb-4g-lte.json index e046ccca38df..0ae53020cef7 100644 --- a/data/smartphone/lg/2019/g8s-thinq/lg-g8s-thinq-6gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2019/g8s-thinq/lg-g8s-thinq-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.3, + "width_mm": 76.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/lg/2019/g8x-thinq/lg-g8x-thinq-6gb-128gb-4g-lte.json b/data/smartphone/lg/2019/g8x-thinq/lg-g8x-thinq-6gb-128gb-4g-lte.json index 867fe4b302f0..515bcf63d7b6 100644 --- a/data/smartphone/lg/2019/g8x-thinq/lg-g8x-thinq-6gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2019/g8x-thinq/lg-g8x-thinq-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 21.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2019/k20-2019/lg-k20-2019-1gb-16gb-4g-lte.json b/data/smartphone/lg/2019/k20-2019/lg-k20-2019-1gb-16gb-4g-lte.json index 4a52aa48a165..0130ca9a263d 100644 --- a/data/smartphone/lg/2019/k20-2019/lg-k20-2019-1gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2019/k20-2019/lg-k20-2019-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 148.6, + "width_mm": 71.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lg/2019/k30-2019/lg-k30-2019-2gb-16gb-4g-lte.json b/data/smartphone/lg/2019/k30-2019/lg-k30-2019-2gb-16gb-4g-lte.json index b9074f52da8f..ede53f88b93c 100644 --- a/data/smartphone/lg/2019/k30-2019/lg-k30-2019-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2019/k30-2019/lg-k30-2019-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 146.9, + "width_mm": 71.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lg/2019/k40/lg-k40-3gb-32gb-4g-lte.json b/data/smartphone/lg/2019/k40/lg-k40-3gb-32gb-4g-lte.json index 430315121196..01ba90383b08 100644 --- a/data/smartphone/lg/2019/k40/lg-k40-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2019/k40/lg-k40-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 153.0, + "width_mm": 71.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lg/2019/k40s/lg-k40s-3gb-32gb-4g-lte.json b/data/smartphone/lg/2019/k40s/lg-k40s-3gb-32gb-4g-lte.json index 9afc127d824b..89a453e10433 100644 --- a/data/smartphone/lg/2019/k40s/lg-k40s-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2019/k40s/lg-k40s-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lg/2019/k50/lg-k50-3gb-32gb-4g-lte.json b/data/smartphone/lg/2019/k50/lg-k50-3gb-32gb-4g-lte.json index 99a037b2023a..b91578b84f12 100644 --- a/data/smartphone/lg/2019/k50/lg-k50-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2019/k50/lg-k50-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 161.3, + "width_mm": 77.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lg/2019/k50s/lg-k50s-3gb-32gb-4g-lte.json b/data/smartphone/lg/2019/k50s/lg-k50s-3gb-32gb-4g-lte.json index 61a5e1e6d4ce..68d3269779bb 100644 --- a/data/smartphone/lg/2019/k50s/lg-k50s-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2019/k50s/lg-k50s-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 165.8, + "width_mm": 77.5, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lg/2019/q60/lg-q60-3gb-64gb-4g-lte.json b/data/smartphone/lg/2019/q60/lg-q60-3gb-64gb-4g-lte.json index e67de7c1c1f5..68aac9af7abe 100644 --- a/data/smartphone/lg/2019/q60/lg-q60-3gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2019/q60/lg-q60-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 161.3, + "width_mm": 77.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lg/2019/q70/lg-q70-4gb-64gb-4g-lte.json b/data/smartphone/lg/2019/q70/lg-q70-4gb-64gb-4g-lte.json index e2ade38e8041..d5f513f86765 100644 --- a/data/smartphone/lg/2019/q70/lg-q70-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2019/q70/lg-q70-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 76.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lg/2019/q9/lg-q9-4gb-64gb-4g-lte.json b/data/smartphone/lg/2019/q9/lg-q9-4gb-64gb-4g-lte.json index e6096461fdb0..64607dd77fd1 100644 --- a/data/smartphone/lg/2019/q9/lg-q9-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2019/q9/lg-q9-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.2, + "width_mm": 71.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2019/stylo-5/lg-stylo-5-3gb-32gb-4g-lte.json b/data/smartphone/lg/2019/stylo-5/lg-stylo-5-3gb-32gb-4g-lte.json index 92c1904862a3..942cfdadd2b5 100644 --- a/data/smartphone/lg/2019/stylo-5/lg-stylo-5-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2019/stylo-5/lg-stylo-5-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 160.0, + "width_mm": 77.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2019/tribute-empire/lg-tribute-empire-2gb-16gb-4g-lte.json b/data/smartphone/lg/2019/tribute-empire/lg-tribute-empire-2gb-16gb-4g-lte.json index 1fa449969ea7..6c279624d6cd 100644 --- a/data/smartphone/lg/2019/tribute-empire/lg-tribute-empire-2gb-16gb-4g-lte.json +++ b/data/smartphone/lg/2019/tribute-empire/lg-tribute-empire-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6750", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 144.8, + "width_mm": 71.8, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/lg/2019/v50s-thinq-5g/lg-v50s-thinq-5g-8gb-256gb-5g.json b/data/smartphone/lg/2019/v50s-thinq-5g/lg-v50s-thinq-5g-8gb-256gb-5g.json index 666090b30cc6..214e1cb2ce7a 100644 --- a/data/smartphone/lg/2019/v50s-thinq-5g/lg-v50s-thinq-5g-8gb-256gb-5g.json +++ b/data/smartphone/lg/2019/v50s-thinq-5g/lg-v50s-thinq-5g-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 21.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2019/w10/lg-w10-3gb-32gb-4g-lte.json b/data/smartphone/lg/2019/w10/lg-w10-3gb-32gb-4g-lte.json index a01700bd5ec0..822037f2acb1 100644 --- a/data/smartphone/lg/2019/w10/lg-w10-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2019/w10/lg-w10-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.0, + "width_mm": 76.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/lg/2019/w30-pro/lg-w30-pro-4gb-64gb-4g-lte.json b/data/smartphone/lg/2019/w30-pro/lg-w30-pro-4gb-64gb-4g-lte.json index 0b0281ec1b7d..244cfbc85b2e 100644 --- a/data/smartphone/lg/2019/w30-pro/lg-w30-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2019/w30-pro/lg-w30-pro-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 157.7, + "width_mm": 75.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lg/2019/w30/lg-w30-4gb-64gb-4g-lte.json b/data/smartphone/lg/2019/w30/lg-w30-4gb-64gb-4g-lte.json index 69d1f793dcbe..9b3f49d63657 100644 --- a/data/smartphone/lg/2019/w30/lg-w30-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2019/w30/lg-w30-4gb-64gb-4g-lte.json @@ -106,5 +106,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 159.0, + "width_mm": 76.5, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/lg/2020/k31/lg-k31-2gb-32gb-4g-lte.json b/data/smartphone/lg/2020/k31/lg-k31-2gb-32gb-4g-lte.json index 735b84f91493..5b961eff8dc1 100644 --- a/data/smartphone/lg/2020/k31/lg-k31-2gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2020/k31/lg-k31-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 147.8, + "width_mm": 71.1, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lg/2020/k41s/lg-k41s-3gb-32gb-4g-lte.json b/data/smartphone/lg/2020/k41s/lg-k41s-3gb-32gb-4g-lte.json index 8e9c60a12a07..51dccc4f53ab 100644 --- a/data/smartphone/lg/2020/k41s/lg-k41s-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2020/k41s/lg-k41s-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lg/2020/k42/lg-k42-3gb-64gb-4g-lte.json b/data/smartphone/lg/2020/k42/lg-k42-3gb-64gb-4g-lte.json index 55e401577a1e..d1edd200e736 100644 --- a/data/smartphone/lg/2020/k42/lg-k42-3gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2020/k42/lg-k42-3gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2020/k51s/lg-k51s-3gb-64gb-4g-lte.json b/data/smartphone/lg/2020/k51s/lg-k51s-3gb-64gb-4g-lte.json index bcccfdefd070..430537404b14 100644 --- a/data/smartphone/lg/2020/k51s/lg-k51s-3gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2020/k51s/lg-k51s-3gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/lg/2020/k52/lg-k52-4gb-64gb-4g-lte.json b/data/smartphone/lg/2020/k52/lg-k52-4gb-64gb-4g-lte.json index de77506099fa..1b584c90ad4f 100644 --- a/data/smartphone/lg/2020/k52/lg-k52-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2020/k52/lg-k52-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2020/k61/lg-k61-4gb-128gb-4g-lte.json b/data/smartphone/lg/2020/k61/lg-k61-4gb-128gb-4g-lte.json index 040b8c5a4415..3f2ff9ce14de 100644 --- a/data/smartphone/lg/2020/k61/lg-k61-4gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2020/k61/lg-k61-4gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 164.5, + "width_mm": 77.5, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2020/k62/lg-k62-4gb-128gb-4g-lte.json b/data/smartphone/lg/2020/k62/lg-k62-4gb-128gb-4g-lte.json index fe391a6bc82c..38619565be6d 100644 --- a/data/smartphone/lg/2020/k62/lg-k62-4gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2020/k62/lg-k62-4gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2020/k71/lg-k71-4gb-128gb-4g-lte.json b/data/smartphone/lg/2020/k71/lg-k71-4gb-128gb-4g-lte.json index 65ca6bb05b8d..0f9adbffd2b0 100644 --- a/data/smartphone/lg/2020/k71/lg-k71-4gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2020/k71/lg-k71-4gb-128gb-4g-lte.json @@ -101,5 +101,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 171.4, + "width_mm": 77.7, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lg/2020/q31/lg-q31-3gb-32gb-4g-lte.json b/data/smartphone/lg/2020/q31/lg-q31-3gb-32gb-4g-lte.json index 16c57eccf39d..28f4a6b4362b 100644 --- a/data/smartphone/lg/2020/q31/lg-q31-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2020/q31/lg-q31-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 147.9, + "width_mm": 71.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/lg/2020/q52/lg-q52-4gb-64gb-4g-lte.json b/data/smartphone/lg/2020/q52/lg-q52-4gb-64gb-4g-lte.json index d41b64732751..4ea075dc1027 100644 --- a/data/smartphone/lg/2020/q52/lg-q52-4gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2020/q52/lg-q52-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/lg/2020/stylo-6/lg-stylo-6-3gb-64gb-4g-lte.json b/data/smartphone/lg/2020/stylo-6/lg-stylo-6-3gb-64gb-4g-lte.json index cb35b32499ef..9959f2cb411b 100644 --- a/data/smartphone/lg/2020/stylo-6/lg-stylo-6-3gb-64gb-4g-lte.json +++ b/data/smartphone/lg/2020/stylo-6/lg-stylo-6-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 171.2, + "width_mm": 77.7, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/lg/2020/velvet/lg-velvet-6gb-128gb-4g-lte.json b/data/smartphone/lg/2020/velvet/lg-velvet-6gb-128gb-4g-lte.json index 59cd5d9cf355..d1345440871b 100644 --- a/data/smartphone/lg/2020/velvet/lg-velvet-6gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2020/velvet/lg-velvet-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 167.1, + "width_mm": 74.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/lg/2020/w10-alpha/lg-w10-alpha-3gb-32gb-4g-lte.json b/data/smartphone/lg/2020/w10-alpha/lg-w10-alpha-3gb-32gb-4g-lte.json index f555e14538df..46a8712f3aef 100644 --- a/data/smartphone/lg/2020/w10-alpha/lg-w10-alpha-3gb-32gb-4g-lte.json +++ b/data/smartphone/lg/2020/w10-alpha/lg-w10-alpha-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/lg/2020/w31/lg-w31-4gb-128gb-4g-lte.json b/data/smartphone/lg/2020/w31/lg-w31-4gb-128gb-4g-lte.json index df5eb165b22c..fea6c4dde8c2 100644 --- a/data/smartphone/lg/2020/w31/lg-w31-4gb-128gb-4g-lte.json +++ b/data/smartphone/lg/2020/w31/lg-w31-4gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 166.2, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/meizu/2011/mx/meizu-mx-1gb-16gb-3g.json b/data/smartphone/meizu/2011/mx/meizu-mx-1gb-16gb-3g.json index 87f402779f9d..1fa9793249a6 100644 --- a/data/smartphone/meizu/2011/mx/meizu-mx-1gb-16gb-3g.json +++ b/data/smartphone/meizu/2011/mx/meizu-mx-1gb-16gb-3g.json @@ -105,5 +105,10 @@ 16 ], "soc": "exynos", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 121.3, + "width_mm": 63.3, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/meizu/2012/mx-4-core/meizu-mx-4-core-1gb-64gb-3g.json b/data/smartphone/meizu/2012/mx-4-core/meizu-mx-4-core-1gb-64gb-3g.json index 76183c4f9f12..4d460db89830 100644 --- a/data/smartphone/meizu/2012/mx-4-core/meizu-mx-4-core-1gb-64gb-3g.json +++ b/data/smartphone/meizu/2012/mx-4-core/meizu-mx-4-core-1gb-64gb-3g.json @@ -106,5 +106,10 @@ 64 ], "soc": "exynos", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 121.3, + "width_mm": 63.3, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/meizu/2012/mx2/meizu-mx2-2gb-64gb-3g.json b/data/smartphone/meizu/2012/mx2/meizu-mx2-2gb-64gb-3g.json index a4db33f37e95..7b59a48601fe 100644 --- a/data/smartphone/meizu/2012/mx2/meizu-mx2-2gb-64gb-3g.json +++ b/data/smartphone/meizu/2012/mx2/meizu-mx2-2gb-64gb-3g.json @@ -106,5 +106,10 @@ 64 ], "soc": "exynos-4412-quad", - "os_version": "4.1.1" + "os_version": "4.1.1", + "dimensions": { + "height_mm": 124.9, + "width_mm": 64.9, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/meizu/2013/mx3/meizu-mx3-2gb-128gb-3g.json b/data/smartphone/meizu/2013/mx3/meizu-mx3-2gb-128gb-3g.json index a656ac96a864..1bd09a0e7e9c 100644 --- a/data/smartphone/meizu/2013/mx3/meizu-mx3-2gb-128gb-3g.json +++ b/data/smartphone/meizu/2013/mx3/meizu-mx3-2gb-128gb-3g.json @@ -114,5 +114,10 @@ 128 ], "soc": "exynos-5410-octa", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 139.0, + "width_mm": 71.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/meizu/2014/m1-note/meizu-m1-note-2gb-32gb-4g-lte.json b/data/smartphone/meizu/2014/m1-note/meizu-m1-note-2gb-32gb-4g-lte.json index 7b91ea490cb8..d50966ff29de 100644 --- a/data/smartphone/meizu/2014/m1-note/meizu-m1-note-2gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2014/m1-note/meizu-m1-note-2gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "mediatek-mt6752", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 150.7, + "width_mm": 75.2, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/meizu/2014/mx4-pro/meizu-mx4-pro-3gb-64gb-4g-lte.json b/data/smartphone/meizu/2014/mx4-pro/meizu-mx4-pro-3gb-64gb-4g-lte.json index ccc4b26915be..49508349071b 100644 --- a/data/smartphone/meizu/2014/mx4-pro/meizu-mx4-pro-3gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2014/mx4-pro/meizu-mx4-pro-3gb-64gb-4g-lte.json @@ -113,5 +113,10 @@ 64 ], "soc": "exynos-5430-octa", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 150.1, + "width_mm": 77.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/meizu/2014/mx4/meizu-mx4-2gb-64gb-4g-lte.json b/data/smartphone/meizu/2014/mx4/meizu-mx4-2gb-64gb-4g-lte.json index 342a7939c096..4714b7ad739e 100644 --- a/data/smartphone/meizu/2014/mx4/meizu-mx4-2gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2014/mx4/meizu-mx4-2gb-64gb-4g-lte.json @@ -112,5 +112,10 @@ 64 ], "soc": "mediatek-mt6595", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 144.0, + "width_mm": 75.2, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/meizu/2015/m1-metal/meizu-m1-metal-2gb-32gb-4g-lte.json b/data/smartphone/meizu/2015/m1-metal/meizu-m1-metal-2gb-32gb-4g-lte.json index 0f2f6b2175ab..40af0af3ff17 100644 --- a/data/smartphone/meizu/2015/m1-metal/meizu-m1-metal-2gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2015/m1-metal/meizu-m1-metal-2gb-32gb-4g-lte.json @@ -111,5 +111,10 @@ 32 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 150.7, + "width_mm": 75.3, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/meizu/2015/m1/meizu-m1-1gb-8gb-4g-lte.json b/data/smartphone/meizu/2015/m1/meizu-m1-1gb-8gb-4g-lte.json index 075f09a5ae3b..5e1f42c749b4 100644 --- a/data/smartphone/meizu/2015/m1/meizu-m1-1gb-8gb-4g-lte.json +++ b/data/smartphone/meizu/2015/m1/meizu-m1-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "mediatek-mt6732", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 140.2, + "width_mm": 72.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/meizu/2015/m2-note/meizu-m2-note-2gb-32gb-4g-lte.json b/data/smartphone/meizu/2015/m2-note/meizu-m2-note-2gb-32gb-4g-lte.json index 24c944273971..81c17e917810 100644 --- a/data/smartphone/meizu/2015/m2-note/meizu-m2-note-2gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2015/m2-note/meizu-m2-note-2gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 150.9, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/meizu/2015/m2/meizu-m2-2gb-16gb-4g-lte.json b/data/smartphone/meizu/2015/m2/meizu-m2-2gb-16gb-4g-lte.json index b554824cedb7..1ad5372d8bfe 100644 --- a/data/smartphone/meizu/2015/m2/meizu-m2-2gb-16gb-4g-lte.json +++ b/data/smartphone/meizu/2015/m2/meizu-m2-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "mediatek-mt6735", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 140.1, + "width_mm": 68.9, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/meizu/2015/mx5/meizu-mx5-3gb-64gb-4g-lte.json b/data/smartphone/meizu/2015/mx5/meizu-mx5-3gb-64gb-4g-lte.json index c9d91267c457..4fce2b66cab6 100644 --- a/data/smartphone/meizu/2015/mx5/meizu-mx5-3gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2015/mx5/meizu-mx5-3gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.0.1" + "os_version": "5.0.1", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 149.9, + "width_mm": 74.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/meizu/2015/pro-5/meizu-pro-5-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2015/pro-5/meizu-pro-5-4gb-64gb-4g-lte.json index de71434f9733..bc9a7b059a22 100644 --- a/data/smartphone/meizu/2015/pro-5/meizu-pro-5-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2015/pro-5/meizu-pro-5-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "exynos-7420-octa", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 78.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/meizu/2016/m3-max/meizu-m3-max-3gb-64gb-4g-lte.json b/data/smartphone/meizu/2016/m3-max/meizu-m3-max-3gb-64gb-4g-lte.json index 31bf85aabe30..89eb12c87171 100644 --- a/data/smartphone/meizu/2016/m3-max/meizu-m3-max-3gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2016/m3-max/meizu-m3-max-3gb-64gb-4g-lte.json @@ -109,5 +109,11 @@ 64 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 163.4, + "width_mm": 81.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/meizu/2016/m3-note/meizu-m3-note-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/m3-note/meizu-m3-note-3gb-32gb-4g-lte.json index 0bbaa38e5dce..e894eca8cb13 100644 --- a/data/smartphone/meizu/2016/m3-note/meizu-m3-note-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/m3-note/meizu-m3-note-3gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.5, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/meizu/2016/m3/meizu-m3-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/m3/meizu-m3-3gb-32gb-4g-lte.json index 3a6f58606b28..e426773cc4fc 100644 --- a/data/smartphone/meizu/2016/m3/meizu-m3-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/m3/meizu-m3-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 141.5, + "width_mm": 69.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/meizu/2016/m3e/meizu-m3e-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/m3e/meizu-m3e-3gb-32gb-4g-lte.json index a51b3d438602..135c4aff443b 100644 --- a/data/smartphone/meizu/2016/m3e/meizu-m3e-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/m3e/meizu-m3e-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/meizu/2016/m3s/meizu-m3s-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/m3s/meizu-m3s-3gb-32gb-4g-lte.json index 484516f623ba..13752b188b97 100644 --- a/data/smartphone/meizu/2016/m3s/meizu-m3s-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/m3s/meizu-m3s-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 141.9, + "width_mm": 69.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/meizu/2016/m3x/meizu-m3x-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2016/m3x/meizu-m3x-4gb-64gb-4g-lte.json index 2daa400a6089..1e533b51fffb 100644 --- a/data/smartphone/meizu/2016/m3x/meizu-m3x-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2016/m3x/meizu-m3x-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6757-helio-p20", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 153.8, + "width_mm": 76.0, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/meizu/2016/m5-note/meizu-m5-note-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2016/m5-note/meizu-m5-note-4gb-64gb-4g-lte.json index 13d5bdeb7e0d..9e609138ff79 100644 --- a/data/smartphone/meizu/2016/m5-note/meizu-m5-note-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2016/m5-note/meizu-m5-note-4gb-64gb-4g-lte.json @@ -112,5 +112,11 @@ 64 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/meizu/2016/m5/meizu-m5-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/m5/meizu-m5-3gb-32gb-4g-lte.json index 6fe56d6e8ed3..9676d9f309c9 100644 --- a/data/smartphone/meizu/2016/m5/meizu-m5-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/m5/meizu-m5-3gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 147.3, + "width_mm": 72.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/meizu/2016/mx5e/meizu-mx5e-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/mx5e/meizu-mx5e-3gb-32gb-4g-lte.json index fd474761ff9a..911fd521e1ed 100644 --- a/data/smartphone/meizu/2016/mx5e/meizu-mx5e-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/mx5e/meizu-mx5e-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 149.9, + "width_mm": 74.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/meizu/2016/mx6/meizu-mx6-4gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/mx6/meizu-mx6-4gb-32gb-4g-lte.json index 8b943622a071..76c8ddd366cf 100644 --- a/data/smartphone/meizu/2016/mx6/meizu-mx6-4gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/mx6/meizu-mx6-4gb-32gb-4g-lte.json @@ -113,5 +113,11 @@ 32 ], "soc": "mediatek-mt6797-helio-x20", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2016/pro-6-plus/meizu-pro-6-plus-4gb-128gb-4g-lte.json b/data/smartphone/meizu/2016/pro-6-plus/meizu-pro-6-plus-4gb-128gb-4g-lte.json index e80eddb4907b..3d2a1c2d63df 100644 --- a/data/smartphone/meizu/2016/pro-6-plus/meizu-pro-6-plus-4gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2016/pro-6-plus/meizu-pro-6-plus-4gb-128gb-4g-lte.json @@ -112,5 +112,11 @@ 128 ], "soc": "exynos-8890-octa", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 77.3, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2016/pro-6/meizu-pro-6-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2016/pro-6/meizu-pro-6-4gb-64gb-4g-lte.json index b4e49b6e671d..ee482ea345fc 100644 --- a/data/smartphone/meizu/2016/pro-6/meizu-pro-6-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2016/pro-6/meizu-pro-6-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "mediatek-mt6797t-helio-x25", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 147.7, + "width_mm": 70.8, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2016/pro-6s/meizu-pro-6s-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2016/pro-6s/meizu-pro-6s-4gb-64gb-4g-lte.json index 7655c9c78892..3db3518fd544 100644 --- a/data/smartphone/meizu/2016/pro-6s/meizu-pro-6s-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2016/pro-6s/meizu-pro-6s-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6797t-helio-x25", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 147.7, + "width_mm": 70.8, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2016/u10/meizu-u10-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/u10/meizu-u10-3gb-32gb-4g-lte.json index 22facd8588e1..73152346a902 100644 --- a/data/smartphone/meizu/2016/u10/meizu-u10-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/u10/meizu-u10-3gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 16, 32 ], - "soc": "mediatek-mt6750" + "soc": "mediatek-mt6750", + "dimensions": { + "height_mm": 141.9, + "width_mm": 69.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/meizu/2016/u20/meizu-u20-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2016/u20/meizu-u20-3gb-32gb-4g-lte.json index 0ef178c005b5..faf54fdcc473 100644 --- a/data/smartphone/meizu/2016/u20/meizu-u20-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2016/u20/meizu-u20-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.4, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/meizu/2017/e2/meizu-e2-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2017/e2/meizu-e2-4gb-64gb-4g-lte.json index 0c8109ec51cb..5d762abb1688 100644 --- a/data/smartphone/meizu/2017/e2/meizu-e2-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2017/e2/meizu-e2-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6757-helio-p20", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 153.7, + "width_mm": 75.7, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/meizu/2017/m5c/meizu-m5c-2gb-16gb-4g-lte.json b/data/smartphone/meizu/2017/m5c/meizu-m5c-2gb-16gb-4g-lte.json index e5443a5475d0..a844fb378a18 100644 --- a/data/smartphone/meizu/2017/m5c/meizu-m5c-2gb-16gb-4g-lte.json +++ b/data/smartphone/meizu/2017/m5c/meizu-m5c-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 144.0, + "width_mm": 70.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/meizu/2017/m5s/meizu-m5s-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2017/m5s/meizu-m5s-3gb-32gb-4g-lte.json index 9f8a83e90069..bf64df1f751a 100644 --- a/data/smartphone/meizu/2017/m5s/meizu-m5s-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2017/m5s/meizu-m5s-3gb-32gb-4g-lte.json @@ -111,5 +111,11 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.5, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/meizu/2017/m6-note/meizu-m6-note-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2017/m6-note/meizu-m6-note-4gb-64gb-4g-lte.json index 46043c585c98..ee1a282a849a 100644 --- a/data/smartphone/meizu/2017/m6-note/meizu-m6-note-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2017/m6-note/meizu-m6-note-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 154.6, + "width_mm": 75.2, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/meizu/2017/m6/meizu-m6-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2017/m6/meizu-m6-3gb-32gb-4g-lte.json index 4e6d63cef082..ff92743b111d 100644 --- a/data/smartphone/meizu/2017/m6/meizu-m6-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2017/m6/meizu-m6-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/meizu/2017/pro-7-plus/meizu-pro-7-plus-6gb-128gb-4g-lte.json b/data/smartphone/meizu/2017/pro-7-plus/meizu-pro-7-plus-6gb-128gb-4g-lte.json index 769df9e20c2c..0a9f75e17bad 100644 --- a/data/smartphone/meizu/2017/pro-7-plus/meizu-pro-7-plus-6gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2017/pro-7-plus/meizu-pro-7-plus-6gb-128gb-4g-lte.json @@ -112,5 +112,11 @@ 128 ], "soc": "mediatek-mt6799-helio-x30", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 157.3, + "width_mm": 77.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2018/15-lite/meizu-15-lite-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2018/15-lite/meizu-15-lite-4gb-64gb-4g-lte.json index 87b160aff4e3..fe09e3d3136d 100644 --- a/data/smartphone/meizu/2018/15-lite/meizu-15-lite-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2018/15-lite/meizu-15-lite-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-msm8953-pro-snapdragon-626", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 143.6, + "width_mm": 72.4, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/meizu/2018/15-plus/meizu-15-plus-6gb-128gb-4g-lte.json b/data/smartphone/meizu/2018/15-plus/meizu-15-plus-6gb-128gb-4g-lte.json index f89c9fa88955..36ec278e891d 100644 --- a/data/smartphone/meizu/2018/15-plus/meizu-15-plus-6gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2018/15-plus/meizu-15-plus-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "exynos-8895", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 153.8, + "width_mm": 78.3, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2018/15/meizu-15-4gb-128gb-4g-lte.json b/data/smartphone/meizu/2018/15/meizu-15-4gb-128gb-4g-lte.json index 9d6a0e9b2a64..484506e08a0a 100644 --- a/data/smartphone/meizu/2018/15/meizu-15-4gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2018/15/meizu-15-4gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 143.0, + "width_mm": 72.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2018/16-plus/meizu-16-plus-8gb-256gb-4g-lte.json b/data/smartphone/meizu/2018/16-plus/meizu-16-plus-8gb-256gb-4g-lte.json index 37e89cfb4a16..155568717265 100644 --- a/data/smartphone/meizu/2018/16-plus/meizu-16-plus-8gb-256gb-4g-lte.json +++ b/data/smartphone/meizu/2018/16-plus/meizu-16-plus-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 160.4, + "width_mm": 78.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2018/16/meizu-16-8gb-128gb-4g-lte.json b/data/smartphone/meizu/2018/16/meizu-16-8gb-128gb-4g-lte.json index b7b7fe5365cf..5177c5dac99d 100644 --- a/data/smartphone/meizu/2018/16/meizu-16-8gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2018/16/meizu-16-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 150.5, + "width_mm": 73.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/meizu/2018/16x/meizu-16x-6gb-128gb-4g-lte.json b/data/smartphone/meizu/2018/16x/meizu-16x-6gb-128gb-4g-lte.json index 83d9057194f0..31af7ba45f39 100644 --- a/data/smartphone/meizu/2018/16x/meizu-16x-6gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2018/16x/meizu-16x-6gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 151.0, + "width_mm": 73.5, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/meizu/2018/c9-pro/meizu-c9-pro-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2018/c9-pro/meizu-c9-pro-3gb-32gb-4g-lte.json index 560800685ef0..ce1e1762c9b9 100644 --- a/data/smartphone/meizu/2018/c9-pro/meizu-c9-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2018/c9-pro/meizu-c9-pro-3gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "unisoc-sc9832e", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 146.2, + "width_mm": 71.2, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/meizu/2018/c9/meizu-c9-2gb-16gb-4g-lte.json b/data/smartphone/meizu/2018/c9/meizu-c9-2gb-16gb-4g-lte.json index c1d903738c23..4b5673a15381 100644 --- a/data/smartphone/meizu/2018/c9/meizu-c9-2gb-16gb-4g-lte.json +++ b/data/smartphone/meizu/2018/c9/meizu-c9-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "unisoc-sc9832e", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 146.2, + "width_mm": 71.2, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/meizu/2018/e3/meizu-e3-6gb-128gb-4g-lte.json b/data/smartphone/meizu/2018/e3/meizu-e3-6gb-128gb-4g-lte.json index dec890b49cc4..6095fbe35c9d 100644 --- a/data/smartphone/meizu/2018/e3/meizu-e3-6gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2018/e3/meizu-e3-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 156.8, + "width_mm": 75.0, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/meizu/2018/m6s/meizu-m6s-3gb-64gb-4g-lte.json b/data/smartphone/meizu/2018/m6s/meizu-m6s-3gb-64gb-4g-lte.json index 8ed3e434a5ef..3f638cce2769 100644 --- a/data/smartphone/meizu/2018/m6s/meizu-m6s-3gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2018/m6s/meizu-m6s-3gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "exynos-7872", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.0, + "width_mm": 72.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/meizu/2018/m6t/meizu-m6t-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2018/m6t/meizu-m6t-4gb-64gb-4g-lte.json index a5e1845c3133..b8e1dd3d7e9f 100644 --- a/data/smartphone/meizu/2018/m6t/meizu-m6t-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2018/m6t/meizu-m6t-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6750", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 152.3, + "width_mm": 73.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/meizu/2018/m8c/meizu-m8c-2gb-32gb-4g-lte.json b/data/smartphone/meizu/2018/m8c/meizu-m8c-2gb-32gb-4g-lte.json index 37f51dd24bf1..5088a23bfcba 100644 --- a/data/smartphone/meizu/2018/m8c/meizu-m8c-2gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2018/m8c/meizu-m8c-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/meizu/2018/note-8/meizu-note-8-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2018/note-8/meizu-note-8-4gb-64gb-4g-lte.json index 0312627dd630..7484bf20daea 100644 --- a/data/smartphone/meizu/2018/note-8/meizu-note-8-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2018/note-8/meizu-note-8-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/meizu/2018/v8-pro/meizu-v8-pro-4gb-64gb-4g-lte.json b/data/smartphone/meizu/2018/v8-pro/meizu-v8-pro-4gb-64gb-4g-lte.json index bbaaf9186eb8..d776edefa222 100644 --- a/data/smartphone/meizu/2018/v8-pro/meizu-v8-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/meizu/2018/v8-pro/meizu-v8-pro-4gb-64gb-4g-lte.json @@ -100,5 +100,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 147.5, + "width_mm": 72.7, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/meizu/2018/v8/meizu-v8-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2018/v8/meizu-v8-3gb-32gb-4g-lte.json index 3aa739e97c58..55e8800f4109 100644 --- a/data/smartphone/meizu/2018/v8/meizu-v8-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2018/v8/meizu-v8-3gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt6739", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 148.0, + "width_mm": 73.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/meizu/2018/x8/meizu-x8-6gb-128gb-4g-lte.json b/data/smartphone/meizu/2018/x8/meizu-x8-6gb-128gb-4g-lte.json index da20704ce8c6..b4ccbb49a995 100644 --- a/data/smartphone/meizu/2018/x8/meizu-x8-6gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2018/x8/meizu-x8-6gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 151.2, + "width_mm": 74.6, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/meizu/2019/16s-pro/meizu-16s-pro-8gb-256gb-4g-lte.json b/data/smartphone/meizu/2019/16s-pro/meizu-16s-pro-8gb-256gb-4g-lte.json index 5751a78b378d..afb782d79ed2 100644 --- a/data/smartphone/meizu/2019/16s-pro/meizu-16s-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/meizu/2019/16s-pro/meizu-16s-pro-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 151.9, + "width_mm": 73.4, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/meizu/2019/16s/meizu-16s-8gb-256gb-4g-lte.json b/data/smartphone/meizu/2019/16s/meizu-16s-8gb-256gb-4g-lte.json index 5d93d46340e0..22eeb1c86b28 100644 --- a/data/smartphone/meizu/2019/16s/meizu-16s-8gb-256gb-4g-lte.json +++ b/data/smartphone/meizu/2019/16s/meizu-16s-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 151.9, + "width_mm": 73.4, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/meizu/2019/16t/meizu-16t-8gb-256gb-4g-lte.json b/data/smartphone/meizu/2019/16t/meizu-16t-8gb-256gb-4g-lte.json index 32c9c996b7cb..7ce950d4fd4c 100644 --- a/data/smartphone/meizu/2019/16t/meizu-16t-8gb-256gb-4g-lte.json +++ b/data/smartphone/meizu/2019/16t/meizu-16t-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.6, + "width_mm": 78.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/meizu/2019/16xs/meizu-16xs-6gb-128gb-4g-lte.json b/data/smartphone/meizu/2019/16xs/meizu-16xs-6gb-128gb-4g-lte.json index b8c4d9c6c14f..99086d49187a 100644 --- a/data/smartphone/meizu/2019/16xs/meizu-16xs-6gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2019/16xs/meizu-16xs-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 152.0, + "width_mm": 74.4, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/meizu/2019/m10/meizu-m10-3gb-32gb-4g-lte.json b/data/smartphone/meizu/2019/m10/meizu-m10-3gb-32gb-4g-lte.json index 08f4491a4a96..3c8450a3c8ca 100644 --- a/data/smartphone/meizu/2019/m10/meizu-m10-3gb-32gb-4g-lte.json +++ b/data/smartphone/meizu/2019/m10/meizu-m10-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6757t-helio-p25", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.3, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/meizu/2019/note-9/meizu-note-9-6gb-128gb-4g-lte.json b/data/smartphone/meizu/2019/note-9/meizu-note-9-6gb-128gb-4g-lte.json index d6d5637ed1a0..22a793ddc99f 100644 --- a/data/smartphone/meizu/2019/note-9/meizu-note-9-6gb-128gb-4g-lte.json +++ b/data/smartphone/meizu/2019/note-9/meizu-note-9-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.1, + "width_mm": 74.4, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/micromax/2013/a110q-canvas-2-plus/micromax-a110q-canvas-2-plus-1gb-4gb-3g.json b/data/smartphone/micromax/2013/a110q-canvas-2-plus/micromax-a110q-canvas-2-plus-1gb-4gb-3g.json index 96c5dc5abceb..4b2a6848706e 100644 --- a/data/smartphone/micromax/2013/a110q-canvas-2-plus/micromax-a110q-canvas-2-plus-1gb-4gb-3g.json +++ b/data/smartphone/micromax/2013/a110q-canvas-2-plus/micromax-a110q-canvas-2-plus-1gb-4gb-3g.json @@ -103,5 +103,10 @@ 4 ], "soc": "mediatek-mt6589m", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 147.0, + "width_mm": 76.5, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/micromax/2013/a114-canvas-2-2/micromax-a114-canvas-2-2-1gb-4gb-3g.json b/data/smartphone/micromax/2013/a114-canvas-2-2/micromax-a114-canvas-2-2-1gb-4gb-3g.json index 15df6bc86d0b..ae048965cc93 100644 --- a/data/smartphone/micromax/2013/a114-canvas-2-2/micromax-a114-canvas-2-2-1gb-4gb-3g.json +++ b/data/smartphone/micromax/2013/a114-canvas-2-2/micromax-a114-canvas-2-2-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "mediatek-mt6582m", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 145.0, + "width_mm": 73.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/micromax/2013/a240-canvas-doodle-2/micromax-a240-canvas-doodle-2-1gb-16gb-3g.json b/data/smartphone/micromax/2013/a240-canvas-doodle-2/micromax-a240-canvas-doodle-2-1gb-16gb-3g.json index 1c3b968ab609..0464cceae0b2 100644 --- a/data/smartphone/micromax/2013/a240-canvas-doodle-2/micromax-a240-canvas-doodle-2-1gb-16gb-3g.json +++ b/data/smartphone/micromax/2013/a240-canvas-doodle-2/micromax-a240-canvas-doodle-2-1gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6589", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 161.0, + "width_mm": 82.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/micromax/2014/a092-unite/micromax-a092-unite-1gb-8gb-3g.json b/data/smartphone/micromax/2014/a092-unite/micromax-a092-unite-1gb-8gb-3g.json index 25d0a28a4afe..f95fc0f0f123 100644 --- a/data/smartphone/micromax/2014/a092-unite/micromax-a092-unite-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2014/a092-unite/micromax-a092-unite-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8212-snapdragon-200", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 118.9, + "width_mm": 58.6, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/micromax/2014/a102-canvas-doodle-3/micromax-a102-canvas-doodle-3-1gb-8gb-3g.json b/data/smartphone/micromax/2014/a102-canvas-doodle-3/micromax-a102-canvas-doodle-3-1gb-8gb-3g.json index d24e79e67568..c06a67229279 100644 --- a/data/smartphone/micromax/2014/a102-canvas-doodle-3/micromax-a102-canvas-doodle-3-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2014/a102-canvas-doodle-3/micromax-a102-canvas-doodle-3-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6572", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 166.4, + "width_mm": 84.5, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/micromax/2014/a106-unite-2/micromax-a106-unite-2-1gb-8gb-3g.json b/data/smartphone/micromax/2014/a106-unite-2/micromax-a106-unite-2-1gb-8gb-3g.json index 41c324d9638e..3bd6eb720919 100644 --- a/data/smartphone/micromax/2014/a106-unite-2/micromax-a106-unite-2-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2014/a106-unite-2/micromax-a106-unite-2-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 138.9, + "width_mm": 71.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/micromax/2014/a190-canvas-hd-plus/micromax-a190-canvas-hd-plus-1gb-8gb-3g.json b/data/smartphone/micromax/2014/a190-canvas-hd-plus/micromax-a190-canvas-hd-plus-1gb-8gb-3g.json index f63ab679ed44..f3cdbb203c99 100644 --- a/data/smartphone/micromax/2014/a190-canvas-hd-plus/micromax-a190-canvas-hd-plus-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2014/a190-canvas-hd-plus/micromax-a190-canvas-hd-plus-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6591", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/micromax/2014/a290-canvas-knight-cameo/micromax-a290-canvas-knight-cameo-1gb-8gb-3g.json b/data/smartphone/micromax/2014/a290-canvas-knight-cameo/micromax-a290-canvas-knight-cameo-1gb-8gb-3g.json index e27bfa779f52..14a8ab3797ff 100644 --- a/data/smartphone/micromax/2014/a290-canvas-knight-cameo/micromax-a290-canvas-knight-cameo-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2014/a290-canvas-knight-cameo/micromax-a290-canvas-knight-cameo-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6592m", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 137.0, + "width_mm": 68.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/micromax/2014/a350-canvas-knight/micromax-a350-canvas-knight-2gb-32gb-3g.json b/data/smartphone/micromax/2014/a350-canvas-knight/micromax-a350-canvas-knight-2gb-32gb-3g.json index b25ad701c961..b0c60a7fa74c 100644 --- a/data/smartphone/micromax/2014/a350-canvas-knight/micromax-a350-canvas-knight-2gb-32gb-3g.json +++ b/data/smartphone/micromax/2014/a350-canvas-knight/micromax-a350-canvas-knight-2gb-32gb-3g.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6592t", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 145.0, + "width_mm": 72.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/micromax/2014/a99-canvas-xpress/micromax-a99-canvas-xpress-1gb-8gb-3g.json b/data/smartphone/micromax/2014/a99-canvas-xpress/micromax-a99-canvas-xpress-1gb-8gb-3g.json index 970e9fcb6ac4..c5a659fbb9d0 100644 --- a/data/smartphone/micromax/2014/a99-canvas-xpress/micromax-a99-canvas-xpress-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2014/a99-canvas-xpress/micromax-a99-canvas-xpress-1gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6582v-x", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 132.4, + "width_mm": 64.5, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/micromax/2014/canvas-selfie-a255/micromax-canvas-selfie-a255-2gb-16gb-3g.json b/data/smartphone/micromax/2014/canvas-selfie-a255/micromax-canvas-selfie-a255-2gb-16gb-3g.json index c34da835b832..77a99047e37e 100644 --- a/data/smartphone/micromax/2014/canvas-selfie-a255/micromax-canvas-selfie-a255-2gb-16gb-3g.json +++ b/data/smartphone/micromax/2014/canvas-selfie-a255/micromax-canvas-selfie-a255-2gb-16gb-3g.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6592", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 146.3, + "width_mm": 67.3, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/micromax/2014/canvas-turbo-mini/micromax-canvas-turbo-mini-1gb-4gb-3g.json b/data/smartphone/micromax/2014/canvas-turbo-mini/micromax-canvas-turbo-mini-1gb-4gb-3g.json index 1a9a00417afb..7ed798a7805d 100644 --- a/data/smartphone/micromax/2014/canvas-turbo-mini/micromax-canvas-turbo-mini-1gb-4gb-3g.json +++ b/data/smartphone/micromax/2014/canvas-turbo-mini/micromax-canvas-turbo-mini-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "mediatek-mt6582", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 137.5, + "width_mm": 67.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/micromax/2015/canvas-5-e481/micromax-canvas-5-e481-3gb-16gb-4g-lte.json b/data/smartphone/micromax/2015/canvas-5-e481/micromax-canvas-5-e481-3gb-16gb-4g-lte.json index efbf56d819a4..8860d9f76e03 100644 --- a/data/smartphone/micromax/2015/canvas-5-e481/micromax-canvas-5-e481-3gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2015/canvas-5-e481/micromax-canvas-5-e481-3gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 148.0, + "width_mm": 73.6, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/micromax/2015/canvas-a1-aq4502/micromax-canvas-a1-aq4502-1gb-8gb-3g.json b/data/smartphone/micromax/2015/canvas-a1-aq4502/micromax-canvas-a1-aq4502-1gb-8gb-3g.json index a82ebee47d95..a5675f539739 100644 --- a/data/smartphone/micromax/2015/canvas-a1-aq4502/micromax-canvas-a1-aq4502-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2015/canvas-a1-aq4502/micromax-canvas-a1-aq4502-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 132.0, + "width_mm": 67.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/micromax/2015/canvas-blaze-4g-q414/micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte.json b/data/smartphone/micromax/2015/canvas-blaze-4g-q414/micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte.json index 44e5c661c5dc..9042ebe06698 100644 --- a/data/smartphone/micromax/2015/canvas-blaze-4g-q414/micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte.json +++ b/data/smartphone/micromax/2015/canvas-blaze-4g-q414/micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "mediatek-mt6735m", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 131.0, + "width_mm": 65.5, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/micromax/2015/canvas-fire-4-a107/micromax-canvas-fire-4-a107-1gb-8gb-3g.json b/data/smartphone/micromax/2015/canvas-fire-4-a107/micromax-canvas-fire-4-a107-1gb-8gb-3g.json index 0358fe116b55..4cd6cdbad23f 100644 --- a/data/smartphone/micromax/2015/canvas-fire-4-a107/micromax-canvas-fire-4-a107-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2015/canvas-fire-4-a107/micromax-canvas-fire-4-a107-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6582m", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 136.0, + "width_mm": 67.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/micromax/2015/canvas-juice-2-aq5001/micromax-canvas-juice-2-aq5001-2gb-8gb-3g.json b/data/smartphone/micromax/2015/canvas-juice-2-aq5001/micromax-canvas-juice-2-aq5001-2gb-8gb-3g.json index 1c74ca52eb6a..8fbc6fe35f57 100644 --- a/data/smartphone/micromax/2015/canvas-juice-2-aq5001/micromax-canvas-juice-2-aq5001-2gb-8gb-3g.json +++ b/data/smartphone/micromax/2015/canvas-juice-2-aq5001/micromax-canvas-juice-2-aq5001-2gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "mediatek-mt6582m", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 144.0, + "width_mm": 72.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/micromax/2015/canvas-juice-3-q392/micromax-canvas-juice-3-q392-2gb-8gb-3g.json b/data/smartphone/micromax/2015/canvas-juice-3-q392/micromax-canvas-juice-3-q392-2gb-8gb-3g.json index 9db1f3142b7a..04caec016bb6 100644 --- a/data/smartphone/micromax/2015/canvas-juice-3-q392/micromax-canvas-juice-3-q392-2gb-8gb-3g.json +++ b/data/smartphone/micromax/2015/canvas-juice-3-q392/micromax-canvas-juice-3-q392-2gb-8gb-3g.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6580", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/micromax/2015/canvas-mega-4g-q417/micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte.json b/data/smartphone/micromax/2015/canvas-mega-4g-q417/micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte.json index 5c695fd17f2c..0bee989a7dbe 100644 --- a/data/smartphone/micromax/2015/canvas-mega-4g-q417/micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2015/canvas-mega-4g-q417/micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6735", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 146.5, + "width_mm": 74.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/micromax/2015/canvas-nitro-2-e311/micromax-canvas-nitro-2-e311-2gb-16gb-3g.json b/data/smartphone/micromax/2015/canvas-nitro-2-e311/micromax-canvas-nitro-2-e311-2gb-16gb-3g.json index 15d283f7093f..b4258a432e85 100644 --- a/data/smartphone/micromax/2015/canvas-nitro-2-e311/micromax-canvas-nitro-2-e311-2gb-16gb-3g.json +++ b/data/smartphone/micromax/2015/canvas-nitro-2-e311/micromax-canvas-nitro-2-e311-2gb-16gb-3g.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6592", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/micromax/2015/canvas-nitro-4g-e455/micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte.json b/data/smartphone/micromax/2015/canvas-nitro-4g-e455/micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte.json index 227c170037f7..b7f84aa427fa 100644 --- a/data/smartphone/micromax/2015/canvas-nitro-4g-e455/micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2015/canvas-nitro-4g-e455/micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8929-snapdragon-415", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 140.5, + "width_mm": 69.8, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/micromax/2015/canvas-selfie-2-q340/micromax-canvas-selfie-2-q340-1gb-8gb-3g.json b/data/smartphone/micromax/2015/canvas-selfie-2-q340/micromax-canvas-selfie-2-q340-1gb-8gb-3g.json index 76e54ac84b84..8d88f741f273 100644 --- a/data/smartphone/micromax/2015/canvas-selfie-2-q340/micromax-canvas-selfie-2-q340-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2015/canvas-selfie-2-q340/micromax-canvas-selfie-2-q340-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6582m", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.8, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/micromax/2015/canvas-selfie-3-q348/micromax-canvas-selfie-3-q348-1gb-8gb-3g.json b/data/smartphone/micromax/2015/canvas-selfie-3-q348/micromax-canvas-selfie-3-q348-1gb-8gb-3g.json index b0326e30cbe3..a11af39519dd 100644 --- a/data/smartphone/micromax/2015/canvas-selfie-3-q348/micromax-canvas-selfie-3-q348-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2015/canvas-selfie-3-q348/micromax-canvas-selfie-3-q348-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 141.0, + "width_mm": 68.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/micromax/2015/canvas-selfie-lens-q345/micromax-canvas-selfie-lens-q345-1gb-8gb-3g.json b/data/smartphone/micromax/2015/canvas-selfie-lens-q345/micromax-canvas-selfie-lens-q345-1gb-8gb-3g.json index b946b081c885..50d342f5248b 100644 --- a/data/smartphone/micromax/2015/canvas-selfie-lens-q345/micromax-canvas-selfie-lens-q345-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2015/canvas-selfie-lens-q345/micromax-canvas-selfie-lens-q345-1gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/micromax/2015/canvas-xpress-4g-q413/micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte.json b/data/smartphone/micromax/2015/canvas-xpress-4g-q413/micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte.json index 630c1596b482..735fced0bb72 100644 --- a/data/smartphone/micromax/2015/canvas-xpress-4g-q413/micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2015/canvas-xpress-4g-q413/micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 142.7, + "width_mm": 72.8, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/micromax/2016/canvas-5-lite-q462/micromax-canvas-5-lite-q462-2gb-16gb-4g-lte.json b/data/smartphone/micromax/2016/canvas-5-lite-q462/micromax-canvas-5-lite-q462-2gb-16gb-4g-lte.json index aaf5068ccb4e..043c3d345652 100644 --- a/data/smartphone/micromax/2016/canvas-5-lite-q462/micromax-canvas-5-lite-q462-2gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2016/canvas-5-lite-q462/micromax-canvas-5-lite-q462-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 144.0, + "width_mm": 73.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/micromax/2016/canvas-6/micromax-canvas-6-3gb-32gb-4g-lte.json b/data/smartphone/micromax/2016/canvas-6/micromax-canvas-6-3gb-32gb-4g-lte.json index 0ea7b246bba4..608f2abfce94 100644 --- a/data/smartphone/micromax/2016/canvas-6/micromax-canvas-6-3gb-32gb-4g-lte.json +++ b/data/smartphone/micromax/2016/canvas-6/micromax-canvas-6-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 150.0, + "width_mm": 77.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/micromax/2016/canvas-spark-3-q385/micromax-canvas-spark-3-q385-1gb-8gb-3g.json b/data/smartphone/micromax/2016/canvas-spark-3-q385/micromax-canvas-spark-3-q385-1gb-8gb-3g.json index 7e554fcbbefe..e4b5de59ef55 100644 --- a/data/smartphone/micromax/2016/canvas-spark-3-q385/micromax-canvas-spark-3-q385-1gb-8gb-3g.json +++ b/data/smartphone/micromax/2016/canvas-spark-3-q385/micromax-canvas-spark-3-q385-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "spreadtrum-sc7731", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 153.8, + "width_mm": 77.5, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/micromax/2016/canvas-unite-4-pro/micromax-canvas-unite-4-pro-2gb-16gb-4g-lte.json b/data/smartphone/micromax/2016/canvas-unite-4-pro/micromax-canvas-unite-4-pro-2gb-16gb-4g-lte.json index 606ed881e656..b1155c55475f 100644 --- a/data/smartphone/micromax/2016/canvas-unite-4-pro/micromax-canvas-unite-4-pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2016/canvas-unite-4-pro/micromax-canvas-unite-4-pro-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "spreadtrum-sc9832", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.8, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/micromax/2016/canvas-xp-4g-q413/micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte.json b/data/smartphone/micromax/2016/canvas-xp-4g-q413/micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte.json index c96b9f79d634..f67ee6599954 100644 --- a/data/smartphone/micromax/2016/canvas-xp-4g-q413/micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2016/canvas-xp-4g-q413/micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 142.7, + "width_mm": 72.8, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/micromax/2016/vdeo-2/micromax-vdeo-2-1gb-8gb-4g-lte.json b/data/smartphone/micromax/2016/vdeo-2/micromax-vdeo-2-1gb-8gb-4g-lte.json index ae8deb3eb6cf..f00fbc474b86 100644 --- a/data/smartphone/micromax/2016/vdeo-2/micromax-vdeo-2-1gb-8gb-4g-lte.json +++ b/data/smartphone/micromax/2016/vdeo-2/micromax-vdeo-2-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "spreadtrum", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 132.0, + "width_mm": 66.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/micromax/2017/bharat-3-q437/micromax-bharat-3-q437-1gb-8gb-4g-lte.json b/data/smartphone/micromax/2017/bharat-3-q437/micromax-bharat-3-q437-1gb-8gb-4g-lte.json index 0ba8f3ab86c8..34b0de335629 100644 --- a/data/smartphone/micromax/2017/bharat-3-q437/micromax-bharat-3-q437-1gb-8gb-4g-lte.json +++ b/data/smartphone/micromax/2017/bharat-3-q437/micromax-bharat-3-q437-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "mediatek-mt6737m", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 136.5, + "width_mm": 67.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/micromax/2017/bharat-4-q440/micromax-bharat-4-q440-3gb-16gb-4g-lte.json b/data/smartphone/micromax/2017/bharat-4-q440/micromax-bharat-4-q440-3gb-16gb-4g-lte.json index 25aaf7f0956a..fa8a18c5a128 100644 --- a/data/smartphone/micromax/2017/bharat-4-q440/micromax-bharat-4-q440-3gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2017/bharat-4-q440/micromax-bharat-4-q440-3gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 144.5, + "width_mm": 73.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/micromax/2017/bharat-5/micromax-bharat-5-1gb-16gb-4g-lte.json b/data/smartphone/micromax/2017/bharat-5/micromax-bharat-5-1gb-16gb-4g-lte.json index 7e19275ad614..3b0618023604 100644 --- a/data/smartphone/micromax/2017/bharat-5/micromax-bharat-5-1gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2017/bharat-5/micromax-bharat-5-1gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.5, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/micromax/2017/canvas-1/micromax-canvas-1-2gb-16gb-4g-lte.json b/data/smartphone/micromax/2017/canvas-1/micromax-canvas-1-2gb-16gb-4g-lte.json index 07687b3e55c0..b22b1a0b0c64 100644 --- a/data/smartphone/micromax/2017/canvas-1/micromax-canvas-1-2gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2017/canvas-1/micromax-canvas-1-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/micromax/2017/canvas-2-q4310/micromax-canvas-2-q4310-3gb-16gb-4g-lte.json b/data/smartphone/micromax/2017/canvas-2-q4310/micromax-canvas-2-q4310-3gb-16gb-4g-lte.json index 6b2d2073cb28..2cb1c1ce6b80 100644 --- a/data/smartphone/micromax/2017/canvas-2-q4310/micromax-canvas-2-q4310-3gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2017/canvas-2-q4310/micromax-canvas-2-q4310-3gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 144.2, + "width_mm": 70.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/micromax/2017/canvas-evok-note-e453/micromax-canvas-evok-note-e453-3gb-32gb-4g-lte.json b/data/smartphone/micromax/2017/canvas-evok-note-e453/micromax-canvas-evok-note-e453-3gb-32gb-4g-lte.json index a725c037787b..9d3772e7eb59 100644 --- a/data/smartphone/micromax/2017/canvas-evok-note-e453/micromax-canvas-evok-note-e453-3gb-32gb-4g-lte.json +++ b/data/smartphone/micromax/2017/canvas-evok-note-e453/micromax-canvas-evok-note-e453-3gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/micromax/2017/canvas-infinity/micromax-canvas-infinity-3gb-32gb-4g-lte.json b/data/smartphone/micromax/2017/canvas-infinity/micromax-canvas-infinity-3gb-32gb-4g-lte.json index 0b4bff26ffff..770dc272eb79 100644 --- a/data/smartphone/micromax/2017/canvas-infinity/micromax-canvas-infinity-3gb-32gb-4g-lte.json +++ b/data/smartphone/micromax/2017/canvas-infinity/micromax-canvas-infinity-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 152.0, + "width_mm": 73.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/micromax/2017/dual-4-e4816/micromax-dual-4-e4816-4gb-64gb-4g-lte.json b/data/smartphone/micromax/2017/dual-4-e4816/micromax-dual-4-e4816-4gb-64gb-4g-lte.json index 1a21791e292d..c9a374a44474 100644 --- a/data/smartphone/micromax/2017/dual-4-e4816/micromax-dual-4-e4816-4gb-64gb-4g-lte.json +++ b/data/smartphone/micromax/2017/dual-4-e4816/micromax-dual-4-e4816-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.5, + "width_mm": 70.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/micromax/2017/dual-5/micromax-dual-5-4gb-128gb-4g-lte.json b/data/smartphone/micromax/2017/dual-5/micromax-dual-5-4gb-128gb-4g-lte.json index 0f6e36a5b376..eca11e2ddb47 100644 --- a/data/smartphone/micromax/2017/dual-5/micromax-dual-5-4gb-128gb-4g-lte.json +++ b/data/smartphone/micromax/2017/dual-5/micromax-dual-5-4gb-128gb-4g-lte.json @@ -105,5 +105,6 @@ 128 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0 } diff --git a/data/smartphone/micromax/2017/selfie-2-note-q4601/micromax-selfie-2-note-q4601-3gb-32gb-4g-lte.json b/data/smartphone/micromax/2017/selfie-2-note-q4601/micromax-selfie-2-note-q4601-3gb-32gb-4g-lte.json index ad5c2659a6c1..aaea73d93a10 100644 --- a/data/smartphone/micromax/2017/selfie-2-note-q4601/micromax-selfie-2-note-q4601-3gb-32gb-4g-lte.json +++ b/data/smartphone/micromax/2017/selfie-2-note-q4601/micromax-selfie-2-note-q4601-3gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 153.5, + "width_mm": 77.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/micromax/2017/selfie-2-q4311/micromax-selfie-2-q4311-3gb-32gb-4g-lte.json b/data/smartphone/micromax/2017/selfie-2-q4311/micromax-selfie-2-q4311-3gb-32gb-4g-lte.json index d4b2d93d363a..240624de4339 100644 --- a/data/smartphone/micromax/2017/selfie-2-q4311/micromax-selfie-2-q4311-3gb-32gb-4g-lte.json +++ b/data/smartphone/micromax/2017/selfie-2-q4311/micromax-selfie-2-q4311-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 144.0, + "width_mm": 72.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/micromax/2017/spark-vdeo-q415/micromax-spark-vdeo-q415-1gb-8gb-4g-lte.json b/data/smartphone/micromax/2017/spark-vdeo-q415/micromax-spark-vdeo-q415-1gb-8gb-4g-lte.json index f829f9ae2665..137eec0a295d 100644 --- a/data/smartphone/micromax/2017/spark-vdeo-q415/micromax-spark-vdeo-q415-1gb-8gb-4g-lte.json +++ b/data/smartphone/micromax/2017/spark-vdeo-q415/micromax-spark-vdeo-q415-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "spreadtrum-sc9832a", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 133.8, + "width_mm": 67.5, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/micromax/2018/bharat-5-plus/micromax-bharat-5-plus-2gb-16gb-4g-lte.json b/data/smartphone/micromax/2018/bharat-5-plus/micromax-bharat-5-plus-2gb-16gb-4g-lte.json index 18b9f91000d5..b549dd8605a8 100644 --- a/data/smartphone/micromax/2018/bharat-5-plus/micromax-bharat-5-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/micromax/2018/bharat-5-plus/micromax-bharat-5-plus-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.5, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/micromax/2018/bharat-5-pro/micromax-bharat-5-pro-3gb-32gb-4g-lte.json b/data/smartphone/micromax/2018/bharat-5-pro/micromax-bharat-5-pro-3gb-32gb-4g-lte.json index f5012853df7e..a4b05bd5df27 100644 --- a/data/smartphone/micromax/2018/bharat-5-pro/micromax-bharat-5-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/micromax/2018/bharat-5-pro/micromax-bharat-5-pro-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.5, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/micromax/2018/bharat-go/micromax-bharat-go-1gb-8gb-4g-lte.json b/data/smartphone/micromax/2018/bharat-go/micromax-bharat-go-1gb-8gb-4g-lte.json index 20ae30f3bfef..f02f7d19c4a5 100644 --- a/data/smartphone/micromax/2018/bharat-go/micromax-bharat-go-1gb-8gb-4g-lte.json +++ b/data/smartphone/micromax/2018/bharat-go/micromax-bharat-go-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6737", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 136.5, + "width_mm": 67.0, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/micromax/2018/infinity-n11/micromax-infinity-n11-2gb-32gb-4g-lte.json b/data/smartphone/micromax/2018/infinity-n11/micromax-infinity-n11-2gb-32gb-4g-lte.json index f4ea70c6f6b4..3fa7832af8fb 100644 --- a/data/smartphone/micromax/2018/infinity-n11/micromax-infinity-n11-2gb-32gb-4g-lte.json +++ b/data/smartphone/micromax/2018/infinity-n11/micromax-infinity-n11-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762v-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 76.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/micromax/2018/infinity-n12/micromax-infinity-n12-3gb-32gb-4g-lte.json b/data/smartphone/micromax/2018/infinity-n12/micromax-infinity-n12-3gb-32gb-4g-lte.json index a41681a56963..1ca81e806b4d 100644 --- a/data/smartphone/micromax/2018/infinity-n12/micromax-infinity-n12-3gb-32gb-4g-lte.json +++ b/data/smartphone/micromax/2018/infinity-n12/micromax-infinity-n12-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762v-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 76.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/microsoft/2014/lumia-535/microsoft-lumia-535-1gb-8gb-3g.json b/data/smartphone/microsoft/2014/lumia-535/microsoft-lumia-535-1gb-8gb-3g.json index d908c665cb09..8b07f3ac5c91 100644 --- a/data/smartphone/microsoft/2014/lumia-535/microsoft-lumia-535-1gb-8gb-3g.json +++ b/data/smartphone/microsoft/2014/lumia-535/microsoft-lumia-535-1gb-8gb-3g.json @@ -106,5 +106,10 @@ 8 ], "soc": "qualcomm-snapdragon-200", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 140.2, + "width_mm": 72.4, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/microsoft/2015/lumia-435-dual-sim/microsoft-lumia-435-dual-sim-1gb-8gb-3g.json b/data/smartphone/microsoft/2015/lumia-435-dual-sim/microsoft-lumia-435-dual-sim-1gb-8gb-3g.json index fe3332523ebb..e20433e4ce5f 100644 --- a/data/smartphone/microsoft/2015/lumia-435-dual-sim/microsoft-lumia-435-dual-sim-1gb-8gb-3g.json +++ b/data/smartphone/microsoft/2015/lumia-435-dual-sim/microsoft-lumia-435-dual-sim-1gb-8gb-3g.json @@ -107,5 +107,10 @@ 8 ], "soc": "qualcomm-msm8210-snapdragon-200", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 118.1, + "width_mm": 64.7, + "depth_mm": 11.7 + } } diff --git a/data/smartphone/microsoft/2015/lumia-532/microsoft-lumia-532-1gb-8gb-3g.json b/data/smartphone/microsoft/2015/lumia-532/microsoft-lumia-532-1gb-8gb-3g.json index a616ba4e4939..8bb6044d9286 100644 --- a/data/smartphone/microsoft/2015/lumia-532/microsoft-lumia-532-1gb-8gb-3g.json +++ b/data/smartphone/microsoft/2015/lumia-532/microsoft-lumia-532-1gb-8gb-3g.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-msm8212-snapdragon-200", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 118.9, + "width_mm": 65.5, + "depth_mm": 11.6 + } } diff --git a/data/smartphone/microsoft/2015/lumia-640-dual-sim/microsoft-lumia-640-dual-sim-1gb-8gb-3g.json b/data/smartphone/microsoft/2015/lumia-640-dual-sim/microsoft-lumia-640-dual-sim-1gb-8gb-3g.json index ecb0273654b9..f74c6c96534b 100644 --- a/data/smartphone/microsoft/2015/lumia-640-dual-sim/microsoft-lumia-640-dual-sim-1gb-8gb-3g.json +++ b/data/smartphone/microsoft/2015/lumia-640-dual-sim/microsoft-lumia-640-dual-sim-1gb-8gb-3g.json @@ -109,5 +109,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 141.3, + "width_mm": 72.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/microsoft/2015/lumia-640-lte-dual-sim/microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte.json b/data/smartphone/microsoft/2015/lumia-640-lte-dual-sim/microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte.json index 08fe33c09b59..e4888382c59f 100644 --- a/data/smartphone/microsoft/2015/lumia-640-lte-dual-sim/microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte.json +++ b/data/smartphone/microsoft/2015/lumia-640-lte-dual-sim/microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte.json @@ -110,5 +110,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 141.3, + "width_mm": 72.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/microsoft/2015/lumia-640-lte/microsoft-lumia-640-lte-1gb-8gb-4g-lte.json b/data/smartphone/microsoft/2015/lumia-640-lte/microsoft-lumia-640-lte-1gb-8gb-4g-lte.json index 0176568547de..0f0062f8595d 100644 --- a/data/smartphone/microsoft/2015/lumia-640-lte/microsoft-lumia-640-lte-1gb-8gb-4g-lte.json +++ b/data/smartphone/microsoft/2015/lumia-640-lte/microsoft-lumia-640-lte-1gb-8gb-4g-lte.json @@ -111,5 +111,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 141.3, + "width_mm": 72.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/microsoft/2015/lumia-640-xl-lte-dual-sim/microsoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte.json b/data/smartphone/microsoft/2015/lumia-640-xl-lte-dual-sim/microsoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte.json index 90e9a28894b2..19ac714dc2e1 100644 --- a/data/smartphone/microsoft/2015/lumia-640-xl-lte-dual-sim/microsoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte.json +++ b/data/smartphone/microsoft/2015/lumia-640-xl-lte-dual-sim/microsoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte.json @@ -110,5 +110,10 @@ 8 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 157.9, + "width_mm": 81.5, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/microsoft/2015/lumia-640-xl-lte/microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte.json b/data/smartphone/microsoft/2015/lumia-640-xl-lte/microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte.json index f4d4d3e0cb0d..dc1e27538eb6 100644 --- a/data/smartphone/microsoft/2015/lumia-640-xl-lte/microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte.json +++ b/data/smartphone/microsoft/2015/lumia-640-xl-lte/microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte.json @@ -110,5 +110,10 @@ 8 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 157.9, + "width_mm": 81.5, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/microsoft/2015/lumia-640-xl/microsoft-lumia-640-xl-1gb-8gb-3g.json b/data/smartphone/microsoft/2015/lumia-640-xl/microsoft-lumia-640-xl-1gb-8gb-3g.json index f60d1d03406b..5b96409dd360 100644 --- a/data/smartphone/microsoft/2015/lumia-640-xl/microsoft-lumia-640-xl-1gb-8gb-3g.json +++ b/data/smartphone/microsoft/2015/lumia-640-xl/microsoft-lumia-640-xl-1gb-8gb-3g.json @@ -108,5 +108,10 @@ 8 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 157.9, + "width_mm": 81.5, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/microsoft/2015/lumia-950-dual-sim/microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte.json b/data/smartphone/microsoft/2015/lumia-950-dual-sim/microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte.json index 7f0fb48ea7e5..c31ece756339 100644 --- a/data/smartphone/microsoft/2015/lumia-950-dual-sim/microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte.json +++ b/data/smartphone/microsoft/2015/lumia-950-dual-sim/microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.0, + "width_mm": 73.2, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/microsoft/2015/lumia-950-xl-dual-sim/microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte.json b/data/smartphone/microsoft/2015/lumia-950-xl-dual-sim/microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte.json index 088423560dc9..1036647449b8 100644 --- a/data/smartphone/microsoft/2015/lumia-950-xl-dual-sim/microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte.json +++ b/data/smartphone/microsoft/2015/lumia-950-xl-dual-sim/microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte.json @@ -113,5 +113,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.9, + "width_mm": 78.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/microsoft/2015/lumia-950-xl/microsoft-lumia-950-xl-3gb-32gb-4g-lte.json b/data/smartphone/microsoft/2015/lumia-950-xl/microsoft-lumia-950-xl-3gb-32gb-4g-lte.json index 0be0f9862dcb..1ef3218bad8c 100644 --- a/data/smartphone/microsoft/2015/lumia-950-xl/microsoft-lumia-950-xl-3gb-32gb-4g-lte.json +++ b/data/smartphone/microsoft/2015/lumia-950-xl/microsoft-lumia-950-xl-3gb-32gb-4g-lte.json @@ -114,5 +114,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.9, + "width_mm": 78.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/microsoft/2015/lumia-950/microsoft-lumia-950-3gb-32gb-4g-lte.json b/data/smartphone/microsoft/2015/lumia-950/microsoft-lumia-950-3gb-32gb-4g-lte.json index 17ed4e2b172c..60db67f50b41 100644 --- a/data/smartphone/microsoft/2015/lumia-950/microsoft-lumia-950-3gb-32gb-4g-lte.json +++ b/data/smartphone/microsoft/2015/lumia-950/microsoft-lumia-950-3gb-32gb-4g-lte.json @@ -114,5 +114,11 @@ 32 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.0, + "width_mm": 73.2, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/microsoft/2016/lumia-650/microsoft-lumia-650-1gb-16gb-4g-lte.json b/data/smartphone/microsoft/2016/lumia-650/microsoft-lumia-650-1gb-16gb-4g-lte.json index 006ac95ef6d8..6fc9e55f25f0 100644 --- a/data/smartphone/microsoft/2016/lumia-650/microsoft-lumia-650-1gb-16gb-4g-lte.json +++ b/data/smartphone/microsoft/2016/lumia-650/microsoft-lumia-650-1gb-16gb-4g-lte.json @@ -110,5 +110,10 @@ 16 ], "soc": "qualcomm-msm8909v2-snapdragon-212", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.9, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/microsoft/2020/surface-duo/microsoft-surface-duo-6gb-256gb-4g-lte.json b/data/smartphone/microsoft/2020/surface-duo/microsoft-surface-duo-6gb-256gb-4g-lte.json index 7bc1bb6cf821..6af456e56f2e 100644 --- a/data/smartphone/microsoft/2020/surface-duo/microsoft-surface-duo-6gb-256gb-4g-lte.json +++ b/data/smartphone/microsoft/2020/surface-duo/microsoft-surface-duo-6gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 186.9, + "width_mm": 145.2, + "depth_mm": 4.8 + } } diff --git a/data/smartphone/motorola/2011/atrix-2-mb865/motorola-atrix-2-mb865-1gb-8gb-3g.json b/data/smartphone/motorola/2011/atrix-2-mb865/motorola-atrix-2-mb865-1gb-8gb-3g.json index 8b987e661f10..9f9f819c4921 100644 --- a/data/smartphone/motorola/2011/atrix-2-mb865/motorola-atrix-2-mb865-1gb-8gb-3g.json +++ b/data/smartphone/motorola/2011/atrix-2-mb865/motorola-atrix-2-mb865-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "ti-omap-4430", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/motorola/2011/atrix-4g/motorola-atrix-4g-1gb-16gb-3g.json b/data/smartphone/motorola/2011/atrix-4g/motorola-atrix-4g-1gb-16gb-3g.json index 43eb8be12451..04f3edf1aaff 100644 --- a/data/smartphone/motorola/2011/atrix-4g/motorola-atrix-4g-1gb-16gb-3g.json +++ b/data/smartphone/motorola/2011/atrix-4g/motorola-atrix-4g-1gb-16gb-3g.json @@ -110,5 +110,10 @@ 16 ], "soc": "nvidia-tegra-2-ap20h", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 117.8, + "width_mm": 63.5, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/motorola/2011/atrix/motorola-atrix-1gb-16gb-3g.json b/data/smartphone/motorola/2011/atrix/motorola-atrix-1gb-16gb-3g.json index 60a18cb1c891..269f613fb1e9 100644 --- a/data/smartphone/motorola/2011/atrix/motorola-atrix-1gb-16gb-3g.json +++ b/data/smartphone/motorola/2011/atrix/motorola-atrix-1gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "nvidia-tegra-2-ap20h", - "os_version": "2.2" + "os_version": "2.2", + "dimensions": { + "height_mm": 117.8, + "width_mm": 63.5, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/motorola/2011/droid-razr-xt912/motorola-droid-razr-xt912-1gb-16gb-4g-lte.json b/data/smartphone/motorola/2011/droid-razr-xt912/motorola-droid-razr-xt912-1gb-16gb-4g-lte.json index b3c8951ba5a8..dcd6620218bf 100644 --- a/data/smartphone/motorola/2011/droid-razr-xt912/motorola-droid-razr-xt912-1gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2011/droid-razr-xt912/motorola-droid-razr-xt912-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "ti-omap-4430", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 130.7, + "width_mm": 68.9, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/motorola/2011/droid-xyboard-8-2-mz609/motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte.json b/data/smartphone/motorola/2011/droid-xyboard-8-2-mz609/motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte.json index dd3f8e9197ce..125c528193be 100644 --- a/data/smartphone/motorola/2011/droid-xyboard-8-2-mz609/motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2011/droid-xyboard-8-2-mz609/motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "ti-omap-4430", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 216.0, + "width_mm": 139.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2011/photon-4g-mb855/motorola-photon-4g-mb855-1gb-16gb-3g.json b/data/smartphone/motorola/2011/photon-4g-mb855/motorola-photon-4g-mb855-1gb-16gb-3g.json index 6d5c984799bd..75511de23fe5 100644 --- a/data/smartphone/motorola/2011/photon-4g-mb855/motorola-photon-4g-mb855-1gb-16gb-3g.json +++ b/data/smartphone/motorola/2011/photon-4g-mb855/motorola-photon-4g-mb855-1gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "nvidia-tegra-2-ap20h", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 126.9, + "width_mm": 66.9, + "depth_mm": 12.2 + } } diff --git a/data/smartphone/motorola/2011/razr-xt910/motorola-razr-xt910-1gb-16gb-3g.json b/data/smartphone/motorola/2011/razr-xt910/motorola-razr-xt910-1gb-16gb-3g.json index ec631af60776..90eb6319bfac 100644 --- a/data/smartphone/motorola/2011/razr-xt910/motorola-razr-xt910-1gb-16gb-3g.json +++ b/data/smartphone/motorola/2011/razr-xt910/motorola-razr-xt910-1gb-16gb-3g.json @@ -110,5 +110,10 @@ 16 ], "soc": "ti-omap-4430", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 130.7, + "width_mm": 68.9, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/motorola/2012/atrix-hd-mb886/motorola-atrix-hd-mb886-1gb-8gb-4g-lte.json b/data/smartphone/motorola/2012/atrix-hd-mb886/motorola-atrix-hd-mb886-1gb-8gb-4g-lte.json index 5a8e0149bb7b..6e19f06737a5 100644 --- a/data/smartphone/motorola/2012/atrix-hd-mb886/motorola-atrix-hd-mb886-1gb-8gb-4g-lte.json +++ b/data/smartphone/motorola/2012/atrix-hd-mb886/motorola-atrix-hd-mb886-1gb-8gb-4g-lte.json @@ -107,5 +107,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 133.5, + "width_mm": 69.9, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/motorola/2012/droid-4-xt894/motorola-droid-4-xt894-1gb-16gb-4g-lte.json b/data/smartphone/motorola/2012/droid-4-xt894/motorola-droid-4-xt894-1gb-16gb-4g-lte.json index 3fca8ae1320a..72c557c4a237 100644 --- a/data/smartphone/motorola/2012/droid-4-xt894/motorola-droid-4-xt894-1gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2012/droid-4-xt894/motorola-droid-4-xt894-1gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "ti-omap-4430", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 127.0, + "width_mm": 67.3, + "depth_mm": 12.7 + } } diff --git a/data/smartphone/motorola/2012/droid-razr-hd/motorola-droid-razr-hd-1gb-16gb-4g-lte.json b/data/smartphone/motorola/2012/droid-razr-hd/motorola-droid-razr-hd-1gb-16gb-4g-lte.json index 95015de56687..d408e76b0291 100644 --- a/data/smartphone/motorola/2012/droid-razr-hd/motorola-droid-razr-hd-1gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2012/droid-razr-hd/motorola-droid-razr-hd-1gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 131.9, + "width_mm": 67.9, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/motorola/2012/droid-razr-m/motorola-droid-razr-m-1gb-8gb-4g-lte.json b/data/smartphone/motorola/2012/droid-razr-m/motorola-droid-razr-m-1gb-8gb-4g-lte.json index c0756bd7e5de..9e9e24fda4c3 100644 --- a/data/smartphone/motorola/2012/droid-razr-m/motorola-droid-razr-m-1gb-8gb-4g-lte.json +++ b/data/smartphone/motorola/2012/droid-razr-m/motorola-droid-razr-m-1gb-8gb-4g-lte.json @@ -110,5 +110,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 122.5, + "width_mm": 60.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/motorola/2012/droid-razr-maxx-hd/motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte.json b/data/smartphone/motorola/2012/droid-razr-maxx-hd/motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte.json index 25c913a2ac24..c6c08f3a9504 100644 --- a/data/smartphone/motorola/2012/droid-razr-maxx-hd/motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2012/droid-razr-maxx-hd/motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 131.9, + "width_mm": 67.9, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/motorola/2012/droid-razr-maxx/motorola-droid-razr-maxx-1gb-8gb-4g-lte.json b/data/smartphone/motorola/2012/droid-razr-maxx/motorola-droid-razr-maxx-1gb-8gb-4g-lte.json index d99291439aa8..e5bb6bc0d04b 100644 --- a/data/smartphone/motorola/2012/droid-razr-maxx/motorola-droid-razr-maxx-1gb-8gb-4g-lte.json +++ b/data/smartphone/motorola/2012/droid-razr-maxx/motorola-droid-razr-maxx-1gb-8gb-4g-lte.json @@ -107,5 +107,10 @@ 8 ], "soc": "ti-omap-4430", - "os_version": "2.3.6" + "os_version": "2.3.6", + "dimensions": { + "height_mm": 130.7, + "width_mm": 68.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2012/electrify-2-xt881/motorola-electrify-2-xt881-1gb-8gb-3g.json b/data/smartphone/motorola/2012/electrify-2-xt881/motorola-electrify-2-xt881-1gb-8gb-3g.json index 0b59b53dc69e..d399742fa539 100644 --- a/data/smartphone/motorola/2012/electrify-2-xt881/motorola-electrify-2-xt881-1gb-8gb-3g.json +++ b/data/smartphone/motorola/2012/electrify-2-xt881/motorola-electrify-2-xt881-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "ti-omap-4430", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 128.5, + "width_mm": 65.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/motorola/2012/razr-i-xt890/motorola-razr-i-xt890-1gb-8gb-3g.json b/data/smartphone/motorola/2012/razr-i-xt890/motorola-razr-i-xt890-1gb-8gb-3g.json index bf595c47748b..6ab0c6805fd9 100644 --- a/data/smartphone/motorola/2012/razr-i-xt890/motorola-razr-i-xt890-1gb-8gb-3g.json +++ b/data/smartphone/motorola/2012/razr-i-xt890/motorola-razr-i-xt890-1gb-8gb-3g.json @@ -111,5 +111,10 @@ 8 ], "soc": "intel-atom-z2460", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 122.5, + "width_mm": 60.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/motorola/2012/razr-m-xt905/motorola-razr-m-xt905-1gb-8gb-4g-lte.json b/data/smartphone/motorola/2012/razr-m-xt905/motorola-razr-m-xt905-1gb-8gb-4g-lte.json index 96ea6cf71194..676e731cae86 100644 --- a/data/smartphone/motorola/2012/razr-m-xt905/motorola-razr-m-xt905-1gb-8gb-4g-lte.json +++ b/data/smartphone/motorola/2012/razr-m-xt905/motorola-razr-m-xt905-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 122.5, + "width_mm": 60.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/motorola/2012/razr-maxx/motorola-razr-maxx-1gb-16gb-3g.json b/data/smartphone/motorola/2012/razr-maxx/motorola-razr-maxx-1gb-16gb-3g.json index 28822109fee5..b374f69c80d2 100644 --- a/data/smartphone/motorola/2012/razr-maxx/motorola-razr-maxx-1gb-16gb-3g.json +++ b/data/smartphone/motorola/2012/razr-maxx/motorola-razr-maxx-1gb-16gb-3g.json @@ -109,5 +109,10 @@ 16 ], "soc": "ti-omap-4430", - "os_version": "2.3.6" + "os_version": "2.3.6", + "dimensions": { + "height_mm": 130.7, + "width_mm": 68.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2012/razr-v-xt885/motorola-razr-v-xt885-1gb-4gb-3g.json b/data/smartphone/motorola/2012/razr-v-xt885/motorola-razr-v-xt885-1gb-4gb-3g.json index fac88d4f8ea9..a68f7056ee2b 100644 --- a/data/smartphone/motorola/2012/razr-v-xt885/motorola-razr-v-xt885-1gb-4gb-3g.json +++ b/data/smartphone/motorola/2012/razr-v-xt885/motorola-razr-v-xt885-1gb-4gb-3g.json @@ -103,5 +103,10 @@ 4 ], "soc": "ti-omap-4430", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 128.5, + "width_mm": 65.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/motorola/2012/razr-v-xt889/motorola-razr-v-xt889-1gb-4gb-3g.json b/data/smartphone/motorola/2012/razr-v-xt889/motorola-razr-v-xt889-1gb-4gb-3g.json index 285287c22e7a..d0501db5a8de 100644 --- a/data/smartphone/motorola/2012/razr-v-xt889/motorola-razr-v-xt889-1gb-4gb-3g.json +++ b/data/smartphone/motorola/2012/razr-v-xt889/motorola-razr-v-xt889-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "ti-omap-4430", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 128.5, + "width_mm": 65.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/motorola/2013/droid-maxx/motorola-droid-maxx-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2013/droid-maxx/motorola-droid-maxx-2gb-32gb-4g-lte.json index 71bf3431df25..3a47d79d3bdb 100644 --- a/data/smartphone/motorola/2013/droid-maxx/motorola-droid-maxx-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2013/droid-maxx/motorola-droid-maxx-2gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-snapdragon-s4-pro", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 137.5, + "width_mm": 71.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/motorola/2013/droid-mini/motorola-droid-mini-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2013/droid-mini/motorola-droid-mini-2gb-16gb-4g-lte.json index 74b60931e8b0..cf7d3ef37f8d 100644 --- a/data/smartphone/motorola/2013/droid-mini/motorola-droid-mini-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2013/droid-mini/motorola-droid-mini-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-snapdragon-s4-pro", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 121.3, + "width_mm": 61.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/motorola/2013/droid-ultra/motorola-droid-ultra-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2013/droid-ultra/motorola-droid-ultra-2gb-16gb-4g-lte.json index 4d4ee6c40473..933f2bcdea4c 100644 --- a/data/smartphone/motorola/2013/droid-ultra/motorola-droid-ultra-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2013/droid-ultra/motorola-droid-ultra-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-snapdragon-s4-pro", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 137.5, + "width_mm": 71.2, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/motorola/2013/moto-x/motorola-moto-x-2gb-64gb-4g-lte.json b/data/smartphone/motorola/2013/moto-x/motorola-moto-x-2gb-64gb-4g-lte.json index 35922cb914ab..2793a98d716d 100644 --- a/data/smartphone/motorola/2013/moto-x/motorola-moto-x-2gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2013/moto-x/motorola-moto-x-2gb-64gb-4g-lte.json @@ -112,5 +112,10 @@ 64 ], "soc": "qualcomm-msm8960dt-snapdragon-s4-pro", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 129.3, + "width_mm": 65.3, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/motorola/2013/razr-d1/motorola-razr-d1-1gb-4gb-3g.json b/data/smartphone/motorola/2013/razr-d1/motorola-razr-d1-1gb-4gb-3g.json index 1a0f0dfe3add..32c51ccd1bc3 100644 --- a/data/smartphone/motorola/2013/razr-d1/motorola-razr-d1-1gb-4gb-3g.json +++ b/data/smartphone/motorola/2013/razr-d1/motorola-razr-d1-1gb-4gb-3g.json @@ -99,5 +99,10 @@ 4 ], "soc": "mediatek-mt6575m", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 110.0, + "width_mm": 59.0, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/motorola/2013/razr-d3-xt919/motorola-razr-d3-xt919-1gb-4gb-3g.json b/data/smartphone/motorola/2013/razr-d3-xt919/motorola-razr-d3-xt919-1gb-4gb-3g.json index f3b354ee6a7e..ec992be7ce4c 100644 --- a/data/smartphone/motorola/2013/razr-d3-xt919/motorola-razr-d3-xt919-1gb-4gb-3g.json +++ b/data/smartphone/motorola/2013/razr-d3-xt919/motorola-razr-d3-xt919-1gb-4gb-3g.json @@ -103,5 +103,10 @@ 4 ], "soc": "mediatek-mt6577t", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 119.3, + "width_mm": 59.8, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/motorola/2014/droid-turbo/motorola-droid-turbo-3gb-64gb-4g-lte.json b/data/smartphone/motorola/2014/droid-turbo/motorola-droid-turbo-3gb-64gb-4g-lte.json index 83288cbb2519..6f9cc9ad524d 100644 --- a/data/smartphone/motorola/2014/droid-turbo/motorola-droid-turbo-3gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2014/droid-turbo/motorola-droid-turbo-3gb-64gb-4g-lte.json @@ -112,5 +112,6 @@ 64 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 15.0 } diff --git a/data/smartphone/motorola/2014/luge/motorola-luge-1gb-8gb-4g-lte.json b/data/smartphone/motorola/2014/luge/motorola-luge-1gb-8gb-4g-lte.json index a8fe982bb9ea..e097d7aa53d1 100644 --- a/data/smartphone/motorola/2014/luge/motorola-luge-1gb-8gb-4g-lte.json +++ b/data/smartphone/motorola/2014/luge/motorola-luge-1gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 122.4, + "width_mm": 60.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/motorola/2014/moto-e-dual-sim/motorola-moto-e-dual-sim-1gb-4gb-3g.json b/data/smartphone/motorola/2014/moto-e-dual-sim/motorola-moto-e-dual-sim-1gb-4gb-3g.json index 9dba77a0fd57..73ac04541901 100644 --- a/data/smartphone/motorola/2014/moto-e-dual-sim/motorola-moto-e-dual-sim-1gb-4gb-3g.json +++ b/data/smartphone/motorola/2014/moto-e-dual-sim/motorola-moto-e-dual-sim-1gb-4gb-3g.json @@ -107,5 +107,10 @@ 4 ], "soc": "qualcomm-snapdragon-200", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 124.8, + "width_mm": 64.8, + "depth_mm": 12.3 + } } diff --git a/data/smartphone/motorola/2014/moto-e/motorola-moto-e-1gb-4gb-3g.json b/data/smartphone/motorola/2014/moto-e/motorola-moto-e-1gb-4gb-3g.json index 05cda7eaf5de..5fcf67ce36b1 100644 --- a/data/smartphone/motorola/2014/moto-e/motorola-moto-e-1gb-4gb-3g.json +++ b/data/smartphone/motorola/2014/moto-e/motorola-moto-e-1gb-4gb-3g.json @@ -107,5 +107,10 @@ 4 ], "soc": "qualcomm-snapdragon-200", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 124.8, + "width_mm": 64.8, + "depth_mm": 12.3 + } } diff --git a/data/smartphone/motorola/2014/moto-g-2nd-gen/motorola-moto-g-2nd-gen-1gb-8gb-3g.json b/data/smartphone/motorola/2014/moto-g-2nd-gen/motorola-moto-g-2nd-gen-1gb-8gb-3g.json index 0a68a843c643..e7793dac43c4 100644 --- a/data/smartphone/motorola/2014/moto-g-2nd-gen/motorola-moto-g-2nd-gen-1gb-8gb-3g.json +++ b/data/smartphone/motorola/2014/moto-g-2nd-gen/motorola-moto-g-2nd-gen-1gb-8gb-3g.json @@ -108,5 +108,10 @@ 8 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 141.5, + "width_mm": 70.7, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/motorola/2014/moto-g-4g/motorola-moto-g-4g-1gb-8gb-4g-lte.json b/data/smartphone/motorola/2014/moto-g-4g/motorola-moto-g-4g-1gb-8gb-4g-lte.json index 88b6a0d91992..91d9ef6cab68 100644 --- a/data/smartphone/motorola/2014/moto-g-4g/motorola-moto-g-4g-1gb-8gb-4g-lte.json +++ b/data/smartphone/motorola/2014/moto-g-4g/motorola-moto-g-4g-1gb-8gb-4g-lte.json @@ -109,5 +109,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 129.9, + "width_mm": 65.9, + "depth_mm": 11.6 + } } diff --git a/data/smartphone/motorola/2014/moto-g-dual-sim-2nd-gen/motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g.json b/data/smartphone/motorola/2014/moto-g-dual-sim-2nd-gen/motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g.json index 816f5c64d591..0381652f784f 100644 --- a/data/smartphone/motorola/2014/moto-g-dual-sim-2nd-gen/motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g.json +++ b/data/smartphone/motorola/2014/moto-g-dual-sim-2nd-gen/motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 141.5, + "width_mm": 70.7, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/motorola/2014/moto-g-dual-sim/motorola-moto-g-dual-sim-1gb-16gb-3g.json b/data/smartphone/motorola/2014/moto-g-dual-sim/motorola-moto-g-dual-sim-1gb-16gb-3g.json index 8f08d72fcb85..214aa877a571 100644 --- a/data/smartphone/motorola/2014/moto-g-dual-sim/motorola-moto-g-dual-sim-1gb-16gb-3g.json +++ b/data/smartphone/motorola/2014/moto-g-dual-sim/motorola-moto-g-dual-sim-1gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 129.9, + "width_mm": 65.9, + "depth_mm": 11.6 + } } diff --git a/data/smartphone/motorola/2014/moto-maxx/motorola-moto-maxx-3gb-64gb-4g-lte.json b/data/smartphone/motorola/2014/moto-maxx/motorola-moto-maxx-3gb-64gb-4g-lte.json index 423ed498d211..6d04ad701973 100644 --- a/data/smartphone/motorola/2014/moto-maxx/motorola-moto-maxx-3gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2014/moto-maxx/motorola-moto-maxx-3gb-64gb-4g-lte.json @@ -104,5 +104,6 @@ 64 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 15.0 } diff --git a/data/smartphone/motorola/2014/moto-x-2nd-gen/motorola-moto-x-2nd-gen-2gb-64gb-4g-lte.json b/data/smartphone/motorola/2014/moto-x-2nd-gen/motorola-moto-x-2nd-gen-2gb-64gb-4g-lte.json index 51f935328d4c..bd5a50cf6464 100644 --- a/data/smartphone/motorola/2014/moto-x-2nd-gen/motorola-moto-x-2nd-gen-2gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2014/moto-x-2nd-gen/motorola-moto-x-2nd-gen-2gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 140.8, + "width_mm": 72.4, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/motorola/2014/nexus-6/motorola-nexus-6-3gb-64gb-4g-lte.json b/data/smartphone/motorola/2014/nexus-6/motorola-nexus-6-3gb-64gb-4g-lte.json index e0dd086a317a..17dde1b487a9 100644 --- a/data/smartphone/motorola/2014/nexus-6/motorola-nexus-6-3gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2014/nexus-6/motorola-nexus-6-3gb-64gb-4g-lte.json @@ -116,5 +116,10 @@ 64 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 159.3, + "width_mm": 83.0, + "depth_mm": 10.1 + } } diff --git a/data/smartphone/motorola/2015/droid-maxx-2/motorola-droid-maxx-2-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2015/droid-maxx-2/motorola-droid-maxx-2-2gb-16gb-4g-lte.json index aa8be4c53ed9..de93aee421fc 100644 --- a/data/smartphone/motorola/2015/droid-maxx-2/motorola-droid-maxx-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2015/droid-maxx-2/motorola-droid-maxx-2-2gb-16gb-4g-lte.json @@ -106,5 +106,11 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 148.0, + "width_mm": 75.0, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/motorola/2015/droid-turbo-2/motorola-droid-turbo-2-3gb-64gb-4g-lte.json b/data/smartphone/motorola/2015/droid-turbo-2/motorola-droid-turbo-2-3gb-64gb-4g-lte.json index 35406972368e..93ad86a89435 100644 --- a/data/smartphone/motorola/2015/droid-turbo-2/motorola-droid-turbo-2-3gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2015/droid-turbo-2/motorola-droid-turbo-2-3gb-64gb-4g-lte.json @@ -109,5 +109,11 @@ 64 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 149.9, + "width_mm": 78.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/motorola/2015/moto-g-3rd-gen/motorola-moto-g-3rd-gen-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2015/moto-g-3rd-gen/motorola-moto-g-3rd-gen-2gb-16gb-4g-lte.json index 5cfcd4f7a8f6..b5af42173ca8 100644 --- a/data/smartphone/motorola/2015/moto-g-3rd-gen/motorola-moto-g-3rd-gen-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-g-3rd-gen/motorola-moto-g-3rd-gen-2gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 142.1, + "width_mm": 72.4, + "depth_mm": 11.6 + } } diff --git a/data/smartphone/motorola/2015/moto-g-4g-2nd-gen/motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte.json b/data/smartphone/motorola/2015/moto-g-4g-2nd-gen/motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte.json index 8db8c77305b2..9fea0f73b07f 100644 --- a/data/smartphone/motorola/2015/moto-g-4g-2nd-gen/motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-g-4g-2nd-gen/motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 141.5, + "width_mm": 70.7, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/motorola/2015/moto-g-4g-dual-sim-2nd-gen/motorola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte.json b/data/smartphone/motorola/2015/moto-g-4g-dual-sim-2nd-gen/motorola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte.json index d5158656a24d..65ddbeb973ab 100644 --- a/data/smartphone/motorola/2015/moto-g-4g-dual-sim-2nd-gen/motorola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-g-4g-dual-sim-2nd-gen/motorola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 141.5, + "width_mm": 70.7, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/motorola/2015/moto-g-dual-sim-3rd-gen/motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2015/moto-g-dual-sim-3rd-gen/motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte.json index b96d2f57c12c..dcd44715dcf2 100644 --- a/data/smartphone/motorola/2015/moto-g-dual-sim-3rd-gen/motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-g-dual-sim-3rd-gen/motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 142.1, + "width_mm": 72.4, + "depth_mm": 11.6 + } } diff --git a/data/smartphone/motorola/2015/moto-g-turbo/motorola-moto-g-turbo-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2015/moto-g-turbo/motorola-moto-g-turbo-2gb-16gb-4g-lte.json index bcf604d9ce05..4e807f6f64e3 100644 --- a/data/smartphone/motorola/2015/moto-g-turbo/motorola-moto-g-turbo-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-g-turbo/motorola-moto-g-turbo-2gb-16gb-4g-lte.json @@ -104,5 +104,11 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 142.1, + "width_mm": 72.4, + "depth_mm": 11.6 + } } diff --git a/data/smartphone/motorola/2015/moto-x-force/motorola-moto-x-force-3gb-64gb-4g-lte.json b/data/smartphone/motorola/2015/moto-x-force/motorola-moto-x-force-3gb-64gb-4g-lte.json index d28ff6fc2f74..9096077eb116 100644 --- a/data/smartphone/motorola/2015/moto-x-force/motorola-moto-x-force-3gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-x-force/motorola-moto-x-force-3gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 149.8, + "width_mm": 78.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/motorola/2015/moto-x-play-dual-sim/motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2015/moto-x-play-dual-sim/motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte.json index 45e59b438c0d..f2d91c72d01a 100644 --- a/data/smartphone/motorola/2015/moto-x-play-dual-sim/motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-x-play-dual-sim/motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 148.0, + "width_mm": 75.0, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/motorola/2015/moto-x-play/motorola-moto-x-play-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2015/moto-x-play/motorola-moto-x-play-2gb-32gb-4g-lte.json index 98241f370014..5da395817ead 100644 --- a/data/smartphone/motorola/2015/moto-x-play/motorola-moto-x-play-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-x-play/motorola-moto-x-play-2gb-32gb-4g-lte.json @@ -114,5 +114,11 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 148.0, + "width_mm": 75.0, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/motorola/2015/moto-x-style/motorola-moto-x-style-3gb-64gb-4g-lte.json b/data/smartphone/motorola/2015/moto-x-style/motorola-moto-x-style-3gb-64gb-4g-lte.json index b46c7d8a9858..d6269026e823 100644 --- a/data/smartphone/motorola/2015/moto-x-style/motorola-moto-x-style-3gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2015/moto-x-style/motorola-moto-x-style-3gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.9, + "width_mm": 76.2, + "depth_mm": 11.1 + } } diff --git a/data/smartphone/motorola/2016/moto-e3-power/motorola-moto-e3-power-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2016/moto-e3-power/motorola-moto-e3-power-2gb-16gb-4g-lte.json index a8305ae6ddc3..a53209a5c679 100644 --- a/data/smartphone/motorola/2016/moto-e3-power/motorola-moto-e3-power-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-e3-power/motorola-moto-e3-power-2gb-16gb-4g-lte.json @@ -104,5 +104,11 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 143.8, + "width_mm": 71.6, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/motorola/2016/moto-e3/motorola-moto-e3-1gb-8gb-4g-lte.json b/data/smartphone/motorola/2016/moto-e3/motorola-moto-e3-1gb-8gb-4g-lte.json index 160e43b75264..b4f1fa719f1d 100644 --- a/data/smartphone/motorola/2016/moto-e3/motorola-moto-e3-1gb-8gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-e3/motorola-moto-e3-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6735p", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 143.8, + "width_mm": 71.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/motorola/2016/moto-g4-play/motorola-moto-g4-play-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2016/moto-g4-play/motorola-moto-g4-play-2gb-16gb-4g-lte.json index 70d72ada521a..360073af36a2 100644 --- a/data/smartphone/motorola/2016/moto-g4-play/motorola-moto-g4-play-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-g4-play/motorola-moto-g4-play-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 144.4, + "width_mm": 72.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/motorola/2016/moto-g4-plus/motorola-moto-g4-plus-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2016/moto-g4-plus/motorola-moto-g4-plus-4gb-64gb-4g-lte.json index e81bc6c76964..f60d0207d006 100644 --- a/data/smartphone/motorola/2016/moto-g4-plus/motorola-moto-g4-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-g4-plus/motorola-moto-g4-plus-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.6, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/motorola/2016/moto-g4/motorola-moto-g4-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2016/moto-g4/motorola-moto-g4-2gb-32gb-4g-lte.json index a142ce9ed5b0..8905189c86f9 100644 --- a/data/smartphone/motorola/2016/moto-g4/motorola-moto-g4-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-g4/motorola-moto-g4-2gb-32gb-4g-lte.json @@ -116,5 +116,11 @@ 32 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.6, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/motorola/2016/moto-m/motorola-moto-m-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2016/moto-m/motorola-moto-m-4gb-64gb-4g-lte.json index 4b78968c09ef..7b146147bae2 100644 --- a/data/smartphone/motorola/2016/moto-m/motorola-moto-m-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-m/motorola-moto-m-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 151.4, + "width_mm": 75.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/motorola/2016/moto-z-force/motorola-moto-z-force-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2016/moto-z-force/motorola-moto-z-force-4gb-64gb-4g-lte.json index b214d5adaf7a..2c951f6c6475 100644 --- a/data/smartphone/motorola/2016/moto-z-force/motorola-moto-z-force-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-z-force/motorola-moto-z-force-4gb-64gb-4g-lte.json @@ -111,5 +111,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.8, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/motorola/2016/moto-z-play/motorola-moto-z-play-3gb-32gb-4g-lte.json b/data/smartphone/motorola/2016/moto-z-play/motorola-moto-z-play-3gb-32gb-4g-lte.json index 7b7de53d064c..83e36b59c478 100644 --- a/data/smartphone/motorola/2016/moto-z-play/motorola-moto-z-play-3gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-z-play/motorola-moto-z-play-3gb-32gb-4g-lte.json @@ -115,5 +115,11 @@ 32 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 156.4, + "width_mm": 76.4, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/motorola/2016/moto-z/motorola-moto-z-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2016/moto-z/motorola-moto-z-4gb-64gb-4g-lte.json index 9a0555dd022a..ef22faa87be1 100644 --- a/data/smartphone/motorola/2016/moto-z/motorola-moto-z-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2016/moto-z/motorola-moto-z-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.3, + "width_mm": 75.3, + "depth_mm": 5.2 + } } diff --git a/data/smartphone/motorola/2017/moto-c-plus/motorola-moto-c-plus-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2017/moto-c-plus/motorola-moto-c-plus-2gb-16gb-4g-lte.json index 86755025a782..862708bf7588 100644 --- a/data/smartphone/motorola/2017/moto-c-plus/motorola-moto-c-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-c-plus/motorola-moto-c-plus-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 144.0, + "width_mm": 72.3, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/motorola/2017/moto-c/motorola-moto-c-1gb-16gb-4g-lte.json b/data/smartphone/motorola/2017/moto-c/motorola-moto-c-1gb-16gb-4g-lte.json index 9d0495edf818..8550109d7614 100644 --- a/data/smartphone/motorola/2017/moto-c/motorola-moto-c-1gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-c/motorola-moto-c-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "mediatek-mt6737m", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 145.5, + "width_mm": 73.6, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2017/moto-e4-plus-usa/motorola-moto-e4-plus-usa-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2017/moto-e4-plus-usa/motorola-moto-e4-plus-usa-2gb-32gb-4g-lte.json index b0149a562a74..d673c3046da5 100644 --- a/data/smartphone/motorola/2017/moto-e4-plus-usa/motorola-moto-e4-plus-usa-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-e4-plus-usa/motorola-moto-e4-plus-usa-2gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-msm8920-snapdragon-427", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 155.0, + "width_mm": 77.5, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/motorola/2017/moto-e4-plus/motorola-moto-e4-plus-3gb-32gb-4g-lte.json b/data/smartphone/motorola/2017/moto-e4-plus/motorola-moto-e4-plus-3gb-32gb-4g-lte.json index 1550ccdf9f43..42dd64bce7db 100644 --- a/data/smartphone/motorola/2017/moto-e4-plus/motorola-moto-e4-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-e4-plus/motorola-moto-e4-plus-3gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "mediatek-mt6737", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 155.0, + "width_mm": 77.5, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/motorola/2017/moto-e4/motorola-moto-e4-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2017/moto-e4/motorola-moto-e4-2gb-16gb-4g-lte.json index 3953eb617380..66f30b9dec90 100644 --- a/data/smartphone/motorola/2017/moto-e4/motorola-moto-e4-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-e4/motorola-moto-e4-2gb-16gb-4g-lte.json @@ -107,5 +107,11 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 144.7, + "width_mm": 72.3, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/motorola/2017/moto-g5-plus/motorola-moto-g5-plus-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2017/moto-g5-plus/motorola-moto-g5-plus-4gb-64gb-4g-lte.json index f2a1715ca39a..a9d089aa85d3 100644 --- a/data/smartphone/motorola/2017/moto-g5-plus/motorola-moto-g5-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-g5-plus/motorola-moto-g5-plus-4gb-64gb-4g-lte.json @@ -111,5 +111,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 150.2, + "width_mm": 74.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/motorola/2017/moto-g5/motorola-moto-g5-3gb-32gb-4g-lte.json b/data/smartphone/motorola/2017/moto-g5/motorola-moto-g5-3gb-32gb-4g-lte.json index 05abd0303d1d..c3b5b1526633 100644 --- a/data/smartphone/motorola/2017/moto-g5/motorola-moto-g5-3gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-g5/motorola-moto-g5-3gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 144.3, + "width_mm": 73.0, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/motorola/2017/moto-g5s-plus/motorola-moto-g5s-plus-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2017/moto-g5s-plus/motorola-moto-g5s-plus-4gb-64gb-4g-lte.json index cd16685a4f73..afd1abbf07d3 100644 --- a/data/smartphone/motorola/2017/moto-g5s-plus/motorola-moto-g5s-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-g5s-plus/motorola-moto-g5s-plus-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 76.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2017/moto-g5s/motorola-moto-g5s-4gb-32gb-4g-lte.json b/data/smartphone/motorola/2017/moto-g5s/motorola-moto-g5s-4gb-32gb-4g-lte.json index 9637fbe7331e..2bcd1c020d3d 100644 --- a/data/smartphone/motorola/2017/moto-g5s/motorola-moto-g5s-4gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-g5s/motorola-moto-g5s-4gb-32gb-4g-lte.json @@ -110,5 +110,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 150.0, + "width_mm": 73.5, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/motorola/2017/moto-x4/motorola-moto-x4-6gb-64gb-4g-lte.json b/data/smartphone/motorola/2017/moto-x4/motorola-moto-x4-6gb-64gb-4g-lte.json index 530363479d2f..143b1e70f11f 100644 --- a/data/smartphone/motorola/2017/moto-x4/motorola-moto-x4-6gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-x4/motorola-moto-x4-6gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 148.4, + "width_mm": 73.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2017/moto-z2-play/motorola-moto-z2-play-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2017/moto-z2-play/motorola-moto-z2-play-4gb-64gb-4g-lte.json index bdc504c6199a..321bcc616132 100644 --- a/data/smartphone/motorola/2017/moto-z2-play/motorola-moto-z2-play-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2017/moto-z2-play/motorola-moto-z2-play-4gb-64gb-4g-lte.json @@ -118,5 +118,11 @@ 64 ], "soc": "qualcomm-msm8953-pro-snapdragon-626", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 156.2, + "width_mm": 76.2, + "depth_mm": 6.0 + } } diff --git a/data/smartphone/motorola/2018/moto-e5-cruise/motorola-moto-e5-cruise-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2018/moto-e5-cruise/motorola-moto-e5-cruise-2gb-16gb-4g-lte.json index 9217ae4b49fe..f394836dec61 100644 --- a/data/smartphone/motorola/2018/moto-e5-cruise/motorola-moto-e5-cruise-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-e5-cruise/motorola-moto-e5-cruise-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8920-snapdragon-427", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 151.0, + "width_mm": 74.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2018/moto-e5-play/motorola-moto-e5-play-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2018/moto-e5-play/motorola-moto-e5-play-2gb-16gb-4g-lte.json index b135712a4448..cb09897cb606 100644 --- a/data/smartphone/motorola/2018/moto-e5-play/motorola-moto-e5-play-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-e5-play/motorola-moto-e5-play-2gb-16gb-4g-lte.json @@ -105,5 +105,11 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 151.0, + "width_mm": 74.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2018/moto-e5-plus/motorola-moto-e5-plus-3gb-32gb-4g-lte.json b/data/smartphone/motorola/2018/moto-e5-plus/motorola-moto-e5-plus-3gb-32gb-4g-lte.json index 63b61ef6937e..ebef60acc022 100644 --- a/data/smartphone/motorola/2018/moto-e5-plus/motorola-moto-e5-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-e5-plus/motorola-moto-e5-plus-3gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 75.3, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/motorola/2018/moto-e5/motorola-moto-e5-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2018/moto-e5/motorola-moto-e5-2gb-32gb-4g-lte.json index 52f1302a30dd..0f99db2a6a56 100644 --- a/data/smartphone/motorola/2018/moto-e5/motorola-moto-e5-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-e5/motorola-moto-e5-2gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.4, + "width_mm": 72.2, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2018/moto-g6-play/motorola-moto-g6-play-3gb-32gb-4g-lte.json b/data/smartphone/motorola/2018/moto-g6-play/motorola-moto-g6-play-3gb-32gb-4g-lte.json index 6c281f4b8c20..8016c6d21c20 100644 --- a/data/smartphone/motorola/2018/moto-g6-play/motorola-moto-g6-play-3gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-g6-play/motorola-moto-g6-play-3gb-32gb-4g-lte.json @@ -117,5 +117,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.4, + "width_mm": 72.2, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2018/moto-g6-plus/motorola-moto-g6-plus-6gb-128gb-4g-lte.json b/data/smartphone/motorola/2018/moto-g6-plus/motorola-moto-g6-plus-6gb-128gb-4g-lte.json index 55b79532778b..0c0a205ad3eb 100644 --- a/data/smartphone/motorola/2018/moto-g6-plus/motorola-moto-g6-plus-6gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-g6-plus/motorola-moto-g6-plus-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2018/moto-g6/motorola-moto-g6-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2018/moto-g6/motorola-moto-g6-4gb-64gb-4g-lte.json index 21f79345d811..fc97bfac78db 100644 --- a/data/smartphone/motorola/2018/moto-g6/motorola-moto-g6-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-g6/motorola-moto-g6-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.3, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/motorola/2018/moto-z3-play/motorola-moto-z3-play-6gb-128gb-4g-lte.json b/data/smartphone/motorola/2018/moto-z3-play/motorola-moto-z3-play-6gb-128gb-4g-lte.json index 20a453521e75..0853aa1e16e1 100644 --- a/data/smartphone/motorola/2018/moto-z3-play/motorola-moto-z3-play-6gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-z3-play/motorola-moto-z3-play-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.5, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/motorola/2018/moto-z3/motorola-moto-z3-6gb-128gb-4g-lte.json b/data/smartphone/motorola/2018/moto-z3/motorola-moto-z3-6gb-128gb-4g-lte.json index 5204ff8d059c..adf932c2201d 100644 --- a/data/smartphone/motorola/2018/moto-z3/motorola-moto-z3-6gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2018/moto-z3/motorola-moto-z3-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.5, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/motorola/2018/one-p30-play/motorola-one-p30-play-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2018/one-p30-play/motorola-one-p30-play-4gb-64gb-4g-lte.json index c9b0e3671f10..06e71cda3ede 100644 --- a/data/smartphone/motorola/2018/one-p30-play/motorola-one-p30-play-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2018/one-p30-play/motorola-one-p30-play-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 149.9, + "width_mm": 72.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2018/one-power-p30-note/motorola-one-power-p30-note-6gb-64gb-4g-lte.json b/data/smartphone/motorola/2018/one-power-p30-note/motorola-one-power-p30-note-6gb-64gb-4g-lte.json index 6c69f3f7acc2..d3ef0c4fbd94 100644 --- a/data/smartphone/motorola/2018/one-power-p30-note/motorola-one-power-p30-note-6gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2018/one-power-p30-note/motorola-one-power-p30-note-6gb-64gb-4g-lte.json @@ -108,5 +108,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 76.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/motorola/2018/p30/motorola-p30-6gb-128gb-4g-lte.json b/data/smartphone/motorola/2018/p30/motorola-p30-6gb-128gb-4g-lte.json index 2ce10cf46f25..7470a01e23d7 100644 --- a/data/smartphone/motorola/2018/p30/motorola-p30-6gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2018/p30/motorola-p30-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8" + "os_version": "8", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.5, + "width_mm": 76.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/motorola/2019/moto-e6-play/motorola-moto-e6-play-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2019/moto-e6-play/motorola-moto-e6-play-2gb-32gb-4g-lte.json index 519fae5f5bb2..7651c4db634c 100644 --- a/data/smartphone/motorola/2019/moto-e6-play/motorola-moto-e6-play-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-e6-play/motorola-moto-e6-play-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6739", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/motorola/2019/moto-e6-plus/motorola-moto-e6-plus-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2019/moto-e6-plus/motorola-moto-e6-plus-4gb-64gb-4g-lte.json index c2fc757422bb..d2735a61626e 100644 --- a/data/smartphone/motorola/2019/moto-e6-plus/motorola-moto-e6-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-e6-plus/motorola-moto-e6-plus-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.1, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/motorola/2019/moto-e6/motorola-moto-e6-2gb-16gb-4g-lte.json b/data/smartphone/motorola/2019/moto-e6/motorola-moto-e6-2gb-16gb-4g-lte.json index 065744e6b406..177672a2e3ff 100644 --- a/data/smartphone/motorola/2019/moto-e6/motorola-moto-e6-2gb-16gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-e6/motorola-moto-e6-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-sdm435-snapdragon-435", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 149.7, + "width_mm": 72.3, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/motorola/2019/moto-g7-play/motorola-moto-g7-play-3gb-32gb-4g-lte.json b/data/smartphone/motorola/2019/moto-g7-play/motorola-moto-g7-play-3gb-32gb-4g-lte.json index 30ba0d75952b..59c5e6216a10 100644 --- a/data/smartphone/motorola/2019/moto-g7-play/motorola-moto-g7-play-3gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-g7-play/motorola-moto-g7-play-3gb-32gb-4g-lte.json @@ -116,5 +116,11 @@ 32 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2019/moto-g7-plus/motorola-moto-g7-plus-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2019/moto-g7-plus/motorola-moto-g7-plus-4gb-64gb-4g-lte.json index b2a3dde21768..7dc5d3283d89 100644 --- a/data/smartphone/motorola/2019/moto-g7-plus/motorola-moto-g7-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-g7-plus/motorola-moto-g7-plus-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.3, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/motorola/2019/moto-g7-power/motorola-moto-g7-power-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2019/moto-g7-power/motorola-moto-g7-power-4gb-64gb-4g-lte.json index f615034e34f6..3246a23cae36 100644 --- a/data/smartphone/motorola/2019/moto-g7-power/motorola-moto-g7-power-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-g7-power/motorola-moto-g7-power-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.0, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/motorola/2019/moto-g7/motorola-moto-g7-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2019/moto-g7/motorola-moto-g7-4gb-64gb-4g-lte.json index 704ab1c1f19a..fc42c37b7e4e 100644 --- a/data/smartphone/motorola/2019/moto-g7/motorola-moto-g7-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-g7/motorola-moto-g7-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2019/moto-g8-plus/motorola-moto-g8-plus-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2019/moto-g8-plus/motorola-moto-g8-plus-4gb-64gb-4g-lte.json index 6bbb8040c3ff..94f6e3049efa 100644 --- a/data/smartphone/motorola/2019/moto-g8-plus/motorola-moto-g8-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-g8-plus/motorola-moto-g8-plus-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.8, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/motorola/2019/moto-z4/motorola-moto-z4-4gb-128gb-4g-lte.json b/data/smartphone/motorola/2019/moto-z4/motorola-moto-z4-4gb-128gb-4g-lte.json index a5319257fa6c..79eef2105d5e 100644 --- a/data/smartphone/motorola/2019/moto-z4/motorola-moto-z4-4gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2019/moto-z4/motorola-moto-z4-4gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.0, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/motorola/2019/one-action/motorola-one-action-4gb-128gb-4g-lte.json b/data/smartphone/motorola/2019/one-action/motorola-one-action-4gb-128gb-4g-lte.json index 1b73951e0bc6..96d67d8c3f23 100644 --- a/data/smartphone/motorola/2019/one-action/motorola-one-action-4gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2019/one-action/motorola-one-action-4gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "exynos-9609", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 71.2, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/motorola/2019/one-hyper/motorola-one-hyper-4gb-128gb-4g-lte.json b/data/smartphone/motorola/2019/one-hyper/motorola-one-hyper-4gb-128gb-4g-lte.json index 049c29f7d174..963352900e1c 100644 --- a/data/smartphone/motorola/2019/one-hyper/motorola-one-hyper-4gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2019/one-hyper/motorola-one-hyper-4gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 161.8, + "width_mm": 76.6, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/motorola/2019/one-macro/motorola-one-macro-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2019/one-macro/motorola-one-macro-4gb-64gb-4g-lte.json index 37acf5a6f76b..93c08e079a95 100644 --- a/data/smartphone/motorola/2019/one-macro/motorola-one-macro-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2019/one-macro/motorola-one-macro-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.6, + "width_mm": 75.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2019/one-vision/motorola-one-vision-4gb-128gb-4g-lte.json b/data/smartphone/motorola/2019/one-vision/motorola-one-vision-4gb-128gb-4g-lte.json index 295c742d8e75..8d2f59526a4c 100644 --- a/data/smartphone/motorola/2019/one-vision/motorola-one-vision-4gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2019/one-vision/motorola-one-vision-4gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "exynos-9609", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 71.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/motorola/2019/razr-2019/motorola-razr-2019-6gb-128gb-4g-lte.json b/data/smartphone/motorola/2019/razr-2019/motorola-razr-2019-6gb-128gb-4g-lte.json index 73634a5b8188..e1404fa63b05 100644 --- a/data/smartphone/motorola/2019/razr-2019/motorola-razr-2019-6gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2019/razr-2019/motorola-razr-2019-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 172.0, + "width_mm": 72.0, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/motorola/2020/moto-e-2020/motorola-moto-e-2020-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2020/moto-e-2020/motorola-moto-e-2020-2gb-32gb-4g-lte.json index 9379d786ee9c..49c06568f8c5 100644 --- a/data/smartphone/motorola/2020/moto-e-2020/motorola-moto-e-2020-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-e-2020/motorola-moto-e-2020-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/motorola/2020/moto-e6s-2020/motorola-moto-e6s-2020-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2020/moto-e6s-2020/motorola-moto-e6s-2020-4gb-64gb-4g-lte.json index eb9b9d6b3c97..367132b55c89 100644 --- a/data/smartphone/motorola/2020/moto-e6s-2020/motorola-moto-e6s-2020-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-e6s-2020/motorola-moto-e6s-2020-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/motorola/2020/moto-g-fast/motorola-moto-g-fast-3gb-32gb-4g-lte.json b/data/smartphone/motorola/2020/moto-g-fast/motorola-moto-g-fast-3gb-32gb-4g-lte.json index caf034ec4f25..1ea17df614aa 100644 --- a/data/smartphone/motorola/2020/moto-g-fast/motorola-moto-g-fast-3gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-g-fast/motorola-moto-g-fast-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 161.9, + "width_mm": 75.7, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/motorola/2020/moto-g-power/motorola-moto-g-power-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2020/moto-g-power/motorola-moto-g-power-4gb-64gb-4g-lte.json index 1f41af27e216..fc152550c89c 100644 --- a/data/smartphone/motorola/2020/moto-g-power/motorola-moto-g-power-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-g-power/motorola-moto-g-power-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.8, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/motorola/2020/moto-g-pro/motorola-moto-g-pro-4gb-128gb-4g-lte.json b/data/smartphone/motorola/2020/moto-g-pro/motorola-moto-g-pro-4gb-128gb-4g-lte.json index 84b43f710c73..6ce26dcde0f6 100644 --- a/data/smartphone/motorola/2020/moto-g-pro/motorola-moto-g-pro-4gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-g-pro/motorola-moto-g-pro-4gb-128gb-4g-lte.json @@ -112,5 +112,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.8, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/motorola/2020/moto-g-stylus/motorola-moto-g-stylus-4gb-128gb-4g-lte.json b/data/smartphone/motorola/2020/moto-g-stylus/motorola-moto-g-stylus-4gb-128gb-4g-lte.json index 9214511038ce..2a3c1a84efd6 100644 --- a/data/smartphone/motorola/2020/moto-g-stylus/motorola-moto-g-stylus-4gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-g-stylus/motorola-moto-g-stylus-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.8, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/motorola/2020/moto-g8-power-lite/motorola-moto-g8-power-lite-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2020/moto-g8-power-lite/motorola-moto-g8-power-lite-4gb-64gb-4g-lte.json index 9c18ccb9a65c..f027a9cd70d6 100644 --- a/data/smartphone/motorola/2020/moto-g8-power-lite/motorola-moto-g8-power-lite-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-g8-power-lite/motorola-moto-g8-power-lite-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.8, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/motorola/2020/moto-g8-power/motorola-moto-g8-power-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2020/moto-g8-power/motorola-moto-g8-power-4gb-64gb-4g-lte.json index 28259dd021de..f9316d263c2d 100644 --- a/data/smartphone/motorola/2020/moto-g8-power/motorola-moto-g8-power-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-g8-power/motorola-moto-g8-power-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.8, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/motorola/2020/moto-g8/motorola-moto-g8-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2020/moto-g8/motorola-moto-g8-4gb-64gb-4g-lte.json index e9ea5eeebf66..b82fcc76b3e8 100644 --- a/data/smartphone/motorola/2020/moto-g8/motorola-moto-g8-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-g8/motorola-moto-g8-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 161.3, + "width_mm": 75.8, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/motorola/2020/moto-g9-plus/motorola-moto-g9-plus-6gb-128gb-4g-lte.json b/data/smartphone/motorola/2020/moto-g9-plus/motorola-moto-g9-plus-6gb-128gb-4g-lte.json index 93df020f6a2f..3bb9b3d9efbd 100644 --- a/data/smartphone/motorola/2020/moto-g9-plus/motorola-moto-g9-plus-6gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2020/moto-g9-plus/motorola-moto-g9-plus-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 170.0, + "width_mm": 78.1, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/motorola/2020/one-fusion/motorola-one-fusion-4gb-128gb-4g-lte.json b/data/smartphone/motorola/2020/one-fusion/motorola-one-fusion-4gb-128gb-4g-lte.json index 581778b2df4c..2d4d5040a3fe 100644 --- a/data/smartphone/motorola/2020/one-fusion/motorola-one-fusion-4gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2020/one-fusion/motorola-one-fusion-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 75.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/motorola/2020/one-vision-plus/motorola-one-vision-plus-4gb-128gb-4g-lte.json b/data/smartphone/motorola/2020/one-vision-plus/motorola-one-vision-plus-4gb-128gb-4g-lte.json index ace31327a2d0..696bb67cb33e 100644 --- a/data/smartphone/motorola/2020/one-vision-plus/motorola-one-vision-plus-4gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2020/one-vision-plus/motorola-one-vision-plus-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.8, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/motorola/2021/edge-20-lite/motorola-edge-20-lite-8gb-128gb-5g.json b/data/smartphone/motorola/2021/edge-20-lite/motorola-edge-20-lite-8gb-128gb-5g.json index 8354b38c76c5..b8bed90f2bdd 100644 --- a/data/smartphone/motorola/2021/edge-20-lite/motorola-edge-20-lite-8gb-128gb-5g.json +++ b/data/smartphone/motorola/2021/edge-20-lite/motorola-edge-20-lite-8gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 165.9, + "width_mm": 76.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/motorola/2021/moto-e20/motorola-moto-e20-3gb-32gb-4g-lte.json b/data/smartphone/motorola/2021/moto-e20/motorola-moto-e20-3gb-32gb-4g-lte.json index 43846114bd09..d485f52cf742 100644 --- a/data/smartphone/motorola/2021/moto-e20/motorola-moto-e20-3gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2021/moto-e20/motorola-moto-e20-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "unisoc-t606", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/motorola/2021/moto-e6i/motorola-moto-e6i-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2021/moto-e6i/motorola-moto-e6i-2gb-32gb-4g-lte.json index 710751fb6b75..abcd86c9e48b 100644 --- a/data/smartphone/motorola/2021/moto-e6i/motorola-moto-e6i-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2021/moto-e6i/motorola-moto-e6i-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/motorola/2021/moto-e7i-power/motorola-moto-e7i-power-2gb-32gb-4g-lte.json b/data/smartphone/motorola/2021/moto-e7i-power/motorola-moto-e7i-power-2gb-32gb-4g-lte.json index d60dfc315dee..fa392ad80f25 100644 --- a/data/smartphone/motorola/2021/moto-e7i-power/motorola-moto-e7i-power-2gb-32gb-4g-lte.json +++ b/data/smartphone/motorola/2021/moto-e7i-power/motorola-moto-e7i-power-2gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.1, + "width_mm": 75.9, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/motorola/2021/moto-g50-5g/motorola-moto-g50-5g-4gb-128gb-5g.json b/data/smartphone/motorola/2021/moto-g50-5g/motorola-moto-g50-5g-4gb-128gb-5g.json index 285fd8ac5cf7..4d2a4c6b42db 100644 --- a/data/smartphone/motorola/2021/moto-g50-5g/motorola-moto-g50-5g-4gb-128gb-5g.json +++ b/data/smartphone/motorola/2021/moto-g50-5g/motorola-moto-g50-5g-4gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 167.0, + "width_mm": 76.4, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/motorola/2022/moto-e32/motorola-moto-e32-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2022/moto-e32/motorola-moto-e32-4gb-64gb-4g-lte.json index 25585f8a9556..279d8a484269 100644 --- a/data/smartphone/motorola/2022/moto-e32/motorola-moto-e32-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2022/moto-e32/motorola-moto-e32-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "unisoc-t606", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/motorola/2022/moto-g-2022/motorola-moto-g-2022-6gb-256gb-5g.json b/data/smartphone/motorola/2022/moto-g-2022/motorola-moto-g-2022-6gb-256gb-5g.json index 78ae0f972336..48fe3d919b98 100644 --- a/data/smartphone/motorola/2022/moto-g-2022/motorola-moto-g-2022-6gb-256gb-5g.json +++ b/data/smartphone/motorola/2022/moto-g-2022/motorola-moto-g-2022-6gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.4, + "width_mm": 75.8, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/motorola/2022/moto-g72/motorola-moto-g72-8gb-256gb-4g-lte.json b/data/smartphone/motorola/2022/moto-g72/motorola-moto-g72-8gb-256gb-4g-lte.json index 88e71a087035..ad2eb2383390 100644 --- a/data/smartphone/motorola/2022/moto-g72/motorola-moto-g72-8gb-256gb-4g-lte.json +++ b/data/smartphone/motorola/2022/moto-g72/motorola-moto-g72-8gb-256gb-4g-lte.json @@ -111,5 +111,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 160.5, + "width_mm": 74.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/motorola/2023/defy-2/motorola-defy-2-6gb-128gb-5g.json b/data/smartphone/motorola/2023/defy-2/motorola-defy-2-6gb-128gb-5g.json index 156672da6d51..07fcbc17cf91 100644 --- a/data/smartphone/motorola/2023/defy-2/motorola-defy-2-6gb-128gb-5g.json +++ b/data/smartphone/motorola/2023/defy-2/motorola-defy-2-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-930", - "os_version": "12" + "os_version": "12", + "charging_wireless_w": 15, + "dimensions": { + "height_mm": 171.0, + "width_mm": 80.0, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/motorola/2023/moto-e13/motorola-moto-e13-8gb-128gb-4g-lte.json b/data/smartphone/motorola/2023/moto-e13/motorola-moto-e13-8gb-128gb-4g-lte.json index 624101cbfbf1..8faa2e9d6e0c 100644 --- a/data/smartphone/motorola/2023/moto-e13/motorola-moto-e13-8gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2023/moto-e13/motorola-moto-e13-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/motorola/2023/moto-g-power-5g/motorola-moto-g-power-5g-6gb-256gb-5g.json b/data/smartphone/motorola/2023/moto-g-power-5g/motorola-moto-g-power-5g-6gb-256gb-5g.json index f56a7ab3c6c9..3fce654b9a4c 100644 --- a/data/smartphone/motorola/2023/moto-g-power-5g/motorola-moto-g-power-5g-6gb-256gb-5g.json +++ b/data/smartphone/motorola/2023/moto-g-power-5g/motorola-moto-g-power-5g-6gb-256gb-5g.json @@ -103,5 +103,11 @@ 256 ], "soc": "dimensity-930", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 74.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/motorola/2023/moto-g14/motorola-moto-g14-8gb-256gb-4g-lte.json b/data/smartphone/motorola/2023/moto-g14/motorola-moto-g14-8gb-256gb-4g-lte.json index 2345c99538b2..3a5610b6080d 100644 --- a/data/smartphone/motorola/2023/moto-g14/motorola-moto-g14-8gb-256gb-4g-lte.json +++ b/data/smartphone/motorola/2023/moto-g14/motorola-moto-g14-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "unisoc-tiger-t616", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 161.5, + "width_mm": 73.8, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2023/moto-g73/motorola-moto-g73-8gb-256gb-5g.json b/data/smartphone/motorola/2023/moto-g73/motorola-moto-g73-8gb-256gb-5g.json index 2cbded8595c9..60a803d03bd4 100644 --- a/data/smartphone/motorola/2023/moto-g73/motorola-moto-g73-8gb-256gb-5g.json +++ b/data/smartphone/motorola/2023/moto-g73/motorola-moto-g73-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-930", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 161.4, + "width_mm": 73.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/motorola/2024/edge-50-neo/motorola-edge-50-neo-12gb-512gb-5g.json b/data/smartphone/motorola/2024/edge-50-neo/motorola-edge-50-neo-12gb-512gb-5g.json index bf9cce3a31a3..e5f60419b2ae 100644 --- a/data/smartphone/motorola/2024/edge-50-neo/motorola-edge-50-neo-12gb-512gb-5g.json +++ b/data/smartphone/motorola/2024/edge-50-neo/motorola-edge-50-neo-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-7300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 68.0, + "dimensions": { + "height_mm": 154.1, + "width_mm": 71.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/motorola/2024/moto-e14/motorola-moto-e14-4gb-64gb-4g-lte.json b/data/smartphone/motorola/2024/moto-e14/motorola-moto-e14-4gb-64gb-4g-lte.json index 75b0dec8fa8e..9fdaaf548832 100644 --- a/data/smartphone/motorola/2024/moto-e14/motorola-moto-e14-4gb-64gb-4g-lte.json +++ b/data/smartphone/motorola/2024/moto-e14/motorola-moto-e14-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "unisoc-t606", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 74.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2024/moto-g04/motorola-moto-g04-8gb-128gb-4g-lte.json b/data/smartphone/motorola/2024/moto-g04/motorola-moto-g04-8gb-128gb-4g-lte.json index 67760e6f5811..16fba0bbba83 100644 --- a/data/smartphone/motorola/2024/moto-g04/motorola-moto-g04-8gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2024/moto-g04/motorola-moto-g04-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 74.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2024/moto-g04s/motorola-moto-g04s-8gb-128gb-4g-lte.json b/data/smartphone/motorola/2024/moto-g04s/motorola-moto-g04s-8gb-128gb-4g-lte.json index 26e09317cee4..7d208681cc33 100644 --- a/data/smartphone/motorola/2024/moto-g04s/motorola-moto-g04s-8gb-128gb-4g-lte.json +++ b/data/smartphone/motorola/2024/moto-g04s/motorola-moto-g04s-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 74.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/motorola/2024/moto-s50/motorola-moto-s50-12gb-512gb-5g.json b/data/smartphone/motorola/2024/moto-s50/motorola-moto-s50-12gb-512gb-5g.json index 81c9d3b44fac..265af3f83220 100644 --- a/data/smartphone/motorola/2024/moto-s50/motorola-moto-s50-12gb-512gb-5g.json +++ b/data/smartphone/motorola/2024/moto-s50/motorola-moto-s50-12gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "dimensity-7300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 68.0, + "dimensions": { + "height_mm": 154.1, + "width_mm": 71.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/motorola/2024/thinkphone-25/motorola-thinkphone-25-12gb-512gb-5g.json b/data/smartphone/motorola/2024/thinkphone-25/motorola-thinkphone-25-12gb-512gb-5g.json index 6166eba1e6c2..eb5b644f0bf5 100644 --- a/data/smartphone/motorola/2024/thinkphone-25/motorola-thinkphone-25-12gb-512gb-5g.json +++ b/data/smartphone/motorola/2024/thinkphone-25/motorola-thinkphone-25-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-7300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 68.0, + "dimensions": { + "height_mm": 154.1, + "width_mm": 71.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/nokia/2011/n9/nokia-n9-1gb-64gb-3g.json b/data/smartphone/nokia/2011/n9/nokia-n9-1gb-64gb-3g.json index 806364c62c94..263cefc873a3 100644 --- a/data/smartphone/nokia/2011/n9/nokia-n9-1gb-64gb-3g.json +++ b/data/smartphone/nokia/2011/n9/nokia-n9-1gb-64gb-3g.json @@ -114,5 +114,10 @@ 64 ], "soc": "ti-omap-3630", - "os_version": "1.2" + "os_version": "1.2", + "dimensions": { + "height_mm": 116.5, + "width_mm": 61.2, + "depth_mm": 12.1 + } } diff --git a/data/smartphone/nokia/2012/lumia-810/nokia-lumia-810-1gb-8gb-3g.json b/data/smartphone/nokia/2012/lumia-810/nokia-lumia-810-1gb-8gb-3g.json index 729936a62bf1..b78099b01410 100644 --- a/data/smartphone/nokia/2012/lumia-810/nokia-lumia-810-1gb-8gb-3g.json +++ b/data/smartphone/nokia/2012/lumia-810/nokia-lumia-810-1gb-8gb-3g.json @@ -110,5 +110,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 127.8, + "width_mm": 68.4, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/nokia/2012/lumia-820/nokia-lumia-820-1gb-8gb-4g-lte.json b/data/smartphone/nokia/2012/lumia-820/nokia-lumia-820-1gb-8gb-4g-lte.json index f84f1f694a01..309eb8cea8d5 100644 --- a/data/smartphone/nokia/2012/lumia-820/nokia-lumia-820-1gb-8gb-4g-lte.json +++ b/data/smartphone/nokia/2012/lumia-820/nokia-lumia-820-1gb-8gb-4g-lte.json @@ -112,5 +112,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 123.8, + "width_mm": 68.5, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/nokia/2012/lumia-822/nokia-lumia-822-1gb-16gb-4g-lte.json b/data/smartphone/nokia/2012/lumia-822/nokia-lumia-822-1gb-16gb-4g-lte.json index 27fd0ef77788..fc8d8bfa93d0 100644 --- a/data/smartphone/nokia/2012/lumia-822/nokia-lumia-822-1gb-16gb-4g-lte.json +++ b/data/smartphone/nokia/2012/lumia-822/nokia-lumia-822-1gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 127.8, + "width_mm": 68.4, + "depth_mm": 11.2 + } } diff --git a/data/smartphone/nokia/2012/lumia-920/nokia-lumia-920-1gb-32gb-4g-lte.json b/data/smartphone/nokia/2012/lumia-920/nokia-lumia-920-1gb-32gb-4g-lte.json index d3d86b81d081..d56b233bc125 100644 --- a/data/smartphone/nokia/2012/lumia-920/nokia-lumia-920-1gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2012/lumia-920/nokia-lumia-920-1gb-32gb-4g-lte.json @@ -115,5 +115,10 @@ 32 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 130.3, + "width_mm": 70.8, + "depth_mm": 10.7 + } } diff --git a/data/smartphone/nokia/2013/lumia-1020/nokia-lumia-1020-2gb-64gb-4g-lte.json b/data/smartphone/nokia/2013/lumia-1020/nokia-lumia-1020-2gb-64gb-4g-lte.json index 90ae17abc885..e69e37548b75 100644 --- a/data/smartphone/nokia/2013/lumia-1020/nokia-lumia-1020-2gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2013/lumia-1020/nokia-lumia-1020-2gb-64gb-4g-lte.json @@ -115,5 +115,10 @@ 64 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 130.4, + "width_mm": 71.4, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/nokia/2013/lumia-1520/nokia-lumia-1520-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2013/lumia-1520/nokia-lumia-1520-2gb-32gb-4g-lte.json index 80b1c17f7c62..4c87fb0a7d7c 100644 --- a/data/smartphone/nokia/2013/lumia-1520/nokia-lumia-1520-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2013/lumia-1520/nokia-lumia-1520-2gb-32gb-4g-lte.json @@ -115,5 +115,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 162.8, + "width_mm": 85.4, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/nokia/2013/lumia-525/nokia-lumia-525-1gb-8gb-3g.json b/data/smartphone/nokia/2013/lumia-525/nokia-lumia-525-1gb-8gb-3g.json index 43e3157e4c2e..2f14cde2fbae 100644 --- a/data/smartphone/nokia/2013/lumia-525/nokia-lumia-525-1gb-8gb-3g.json +++ b/data/smartphone/nokia/2013/lumia-525/nokia-lumia-525-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "qualcomm-msm8227", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 119.9, + "width_mm": 64.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/nokia/2013/lumia-925/nokia-lumia-925-1gb-32gb-4g-lte.json b/data/smartphone/nokia/2013/lumia-925/nokia-lumia-925-1gb-32gb-4g-lte.json index 2c7ee3888ef3..da0705b5ad3d 100644 --- a/data/smartphone/nokia/2013/lumia-925/nokia-lumia-925-1gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2013/lumia-925/nokia-lumia-925-1gb-32gb-4g-lte.json @@ -114,5 +114,10 @@ 32 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 129.0, + "width_mm": 70.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/nokia/2013/lumia-928/nokia-lumia-928-1gb-32gb-4g-lte.json b/data/smartphone/nokia/2013/lumia-928/nokia-lumia-928-1gb-32gb-4g-lte.json index 87bfbcf9d4c7..ffa0ed9ecd95 100644 --- a/data/smartphone/nokia/2013/lumia-928/nokia-lumia-928-1gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2013/lumia-928/nokia-lumia-928-1gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 133.0, + "width_mm": 68.9, + "depth_mm": 10.1 + } } diff --git a/data/smartphone/nokia/2014/lumia-635/nokia-lumia-635-1gb-8gb-4g-lte.json b/data/smartphone/nokia/2014/lumia-635/nokia-lumia-635-1gb-8gb-4g-lte.json index 101aa7a5e843..bdf73c98f6fc 100644 --- a/data/smartphone/nokia/2014/lumia-635/nokia-lumia-635-1gb-8gb-4g-lte.json +++ b/data/smartphone/nokia/2014/lumia-635/nokia-lumia-635-1gb-8gb-4g-lte.json @@ -109,5 +109,10 @@ 8 ], "soc": "qualcomm-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 129.5, + "width_mm": 66.7, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/nokia/2014/lumia-638/nokia-lumia-638-1gb-8gb-4g-lte.json b/data/smartphone/nokia/2014/lumia-638/nokia-lumia-638-1gb-8gb-4g-lte.json index 537dec6a973e..e97e5e86a720 100644 --- a/data/smartphone/nokia/2014/lumia-638/nokia-lumia-638-1gb-8gb-4g-lte.json +++ b/data/smartphone/nokia/2014/lumia-638/nokia-lumia-638-1gb-8gb-4g-lte.json @@ -99,5 +99,10 @@ 8 ], "soc": "qualcomm-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 129.5, + "width_mm": 66.7, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/nokia/2014/lumia-735/nokia-lumia-735-1gb-8gb-4g-lte.json b/data/smartphone/nokia/2014/lumia-735/nokia-lumia-735-1gb-8gb-4g-lte.json index 50abaae882d5..f303a46731a1 100644 --- a/data/smartphone/nokia/2014/lumia-735/nokia-lumia-735-1gb-8gb-4g-lte.json +++ b/data/smartphone/nokia/2014/lumia-735/nokia-lumia-735-1gb-8gb-4g-lte.json @@ -112,5 +112,10 @@ 8 ], "soc": "qualcomm-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 134.7, + "width_mm": 68.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/nokia/2014/lumia-830/nokia-lumia-830-1gb-16gb-4g-lte.json b/data/smartphone/nokia/2014/lumia-830/nokia-lumia-830-1gb-16gb-4g-lte.json index e2911bdda433..699f8ac5baec 100644 --- a/data/smartphone/nokia/2014/lumia-830/nokia-lumia-830-1gb-16gb-4g-lte.json +++ b/data/smartphone/nokia/2014/lumia-830/nokia-lumia-830-1gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 139.4, + "width_mm": 70.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/nokia/2014/lumia-930/nokia-lumia-930-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2014/lumia-930/nokia-lumia-930-2gb-32gb-4g-lte.json index de20310e6701..b2aa43b5140a 100644 --- a/data/smartphone/nokia/2014/lumia-930/nokia-lumia-930-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2014/lumia-930/nokia-lumia-930-2gb-32gb-4g-lte.json @@ -115,5 +115,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 137.0, + "width_mm": 71.0, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/nokia/2014/lumia-icon/nokia-lumia-icon-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2014/lumia-icon/nokia-lumia-icon-2gb-32gb-4g-lte.json index 9a91e3d5b414..e5a0b8869da5 100644 --- a/data/smartphone/nokia/2014/lumia-icon/nokia-lumia-icon-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2014/lumia-icon/nokia-lumia-icon-2gb-32gb-4g-lte.json @@ -110,5 +110,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 137.0, + "width_mm": 71.0, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/nokia/2014/n1/nokia-n1-2gb-32gb-2g.json b/data/smartphone/nokia/2014/n1/nokia-n1-2gb-32gb-2g.json index f3ef27e84700..e2c9089bb391 100644 --- a/data/smartphone/nokia/2014/n1/nokia-n1-2gb-32gb-2g.json +++ b/data/smartphone/nokia/2014/n1/nokia-n1-2gb-32gb-2g.json @@ -102,5 +102,10 @@ 32 ], "soc": "intel-atom-z3580", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 200.7, + "width_mm": 138.6, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/nokia/2017/2/nokia-2-1gb-8gb-4g-lte.json b/data/smartphone/nokia/2017/2/nokia-2-1gb-8gb-4g-lte.json index a970715bc3e0..334cad14662f 100644 --- a/data/smartphone/nokia/2017/2/nokia-2-1gb-8gb-4g-lte.json +++ b/data/smartphone/nokia/2017/2/nokia-2-1gb-8gb-4g-lte.json @@ -116,5 +116,10 @@ 8 ], "soc": "qualcomm-msm8909v2-snapdragon-212", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.3, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/nokia/2017/3/nokia-3-2gb-16gb-4g-lte.json b/data/smartphone/nokia/2017/3/nokia-3-2gb-16gb-4g-lte.json index 14db0ed8d2a6..a90cccdcfc75 100644 --- a/data/smartphone/nokia/2017/3/nokia-3-2gb-16gb-4g-lte.json +++ b/data/smartphone/nokia/2017/3/nokia-3-2gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.4, + "width_mm": 71.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/nokia/2017/5/nokia-5-3gb-16gb-4g-lte.json b/data/smartphone/nokia/2017/5/nokia-5-3gb-16gb-4g-lte.json index 21a120ae7f24..ab08eed644ad 100644 --- a/data/smartphone/nokia/2017/5/nokia-5-3gb-16gb-4g-lte.json +++ b/data/smartphone/nokia/2017/5/nokia-5-3gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 149.7, + "width_mm": 72.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/nokia/2017/6/nokia-6-4gb-64gb-4g-lte.json b/data/smartphone/nokia/2017/6/nokia-6-4gb-64gb-4g-lte.json index 25dabc0a56eb..8cae7a5bf716 100644 --- a/data/smartphone/nokia/2017/6/nokia-6-4gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2017/6/nokia-6-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 75.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/nokia/2017/7/nokia-7-6gb-64gb-4g-lte.json b/data/smartphone/nokia/2017/7/nokia-7-6gb-64gb-4g-lte.json index 992cc480d6d9..04b7a9d10e9b 100644 --- a/data/smartphone/nokia/2017/7/nokia-7-6gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2017/7/nokia-7-6gb-64gb-4g-lte.json @@ -108,5 +108,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 141.2, + "width_mm": 71.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/nokia/2017/8/nokia-8-6gb-128gb-4g-lte.json b/data/smartphone/nokia/2017/8/nokia-8-6gb-128gb-4g-lte.json index 28612e5f6abf..15b7583f09e0 100644 --- a/data/smartphone/nokia/2017/8/nokia-8-6gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2017/8/nokia-8-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.5, + "width_mm": 73.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/nokia/2018/1/nokia-1-1gb-8gb-4g-lte.json b/data/smartphone/nokia/2018/1/nokia-1-1gb-8gb-4g-lte.json index c5c565c73010..e873dab8d5b6 100644 --- a/data/smartphone/nokia/2018/1/nokia-1-1gb-8gb-4g-lte.json +++ b/data/smartphone/nokia/2018/1/nokia-1-1gb-8gb-4g-lte.json @@ -106,5 +106,10 @@ 8 ], "soc": "mediatek-mt6737m", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 133.6, + "width_mm": 67.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/nokia/2018/2-1/nokia-2-1-1gb-8gb-4g-lte.json b/data/smartphone/nokia/2018/2-1/nokia-2-1-1gb-8gb-4g-lte.json index a10e7fe0d7e9..f8daa5871ba7 100644 --- a/data/smartphone/nokia/2018/2-1/nokia-2-1-1gb-8gb-4g-lte.json +++ b/data/smartphone/nokia/2018/2-1/nokia-2-1-1gb-8gb-4g-lte.json @@ -108,5 +108,11 @@ 8 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 153.6, + "width_mm": 77.6, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/nokia/2018/3-1/nokia-3-1-3gb-32gb-4g-lte.json b/data/smartphone/nokia/2018/3-1/nokia-3-1-3gb-32gb-4g-lte.json index 5197dee1bd4e..279dba8a586d 100644 --- a/data/smartphone/nokia/2018/3-1/nokia-3-1-3gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2018/3-1/nokia-3-1-3gb-32gb-4g-lte.json @@ -117,5 +117,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 146.3, + "width_mm": 68.7, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/nokia/2018/6-1-plus-nokia-x6/nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte.json b/data/smartphone/nokia/2018/6-1-plus-nokia-x6/nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte.json index 7188d5f6665e..3858bd3ee62a 100644 --- a/data/smartphone/nokia/2018/6-1-plus-nokia-x6/nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2018/6-1-plus-nokia-x6/nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte.json @@ -110,5 +110,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.2, + "width_mm": 71.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/nokia/2018/6-1/nokia-6-1-4gb-64gb-4g-lte.json b/data/smartphone/nokia/2018/6-1/nokia-6-1-4gb-64gb-4g-lte.json index c69a13f6dc8c..3978d2acab35 100644 --- a/data/smartphone/nokia/2018/6-1/nokia-6-1-4gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2018/6-1/nokia-6-1-4gb-64gb-4g-lte.json @@ -118,5 +118,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 148.8, + "width_mm": 75.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/nokia/2018/7-1/nokia-7-1-4gb-64gb-4g-lte.json b/data/smartphone/nokia/2018/7-1/nokia-7-1-4gb-64gb-4g-lte.json index 31f5effa302f..4edb5fc93b06 100644 --- a/data/smartphone/nokia/2018/7-1/nokia-7-1-4gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2018/7-1/nokia-7-1-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 149.7, + "width_mm": 71.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/nokia/2018/7-plus/nokia-7-plus-6gb-64gb-4g-lte.json b/data/smartphone/nokia/2018/7-plus/nokia-7-plus-6gb-64gb-4g-lte.json index 1fb360075806..858f2a5690bc 100644 --- a/data/smartphone/nokia/2018/7-plus/nokia-7-plus-6gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2018/7-plus/nokia-7-plus-6gb-64gb-4g-lte.json @@ -118,5 +118,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/nokia/2018/8-1-nokia-x7/nokia-8-1-nokia-x7-6gb-128gb-4g-lte.json b/data/smartphone/nokia/2018/8-1-nokia-x7/nokia-8-1-nokia-x7-6gb-128gb-4g-lte.json index 29600e9066bb..9139532d6b64 100644 --- a/data/smartphone/nokia/2018/8-1-nokia-x7/nokia-8-1-nokia-x7-6gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2018/8-1-nokia-x7/nokia-8-1-nokia-x7-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.8, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/nokia/2018/8-sirocco/nokia-8-sirocco-6gb-128gb-4g-lte.json b/data/smartphone/nokia/2018/8-sirocco/nokia-8-sirocco-6gb-128gb-4g-lte.json index 4dec14921880..f69048a9fe10 100644 --- a/data/smartphone/nokia/2018/8-sirocco/nokia-8-sirocco-6gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2018/8-sirocco/nokia-8-sirocco-6gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 140.9, + "width_mm": 73.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/nokia/2019/1-plus/nokia-1-plus-3gb-16gb-4g-lte.json b/data/smartphone/nokia/2019/1-plus/nokia-1-plus-3gb-16gb-4g-lte.json index 7ae320966292..5d1902e9c164 100644 --- a/data/smartphone/nokia/2019/1-plus/nokia-1-plus-3gb-16gb-4g-lte.json +++ b/data/smartphone/nokia/2019/1-plus/nokia-1-plus-3gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "mediatek-mt6739ww", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 145.0, + "width_mm": 70.4, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/nokia/2019/2-2/nokia-2-2-3gb-32gb-4g-lte.json b/data/smartphone/nokia/2019/2-2/nokia-2-2-3gb-32gb-4g-lte.json index 2ff2fcb0d608..a623da87468f 100644 --- a/data/smartphone/nokia/2019/2-2/nokia-2-2-3gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2019/2-2/nokia-2-2-3gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 146.0, + "width_mm": 70.6, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/nokia/2019/2-3/nokia-2-3-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2019/2-3/nokia-2-3-2gb-32gb-4g-lte.json index 3f8dde0da9fc..9f89055bf8ea 100644 --- a/data/smartphone/nokia/2019/2-3/nokia-2-3-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2019/2-3/nokia-2-3-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 157.7, + "width_mm": 75.4, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/nokia/2019/3-1-a/nokia-3-1-a-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2019/3-1-a/nokia-3-1-a-2gb-32gb-4g-lte.json index 451f81c82aa1..cdaff0695d93 100644 --- a/data/smartphone/nokia/2019/3-1-a/nokia-3-1-a-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2019/3-1-a/nokia-3-1-a-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-sdm429-snapdragon-429", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.7, + "width_mm": 71.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/nokia/2019/3-1-c/nokia-3-1-c-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2019/3-1-c/nokia-3-1-c-2gb-32gb-4g-lte.json index 496a2c0206de..f068fdf619ec 100644 --- a/data/smartphone/nokia/2019/3-1-c/nokia-3-1-c-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2019/3-1-c/nokia-3-1-c-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-sdm429-snapdragon-429", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.7, + "width_mm": 71.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/nokia/2019/3-2/nokia-3-2-3gb-64gb-4g-lte.json b/data/smartphone/nokia/2019/3-2/nokia-3-2-3gb-64gb-4g-lte.json index f31fb19b6f9a..4bfcfd7665a4 100644 --- a/data/smartphone/nokia/2019/3-2/nokia-3-2-3gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2019/3-2/nokia-3-2-3gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm429-snapdragon-429", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/nokia/2019/4-2/nokia-4-2-3gb-32gb-4g-lte.json b/data/smartphone/nokia/2019/4-2/nokia-4-2-3gb-32gb-4g-lte.json index c0231295ce87..fac16f955763 100644 --- a/data/smartphone/nokia/2019/4-2/nokia-4-2-3gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2019/4-2/nokia-4-2-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 149.0, + "width_mm": 71.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/nokia/2019/6-2/nokia-6-2-4gb-128gb-4g-lte.json b/data/smartphone/nokia/2019/6-2/nokia-6-2-4gb-128gb-4g-lte.json index 6aa396b7933b..da9bcc04e3cc 100644 --- a/data/smartphone/nokia/2019/6-2/nokia-6-2-4gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2019/6-2/nokia-6-2-4gb-128gb-4g-lte.json @@ -118,5 +118,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/nokia/2019/7-2/nokia-7-2-6gb-128gb-4g-lte.json b/data/smartphone/nokia/2019/7-2/nokia-7-2-6gb-128gb-4g-lte.json index ddd99c9f8add..309866d593ef 100644 --- a/data/smartphone/nokia/2019/7-2/nokia-7-2-6gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2019/7-2/nokia-7-2-6gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/nokia/2019/9-pureview/nokia-9-pureview-6gb-128gb-4g-lte.json b/data/smartphone/nokia/2019/9-pureview/nokia-9-pureview-6gb-128gb-4g-lte.json index b4447c9429b4..42bf46f3357c 100644 --- a/data/smartphone/nokia/2019/9-pureview/nokia-9-pureview-6gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2019/9-pureview/nokia-9-pureview-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.0, + "width_mm": 75.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/nokia/2019/x71/nokia-x71-6gb-128gb-4g-lte.json b/data/smartphone/nokia/2019/x71/nokia-x71-6gb-128gb-4g-lte.json index ee437afaaa17..ee08cce8e52f 100644 --- a/data/smartphone/nokia/2019/x71/nokia-x71-6gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2019/x71/nokia-x71-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.2, + "width_mm": 76.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/nokia/2020/2-4/nokia-2-4-3gb-64gb-4g-lte.json b/data/smartphone/nokia/2020/2-4/nokia-2-4-3gb-64gb-4g-lte.json index 617cc5667506..653749e65d39 100644 --- a/data/smartphone/nokia/2020/2-4/nokia-2-4-3gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2020/2-4/nokia-2-4-3gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.9, + "width_mm": 76.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/nokia/2020/2-v-tella/nokia-2-v-tella-2gb-16gb-4g-lte.json b/data/smartphone/nokia/2020/2-v-tella/nokia-2-v-tella-2gb-16gb-4g-lte.json index b2f6dcd71900..2ee4b5be77bb 100644 --- a/data/smartphone/nokia/2020/2-v-tella/nokia-2-v-tella-2gb-16gb-4g-lte.json +++ b/data/smartphone/nokia/2020/2-v-tella/nokia-2-v-tella-2gb-16gb-4g-lte.json @@ -103,5 +103,11 @@ 16 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 150.6, + "width_mm": 71.6, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/nokia/2020/3-v/nokia-3-v-2gb-16gb-4g-lte.json b/data/smartphone/nokia/2020/3-v/nokia-3-v-2gb-16gb-4g-lte.json index 8eaf7d1fd3d8..8ef6db0273e8 100644 --- a/data/smartphone/nokia/2020/3-v/nokia-3-v-2gb-16gb-4g-lte.json +++ b/data/smartphone/nokia/2020/3-v/nokia-3-v-2gb-16gb-4g-lte.json @@ -102,5 +102,11 @@ 16 ], "soc": "qualcomm-sdm429-snapdragon-429", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 161.2, + "width_mm": 76.2, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/nokia/2020/5-3/nokia-5-3-6gb-128gb-4g-lte.json b/data/smartphone/nokia/2020/5-3/nokia-5-3-6gb-128gb-4g-lte.json index 6471e4386695..2e48bf627295 100644 --- a/data/smartphone/nokia/2020/5-3/nokia-5-3-6gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2020/5-3/nokia-5-3-6gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/nokia/2020/c2-tava/nokia-c2-tava-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2020/c2-tava/nokia-c2-tava-2gb-32gb-4g-lte.json index 81383664040b..30aa8e936502 100644 --- a/data/smartphone/nokia/2020/c2-tava/nokia-c2-tava-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2020/c2-tava/nokia-c2-tava-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 150.6, + "width_mm": 72.4, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/nokia/2020/c2-tennen/nokia-c2-tennen-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2020/c2-tennen/nokia-c2-tennen-2gb-32gb-4g-lte.json index cabcb903a4c4..da735f60f70f 100644 --- a/data/smartphone/nokia/2020/c2-tennen/nokia-c2-tennen-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2020/c2-tennen/nokia-c2-tennen-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 150.6, + "width_mm": 72.4, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/nokia/2020/c3/nokia-c3-3gb-32gb-4g-lte.json b/data/smartphone/nokia/2020/c3/nokia-c3-3gb-32gb-4g-lte.json index f6c04ca6315c..6fa3f53e0f7e 100644 --- a/data/smartphone/nokia/2020/c3/nokia-c3-3gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2020/c3/nokia-c3-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 159.9, + "width_mm": 77.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/nokia/2020/c5-endi/nokia-c5-endi-3gb-64gb-4g-lte.json b/data/smartphone/nokia/2020/c5-endi/nokia-c5-endi-3gb-64gb-4g-lte.json index d21728ae4fed..5d63e80ec099 100644 --- a/data/smartphone/nokia/2020/c5-endi/nokia-c5-endi-3gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2020/c5-endi/nokia-c5-endi-3gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 171.7, + "width_mm": 76.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/nokia/2021/c01-plus/nokia-c01-plus-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2021/c01-plus/nokia-c01-plus-2gb-32gb-4g-lte.json index a11588b05de2..bd5a64834b59 100644 --- a/data/smartphone/nokia/2021/c01-plus/nokia-c01-plus-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2021/c01-plus/nokia-c01-plus-2gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 148.0, + "width_mm": 71.8, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/nokia/2021/c20-plus/nokia-c20-plus-3gb-32gb-4g-lte.json b/data/smartphone/nokia/2021/c20-plus/nokia-c20-plus-3gb-32gb-4g-lte.json index b90cc566fdb0..a6554f61a998 100644 --- a/data/smartphone/nokia/2021/c20-plus/nokia-c20-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2021/c20-plus/nokia-c20-plus-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.4, + "width_mm": 75.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/nokia/2021/c20/nokia-c20-2gb-32gb-4g-lte.json b/data/smartphone/nokia/2021/c20/nokia-c20-2gb-32gb-4g-lte.json index b6d8296912f2..8728b590ac6a 100644 --- a/data/smartphone/nokia/2021/c20/nokia-c20-2gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2021/c20/nokia-c20-2gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 169.9, + "width_mm": 77.9, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/nokia/2021/c30/nokia-c30-4gb-64gb-4g-lte.json b/data/smartphone/nokia/2021/c30/nokia-c30-4gb-64gb-4g-lte.json index 31dc327ac9fe..aacb4b6a8289 100644 --- a/data/smartphone/nokia/2021/c30/nokia-c30-4gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2021/c30/nokia-c30-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 177.7, + "width_mm": 79.1, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/nokia/2022/c200/nokia-c200-3gb-32gb-4g-lte.json b/data/smartphone/nokia/2022/c200/nokia-c200-3gb-32gb-4g-lte.json index 51dc05395ae3..c87d41564874 100644 --- a/data/smartphone/nokia/2022/c200/nokia-c200-3gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2022/c200/nokia-c200-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 73.1, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/nokia/2022/c21-plus/nokia-c21-plus-4gb-64gb-4g-lte.json b/data/smartphone/nokia/2022/c21-plus/nokia-c21-plus-4gb-64gb-4g-lte.json index 49e132b5d18b..a239944277ac 100644 --- a/data/smartphone/nokia/2022/c21-plus/nokia-c21-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2022/c21-plus/nokia-c21-plus-4gb-64gb-4g-lte.json @@ -108,5 +108,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/nokia/2022/c21/nokia-c21-3gb-64gb-4g-lte.json b/data/smartphone/nokia/2022/c21/nokia-c21-3gb-64gb-4g-lte.json index 0a0290ae9926..5a423a60a9a8 100644 --- a/data/smartphone/nokia/2022/c21/nokia-c21-3gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2022/c21/nokia-c21-3gb-64gb-4g-lte.json @@ -106,5 +106,10 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 169.9, + "width_mm": 77.9, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/nokia/2022/c31/nokia-c31-4gb-128gb-4g-lte.json b/data/smartphone/nokia/2022/c31/nokia-c31-4gb-128gb-4g-lte.json index 4aa9b12b9795..fc5ec3255d02 100644 --- a/data/smartphone/nokia/2022/c31/nokia-c31-4gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2022/c31/nokia-c31-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "unisoc-sc9863a", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 169.2, + "width_mm": 78.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/nokia/2022/g11-plus/nokia-g11-plus-4gb-128gb-4g-lte.json b/data/smartphone/nokia/2022/g11-plus/nokia-g11-plus-4gb-128gb-4g-lte.json index 6ffbaa4ae85a..f4105e0fc07e 100644 --- a/data/smartphone/nokia/2022/g11-plus/nokia-g11-plus-4gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2022/g11-plus/nokia-g11-plus-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/nokia/2022/g11/nokia-g11-4gb-64gb-4g-lte.json b/data/smartphone/nokia/2022/g11/nokia-g11-4gb-64gb-4g-lte.json index e8d65f092750..71a4dfbdd6d3 100644 --- a/data/smartphone/nokia/2022/g11/nokia-g11-4gb-64gb-4g-lte.json +++ b/data/smartphone/nokia/2022/g11/nokia-g11-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "unisoc-t606", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/nokia/2022/g21/nokia-g21-6gb-128gb-4g-lte.json b/data/smartphone/nokia/2022/g21/nokia-g21-6gb-128gb-4g-lte.json index d096864b0f7f..723a64f2bf80 100644 --- a/data/smartphone/nokia/2022/g21/nokia-g21-6gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2022/g21/nokia-g21-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/nokia/2022/t21/nokia-t21-4gb-128gb-4g-lte.json b/data/smartphone/nokia/2022/t21/nokia-t21-4gb-128gb-4g-lte.json index e8d0afd02630..d46d9ca64633 100644 --- a/data/smartphone/nokia/2022/t21/nokia-t21-4gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2022/t21/nokia-t21-4gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 247.5, + "width_mm": 157.3, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/nokia/2023/c110/nokia-c110-3gb-32gb-4g-lte.json b/data/smartphone/nokia/2023/c110/nokia-c110-3gb-32gb-4g-lte.json index d7c072eb7246..0563673ca194 100644 --- a/data/smartphone/nokia/2023/c110/nokia-c110-3gb-32gb-4g-lte.json +++ b/data/smartphone/nokia/2023/c110/nokia-c110-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 5.0, + "dimensions": { + "height_mm": 160.8, + "width_mm": 74.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/nokia/2023/c22/nokia-c22-4gb-128gb-4g-lte.json b/data/smartphone/nokia/2023/c22/nokia-c22-4gb-128gb-4g-lte.json index 5133bd49f695..b702535e108e 100644 --- a/data/smartphone/nokia/2023/c22/nokia-c22-4gb-128gb-4g-lte.json +++ b/data/smartphone/nokia/2023/c22/nokia-c22-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "unisoc-sc9863a", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/nokia/2023/g22/nokia-g22-6gb-256gb-4g-lte.json b/data/smartphone/nokia/2023/g22/nokia-g22-6gb-256gb-4g-lte.json index d61d64ab169e..079f37523bbd 100644 --- a/data/smartphone/nokia/2023/g22/nokia-g22-6gb-256gb-4g-lte.json +++ b/data/smartphone/nokia/2023/g22/nokia-g22-6gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/nothing/2024/cmf-phone-1/nothing-cmf-phone-1-8gb-256gb-5g.json b/data/smartphone/nothing/2024/cmf-phone-1/nothing-cmf-phone-1-8gb-256gb-5g.json index 6ad68d5a0a52..4505cf38c38a 100644 --- a/data/smartphone/nothing/2024/cmf-phone-1/nothing-cmf-phone-1-8gb-256gb-5g.json +++ b/data/smartphone/nothing/2024/cmf-phone-1/nothing-cmf-phone-1-8gb-256gb-5g.json @@ -110,5 +110,11 @@ 256 ], "soc": "dimensity-7300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 77.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oneplus/2014/one/oneplus-one-3gb-64gb-4g-lte.json b/data/smartphone/oneplus/2014/one/oneplus-one-3gb-64gb-4g-lte.json index 146880bc0174..0f7924bffd24 100644 --- a/data/smartphone/oneplus/2014/one/oneplus-one-3gb-64gb-4g-lte.json +++ b/data/smartphone/oneplus/2014/one/oneplus-one-3gb-64gb-4g-lte.json @@ -114,5 +114,10 @@ 64 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 152.9, + "width_mm": 75.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/oneplus/2015/2/oneplus-2-4gb-64gb-4g-lte.json b/data/smartphone/oneplus/2015/2/oneplus-2-4gb-64gb-4g-lte.json index 2604e8fa8a32..6c49c629f313 100644 --- a/data/smartphone/oneplus/2015/2/oneplus-2-4gb-64gb-4g-lte.json +++ b/data/smartphone/oneplus/2015/2/oneplus-2-4gb-64gb-4g-lte.json @@ -114,5 +114,10 @@ 64 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 151.8, + "width_mm": 74.9, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/oneplus/2015/x/oneplus-x-3gb-16gb-4g-lte.json b/data/smartphone/oneplus/2015/x/oneplus-x-3gb-16gb-4g-lte.json index e3acec9eaff2..f2de323793c3 100644 --- a/data/smartphone/oneplus/2015/x/oneplus-x-3gb-16gb-4g-lte.json +++ b/data/smartphone/oneplus/2015/x/oneplus-x-3gb-16gb-4g-lte.json @@ -112,5 +112,10 @@ 16 ], "soc": "qualcomm-snapdragon-801", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 140.0, + "width_mm": 69.0, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/oneplus/2016/3/oneplus-3-6gb-64gb-4g-lte.json b/data/smartphone/oneplus/2016/3/oneplus-3-6gb-64gb-4g-lte.json index e5b25dc4d49f..dae916265cd0 100644 --- a/data/smartphone/oneplus/2016/3/oneplus-3-6gb-64gb-4g-lte.json +++ b/data/smartphone/oneplus/2016/3/oneplus-3-6gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 152.7, + "width_mm": 74.7, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oneplus/2016/3t/oneplus-3t-6gb-128gb-4g-lte.json b/data/smartphone/oneplus/2016/3t/oneplus-3t-6gb-128gb-4g-lte.json index 182f38df7653..f6d0e073edf5 100644 --- a/data/smartphone/oneplus/2016/3t/oneplus-3t-6gb-128gb-4g-lte.json +++ b/data/smartphone/oneplus/2016/3t/oneplus-3t-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 152.7, + "width_mm": 74.7, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oneplus/2017/5/oneplus-5-8gb-128gb-4g-lte.json b/data/smartphone/oneplus/2017/5/oneplus-5-8gb-128gb-4g-lte.json index 024e98cbbc10..6200a556d6eb 100644 --- a/data/smartphone/oneplus/2017/5/oneplus-5-8gb-128gb-4g-lte.json +++ b/data/smartphone/oneplus/2017/5/oneplus-5-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 154.2, + "width_mm": 74.1, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/oneplus/2017/5t/oneplus-5t-8gb-128gb-4g-lte.json b/data/smartphone/oneplus/2017/5t/oneplus-5t-8gb-128gb-4g-lte.json index a0f39edd722e..2c5060cf4bba 100644 --- a/data/smartphone/oneplus/2017/5t/oneplus-5t-8gb-128gb-4g-lte.json +++ b/data/smartphone/oneplus/2017/5t/oneplus-5t-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.1, + "width_mm": 75.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/oneplus/2018/6/oneplus-6-8gb-256gb-4g-lte.json b/data/smartphone/oneplus/2018/6/oneplus-6-8gb-256gb-4g-lte.json index 7145fe0837ab..4f8aefae1e57 100644 --- a/data/smartphone/oneplus/2018/6/oneplus-6-8gb-256gb-4g-lte.json +++ b/data/smartphone/oneplus/2018/6/oneplus-6-8gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 155.7, + "width_mm": 75.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oneplus/2018/6t-mclaren/oneplus-6t-mclaren-10gb-256gb-4g-lte.json b/data/smartphone/oneplus/2018/6t-mclaren/oneplus-6t-mclaren-10gb-256gb-4g-lte.json index bad69d0a1f68..94e2ed2fcd7c 100644 --- a/data/smartphone/oneplus/2018/6t-mclaren/oneplus-6t-mclaren-10gb-256gb-4g-lte.json +++ b/data/smartphone/oneplus/2018/6t-mclaren/oneplus-6t-mclaren-10gb-256gb-4g-lte.json @@ -108,5 +108,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oneplus/2018/6t/oneplus-6t-8gb-256gb-4g-lte.json b/data/smartphone/oneplus/2018/6t/oneplus-6t-8gb-256gb-4g-lte.json index 693ec17ecaf3..ee67ab721311 100644 --- a/data/smartphone/oneplus/2018/6t/oneplus-6t-8gb-256gb-4g-lte.json +++ b/data/smartphone/oneplus/2018/6t/oneplus-6t-8gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oneplus/2019/7-pro-5g/oneplus-7-pro-5g-12gb-256gb-5g.json b/data/smartphone/oneplus/2019/7-pro-5g/oneplus-7-pro-5g-12gb-256gb-5g.json index 7f0128ae366f..a5027cd37b5f 100644 --- a/data/smartphone/oneplus/2019/7-pro-5g/oneplus-7-pro-5g-12gb-256gb-5g.json +++ b/data/smartphone/oneplus/2019/7-pro-5g/oneplus-7-pro-5g-12gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.9, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/oneplus/2019/7-pro/oneplus-7-pro-12gb-256gb-4g-lte.json b/data/smartphone/oneplus/2019/7-pro/oneplus-7-pro-12gb-256gb-4g-lte.json index 8d16ef45abfa..a518d236ee92 100644 --- a/data/smartphone/oneplus/2019/7-pro/oneplus-7-pro-12gb-256gb-4g-lte.json +++ b/data/smartphone/oneplus/2019/7-pro/oneplus-7-pro-12gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.9, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/oneplus/2019/7/oneplus-7-12gb-256gb-4g-lte.json b/data/smartphone/oneplus/2019/7/oneplus-7-12gb-256gb-4g-lte.json index 64c31bd7c2db..32d177b26dc9 100644 --- a/data/smartphone/oneplus/2019/7/oneplus-7-12gb-256gb-4g-lte.json +++ b/data/smartphone/oneplus/2019/7/oneplus-7-12gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 157.7, + "width_mm": 74.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oneplus/2019/7t-pro/oneplus-7t-pro-12gb-256gb-4g-lte.json b/data/smartphone/oneplus/2019/7t-pro/oneplus-7t-pro-12gb-256gb-4g-lte.json index 0b4adc3d0e43..1ae68e2b0409 100644 --- a/data/smartphone/oneplus/2019/7t-pro/oneplus-7t-pro-12gb-256gb-4g-lte.json +++ b/data/smartphone/oneplus/2019/7t-pro/oneplus-7t-pro-12gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.9, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/oneplus/2019/7t/oneplus-7t-8gb-256gb-4g-lte.json b/data/smartphone/oneplus/2019/7t/oneplus-7t-8gb-256gb-4g-lte.json index 025b99e681ca..895aefdd89ca 100644 --- a/data/smartphone/oneplus/2019/7t/oneplus-7t-8gb-256gb-4g-lte.json +++ b/data/smartphone/oneplus/2019/7t/oneplus-7t-8gb-256gb-4g-lte.json @@ -113,5 +113,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/oneplus/2022/nord-2t/oneplus-nord-2t-12gb-256gb-5g.json b/data/smartphone/oneplus/2022/nord-2t/oneplus-nord-2t-12gb-256gb-5g.json index c691fa5e6b0f..bada9b599480 100644 --- a/data/smartphone/oneplus/2022/nord-2t/oneplus-nord-2t-12gb-256gb-5g.json +++ b/data/smartphone/oneplus/2022/nord-2t/oneplus-nord-2t-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-1300", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 73.2, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oneplus/2022/nord-n300/oneplus-nord-n300-4gb-64gb-5g.json b/data/smartphone/oneplus/2022/nord-n300/oneplus-nord-n300-4gb-64gb-5g.json index f7240ad0bf6f..72419af8688c 100644 --- a/data/smartphone/oneplus/2022/nord-n300/oneplus-nord-n300-4gb-64gb-5g.json +++ b/data/smartphone/oneplus/2022/nord-n300/oneplus-nord-n300-4gb-64gb-5g.json @@ -111,5 +111,11 @@ 64 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oneplus/2023/ace-2v/oneplus-ace-2v-16gb-512gb-5g.json b/data/smartphone/oneplus/2023/ace-2v/oneplus-ace-2v-16gb-512gb-5g.json index 4e6fbaac74c1..54744089729f 100644 --- a/data/smartphone/oneplus/2023/ace-2v/oneplus-ace-2v-16gb-512gb-5g.json +++ b/data/smartphone/oneplus/2023/ace-2v/oneplus-ace-2v-16gb-512gb-5g.json @@ -109,5 +109,11 @@ 512 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.1, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oneplus/2023/nord-3/oneplus-nord-3-16gb-256gb-5g.json b/data/smartphone/oneplus/2023/nord-3/oneplus-nord-3-16gb-256gb-5g.json index c5f76459a589..68135b186e6d 100644 --- a/data/smartphone/oneplus/2023/nord-3/oneplus-nord-3-16gb-256gb-5g.json +++ b/data/smartphone/oneplus/2023/nord-3/oneplus-nord-3-16gb-256gb-5g.json @@ -116,5 +116,11 @@ 256 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 75.1, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oppo/2012/r817-real/oppo-r817-real-1gb-4gb-3g.json b/data/smartphone/oppo/2012/r817-real/oppo-r817-real-1gb-4gb-3g.json index 5de34aec9458..08e43eba5524 100644 --- a/data/smartphone/oppo/2012/r817-real/oppo-r817-real-1gb-4gb-3g.json +++ b/data/smartphone/oppo/2012/r817-real/oppo-r817-real-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6577", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 123.0, + "width_mm": 63.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/oppo/2012/t29/oppo-t29-1gb-4gb-3g.json b/data/smartphone/oppo/2012/t29/oppo-t29-1gb-4gb-3g.json index c6397822f627..239ffdf4841d 100644 --- a/data/smartphone/oppo/2012/t29/oppo-t29-1gb-4gb-3g.json +++ b/data/smartphone/oppo/2012/t29/oppo-t29-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6577", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 131.5, + "width_mm": 67.0, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/oppo/2012/u705t-ulike-2/oppo-u705t-ulike-2-1gb-16gb-3g.json b/data/smartphone/oppo/2012/u705t-ulike-2/oppo-u705t-ulike-2-1gb-16gb-3g.json index 7f25e6ad67cb..50698fb5253e 100644 --- a/data/smartphone/oppo/2012/u705t-ulike-2/oppo-u705t-ulike-2-1gb-16gb-3g.json +++ b/data/smartphone/oppo/2012/u705t-ulike-2/oppo-u705t-ulike-2-1gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6517", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 127.0, + "width_mm": 63.7, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/oppo/2013/n1/oppo-n1-2gb-32gb-3g.json b/data/smartphone/oppo/2013/n1/oppo-n1-2gb-32gb-3g.json index 999facf1f9d7..ad57f7f928f5 100644 --- a/data/smartphone/oppo/2013/n1/oppo-n1-2gb-32gb-3g.json +++ b/data/smartphone/oppo/2013/n1/oppo-n1-2gb-32gb-3g.json @@ -108,5 +108,10 @@ 32 ], "soc": "qualcomm-snapdragon-600", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 170.7, + "width_mm": 82.6, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/oppo/2013/r1-r829t/oppo-r1-r829t-1gb-16gb-3g.json b/data/smartphone/oppo/2013/r1-r829t/oppo-r1-r829t-1gb-16gb-3g.json index 1d3f6cc419b7..7f93d428c5a4 100644 --- a/data/smartphone/oppo/2013/r1-r829t/oppo-r1-r829t-1gb-16gb-3g.json +++ b/data/smartphone/oppo/2013/r1-r829t/oppo-r1-r829t-1gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6582", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 142.7, + "width_mm": 70.4, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/oppo/2013/r815t-clover/oppo-r815t-clover-1gb-4gb-3g.json b/data/smartphone/oppo/2013/r815t-clover/oppo-r815t-clover-1gb-4gb-3g.json index ff08a90dfc39..e15dea248bca 100644 --- a/data/smartphone/oppo/2013/r815t-clover/oppo-r815t-clover-1gb-4gb-3g.json +++ b/data/smartphone/oppo/2013/r815t-clover/oppo-r815t-clover-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 129.6, + "width_mm": 66.7, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/oppo/2013/r819/oppo-r819-1gb-16gb-3g.json b/data/smartphone/oppo/2013/r819/oppo-r819-1gb-16gb-3g.json index 101ae8bb1bbf..fc3b1523eae5 100644 --- a/data/smartphone/oppo/2013/r819/oppo-r819-1gb-16gb-3g.json +++ b/data/smartphone/oppo/2013/r819/oppo-r819-1gb-16gb-3g.json @@ -106,5 +106,10 @@ 16 ], "soc": "mediatek-mt6589", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 136.5, + "width_mm": 68.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/oppo/2014/find-5-mini/oppo-find-5-mini-1gb-4gb-3g.json b/data/smartphone/oppo/2014/find-5-mini/oppo-find-5-mini-1gb-4gb-3g.json index 93315066c7e9..2ac8bb3a69b6 100644 --- a/data/smartphone/oppo/2014/find-5-mini/oppo-find-5-mini-1gb-4gb-3g.json +++ b/data/smartphone/oppo/2014/find-5-mini/oppo-find-5-mini-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "mediatek-mt6582m", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 137.0, + "width_mm": 68.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2014/find-7a/oppo-find-7a-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2014/find-7a/oppo-find-7a-2gb-16gb-4g-lte.json index db513b2500d9..591570be9a52 100644 --- a/data/smartphone/oppo/2014/find-7a/oppo-find-7a-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2014/find-7a/oppo-find-7a-2gb-16gb-4g-lte.json @@ -111,5 +111,11 @@ 16 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.3" + "os_version": "4.3", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 152.6, + "width_mm": 75.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/oppo/2014/n1-mini/oppo-n1-mini-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2014/n1-mini/oppo-n1-mini-2gb-16gb-4g-lte.json index b814f6c2d58f..ff88a7e0b6b1 100644 --- a/data/smartphone/oppo/2014/n1-mini/oppo-n1-mini-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2014/n1-mini/oppo-n1-mini-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 148.4, + "width_mm": 72.2, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/oppo/2014/n3/oppo-n3-2gb-32gb-4g-lte.json b/data/smartphone/oppo/2014/n3/oppo-n3-2gb-32gb-4g-lte.json index f76d44242c3f..ccea71e7b487 100644 --- a/data/smartphone/oppo/2014/n3/oppo-n3-2gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2014/n3/oppo-n3-2gb-32gb-4g-lte.json @@ -110,5 +110,11 @@ 32 ], "soc": "qualcomm-msm8974aa-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 161.2, + "width_mm": 77.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/oppo/2014/neo-5/oppo-neo-5-1gb-4gb-3g.json b/data/smartphone/oppo/2014/neo-5/oppo-neo-5-1gb-4gb-3g.json index fc25cc21452b..3fa6bed75050 100644 --- a/data/smartphone/oppo/2014/neo-5/oppo-neo-5-1gb-4gb-3g.json +++ b/data/smartphone/oppo/2014/neo-5/oppo-neo-5-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 132.0, + "width_mm": 65.8, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/oppo/2014/r1s/oppo-r1s-1gb-16gb-4g-lte.json b/data/smartphone/oppo/2014/r1s/oppo-r1s-1gb-16gb-4g-lte.json index 639cff99a9ce..2b647df2e853 100644 --- a/data/smartphone/oppo/2014/r1s/oppo-r1s-1gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2014/r1s/oppo-r1s-1gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 142.7, + "width_mm": 70.4, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/oppo/2014/r2001-yoyo/oppo-r2001-yoyo-1gb-4gb-3g.json b/data/smartphone/oppo/2014/r2001-yoyo/oppo-r2001-yoyo-1gb-4gb-3g.json index 56f9461155e7..2dec2cf2e824 100644 --- a/data/smartphone/oppo/2014/r2001-yoyo/oppo-r2001-yoyo-1gb-4gb-3g.json +++ b/data/smartphone/oppo/2014/r2001-yoyo/oppo-r2001-yoyo-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "mediatek-mt6582m", - "os_version": "4.2.1" + "os_version": "4.2.1", + "dimensions": { + "height_mm": 138.5, + "width_mm": 69.5, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/oppo/2014/r3/oppo-r3-1gb-8gb-4g-lte.json b/data/smartphone/oppo/2014/r3/oppo-r3-1gb-8gb-4g-lte.json index cd5aa8fb1eae..3e999bbbc9ef 100644 --- a/data/smartphone/oppo/2014/r3/oppo-r3-1gb-8gb-4g-lte.json +++ b/data/smartphone/oppo/2014/r3/oppo-r3-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 142.3, + "width_mm": 70.4, + "depth_mm": 6.3 + } } diff --git a/data/smartphone/oppo/2014/r5/oppo-r5-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2014/r5/oppo-r5-2gb-16gb-4g-lte.json index 5513574aafc8..45ffa0830e7c 100644 --- a/data/smartphone/oppo/2014/r5/oppo-r5-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2014/r5/oppo-r5-2gb-16gb-4g-lte.json @@ -108,5 +108,11 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 148.9, + "width_mm": 74.5, + "depth_mm": 4.9 + } } diff --git a/data/smartphone/oppo/2015/a31-2015/oppo-a31-2015-1gb-8gb-4g-lte.json b/data/smartphone/oppo/2015/a31-2015/oppo-a31-2015-1gb-8gb-4g-lte.json index af6409b2bb2e..5f76c9a44356 100644 --- a/data/smartphone/oppo/2015/a31-2015/oppo-a31-2015-1gb-8gb-4g-lte.json +++ b/data/smartphone/oppo/2015/a31-2015/oppo-a31-2015-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 131.9, + "width_mm": 65.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2015/a33-2015/oppo-a33-2015-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2015/a33-2015/oppo-a33-2015-2gb-16gb-4g-lte.json index bb590eb630b1..e8078fa05968 100644 --- a/data/smartphone/oppo/2015/a33-2015/oppo-a33-2015-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2015/a33-2015/oppo-a33-2015-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 142.7, + "width_mm": 71.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/oppo/2015/a53-2015/oppo-a53-2015-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2015/a53-2015/oppo-a53-2015-2gb-16gb-4g-lte.json index bdd69e55cea9..672528edc953 100644 --- a/data/smartphone/oppo/2015/a53-2015/oppo-a53-2015-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2015/a53-2015/oppo-a53-2015-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 153.0, + "width_mm": 77.0, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2015/mirror-3/oppo-mirror-3-1gb-8gb-4g-lte.json b/data/smartphone/oppo/2015/mirror-3/oppo-mirror-3-1gb-8gb-4g-lte.json index cb50abf50ac2..9c97da3a0a68 100644 --- a/data/smartphone/oppo/2015/mirror-3/oppo-mirror-3-1gb-8gb-4g-lte.json +++ b/data/smartphone/oppo/2015/mirror-3/oppo-mirror-3-1gb-8gb-4g-lte.json @@ -102,5 +102,11 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4" + "os_version": "4.4", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 137.7, + "width_mm": 68.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/oppo/2015/mirror-5/oppo-mirror-5-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2015/mirror-5/oppo-mirror-5-2gb-16gb-4g-lte.json index b3d0bd313f9a..787ad44577f6 100644 --- a/data/smartphone/oppo/2015/mirror-5/oppo-mirror-5-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2015/mirror-5/oppo-mirror-5-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.4, + "width_mm": 71.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2015/mirror-5s/oppo-mirror-5s-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2015/mirror-5s/oppo-mirror-5s-2gb-16gb-4g-lte.json index b9a1d4bc1672..f0614abe81e2 100644 --- a/data/smartphone/oppo/2015/mirror-5s/oppo-mirror-5s-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2015/mirror-5s/oppo-mirror-5s-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.4, + "width_mm": 71.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2015/neo-5-2015/oppo-neo-5-2015-1gb-16gb-3g.json b/data/smartphone/oppo/2015/neo-5-2015/oppo-neo-5-2015-1gb-16gb-3g.json index bfbcc643195e..8c67752d4329 100644 --- a/data/smartphone/oppo/2015/neo-5-2015/oppo-neo-5-2015-1gb-16gb-3g.json +++ b/data/smartphone/oppo/2015/neo-5-2015/oppo-neo-5-2015-1gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6582", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 131.9, + "width_mm": 65.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2015/neo-5s/oppo-neo-5s-1gb-8gb-4g-lte.json b/data/smartphone/oppo/2015/neo-5s/oppo-neo-5s-1gb-8gb-4g-lte.json index 8ff858a47763..00964f6c9c68 100644 --- a/data/smartphone/oppo/2015/neo-5s/oppo-neo-5s-1gb-8gb-4g-lte.json +++ b/data/smartphone/oppo/2015/neo-5s/oppo-neo-5s-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 131.9, + "width_mm": 65.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2015/r1x/oppo-r1x-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2015/r1x/oppo-r1x-2gb-16gb-4g-lte.json index 05a8d9766b7d..afaf283fa0e9 100644 --- a/data/smartphone/oppo/2015/r1x/oppo-r1x-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2015/r1x/oppo-r1x-2gb-16gb-4g-lte.json @@ -111,5 +111,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 140.6, + "width_mm": 70.1, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/oppo/2015/r5s/oppo-r5s-3gb-32gb-4g-lte.json b/data/smartphone/oppo/2015/r5s/oppo-r5s-3gb-32gb-4g-lte.json index a05b2b49bf81..c595ae4379df 100644 --- a/data/smartphone/oppo/2015/r5s/oppo-r5s-3gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2015/r5s/oppo-r5s-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 148.9, + "width_mm": 74.5, + "depth_mm": 4.9 + } } diff --git a/data/smartphone/oppo/2015/r7-lite/oppo-r7-lite-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2015/r7-lite/oppo-r7-lite-2gb-16gb-4g-lte.json index b0a93579e23f..1600d7f47147 100644 --- a/data/smartphone/oppo/2015/r7-lite/oppo-r7-lite-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2015/r7-lite/oppo-r7-lite-2gb-16gb-4g-lte.json @@ -103,5 +103,11 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 6.3 + } } diff --git a/data/smartphone/oppo/2015/r7-plus/oppo-r7-plus-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2015/r7-plus/oppo-r7-plus-4gb-64gb-4g-lte.json index e69652511a69..5d0f5de52d94 100644 --- a/data/smartphone/oppo/2015/r7-plus/oppo-r7-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2015/r7-plus/oppo-r7-plus-4gb-64gb-4g-lte.json @@ -112,5 +112,11 @@ 64 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 82.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2015/r7/oppo-r7-3gb-16gb-4g-lte.json b/data/smartphone/oppo/2015/r7/oppo-r7-3gb-16gb-4g-lte.json index b889675ceb9e..ad04c0f96916 100644 --- a/data/smartphone/oppo/2015/r7/oppo-r7-3gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2015/r7/oppo-r7-3gb-16gb-4g-lte.json @@ -111,5 +111,11 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 6.3 + } } diff --git a/data/smartphone/oppo/2015/u3/oppo-u3-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2015/u3/oppo-u3-2gb-16gb-4g-lte.json index 46c427e1fe9b..d755eb6de106 100644 --- a/data/smartphone/oppo/2015/u3/oppo-u3-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2015/u3/oppo-u3-2gb-16gb-4g-lte.json @@ -106,5 +106,11 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.8, + "width_mm": 81.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2016/a37/oppo-a37-2gb-16gb-4g-lte.json b/data/smartphone/oppo/2016/a37/oppo-a37-2gb-16gb-4g-lte.json index 6be82ebc5090..f6f8f5c4c165 100644 --- a/data/smartphone/oppo/2016/a37/oppo-a37-2gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2016/a37/oppo-a37-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.1, + "width_mm": 71.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2016/a57-2016/oppo-a57-2016-3gb-32gb-4g-lte.json b/data/smartphone/oppo/2016/a57-2016/oppo-a57-2016-3gb-32gb-4g-lte.json index bd95e3e391ef..ea19c27437e6 100644 --- a/data/smartphone/oppo/2016/a57-2016/oppo-a57-2016-3gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2016/a57-2016/oppo-a57-2016-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 149.1, + "width_mm": 72.9, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2016/a59-2016/oppo-a59-2016-3gb-32gb-4g-lte.json b/data/smartphone/oppo/2016/a59-2016/oppo-a59-2016-3gb-32gb-4g-lte.json index 89a5d786f803..6ad98576fbbf 100644 --- a/data/smartphone/oppo/2016/a59-2016/oppo-a59-2016-3gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2016/a59-2016/oppo-a59-2016-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 154.5, + "width_mm": 76.0, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2016/f1-plus/oppo-f1-plus-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2016/f1-plus/oppo-f1-plus-4gb-64gb-4g-lte.json index 30dddccd7571..6a3ead4f9140 100644 --- a/data/smartphone/oppo/2016/f1-plus/oppo-f1-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2016/f1-plus/oppo-f1-plus-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 151.8, + "width_mm": 74.3, + "depth_mm": 6.6 + } } diff --git a/data/smartphone/oppo/2016/f1/oppo-f1-3gb-16gb-4g-lte.json b/data/smartphone/oppo/2016/f1/oppo-f1-3gb-16gb-4g-lte.json index 8087014d3e08..a97f4d31990e 100644 --- a/data/smartphone/oppo/2016/f1/oppo-f1-3gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2016/f1/oppo-f1-3gb-16gb-4g-lte.json @@ -111,5 +111,10 @@ 16 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/oppo/2016/r9-plus/oppo-r9-plus-4gb-128gb-4g-lte.json b/data/smartphone/oppo/2016/r9-plus/oppo-r9-plus-4gb-128gb-4g-lte.json index c0ecf9b5b53b..2d7ae36e423b 100644 --- a/data/smartphone/oppo/2016/r9-plus/oppo-r9-plus-4gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2016/r9-plus/oppo-r9-plus-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 80.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2016/r9s-plus/oppo-r9s-plus-6gb-64gb-4g-lte.json b/data/smartphone/oppo/2016/r9s-plus/oppo-r9s-plus-6gb-64gb-4g-lte.json index 4f8e43737ef0..861d6de5a444 100644 --- a/data/smartphone/oppo/2016/r9s-plus/oppo-r9s-plus-6gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2016/r9s-plus/oppo-r9s-plus-6gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-msm8976-pro-snapdragon-653", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 80.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2016/r9s/oppo-r9s-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2016/r9s/oppo-r9s-4gb-64gb-4g-lte.json index 645da7256b76..c38cf61cfdb1 100644 --- a/data/smartphone/oppo/2016/r9s/oppo-r9s-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2016/r9s/oppo-r9s-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 74.3, + "depth_mm": 6.6 + } } diff --git a/data/smartphone/oppo/2017/a39/oppo-a39-3gb-32gb-4g-lte.json b/data/smartphone/oppo/2017/a39/oppo-a39-3gb-32gb-4g-lte.json index 9ae32e9f2034..a1d6754a4a1d 100644 --- a/data/smartphone/oppo/2017/a39/oppo-a39-3gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2017/a39/oppo-a39-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 149.1, + "width_mm": 72.9, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2017/a71/oppo-a71-3gb-16gb-4g-lte.json b/data/smartphone/oppo/2017/a71/oppo-a71-3gb-16gb-4g-lte.json index 649e487b002f..bfce02f79433 100644 --- a/data/smartphone/oppo/2017/a71/oppo-a71-3gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2017/a71/oppo-a71-3gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6750", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 148.1, + "width_mm": 73.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/oppo/2017/a77-2017/oppo-a77-2017-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2017/a77-2017/oppo-a77-2017-4gb-64gb-4g-lte.json index 954eaf90d27b..2bda7f7424fe 100644 --- a/data/smartphone/oppo/2017/a77-2017/oppo-a77-2017-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2017/a77-2017/oppo-a77-2017-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 153.3, + "width_mm": 75.9, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2017/a77-mediatek/oppo-a77-mediatek-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2017/a77-mediatek/oppo-a77-mediatek-4gb-64gb-4g-lte.json index 0489d47c61dc..5e72473343ad 100644 --- a/data/smartphone/oppo/2017/a77-mediatek/oppo-a77-mediatek-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2017/a77-mediatek/oppo-a77-mediatek-4gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "mediatek-mt6750t", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 153.3, + "width_mm": 75.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/oppo/2017/f3-plus/oppo-f3-plus-6gb-64gb-4g-lte.json b/data/smartphone/oppo/2017/f3-plus/oppo-f3-plus-6gb-64gb-4g-lte.json index 634eeb8bd474..755cde0e5919 100644 --- a/data/smartphone/oppo/2017/f3-plus/oppo-f3-plus-6gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2017/f3-plus/oppo-f3-plus-6gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8976-pro-snapdragon-653", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 80.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2017/f3/oppo-f3-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2017/f3/oppo-f3-4gb-64gb-4g-lte.json index 86c48bd3dbdd..91b4b54cd9ea 100644 --- a/data/smartphone/oppo/2017/f3/oppo-f3-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2017/f3/oppo-f3-4gb-64gb-4g-lte.json @@ -112,5 +112,10 @@ 64 ], "soc": "mediatek-mt6750t", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 153.3, + "width_mm": 75.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/oppo/2017/f5-youth/oppo-f5-youth-4gb-32gb-4g-lte.json b/data/smartphone/oppo/2017/f5-youth/oppo-f5-youth-4gb-32gb-4g-lte.json index f86590abb3ff..91628935bd3e 100644 --- a/data/smartphone/oppo/2017/f5-youth/oppo-f5-youth-4gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2017/f5-youth/oppo-f5-youth-4gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6763t-helio-p23", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/oppo/2017/f5/oppo-f5-6gb-64gb-4g-lte.json b/data/smartphone/oppo/2017/f5/oppo-f5-6gb-64gb-4g-lte.json index f49b3a86b455..87bc45f48b09 100644 --- a/data/smartphone/oppo/2017/f5/oppo-f5-6gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2017/f5/oppo-f5-6gb-64gb-4g-lte.json @@ -113,5 +113,10 @@ 64 ], "soc": "mediatek-mt6763t-helio-p23", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/oppo/2017/r11-plus/oppo-r11-plus-6gb-64gb-4g-lte.json b/data/smartphone/oppo/2017/r11-plus/oppo-r11-plus-6gb-64gb-4g-lte.json index 55a19fea4da9..7b5a5681b7fe 100644 --- a/data/smartphone/oppo/2017/r11-plus/oppo-r11-plus-6gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2017/r11-plus/oppo-r11-plus-6gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 81.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2017/r11/oppo-r11-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2017/r11/oppo-r11-6gb-128gb-4g-lte.json index 970f39bfe84a..88d39bbf9e6f 100644 --- a/data/smartphone/oppo/2017/r11/oppo-r11-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2017/r11/oppo-r11-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 74.8, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/oppo/2017/r11s-plus/oppo-r11s-plus-6gb-64gb-4g-lte.json b/data/smartphone/oppo/2017/r11s-plus/oppo-r11s-plus-6gb-64gb-4g-lte.json index dd79543cbf7e..933bb2d76339 100644 --- a/data/smartphone/oppo/2017/r11s-plus/oppo-r11s-plus-6gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2017/r11s-plus/oppo-r11s-plus-6gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 80.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/oppo/2017/r11s/oppo-r11s-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2017/r11s/oppo-r11s-4gb-64gb-4g-lte.json index 59e8ff751c36..6dbc4b7f7743 100644 --- a/data/smartphone/oppo/2017/r11s/oppo-r11s-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2017/r11s/oppo-r11s-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.5, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/oppo/2018/a1-2018/oppo-a1-2018-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2018/a1-2018/oppo-a1-2018-4gb-64gb-4g-lte.json index b0e7c4739210..99dc70e9c6aa 100644 --- a/data/smartphone/oppo/2018/a1-2018/oppo-a1-2018-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2018/a1-2018/oppo-a1-2018-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6763t-helio-p23", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 150.5, + "width_mm": 73.1, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2018/a3-2018/oppo-a3-2018-4gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/a3-2018/oppo-a3-2018-4gb-128gb-4g-lte.json index f78296e56ce3..bf6b4e6d6c59 100644 --- a/data/smartphone/oppo/2018/a3-2018/oppo-a3-2018-4gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/a3-2018/oppo-a3-2018-4gb-128gb-4g-lte.json @@ -101,5 +101,10 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.3, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2018/a3s/oppo-a3s-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2018/a3s/oppo-a3s-4gb-64gb-4g-lte.json index 8008a83552ed..5803ffa9a9dd 100644 --- a/data/smartphone/oppo/2018/a3s/oppo-a3s-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2018/a3s/oppo-a3s-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oppo/2018/a5-ax5/oppo-a5-ax5-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2018/a5-ax5/oppo-a5-ax5-4gb-64gb-4g-lte.json index 66ad14b7f1b5..ba79f59fa3da 100644 --- a/data/smartphone/oppo/2018/a5-ax5/oppo-a5-ax5-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2018/a5-ax5/oppo-a5-ax5-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oppo/2018/a7/oppo-a7-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2018/a7/oppo-a7-4gb-64gb-4g-lte.json index 21ea9149dc0f..d7888f39f017 100644 --- a/data/smartphone/oppo/2018/a7/oppo-a7-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2018/a7/oppo-a7-4gb-64gb-4g-lte.json @@ -106,5 +106,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/oppo/2018/a71-2018/oppo-a71-2018-3gb-16gb-4g-lte.json b/data/smartphone/oppo/2018/a71-2018/oppo-a71-2018-3gb-16gb-4g-lte.json index bb95620bd8f6..77b66f24a2e1 100644 --- a/data/smartphone/oppo/2018/a71-2018/oppo-a71-2018-3gb-16gb-4g-lte.json +++ b/data/smartphone/oppo/2018/a71-2018/oppo-a71-2018-3gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 148.1, + "width_mm": 73.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/oppo/2018/a7x/oppo-a7x-4gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/a7x/oppo-a7x-4gb-128gb-4g-lte.json index 2308c8cd7eb1..c9fbc069e186 100644 --- a/data/smartphone/oppo/2018/a7x/oppo-a7x-4gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/a7x/oppo-a7x-4gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2018/a83/oppo-a83-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2018/a83/oppo-a83-4gb-64gb-4g-lte.json index 5a6a2eb86409..5c4b884979d5 100644 --- a/data/smartphone/oppo/2018/a83/oppo-a83-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2018/a83/oppo-a83-4gb-64gb-4g-lte.json @@ -106,5 +106,10 @@ 64 ], "soc": "mediatek-mt6763t-helio-p23", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 150.5, + "width_mm": 73.1, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2018/f7-youth/oppo-f7-youth-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2018/f7-youth/oppo-f7-youth-4gb-64gb-4g-lte.json index 84bd2dbc6c58..986b941518cf 100644 --- a/data/smartphone/oppo/2018/f7-youth/oppo-f7-youth-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2018/f7-youth/oppo-f7-youth-4gb-64gb-4g-lte.json @@ -100,5 +100,10 @@ 64 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2018/f7/oppo-f7-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/f7/oppo-f7-6gb-128gb-4g-lte.json index b3f6a39f5083..9758153c7aa2 100644 --- a/data/smartphone/oppo/2018/f7/oppo-f7-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/f7/oppo-f7-6gb-128gb-4g-lte.json @@ -113,5 +113,10 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.3, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2018/f9-f9-pro/oppo-f9-f9-pro-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/f9-f9-pro/oppo-f9-f9-pro-6gb-128gb-4g-lte.json index e9051d0c9f67..7d4b8d03bccf 100644 --- a/data/smartphone/oppo/2018/f9-f9-pro/oppo-f9-f9-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/f9-f9-pro/oppo-f9-f9-pro-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2018/find-x-lamborghini/oppo-find-x-lamborghini-8gb-512gb-4g-lte.json b/data/smartphone/oppo/2018/find-x-lamborghini/oppo-find-x-lamborghini-8gb-512gb-4g-lte.json index fe830f6a16fd..7299828c4286 100644 --- a/data/smartphone/oppo/2018/find-x-lamborghini/oppo-find-x-lamborghini-8gb-512gb-4g-lte.json +++ b/data/smartphone/oppo/2018/find-x-lamborghini/oppo-find-x-lamborghini-8gb-512gb-4g-lte.json @@ -109,5 +109,11 @@ 512 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.2, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/oppo/2018/find-x/oppo-find-x-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2018/find-x/oppo-find-x-8gb-256gb-4g-lte.json index 281e38191c9d..bdc2b163748c 100644 --- a/data/smartphone/oppo/2018/find-x/oppo-find-x-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2018/find-x/oppo-find-x-8gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.2, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/oppo/2018/k1/oppo-k1-6gb-64gb-4g-lte.json b/data/smartphone/oppo/2018/k1/oppo-k1-6gb-64gb-4g-lte.json index b96ab336254a..ab5f03f21f90 100644 --- a/data/smartphone/oppo/2018/k1/oppo-k1-6gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2018/k1/oppo-k1-6gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2018/r15-pro/oppo-r15-pro-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/r15-pro/oppo-r15-pro-6gb-128gb-4g-lte.json index 5128fa75b245..40b2b349e49a 100644 --- a/data/smartphone/oppo/2018/r15-pro/oppo-r15-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/r15-pro/oppo-r15-pro-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2018/r15/oppo-r15-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/r15/oppo-r15-8gb-128gb-4g-lte.json index 68b308a2ecb9..8f4ea6540070 100644 --- a/data/smartphone/oppo/2018/r15/oppo-r15-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/r15/oppo-r15-8gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.2, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2018/r15x/oppo-r15x-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/r15x/oppo-r15x-6gb-128gb-4g-lte.json index 7b3ff4701327..2b16fa02edb7 100644 --- a/data/smartphone/oppo/2018/r15x/oppo-r15x-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/r15x/oppo-r15x-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2018/r17/oppo-r17-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/r17/oppo-r17-8gb-128gb-4g-lte.json index 4f0236ae216d..7f94c82e12bc 100644 --- a/data/smartphone/oppo/2018/r17/oppo-r17-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/r17/oppo-r17-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm670-snapdragon-670", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.9, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/oppo/2018/rx17-neo/oppo-rx17-neo-4gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/rx17-neo/oppo-rx17-neo-4gb-128gb-4g-lte.json index 160153eed800..498b00d6d3a9 100644 --- a/data/smartphone/oppo/2018/rx17-neo/oppo-rx17-neo-4gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/rx17-neo/oppo-rx17-neo-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.5, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/oppo/2018/rx17-pro/oppo-rx17-pro-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2018/rx17-pro/oppo-rx17-pro-8gb-128gb-4g-lte.json index 91b0d53a2e86..aa3a7b97252e 100644 --- a/data/smartphone/oppo/2018/rx17-pro/oppo-rx17-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2018/rx17-pro/oppo-rx17-pro-8gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 157.6, + "width_mm": 74.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2019/a11/oppo-a11-6gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/a11/oppo-a11-6gb-256gb-4g-lte.json index 6faa1e7f1784..30ef8f31263b 100644 --- a/data/smartphone/oppo/2019/a11/oppo-a11-6gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a11/oppo-a11-6gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/oppo/2019/a1k/oppo-a1k-3gb-32gb-4g-lte.json b/data/smartphone/oppo/2019/a1k/oppo-a1k-3gb-32gb-4g-lte.json index 0a5f9d8d71a8..6bc938089d5b 100644 --- a/data/smartphone/oppo/2019/a1k/oppo-a1k-3gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a1k/oppo-a1k-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 154.5, + "width_mm": 73.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/oppo/2019/a5-2020/oppo-a5-2020-4gb-128gb-4g-lte.json b/data/smartphone/oppo/2019/a5-2020/oppo-a5-2020-4gb-128gb-4g-lte.json index c08440671fdc..db236bede710 100644 --- a/data/smartphone/oppo/2019/a5-2020/oppo-a5-2020-4gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a5-2020/oppo-a5-2020-4gb-128gb-4g-lte.json @@ -108,5 +108,10 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.4, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/oppo/2019/a5s-ax5s/oppo-a5s-ax5s-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2019/a5s-ax5s/oppo-a5s-ax5s-4gb-64gb-4g-lte.json index d30b2ad4b90b..51b21df09885 100644 --- a/data/smartphone/oppo/2019/a5s-ax5s/oppo-a5s-ax5s-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a5s-ax5s/oppo-a5s-ax5s-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.4, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oppo/2019/a7n/oppo-a7n-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2019/a7n/oppo-a7n-4gb-64gb-4g-lte.json index e406c6fad6f5..d73c049dcfb8 100644 --- a/data/smartphone/oppo/2019/a7n/oppo-a7n-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a7n/oppo-a7n-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.4, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oppo/2019/a8/oppo-a8-4gb-128gb-4g-lte.json b/data/smartphone/oppo/2019/a8/oppo-a8-4gb-128gb-4g-lte.json index 60e9c282533e..7ac9d00c5117 100644 --- a/data/smartphone/oppo/2019/a8/oppo-a8-4gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a8/oppo-a8-4gb-128gb-4g-lte.json @@ -105,5 +105,10 @@ 128 ], "soc": "mediatek-mt6765v-cb-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/oppo/2019/a9-2020/oppo-a9-2020-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2019/a9-2020/oppo-a9-2020-8gb-128gb-4g-lte.json index 2c8915d7f43c..72fd079cb3ce 100644 --- a/data/smartphone/oppo/2019/a9-2020/oppo-a9-2020-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a9-2020/oppo-a9-2020-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/oppo/2019/a9/oppo-a9-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2019/a9/oppo-a9-8gb-128gb-4g-lte.json index 2e88bbd6d028..7fdc73adaa50 100644 --- a/data/smartphone/oppo/2019/a9/oppo-a9-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a9/oppo-a9-8gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "mediatek-mt6771v-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/oppo/2019/a91/oppo-a91-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/a91/oppo-a91-8gb-256gb-4g-lte.json index e7a008e26c62..a92eb2a213fc 100644 --- a/data/smartphone/oppo/2019/a91/oppo-a91-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a91/oppo-a91-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "mediatek-mt6771v-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2019/a9x/oppo-a9x-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2019/a9x/oppo-a9x-6gb-128gb-4g-lte.json index 8ee7c10aa75f..2ad58545ce98 100644 --- a/data/smartphone/oppo/2019/a9x/oppo-a9x-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2019/a9x/oppo-a9x-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6771v-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/oppo/2019/f11-pro/oppo-f11-pro-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2019/f11-pro/oppo-f11-pro-6gb-128gb-4g-lte.json index 5846c87fa8be..c451be9613fa 100644 --- a/data/smartphone/oppo/2019/f11-pro/oppo-f11-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2019/f11-pro/oppo-f11-pro-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 161.3, + "width_mm": 76.1, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/oppo/2019/f11/oppo-f11-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2019/f11/oppo-f11-6gb-128gb-4g-lte.json index eea3e718121f..957c7ebdf4d3 100644 --- a/data/smartphone/oppo/2019/f11/oppo-f11-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2019/f11/oppo-f11-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/oppo/2019/k3/oppo-k3-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/k3/oppo-k3-8gb-256gb-4g-lte.json index ad149f6be448..8b235e7aff15 100644 --- a/data/smartphone/oppo/2019/k3/oppo-k3-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/k3/oppo-k3-8gb-256gb-4g-lte.json @@ -108,5 +108,11 @@ 256 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 161.2, + "width_mm": 76.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/oppo/2019/k5/oppo-k5-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/k5/oppo-k5-8gb-256gb-4g-lte.json index 35fe5e763be5..ecc60f50abbf 100644 --- a/data/smartphone/oppo/2019/k5/oppo-k5-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/k5/oppo-k5-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/oppo/2019/reno-10x-zoom/oppo-reno-10x-zoom-12gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/reno-10x-zoom/oppo-reno-10x-zoom-12gb-256gb-4g-lte.json index aa3b7cebf64c..0e37c44cdbec 100644 --- a/data/smartphone/oppo/2019/reno-10x-zoom/oppo-reno-10x-zoom-12gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/reno-10x-zoom/oppo-reno-10x-zoom-12gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.2, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/oppo/2019/reno-5g/oppo-reno-5g-8gb-256gb-5g.json b/data/smartphone/oppo/2019/reno-5g/oppo-reno-5g-8gb-256gb-5g.json index 3fbaf8a8eeac..497780dcdd88 100644 --- a/data/smartphone/oppo/2019/reno-5g/oppo-reno-5g-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2019/reno-5g/oppo-reno-5g-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.2, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/oppo/2019/reno-a/oppo-reno-a-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2019/reno-a/oppo-reno-a-6gb-128gb-4g-lte.json index e8f8f5aea7df..5282a1a1ba8c 100644 --- a/data/smartphone/oppo/2019/reno-a/oppo-reno-a-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2019/reno-a/oppo-reno-a-6gb-128gb-4g-lte.json @@ -105,5 +105,10 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2019/reno-ace/oppo-reno-ace-12gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/reno-ace/oppo-reno-ace-12gb-256gb-4g-lte.json index 1de3ee775c70..251b0ecea352 100644 --- a/data/smartphone/oppo/2019/reno-ace/oppo-reno-ace-12gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/reno-ace/oppo-reno-ace-12gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 161.0, + "width_mm": 75.7, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/oppo/2019/reno-z/oppo-reno-z-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/reno-z/oppo-reno-z-8gb-256gb-4g-lte.json index 7cc5e91ac851..1d6ef4c95fcd 100644 --- a/data/smartphone/oppo/2019/reno-z/oppo-reno-z-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/reno-z/oppo-reno-z-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 157.3, + "width_mm": 74.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/oppo/2019/reno/oppo-reno-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/reno/oppo-reno-8gb-256gb-4g-lte.json index 55f28508c932..fb0fbd23c26f 100644 --- a/data/smartphone/oppo/2019/reno/oppo-reno-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/reno/oppo-reno-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.6, + "width_mm": 74.3, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/oppo/2019/reno2-f/oppo-reno2-f-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/reno2-f/oppo-reno2-f-8gb-256gb-4g-lte.json index 16b1bbf0eb52..9757336c9614 100644 --- a/data/smartphone/oppo/2019/reno2-f/oppo-reno2-f-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/reno2-f/oppo-reno2-f-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "mediatek-mt6771v-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 75.8, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/oppo/2019/reno2-z/oppo-reno2-z-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/reno2-z/oppo-reno2-z-8gb-256gb-4g-lte.json index e434856c70fa..6ba6f3ce8f83 100644 --- a/data/smartphone/oppo/2019/reno2-z/oppo-reno2-z-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/reno2-z/oppo-reno2-z-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 75.8, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/oppo/2019/reno2/oppo-reno2-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2019/reno2/oppo-reno2-8gb-256gb-4g-lte.json index 4e5c5f5bd2bb..8dc17405cefb 100644 --- a/data/smartphone/oppo/2019/reno2/oppo-reno2-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2019/reno2/oppo-reno2-8gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 160.0, + "width_mm": 74.3, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/oppo/2019/reno3-5g/oppo-reno3-5g-12gb-128gb-5g.json b/data/smartphone/oppo/2019/reno3-5g/oppo-reno3-5g-12gb-128gb-5g.json index 5d9a43340cf6..0c4af26244d0 100644 --- a/data/smartphone/oppo/2019/reno3-5g/oppo-reno3-5g-12gb-128gb-5g.json +++ b/data/smartphone/oppo/2019/reno3-5g/oppo-reno3-5g-12gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-1000l", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 160.3, + "width_mm": 74.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2020/a11k/oppo-a11k-2gb-32gb-4g-lte.json b/data/smartphone/oppo/2020/a11k/oppo-a11k-2gb-32gb-4g-lte.json index 8b9b33ece9c9..fec59e2b22e4 100644 --- a/data/smartphone/oppo/2020/a11k/oppo-a11k-2gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a11k/oppo-a11k-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/oppo/2020/a12/oppo-a12-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2020/a12/oppo-a12-4gb-64gb-4g-lte.json index 9188f76ed8eb..8e503a61681a 100644 --- a/data/smartphone/oppo/2020/a12/oppo-a12-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a12/oppo-a12-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/oppo/2020/a12e/oppo-a12e-3gb-64gb-4g-lte.json b/data/smartphone/oppo/2020/a12e/oppo-a12e-3gb-64gb-4g-lte.json index ed821e37bd95..efa693640e14 100644 --- a/data/smartphone/oppo/2020/a12e/oppo-a12e-3gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a12e/oppo-a12e-3gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/oppo/2020/a12s/oppo-a12s-3gb-32gb-4g-lte.json b/data/smartphone/oppo/2020/a12s/oppo-a12s-3gb-32gb-4g-lte.json index bc9e726df5bb..8778c227bb64 100644 --- a/data/smartphone/oppo/2020/a12s/oppo-a12s-3gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a12s/oppo-a12s-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/oppo/2020/a15/oppo-a15-3gb-32gb-4g-lte.json b/data/smartphone/oppo/2020/a15/oppo-a15-3gb-32gb-4g-lte.json index 755379db880b..049b8e3ab7db 100644 --- a/data/smartphone/oppo/2020/a15/oppo-a15-3gb-32gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a15/oppo-a15-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2020/a15s/oppo-a15s-4gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/a15s/oppo-a15s-4gb-128gb-4g-lte.json index 57545d9d6b3a..64b89c1d35e7 100644 --- a/data/smartphone/oppo/2020/a15s/oppo-a15s-4gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a15s/oppo-a15s-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2020/a31/oppo-a31-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/a31/oppo-a31-6gb-128gb-4g-lte.json index 08ac8f94caed..ece5df5e4c67 100644 --- a/data/smartphone/oppo/2020/a31/oppo-a31-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a31/oppo-a31-6gb-128gb-4g-lte.json @@ -106,5 +106,10 @@ 128 ], "soc": "mediatek-mt6765v-cb-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/oppo/2020/a52/oppo-a52-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/a52/oppo-a52-8gb-128gb-4g-lte.json index 190d70aef529..bc73c912a852 100644 --- a/data/smartphone/oppo/2020/a52/oppo-a52-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a52/oppo-a52-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 75.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/oppo/2020/a53-5g/oppo-a53-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2020/a53-5g/oppo-a53-5g-8gb-128gb-5g.json index 608fdad38d64..cb61ddfd09d1 100644 --- a/data/smartphone/oppo/2020/a53-5g/oppo-a53-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2020/a53-5g/oppo-a53-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2020/a72-5g/oppo-a72-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2020/a72-5g/oppo-a72-5g-8gb-128gb-5g.json index e373718b2ed7..1d7725429b4c 100644 --- a/data/smartphone/oppo/2020/a72-5g/oppo-a72-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2020/a72-5g/oppo-a72-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2020/a72/oppo-a72-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/a72/oppo-a72-8gb-128gb-4g-lte.json index e243f986a75b..283c62adb4dd 100644 --- a/data/smartphone/oppo/2020/a72/oppo-a72-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a72/oppo-a72-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 75.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/oppo/2020/a73-5g/oppo-a73-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2020/a73-5g/oppo-a73-5g-8gb-128gb-5g.json index f4843c46dd48..7b0bb5e61c96 100644 --- a/data/smartphone/oppo/2020/a73-5g/oppo-a73-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2020/a73-5g/oppo-a73-5g-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2020/a92/oppo-a92-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/a92/oppo-a92-8gb-128gb-4g-lte.json index 046da89ae04f..c2cc58443993 100644 --- a/data/smartphone/oppo/2020/a92/oppo-a92-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/a92/oppo-a92-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 75.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/oppo/2020/a92s/oppo-a92s-8gb-256gb-5g.json b/data/smartphone/oppo/2020/a92s/oppo-a92s-8gb-256gb-5g.json index 9d4b1e2cf783..b0767e5bf433 100644 --- a/data/smartphone/oppo/2020/a92s/oppo-a92s-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2020/a92s/oppo-a92s-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/oppo/2020/f15/oppo-f15-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/f15/oppo-f15-8gb-128gb-4g-lte.json index 24319ba65e53..f5c32bb12cc5 100644 --- a/data/smartphone/oppo/2020/f15/oppo-f15-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/f15/oppo-f15-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6771v-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2020/k7x/oppo-k7x-8gb-256gb-5g.json b/data/smartphone/oppo/2020/k7x/oppo-k7x-8gb-256gb-5g.json index 3abe85503b3c..c57481e892c4 100644 --- a/data/smartphone/oppo/2020/k7x/oppo-k7x-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2020/k7x/oppo-k7x-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/oppo/2020/reno3/oppo-reno3-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/reno3/oppo-reno3-8gb-128gb-4g-lte.json index 5d8d60ad3416..15c6258dbadb 100644 --- a/data/smartphone/oppo/2020/reno3/oppo-reno3-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/reno3/oppo-reno3-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2020/reno4-pro/oppo-reno4-pro-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2020/reno4-pro/oppo-reno4-pro-8gb-256gb-4g-lte.json index 286f14f10238..7bb50739d1cd 100644 --- a/data/smartphone/oppo/2020/reno4-pro/oppo-reno4-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2020/reno4-pro/oppo-reno4-pro-8gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2020/reno4-se/oppo-reno4-se-8gb-256gb-5g.json b/data/smartphone/oppo/2020/reno4-se/oppo-reno4-se-8gb-256gb-5g.json index 5f041010bcf6..4ad77c77e7a0 100644 --- a/data/smartphone/oppo/2020/reno4-se/oppo-reno4-se-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2020/reno4-se/oppo-reno4-se-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 160.5, + "width_mm": 73.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2020/reno4-z-5g/oppo-reno4-z-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2020/reno4-z-5g/oppo-reno4-z-5g-8gb-128gb-5g.json index 083ecdaf7678..3e16e80b65c6 100644 --- a/data/smartphone/oppo/2020/reno4-z-5g/oppo-reno4-z-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2020/reno4-z-5g/oppo-reno4-z-5g-8gb-128gb-5g.json @@ -113,5 +113,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/oppo/2020/reno4/oppo-reno4-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/reno4/oppo-reno4-8gb-128gb-4g-lte.json index b26a2825c5b9..75e4486577e4 100644 --- a/data/smartphone/oppo/2020/reno4/oppo-reno4-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/reno4/oppo-reno4-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 160.3, + "width_mm": 73.9, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2020/reno5-4g/oppo-reno5-4g-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2020/reno5-4g/oppo-reno5-4g-8gb-128gb-4g-lte.json index df643d172fd0..aa3ed0f0ca2c 100644 --- a/data/smartphone/oppo/2020/reno5-4g/oppo-reno5-4g-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2020/reno5-4g/oppo-reno5-4g-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 73.3, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2020/reno5-pro-5g/oppo-reno5-pro-5g-12gb-256gb-5g.json b/data/smartphone/oppo/2020/reno5-pro-5g/oppo-reno5-pro-5g-12gb-256gb-5g.json index ad7627c1efb1..4872fd2d67c6 100644 --- a/data/smartphone/oppo/2020/reno5-pro-5g/oppo-reno5-pro-5g-12gb-256gb-5g.json +++ b/data/smartphone/oppo/2020/reno5-pro-5g/oppo-reno5-pro-5g-12gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "mediatek-dimensity-1000", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.2, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/oppo/2021/a35/oppo-a35-4gb-128gb-4g-lte.json b/data/smartphone/oppo/2021/a35/oppo-a35-4gb-128gb-4g-lte.json index 3aa31d059d91..df0e6106bf8d 100644 --- a/data/smartphone/oppo/2021/a35/oppo-a35-4gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2021/a35/oppo-a35-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2021/a53s-5g/oppo-a53s-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2021/a53s-5g/oppo-a53s-5g-8gb-128gb-5g.json index 5beb3a9cbf95..5cadc4596662 100644 --- a/data/smartphone/oppo/2021/a53s-5g/oppo-a53s-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2021/a53s-5g/oppo-a53s-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/oppo/2021/a54/oppo-a54-6gb-128gb-4g-lte.json b/data/smartphone/oppo/2021/a54/oppo-a54-6gb-128gb-4g-lte.json index c39edcbce667..4c01316311ad 100644 --- a/data/smartphone/oppo/2021/a54/oppo-a54-6gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2021/a54/oppo-a54-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/oppo/2021/a55-5g/oppo-a55-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2021/a55-5g/oppo-a55-5g-8gb-128gb-5g.json index fb259cd9aced..677db8389bce 100644 --- a/data/smartphone/oppo/2021/a55-5g/oppo-a55-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2021/a55-5g/oppo-a55-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/oppo/2021/a56-5g/oppo-a56-5g-6gb-128gb-5g.json b/data/smartphone/oppo/2021/a56-5g/oppo-a56-5g-6gb-128gb-5g.json index 8412cfa76dc7..893ed845a7c5 100644 --- a/data/smartphone/oppo/2021/a56-5g/oppo-a56-5g-6gb-128gb-5g.json +++ b/data/smartphone/oppo/2021/a56-5g/oppo-a56-5g-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/oppo/2021/a93s-5g/oppo-a93s-5g-8gb-256gb-5g.json b/data/smartphone/oppo/2021/a93s-5g/oppo-a93s-5g-8gb-256gb-5g.json index 84a3106ca422..254c815b92bc 100644 --- a/data/smartphone/oppo/2021/a93s-5g/oppo-a93s-5g-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2021/a93s-5g/oppo-a93s-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.9, + "width_mm": 74.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/oppo/2021/a94-5g/oppo-a94-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2021/a94-5g/oppo-a94-5g-8gb-128gb-5g.json index 5b3b1f690d3d..5709698902ec 100644 --- a/data/smartphone/oppo/2021/a94-5g/oppo-a94-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2021/a94-5g/oppo-a94-5g-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 73.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2021/a95-5g/oppo-a95-5g-8gb-256gb-5g.json b/data/smartphone/oppo/2021/a95-5g/oppo-a95-5g-8gb-256gb-5g.json index c3992177f62c..a66db0333839 100644 --- a/data/smartphone/oppo/2021/a95-5g/oppo-a95-5g-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2021/a95-5g/oppo-a95-5g-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-800u", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 73.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2021/f19-pro-5g/oppo-f19-pro-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2021/f19-pro-5g/oppo-f19-pro-5g-8gb-128gb-5g.json index 883d47732617..d5dfc2c44252 100644 --- a/data/smartphone/oppo/2021/f19-pro-5g/oppo-f19-pro-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2021/f19-pro-5g/oppo-f19-pro-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 73.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2021/k9-pro/oppo-k9-pro-12gb-256gb-5g.json b/data/smartphone/oppo/2021/k9-pro/oppo-k9-pro-12gb-256gb-5g.json index c8ac72c6ae54..3d56f7e84381 100644 --- a/data/smartphone/oppo/2021/k9-pro/oppo-k9-pro-12gb-256gb-5g.json +++ b/data/smartphone/oppo/2021/k9-pro/oppo-k9-pro-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 60.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 73.5, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/oppo/2021/k9x/oppo-k9x-8gb-256gb-5g.json b/data/smartphone/oppo/2021/k9x/oppo-k9x-8gb-256gb-5g.json index 37af787abb62..23bfb6ac9180 100644 --- a/data/smartphone/oppo/2021/k9x/oppo-k9x-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2021/k9x/oppo-k9x-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 74.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/oppo/2021/reno5-z/oppo-reno5-z-8gb-128gb-5g.json b/data/smartphone/oppo/2021/reno5-z/oppo-reno5-z-8gb-128gb-5g.json index 6ea120555968..7fe2f68b3391 100644 --- a/data/smartphone/oppo/2021/reno5-z/oppo-reno5-z-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2021/reno5-z/oppo-reno5-z-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 73.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2021/reno6-5g/oppo-reno6-5g-12gb-256gb-5g.json b/data/smartphone/oppo/2021/reno6-5g/oppo-reno6-5g-12gb-256gb-5g.json index 51aa8e20cd7f..6419a4bce83e 100644 --- a/data/smartphone/oppo/2021/reno6-5g/oppo-reno6-5g-12gb-256gb-5g.json +++ b/data/smartphone/oppo/2021/reno6-5g/oppo-reno6-5g-12gb-256gb-5g.json @@ -116,5 +116,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 156.8, + "width_mm": 72.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/oppo/2021/reno6-z/oppo-reno6-z-8gb-256gb-5g.json b/data/smartphone/oppo/2021/reno6-z/oppo-reno6-z-8gb-256gb-5g.json index c3367e77e7ed..ca3b88aec187 100644 --- a/data/smartphone/oppo/2021/reno6-z/oppo-reno6-z-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2021/reno6-z/oppo-reno6-z-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-800u", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2021/reno6/oppo-reno6-8gb-128gb-4g-lte.json b/data/smartphone/oppo/2021/reno6/oppo-reno6-8gb-128gb-4g-lte.json index eee56b0003bb..675d0678b0dd 100644 --- a/data/smartphone/oppo/2021/reno6/oppo-reno6-8gb-128gb-4g-lte.json +++ b/data/smartphone/oppo/2021/reno6/oppo-reno6-8gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 159.1, + "width_mm": 73.3, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2021/reno7-se-5g/oppo-reno7-se-5g-8gb-256gb-5g.json b/data/smartphone/oppo/2021/reno7-se-5g/oppo-reno7-se-5g-8gb-256gb-5g.json index 97963ede0575..9ca91f32db6a 100644 --- a/data/smartphone/oppo/2021/reno7-se-5g/oppo-reno7-se-5g-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2021/reno7-se-5g/oppo-reno7-se-5g-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.2, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/oppo/2022/a16e/oppo-a16e-4gb-64gb-4g-lte.json b/data/smartphone/oppo/2022/a16e/oppo-a16e-4gb-64gb-4g-lte.json index db056348dde0..1c5aec91da5a 100644 --- a/data/smartphone/oppo/2022/a16e/oppo-a16e-4gb-64gb-4g-lte.json +++ b/data/smartphone/oppo/2022/a16e/oppo-a16e-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/oppo/2022/a55s/oppo-a55s-8gb-128gb-5g.json b/data/smartphone/oppo/2022/a55s/oppo-a55s-8gb-128gb-5g.json index c33a890070b8..5bd9563302c1 100644 --- a/data/smartphone/oppo/2022/a55s/oppo-a55s-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2022/a55s/oppo-a55s-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/oppo/2022/a57/oppo-a57-8gb-256gb-5g.json b/data/smartphone/oppo/2022/a57/oppo-a57-8gb-256gb-5g.json index 725e90ee169b..3d30dd2ed681 100644 --- a/data/smartphone/oppo/2022/a57/oppo-a57-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2022/a57/oppo-a57-8gb-256gb-5g.json @@ -109,5 +109,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2022/a58-china/oppo-a58-china-8gb-256gb-5g.json b/data/smartphone/oppo/2022/a58-china/oppo-a58-china-8gb-256gb-5g.json index 8c1fe24572d2..cf08c501ac33 100644 --- a/data/smartphone/oppo/2022/a58-china/oppo-a58-china-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2022/a58-china/oppo-a58-china-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2022/a58x/oppo-a58x-8gb-128gb-5g.json b/data/smartphone/oppo/2022/a58x/oppo-a58x-8gb-128gb-5g.json index cee44c65739d..a8083a80c96a 100644 --- a/data/smartphone/oppo/2022/a58x/oppo-a58x-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2022/a58x/oppo-a58x-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2022/a77/oppo-a77-6gb-128gb-5g.json b/data/smartphone/oppo/2022/a77/oppo-a77-6gb-128gb-5g.json index c4c464cf49b1..636e21feeb00 100644 --- a/data/smartphone/oppo/2022/a77/oppo-a77-6gb-128gb-5g.json +++ b/data/smartphone/oppo/2022/a77/oppo-a77-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2022/a97/oppo-a97-12gb-256gb-5g.json b/data/smartphone/oppo/2022/a97/oppo-a97-12gb-256gb-5g.json index b39384e60df2..b59081939c62 100644 --- a/data/smartphone/oppo/2022/a97/oppo-a97-12gb-256gb-5g.json +++ b/data/smartphone/oppo/2022/a97/oppo-a97-12gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2022/find-n2-flip/oppo-find-n2-flip-16gb-512gb-5g.json b/data/smartphone/oppo/2022/find-n2-flip/oppo-find-n2-flip-16gb-512gb-5g.json index 068a99ea3344..0a33fa77ac71 100644 --- a/data/smartphone/oppo/2022/find-n2-flip/oppo-find-n2-flip-16gb-512gb-5g.json +++ b/data/smartphone/oppo/2022/find-n2-flip/oppo-find-n2-flip-16gb-512gb-5g.json @@ -113,5 +113,11 @@ 512 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 166.2, + "width_mm": 75.2, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/oppo/2022/find-x5-lite/oppo-find-x5-lite-8gb-256gb-5g.json b/data/smartphone/oppo/2022/find-x5-lite/oppo-find-x5-lite-8gb-256gb-5g.json index d680da1521cb..587fb16bf0da 100644 --- a/data/smartphone/oppo/2022/find-x5-lite/oppo-find-x5-lite-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2022/find-x5-lite/oppo-find-x5-lite-8gb-256gb-5g.json @@ -111,5 +111,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 160.6, + "width_mm": 73.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2022/k10-5g/oppo-k10-5g-8gb-128gb-5g.json b/data/smartphone/oppo/2022/k10-5g/oppo-k10-5g-8gb-128gb-5g.json index ca20774b2124..abcba8719b3e 100644 --- a/data/smartphone/oppo/2022/k10-5g/oppo-k10-5g-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2022/k10-5g/oppo-k10-5g-8gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2022/reno8-china/oppo-reno8-china-12gb-256gb-5g.json b/data/smartphone/oppo/2022/reno8-china/oppo-reno8-china-12gb-256gb-5g.json index 5900b05dd476..15c994a0a0b3 100644 --- a/data/smartphone/oppo/2022/reno8-china/oppo-reno8-china-12gb-256gb-5g.json +++ b/data/smartphone/oppo/2022/reno8-china/oppo-reno8-china-12gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "dimensity-1300", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 160.6, + "width_mm": 73.4, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2022/reno8/oppo-reno8-12gb-256gb-5g.json b/data/smartphone/oppo/2022/reno8/oppo-reno8-12gb-256gb-5g.json index d857b4d1ba09..aaf4c742c2ce 100644 --- a/data/smartphone/oppo/2022/reno8/oppo-reno8-12gb-256gb-5g.json +++ b/data/smartphone/oppo/2022/reno8/oppo-reno8-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-1300", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 160.6, + "width_mm": 73.4, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2023/a1x/oppo-a1x-8gb-128gb-5g.json b/data/smartphone/oppo/2023/a1x/oppo-a1x-8gb-128gb-5g.json index 0700dcdf5859..20a21e13b843 100644 --- a/data/smartphone/oppo/2023/a1x/oppo-a1x-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2023/a1x/oppo-a1x-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2023/a56s/oppo-a56s-8gb-256gb-5g.json b/data/smartphone/oppo/2023/a56s/oppo-a56s-8gb-256gb-5g.json index 544ff0008a6b..0c962689a980 100644 --- a/data/smartphone/oppo/2023/a56s/oppo-a56s-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2023/a56s/oppo-a56s-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2023/a78/oppo-a78-8gb-128gb-5g.json b/data/smartphone/oppo/2023/a78/oppo-a78-8gb-128gb-5g.json index 18be7df11e09..06adf9b38d21 100644 --- a/data/smartphone/oppo/2023/a78/oppo-a78-8gb-128gb-5g.json +++ b/data/smartphone/oppo/2023/a78/oppo-a78-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/oppo/2023/reno10-pro-china/oppo-reno10-pro-china-16gb-512gb-5g.json b/data/smartphone/oppo/2023/reno10-pro-china/oppo-reno10-pro-china-16gb-512gb-5g.json index 3526cabc3ba7..1bb2ffaa558a 100644 --- a/data/smartphone/oppo/2023/reno10-pro-china/oppo-reno10-pro-china-16gb-512gb-5g.json +++ b/data/smartphone/oppo/2023/reno10-pro-china/oppo-reno10-pro-china-16gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-8200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 100.0, + "dimensions": { + "height_mm": 163.0, + "width_mm": 74.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2023/reno11-china/oppo-reno11-china-12gb-512gb-5g.json b/data/smartphone/oppo/2023/reno11-china/oppo-reno11-china-12gb-512gb-5g.json index aeef2f2c18b2..eb699bc9893d 100644 --- a/data/smartphone/oppo/2023/reno11-china/oppo-reno11-china-12gb-512gb-5g.json +++ b/data/smartphone/oppo/2023/reno11-china/oppo-reno11-china-12gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "dimensity-8200", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 74.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/oppo/2023/reno8-t/oppo-reno8-t-8gb-256gb-4g-lte.json b/data/smartphone/oppo/2023/reno8-t/oppo-reno8-t-8gb-256gb-4g-lte.json index adfde316bd0e..dea5fe60ca9c 100644 --- a/data/smartphone/oppo/2023/reno8-t/oppo-reno8-t-8gb-256gb-4g-lte.json +++ b/data/smartphone/oppo/2023/reno8-t/oppo-reno8-t-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 160.8, + "width_mm": 73.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2024/a3/oppo-a3-6gb-128gb-5g.json b/data/smartphone/oppo/2024/a3/oppo-a3-6gb-128gb-5g.json index 4477121d428f..aa0ef863c407 100644 --- a/data/smartphone/oppo/2024/a3/oppo-a3-6gb-128gb-5g.json +++ b/data/smartphone/oppo/2024/a3/oppo-a3-6gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2024/a3x-china/oppo-a3x-china-8gb-512gb-5g.json b/data/smartphone/oppo/2024/a3x-china/oppo-a3x-china-8gb-512gb-5g.json index 9a5aeff72a09..28afa1ee15a9 100644 --- a/data/smartphone/oppo/2024/a3x-china/oppo-a3x-china-8gb-512gb-5g.json +++ b/data/smartphone/oppo/2024/a3x-china/oppo-a3x-china-8gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2024/a3x/oppo-a3x-4gb-128gb-5g.json b/data/smartphone/oppo/2024/a3x/oppo-a3x-4gb-128gb-5g.json index b79afb77b289..f4c110b00a5f 100644 --- a/data/smartphone/oppo/2024/a3x/oppo-a3x-4gb-128gb-5g.json +++ b/data/smartphone/oppo/2024/a3x/oppo-a3x-4gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2024/a80/oppo-a80-8gb-256gb-5g.json b/data/smartphone/oppo/2024/a80/oppo-a80-8gb-256gb-5g.json index 4778b3d085ff..8f499561299d 100644 --- a/data/smartphone/oppo/2024/a80/oppo-a80-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2024/a80/oppo-a80-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.1, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2024/f27/oppo-f27-8gb-256gb-5g.json b/data/smartphone/oppo/2024/f27/oppo-f27-8gb-256gb-5g.json index 0ed0208a4435..4ccc9e731f84 100644 --- a/data/smartphone/oppo/2024/f27/oppo-f27-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2024/f27/oppo-f27-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 163.0, + "width_mm": 75.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2024/find-x7/oppo-find-x7-16gb-512gb-5g.json b/data/smartphone/oppo/2024/find-x7/oppo-find-x7-16gb-512gb-5g.json index e47c82adfc36..adc80d20c981 100644 --- a/data/smartphone/oppo/2024/find-x7/oppo-find-x7-16gb-512gb-5g.json +++ b/data/smartphone/oppo/2024/find-x7/oppo-find-x7-16gb-512gb-5g.json @@ -109,5 +109,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 100.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.4, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/oppo/2024/k12x/oppo-k12x-8gb-256gb-5g.json b/data/smartphone/oppo/2024/k12x/oppo-k12x-8gb-256gb-5g.json index 666f0abcd7b0..b6ee96f24b27 100644 --- a/data/smartphone/oppo/2024/k12x/oppo-k12x-8gb-256gb-5g.json +++ b/data/smartphone/oppo/2024/k12x/oppo-k12x-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/oppo/2024/reno12-f/oppo-reno12-f-12gb-512gb-5g.json b/data/smartphone/oppo/2024/reno12-f/oppo-reno12-f-12gb-512gb-5g.json index 212064091ba7..cf395c7d25b1 100644 --- a/data/smartphone/oppo/2024/reno12-f/oppo-reno12-f-12gb-512gb-5g.json +++ b/data/smartphone/oppo/2024/reno12-f/oppo-reno12-f-12gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 75.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/oppo/2024/reno12-pro-china/oppo-reno12-pro-china-16gb-512gb-5g.json b/data/smartphone/oppo/2024/reno12-pro-china/oppo-reno12-pro-china-16gb-512gb-5g.json index 6d2ae3f748be..2122897ecc90 100644 --- a/data/smartphone/oppo/2024/reno12-pro-china/oppo-reno12-pro-china-16gb-512gb-5g.json +++ b/data/smartphone/oppo/2024/reno12-pro-china/oppo-reno12-pro-china-16gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 161.4, + "width_mm": 74.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/realme/2018/1/realme-1-6gb-128gb-4g-lte.json b/data/smartphone/realme/2018/1/realme-1-6gb-128gb-4g-lte.json index 63231a8a6562..f606db236a68 100644 --- a/data/smartphone/realme/2018/1/realme-1-6gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2018/1/realme-1-6gb-128gb-4g-lte.json @@ -114,5 +114,10 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/realme/2018/2-pro/realme-2-pro-8gb-128gb-4g-lte.json b/data/smartphone/realme/2018/2-pro/realme-2-pro-8gb-128gb-4g-lte.json index 8b6858fa36c8..fe9c7c05b539 100644 --- a/data/smartphone/realme/2018/2-pro/realme-2-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2018/2-pro/realme-2-pro-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2018/2/realme-2-4gb-64gb-4g-lte.json b/data/smartphone/realme/2018/2/realme-2-4gb-64gb-4g-lte.json index 868010631bee..d7a44761a4ca 100644 --- a/data/smartphone/realme/2018/2/realme-2-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2018/2/realme-2-4gb-64gb-4g-lte.json @@ -114,5 +114,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/realme/2018/c1/realme-c1-2gb-16gb-4g-lte.json b/data/smartphone/realme/2018/c1/realme-c1-2gb-16gb-4g-lte.json index d0933edd3964..c7acad3e49dd 100644 --- a/data/smartphone/realme/2018/c1/realme-c1-2gb-16gb-4g-lte.json +++ b/data/smartphone/realme/2018/c1/realme-c1-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/realme/2018/u1/realme-u1-4gb-64gb-4g-lte.json b/data/smartphone/realme/2018/u1/realme-u1-4gb-64gb-4g-lte.json index f4eb8751f1b1..4942c84eb06e 100644 --- a/data/smartphone/realme/2018/u1/realme-u1-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2018/u1/realme-u1-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 74.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/realme/2019/3-pro/realme-3-pro-6gb-128gb-4g-lte.json b/data/smartphone/realme/2019/3-pro/realme-3-pro-6gb-128gb-4g-lte.json index ae161e8e45d1..b0c8a89ef39e 100644 --- a/data/smartphone/realme/2019/3-pro/realme-3-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2019/3-pro/realme-3-pro-6gb-128gb-4g-lte.json @@ -118,5 +118,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 156.8, + "width_mm": 74.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/realme/2019/3/realme-3-4gb-64gb-4g-lte.json b/data/smartphone/realme/2019/3/realme-3-4gb-64gb-4g-lte.json index 3d1c8baa3982..bacb90698708 100644 --- a/data/smartphone/realme/2019/3/realme-3-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2019/3/realme-3-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.1, + "width_mm": 75.6, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/realme/2019/3i/realme-3i-4gb-64gb-4g-lte.json b/data/smartphone/realme/2019/3i/realme-3i-4gb-64gb-4g-lte.json index 80664b3e1793..fc2bd3bfd7a2 100644 --- a/data/smartphone/realme/2019/3i/realme-3i-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2019/3i/realme-3i-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.1, + "width_mm": 75.6, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/realme/2019/5-pro/realme-5-pro-8gb-128gb-4g-lte.json b/data/smartphone/realme/2019/5-pro/realme-5-pro-8gb-128gb-4g-lte.json index e9896ab9f523..0c490eb9529b 100644 --- a/data/smartphone/realme/2019/5-pro/realme-5-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2019/5-pro/realme-5-pro-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 74.2, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2019/5/realme-5-4gb-128gb-4g-lte.json b/data/smartphone/realme/2019/5/realme-5-4gb-128gb-4g-lte.json index 8b72135180e8..9905d6163855 100644 --- a/data/smartphone/realme/2019/5/realme-5-4gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2019/5/realme-5-4gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/realme/2019/5s/realme-5s-4gb-128gb-4g-lte.json b/data/smartphone/realme/2019/5s/realme-5s-4gb-128gb-4g-lte.json index 6fe4e270f000..3dea2945026b 100644 --- a/data/smartphone/realme/2019/5s/realme-5s-4gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2019/5s/realme-5s-4gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/realme/2019/c1-2019/realme-c1-2019-3gb-32gb-4g-lte.json b/data/smartphone/realme/2019/c1-2019/realme-c1-2019-3gb-32gb-4g-lte.json index 5f550021120c..91733d39052c 100644 --- a/data/smartphone/realme/2019/c1-2019/realme-c1-2019-3gb-32gb-4g-lte.json +++ b/data/smartphone/realme/2019/c1-2019/realme-c1-2019-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/realme/2019/c2-2020/realme-c2-2020-3gb-64gb-4g-lte.json b/data/smartphone/realme/2019/c2-2020/realme-c2-2020-3gb-64gb-4g-lte.json index 036b1d215a5a..8d09109840dd 100644 --- a/data/smartphone/realme/2019/c2-2020/realme-c2-2020-3gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2019/c2-2020/realme-c2-2020-3gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2019/c2/realme-c2-3gb-64gb-4g-lte.json b/data/smartphone/realme/2019/c2/realme-c2-3gb-64gb-4g-lte.json index fd62c720c902..770ed1714a1e 100644 --- a/data/smartphone/realme/2019/c2/realme-c2-3gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2019/c2/realme-c2-3gb-64gb-4g-lte.json @@ -107,5 +107,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2019/q/realme-q-8gb-128gb-4g-lte.json b/data/smartphone/realme/2019/q/realme-q-8gb-128gb-4g-lte.json index 5afe6e2e3547..432197456b10 100644 --- a/data/smartphone/realme/2019/q/realme-q-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2019/q/realme-q-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 74.2, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2019/x/realme-x-8gb-256gb-4g-lte.json b/data/smartphone/realme/2019/x/realme-x-8gb-256gb-4g-lte.json index 18cddebdef3d..167bd4dd4c00 100644 --- a/data/smartphone/realme/2019/x/realme-x-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2019/x/realme-x-8gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 161.2, + "width_mm": 76.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/realme/2019/x2-pro/realme-x2-pro-12gb-256gb-4g-lte.json b/data/smartphone/realme/2019/x2-pro/realme-x2-pro-12gb-256gb-4g-lte.json index 201fec74df8f..b823b84446bd 100644 --- a/data/smartphone/realme/2019/x2-pro/realme-x2-pro-12gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2019/x2-pro/realme-x2-pro-12gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 161.0, + "width_mm": 75.7, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/realme/2019/x2/realme-x2-8gb-256gb-4g-lte.json b/data/smartphone/realme/2019/x2/realme-x2-8gb-256gb-4g-lte.json index baac17f6c48e..d93748a39fb1 100644 --- a/data/smartphone/realme/2019/x2/realme-x2-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2019/x2/realme-x2-8gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/realme/2019/xt/realme-xt-8gb-128gb-4g-lte.json b/data/smartphone/realme/2019/xt/realme-xt-8gb-128gb-4g-lte.json index b33921df08f0..966c6ac22b4f 100644 --- a/data/smartphone/realme/2019/xt/realme-xt-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2019/xt/realme-xt-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/realme/2020/5i/realme-5i-4gb-128gb-4g-lte.json b/data/smartphone/realme/2020/5i/realme-5i-4gb-128gb-4g-lte.json index 1dd585532423..f99de655b4f9 100644 --- a/data/smartphone/realme/2020/5i/realme-5i-4gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2020/5i/realme-5i-4gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.0, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/realme/2020/6-pro/realme-6-pro-8gb-128gb-4g-lte.json b/data/smartphone/realme/2020/6-pro/realme-6-pro-8gb-128gb-4g-lte.json index 1d1d79922fa8..42d053bb0253 100644 --- a/data/smartphone/realme/2020/6-pro/realme-6-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2020/6-pro/realme-6-pro-8gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2020/6/realme-6-8gb-128gb-4g-lte.json b/data/smartphone/realme/2020/6/realme-6-8gb-128gb-4g-lte.json index 088422b88b29..420964312254 100644 --- a/data/smartphone/realme/2020/6/realme-6-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2020/6/realme-6-8gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 74.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2020/6i-india/realme-6i-india-6gb-64gb-4g-lte.json b/data/smartphone/realme/2020/6i-india/realme-6i-india-6gb-64gb-4g-lte.json index 11030cc3b24e..6770356a93b1 100644 --- a/data/smartphone/realme/2020/6i-india/realme-6i-india-6gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2020/6i-india/realme-6i-india-6gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 74.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2020/6s/realme-6s-6gb-128gb-4g-lte.json b/data/smartphone/realme/2020/6s/realme-6s-6gb-128gb-4g-lte.json index f77569f0b07c..510b3cdb3df4 100644 --- a/data/smartphone/realme/2020/6s/realme-6s-6gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2020/6s/realme-6s-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 74.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2020/7-5g/realme-7-5g-8gb-128gb-5g.json b/data/smartphone/realme/2020/7-5g/realme-7-5g-8gb-128gb-5g.json index f4e81422e68d..6448235ce0f3 100644 --- a/data/smartphone/realme/2020/7-5g/realme-7-5g-8gb-128gb-5g.json +++ b/data/smartphone/realme/2020/7-5g/realme-7-5g-8gb-128gb-5g.json @@ -113,5 +113,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/realme/2020/7-pro/realme-7-pro-8gb-128gb-4g-lte.json b/data/smartphone/realme/2020/7-pro/realme-7-pro-8gb-128gb-4g-lte.json index cd4f8ab404b4..7a780351aee6 100644 --- a/data/smartphone/realme/2020/7-pro/realme-7-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2020/7-pro/realme-7-pro-8gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/realme/2020/c2s/realme-c2s-3gb-32gb-4g-lte.json b/data/smartphone/realme/2020/c2s/realme-c2s-3gb-32gb-4g-lte.json index fae6dd424eb6..e548039e6801 100644 --- a/data/smartphone/realme/2020/c2s/realme-c2s-3gb-32gb-4g-lte.json +++ b/data/smartphone/realme/2020/c2s/realme-c2s-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2020/narzo-20a/realme-narzo-20a-4gb-64gb-4g-lte.json b/data/smartphone/realme/2020/narzo-20a/realme-narzo-20a-4gb-64gb-4g-lte.json index a066b0c4d754..19c14abb8dee 100644 --- a/data/smartphone/realme/2020/narzo-20a/realme-narzo-20a-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2020/narzo-20a/realme-narzo-20a-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.4, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2020/narzo/realme-narzo-4gb-128gb-4g-lte.json b/data/smartphone/realme/2020/narzo/realme-narzo-4gb-128gb-4g-lte.json index 74fa7d9f2b51..752ccae913b1 100644 --- a/data/smartphone/realme/2020/narzo/realme-narzo-4gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2020/narzo/realme-narzo-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 74.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2020/q2-pro/realme-q2-pro-8gb-256gb-5g.json b/data/smartphone/realme/2020/q2-pro/realme-q2-pro-8gb-256gb-5g.json index 47724f6f839a..2292ad4bc065 100644 --- a/data/smartphone/realme/2020/q2-pro/realme-q2-pro-8gb-256gb-5g.json +++ b/data/smartphone/realme/2020/q2-pro/realme-q2-pro-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2020/q2/realme-q2-6gb-128gb-5g.json b/data/smartphone/realme/2020/q2/realme-q2-6gb-128gb-5g.json index acc88e193843..911172e3b334 100644 --- a/data/smartphone/realme/2020/q2/realme-q2-6gb-128gb-5g.json +++ b/data/smartphone/realme/2020/q2/realme-q2-6gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/realme/2020/q2i/realme-q2i-4gb-128gb-5g.json b/data/smartphone/realme/2020/q2i/realme-q2i-4gb-128gb-5g.json index fe43752c8442..5fba2611ae97 100644 --- a/data/smartphone/realme/2020/q2i/realme-q2i-4gb-128gb-5g.json +++ b/data/smartphone/realme/2020/q2i/realme-q2i-4gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/realme/2020/v3/realme-v3-8gb-128gb-5g.json b/data/smartphone/realme/2020/v3/realme-v3-8gb-128gb-5g.json index afe50ad2e583..bd745c11eea2 100644 --- a/data/smartphone/realme/2020/v3/realme-v3-8gb-128gb-5g.json +++ b/data/smartphone/realme/2020/v3/realme-v3-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/realme/2020/v5-5g/realme-v5-5g-8gb-128gb-5g.json b/data/smartphone/realme/2020/v5-5g/realme-v5-5g-8gb-128gb-5g.json index 28634584ab3e..55aa0c30be78 100644 --- a/data/smartphone/realme/2020/v5-5g/realme-v5-5g-8gb-128gb-5g.json +++ b/data/smartphone/realme/2020/v5-5g/realme-v5-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 75.0, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/realme/2020/x3-superzoom/realme-x3-superzoom-12gb-256gb-4g-lte.json b/data/smartphone/realme/2020/x3-superzoom/realme-x3-superzoom-12gb-256gb-4g-lte.json index 46aadeb4b945..08a09d948508 100644 --- a/data/smartphone/realme/2020/x3-superzoom/realme-x3-superzoom-12gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2020/x3-superzoom/realme-x3-superzoom-12gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2020/x3/realme-x3-8gb-128gb-4g-lte.json b/data/smartphone/realme/2020/x3/realme-x3-8gb-128gb-4g-lte.json index 1a309cf5eeca..a72691b3dd16 100644 --- a/data/smartphone/realme/2020/x3/realme-x3-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2020/x3/realme-x3-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2020/x7-pro/realme-x7-pro-8gb-256gb-5g.json b/data/smartphone/realme/2020/x7-pro/realme-x7-pro-8gb-256gb-5g.json index 6c580dfbc56c..cc728827926c 100644 --- a/data/smartphone/realme/2020/x7-pro/realme-x7-pro-8gb-256gb-5g.json +++ b/data/smartphone/realme/2020/x7-pro/realme-x7-pro-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "mediatek-dimensity-1000", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 160.8, + "width_mm": 75.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2021/8-pro/realme-8-pro-8gb-128gb-4g-lte.json b/data/smartphone/realme/2021/8-pro/realme-8-pro-8gb-128gb-4g-lte.json index 8daf12defe56..4025d997782b 100644 --- a/data/smartphone/realme/2021/8-pro/realme-8-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2021/8-pro/realme-8-pro-8gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 160.6, + "width_mm": 73.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2021/8s-5g/realme-8s-5g-8gb-128gb-5g.json b/data/smartphone/realme/2021/8s-5g/realme-8s-5g-8gb-128gb-5g.json index 3004cf720f0f..b3e8b04212df 100644 --- a/data/smartphone/realme/2021/8s-5g/realme-8s-5g-8gb-128gb-5g.json +++ b/data/smartphone/realme/2021/8s-5g/realme-8s-5g-8gb-128gb-5g.json @@ -112,5 +112,11 @@ 128 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 74.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/realme/2021/c11-2021/realme-c11-2021-4gb-64gb-4g-lte.json b/data/smartphone/realme/2021/c11-2021/realme-c11-2021-4gb-64gb-4g-lte.json index f2977c49674c..25dcb8a7e837 100644 --- a/data/smartphone/realme/2021/c11-2021/realme-c11-2021-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2021/c11-2021/realme-c11-2021-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.4, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/realme/2021/gt-neo-flash/realme-gt-neo-flash-12gb-256gb-5g.json b/data/smartphone/realme/2021/gt-neo-flash/realme-gt-neo-flash-12gb-256gb-5g.json index 9e91b9809219..171f6b10e493 100644 --- a/data/smartphone/realme/2021/gt-neo-flash/realme-gt-neo-flash-12gb-256gb-5g.json +++ b/data/smartphone/realme/2021/gt-neo-flash/realme-gt-neo-flash-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/realme/2021/gt-neo/realme-gt-neo-12gb-256gb-5g.json b/data/smartphone/realme/2021/gt-neo/realme-gt-neo-12gb-256gb-5g.json index 1b6932ea55f8..6f685ae516f2 100644 --- a/data/smartphone/realme/2021/gt-neo/realme-gt-neo-12gb-256gb-5g.json +++ b/data/smartphone/realme/2021/gt-neo/realme-gt-neo-12gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/realme/2021/gt-neo2t/realme-gt-neo2t-12gb-256gb-5g.json b/data/smartphone/realme/2021/gt-neo2t/realme-gt-neo2t-12gb-256gb-5g.json index 90613012b6ab..6022f10024ca 100644 --- a/data/smartphone/realme/2021/gt-neo2t/realme-gt-neo2t-12gb-256gb-5g.json +++ b/data/smartphone/realme/2021/gt-neo2t/realme-gt-neo2t-12gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/realme/2021/narzo-30-5g/realme-narzo-30-5g-6gb-128gb-5g.json b/data/smartphone/realme/2021/narzo-30-5g/realme-narzo-30-5g-6gb-128gb-5g.json index 4162bed5e0b8..d3ee66a3b1ae 100644 --- a/data/smartphone/realme/2021/narzo-30-5g/realme-narzo-30-5g-6gb-128gb-5g.json +++ b/data/smartphone/realme/2021/narzo-30-5g/realme-narzo-30-5g-6gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 74.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2021/narzo-30-pro-5g/realme-narzo-30-pro-5g-8gb-128gb-5g.json b/data/smartphone/realme/2021/narzo-30-pro-5g/realme-narzo-30-pro-5g-8gb-128gb-5g.json index 5b7074e9c3c0..01ac4dabe952 100644 --- a/data/smartphone/realme/2021/narzo-30-pro-5g/realme-narzo-30-pro-5g-8gb-128gb-5g.json +++ b/data/smartphone/realme/2021/narzo-30-pro-5g/realme-narzo-30-pro-5g-8gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/realme/2021/q3-pro-5g/realme-q3-pro-5g-8gb-256gb-5g.json b/data/smartphone/realme/2021/q3-pro-5g/realme-q3-pro-5g-8gb-256gb-5g.json index 149a8ae72319..126cb6c79a45 100644 --- a/data/smartphone/realme/2021/q3-pro-5g/realme-q3-pro-5g-8gb-256gb-5g.json +++ b/data/smartphone/realme/2021/q3-pro-5g/realme-q3-pro-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-1100", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/realme/2021/q3i-5g/realme-q3i-5g-6gb-128gb-5g.json b/data/smartphone/realme/2021/q3i-5g/realme-q3i-5g-6gb-128gb-5g.json index 44a2d9711fcc..87ffdeccb715 100644 --- a/data/smartphone/realme/2021/q3i-5g/realme-q3i-5g-6gb-128gb-5g.json +++ b/data/smartphone/realme/2021/q3i-5g/realme-q3i-5g-6gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 74.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2021/v11-5g/realme-v11-5g-6gb-128gb-5g.json b/data/smartphone/realme/2021/v11-5g/realme-v11-5g-6gb-128gb-5g.json index 7d86c4781beb..d1978c6632c7 100644 --- a/data/smartphone/realme/2021/v11-5g/realme-v11-5g-6gb-128gb-5g.json +++ b/data/smartphone/realme/2021/v11-5g/realme-v11-5g-6gb-128gb-5g.json @@ -105,5 +105,6 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0 } diff --git a/data/smartphone/realme/2021/v11s-5g/realme-v11s-5g-6gb-128gb-5g.json b/data/smartphone/realme/2021/v11s-5g/realme-v11s-5g-6gb-128gb-5g.json index 981063bb072b..bf41b04b2248 100644 --- a/data/smartphone/realme/2021/v11s-5g/realme-v11s-5g-6gb-128gb-5g.json +++ b/data/smartphone/realme/2021/v11s-5g/realme-v11s-5g-6gb-128gb-5g.json @@ -105,5 +105,6 @@ 128 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0 } diff --git a/data/smartphone/realme/2021/v13-5g/realme-v13-5g-8gb-256gb-5g.json b/data/smartphone/realme/2021/v13-5g/realme-v13-5g-8gb-256gb-5g.json index 2fd77acbaff6..3a5ca3db6d76 100644 --- a/data/smartphone/realme/2021/v13-5g/realme-v13-5g-8gb-256gb-5g.json +++ b/data/smartphone/realme/2021/v13-5g/realme-v13-5g-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 74.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2021/v15-5g/realme-v15-5g-8gb-128gb-5g.json b/data/smartphone/realme/2021/v15-5g/realme-v15-5g-8gb-128gb-5g.json index 5f71b9bb7064..8e861959c568 100644 --- a/data/smartphone/realme/2021/v15-5g/realme-v15-5g-8gb-128gb-5g.json +++ b/data/smartphone/realme/2021/v15-5g/realme-v15-5g-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2021/x7-india/realme-x7-india-8gb-128gb-5g.json b/data/smartphone/realme/2021/x7-india/realme-x7-india-8gb-128gb-5g.json index d619fd180c0a..6f04c286ce89 100644 --- a/data/smartphone/realme/2021/x7-india/realme-x7-india-8gb-128gb-5g.json +++ b/data/smartphone/realme/2021/x7-india/realme-x7-india-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2021/x7-max-5g/realme-x7-max-5g-12gb-256gb-5g.json b/data/smartphone/realme/2021/x7-max-5g/realme-x7-max-5g-12gb-256gb-5g.json index e4a685309aa7..fe41d7ce11b6 100644 --- a/data/smartphone/realme/2021/x7-max-5g/realme-x7-max-5g-12gb-256gb-5g.json +++ b/data/smartphone/realme/2021/x7-max-5g/realme-x7-max-5g-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 50.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/realme/2021/x7-pro-ultra/realme-x7-pro-ultra-12gb-256gb-5g.json b/data/smartphone/realme/2021/x7-pro-ultra/realme-x7-pro-ultra-12gb-256gb-5g.json index e89f7112b050..d0adc52b4abf 100644 --- a/data/smartphone/realme/2021/x7-pro-ultra/realme-x7-pro-ultra-12gb-256gb-5g.json +++ b/data/smartphone/realme/2021/x7-pro-ultra/realme-x7-pro-ultra-12gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "mediatek-dimensity-1000", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 73.4, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/realme/2022/10-5g/realme-10-5g-8gb-256gb-5g.json b/data/smartphone/realme/2022/10-5g/realme-10-5g-8gb-256gb-5g.json index ac9b11e11b9d..77783e079eef 100644 --- a/data/smartphone/realme/2022/10-5g/realme-10-5g-8gb-256gb-5g.json +++ b/data/smartphone/realme/2022/10-5g/realme-10-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2022/10/realme-10-8gb-256gb-4g-lte.json b/data/smartphone/realme/2022/10/realme-10-8gb-256gb-4g-lte.json index 15276d2e71d5..95b01fe3e768 100644 --- a/data/smartphone/realme/2022/10/realme-10-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2022/10/realme-10-8gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 73.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/realme/2022/10s/realme-10s-8gb-256gb-5g.json b/data/smartphone/realme/2022/10s/realme-10s-8gb-256gb-5g.json index a415a7b29cf6..a5c28f992eb2 100644 --- a/data/smartphone/realme/2022/10s/realme-10s-8gb-256gb-5g.json +++ b/data/smartphone/realme/2022/10s/realme-10s-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2022/9-5g-india/realme-9-5g-india-6gb-128gb-5g.json b/data/smartphone/realme/2022/9-5g-india/realme-9-5g-india-6gb-128gb-5g.json index e4484d14e6ba..9260d6d4ee4d 100644 --- a/data/smartphone/realme/2022/9-5g-india/realme-9-5g-india-6gb-128gb-5g.json +++ b/data/smartphone/realme/2022/9-5g-india/realme-9-5g-india-6gb-128gb-5g.json @@ -108,5 +108,11 @@ 128 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.6, + "width_mm": 74.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2022/9-pro/realme-9-pro-8gb-256gb-5g.json b/data/smartphone/realme/2022/9-pro/realme-9-pro-8gb-256gb-5g.json index 11b021642bb0..bf949d3dfe17 100644 --- a/data/smartphone/realme/2022/9-pro/realme-9-pro-8gb-256gb-5g.json +++ b/data/smartphone/realme/2022/9-pro/realme-9-pro-8gb-256gb-5g.json @@ -115,5 +115,11 @@ 256 ], "soc": "dimensity-920", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 60.0, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/realme/2022/c30/realme-c30-4gb-64gb-4g-lte.json b/data/smartphone/realme/2022/c30/realme-c30-4gb-64gb-4g-lte.json index b05f936a1020..e558e50a555f 100644 --- a/data/smartphone/realme/2022/c30/realme-c30-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2022/c30/realme-c30-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "unisoc-tiger-t612", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2022/c31/realme-c31-4gb-64gb-4g-lte.json b/data/smartphone/realme/2022/c31/realme-c31-4gb-64gb-4g-lte.json index 8e9c2a53650c..39f5c2a08a5c 100644 --- a/data/smartphone/realme/2022/c31/realme-c31-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2022/c31/realme-c31-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "unisoc-tiger-t612", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.7, + "width_mm": 76.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/realme/2022/c33/realme-c33-4gb-128gb-4g-lte.json b/data/smartphone/realme/2022/c33/realme-c33-4gb-128gb-4g-lte.json index 790ef4708e92..088ce01eca67 100644 --- a/data/smartphone/realme/2022/c33/realme-c33-4gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2022/c33/realme-c33-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.7, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/realme/2022/c35/realme-c35-6gb-128gb-4g-lte.json b/data/smartphone/realme/2022/c35/realme-c35-6gb-128gb-4g-lte.json index 3dea1cae3bb9..10cbeb6beba4 100644 --- a/data/smartphone/realme/2022/c35/realme-c35-6gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2022/c35/realme-c35-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "unisoc-tiger-t616", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2022/gt-neo-3/realme-gt-neo-3-12gb-512gb-5g.json b/data/smartphone/realme/2022/gt-neo-3/realme-gt-neo-3-12gb-512gb-5g.json index 7cf76fdf5352..0c9bb65b667f 100644 --- a/data/smartphone/realme/2022/gt-neo-3/realme-gt-neo-3-12gb-512gb-5g.json +++ b/data/smartphone/realme/2022/gt-neo-3/realme-gt-neo-3-12gb-512gb-5g.json @@ -114,5 +114,11 @@ 512 ], "soc": "dimensity-8100", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 163.3, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/realme/2022/narzo-50-5g/realme-narzo-50-5g-6gb-128gb-5g.json b/data/smartphone/realme/2022/narzo-50-5g/realme-narzo-50-5g-6gb-128gb-5g.json index ead372f5cb4a..fff46a576bd9 100644 --- a/data/smartphone/realme/2022/narzo-50-5g/realme-narzo-50-5g-6gb-128gb-5g.json +++ b/data/smartphone/realme/2022/narzo-50-5g/realme-narzo-50-5g-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2022/narzo-50a-prime/realme-narzo-50a-prime-4gb-128gb-4g-lte.json b/data/smartphone/realme/2022/narzo-50a-prime/realme-narzo-50a-prime-4gb-128gb-4g-lte.json index b79b277bf0c5..0582e83cfb2e 100644 --- a/data/smartphone/realme/2022/narzo-50a-prime/realme-narzo-50a-prime-4gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2022/narzo-50a-prime/realme-narzo-50a-prime-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2022/narzo-50i-prime/realme-narzo-50i-prime-4gb-64gb-4g-lte.json b/data/smartphone/realme/2022/narzo-50i-prime/realme-narzo-50i-prime-4gb-64gb-4g-lte.json index 2849f8e85e35..2dd275a62dea 100644 --- a/data/smartphone/realme/2022/narzo-50i-prime/realme-narzo-50i-prime-4gb-64gb-4g-lte.json +++ b/data/smartphone/realme/2022/narzo-50i-prime/realme-narzo-50i-prime-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "unisoc-tiger-t612", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/realme/2022/v20/realme-v20-8gb-128gb-5g.json b/data/smartphone/realme/2022/v20/realme-v20-8gb-128gb-5g.json index 5dda8007b58d..33cebfcfd910 100644 --- a/data/smartphone/realme/2022/v20/realme-v20-8gb-128gb-5g.json +++ b/data/smartphone/realme/2022/v20/realme-v20-8gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2022/v23/realme-v23-12gb-256gb-5g.json b/data/smartphone/realme/2022/v23/realme-v23-12gb-256gb-5g.json index b1721c4a4e58..39d8d0bda3f7 100644 --- a/data/smartphone/realme/2022/v23/realme-v23-12gb-256gb-5g.json +++ b/data/smartphone/realme/2022/v23/realme-v23-12gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2022/v23i/realme-v23i-4gb-128gb-5g.json b/data/smartphone/realme/2022/v23i/realme-v23i-4gb-128gb-5g.json index bbdbe0c8e551..88e0eda742cc 100644 --- a/data/smartphone/realme/2022/v23i/realme-v23i-4gb-128gb-5g.json +++ b/data/smartphone/realme/2022/v23i/realme-v23i-4gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2023/10t/realme-10t-8gb-256gb-5g.json b/data/smartphone/realme/2023/10t/realme-10t-8gb-256gb-5g.json index 4c478d95ef43..013fa05cf8d2 100644 --- a/data/smartphone/realme/2023/10t/realme-10t-8gb-256gb-5g.json +++ b/data/smartphone/realme/2023/10t/realme-10t-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2023/11-4g/realme-11-4g-8gb-256gb-4g-lte.json b/data/smartphone/realme/2023/11-4g/realme-11-4g-8gb-256gb-4g-lte.json index cf64b0a198bf..579824511b8e 100644 --- a/data/smartphone/realme/2023/11-4g/realme-11-4g-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2023/11-4g/realme-11-4g-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 73.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/realme/2023/11/realme-11-8gb-256gb-5g.json b/data/smartphone/realme/2023/11/realme-11-8gb-256gb-5g.json index 09f4ceb4c1a9..79f5fee9eb01 100644 --- a/data/smartphone/realme/2023/11/realme-11-8gb-256gb-5g.json +++ b/data/smartphone/realme/2023/11/realme-11-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-6100-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/realme/2023/11x/realme-11x-8gb-128gb-5g.json b/data/smartphone/realme/2023/11x/realme-11x-8gb-128gb-5g.json index 41f9159a3659..9928f0c0cd34 100644 --- a/data/smartphone/realme/2023/11x/realme-11x-8gb-128gb-5g.json +++ b/data/smartphone/realme/2023/11x/realme-11x-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/realme/2023/c33-2023/realme-c33-2023-4gb-128gb-4g-lte.json b/data/smartphone/realme/2023/c33-2023/realme-c33-2023-4gb-128gb-4g-lte.json index 5f329d99194c..59f18511d562 100644 --- a/data/smartphone/realme/2023/c33-2023/realme-c33-2023-4gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2023/c33-2023/realme-c33-2023-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.7, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/realme/2023/c51/realme-c51-6gb-256gb-4g-lte.json b/data/smartphone/realme/2023/c51/realme-c51-6gb-256gb-4g-lte.json index 94669cc1bb2f..0e8330223b5b 100644 --- a/data/smartphone/realme/2023/c51/realme-c51-6gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2023/c51/realme-c51-6gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "unisoc-tiger-t612", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/realme/2023/c53-india/realme-c53-india-6gb-128gb-4g-lte.json b/data/smartphone/realme/2023/c53-india/realme-c53-india-6gb-128gb-4g-lte.json index a35c969c940d..ce74c087111b 100644 --- a/data/smartphone/realme/2023/c53-india/realme-c53-india-6gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2023/c53-india/realme-c53-india-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/realme/2023/c53/realme-c53-8gb-256gb-4g-lte.json b/data/smartphone/realme/2023/c53/realme-c53-8gb-256gb-4g-lte.json index ef3f1ea9b858..598f5d6ef437 100644 --- a/data/smartphone/realme/2023/c53/realme-c53-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2023/c53/realme-c53-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "unisoc-tiger-t612", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/realme/2023/c67/realme-c67-6gb-128gb-5g.json b/data/smartphone/realme/2023/c67/realme-c67-6gb-128gb-5g.json index afcfa7168e1d..8b09624e2f92 100644 --- a/data/smartphone/realme/2023/c67/realme-c67-6gb-128gb-5g.json +++ b/data/smartphone/realme/2023/c67/realme-c67-6gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/realme/2023/narzo-60x/realme-narzo-60x-6gb-128gb-5g.json b/data/smartphone/realme/2023/narzo-60x/realme-narzo-60x-6gb-128gb-5g.json index 977e3d2dd678..f9dda405aae8 100644 --- a/data/smartphone/realme/2023/narzo-60x/realme-narzo-60x-6gb-128gb-5g.json +++ b/data/smartphone/realme/2023/narzo-60x/realme-narzo-60x-6gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/realme/2023/narzo-n53/realme-narzo-n53-8gb-128gb-4g-lte.json b/data/smartphone/realme/2023/narzo-n53/realme-narzo-n53-8gb-128gb-4g-lte.json index 23519c9c3fe3..f95a024d40e1 100644 --- a/data/smartphone/realme/2023/narzo-n53/realme-narzo-n53-8gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2023/narzo-n53/realme-narzo-n53-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/realme/2023/v50s/realme-v50s-8gb-256gb-5g.json b/data/smartphone/realme/2023/v50s/realme-v50s-8gb-256gb-5g.json index dfcd64f18ff4..d466bd4ea48f 100644 --- a/data/smartphone/realme/2023/v50s/realme-v50s-8gb-256gb-5g.json +++ b/data/smartphone/realme/2023/v50s/realme-v50s-8gb-256gb-5g.json @@ -104,5 +104,10 @@ 256 ], "soc": "dimensity-6100-plus", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/realme/2024/12/realme-12-8gb-512gb-5g.json b/data/smartphone/realme/2024/12/realme-12-8gb-512gb-5g.json index 8928de9a67fd..82c06729491a 100644 --- a/data/smartphone/realme/2024/12/realme-12-8gb-512gb-5g.json +++ b/data/smartphone/realme/2024/12/realme-12-8gb-512gb-5g.json @@ -104,5 +104,11 @@ 512 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/realme/2024/12x-india/realme-12x-india-8gb-128gb-5g.json b/data/smartphone/realme/2024/12x-india/realme-12x-india-8gb-128gb-5g.json index 878550555048..20ada7120c4f 100644 --- a/data/smartphone/realme/2024/12x-india/realme-12x-india-8gb-128gb-5g.json +++ b/data/smartphone/realme/2024/12x-india/realme-12x-india-8gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/realme/2024/12x/realme-12x-12gb-512gb-5g.json b/data/smartphone/realme/2024/12x/realme-12x-12gb-512gb-5g.json index c8889f034291..ac69534853e5 100644 --- a/data/smartphone/realme/2024/12x/realme-12x-12gb-512gb-5g.json +++ b/data/smartphone/realme/2024/12x/realme-12x-12gb-512gb-5g.json @@ -105,5 +105,11 @@ 512 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/realme/2024/c51s/realme-c51s-6gb-128gb-4g-lte.json b/data/smartphone/realme/2024/c51s/realme-c51s-6gb-128gb-4g-lte.json index 1df2cc4abce2..eb0e1a972ed0 100644 --- a/data/smartphone/realme/2024/c51s/realme-c51s-6gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2024/c51s/realme-c51s-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.7, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/realme/2024/c61-india/realme-c61-india-6gb-128gb-4g-lte.json b/data/smartphone/realme/2024/c61-india/realme-c61-india-6gb-128gb-4g-lte.json index d5da672f59d7..f673bbbe1203 100644 --- a/data/smartphone/realme/2024/c61-india/realme-c61-india-6gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2024/c61-india/realme-c61-india-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/realme/2024/c61/realme-c61-8gb-256gb-4g-lte.json b/data/smartphone/realme/2024/c61/realme-c61-8gb-256gb-4g-lte.json index 4837167ce5ce..3d3fece8ce19 100644 --- a/data/smartphone/realme/2024/c61/realme-c61-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2024/c61/realme-c61-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "unisoc-tiger-t612", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/realme/2024/c63-5g/realme-c63-5g-8gb-128gb-5g.json b/data/smartphone/realme/2024/c63-5g/realme-c63-5g-8gb-128gb-5g.json index 68b5d0df75ca..59e59bf16184 100644 --- a/data/smartphone/realme/2024/c63-5g/realme-c63-5g-8gb-128gb-5g.json +++ b/data/smartphone/realme/2024/c63-5g/realme-c63-5g-8gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/realme/2024/c63/realme-c63-8gb-256gb-4g-lte.json b/data/smartphone/realme/2024/c63/realme-c63-8gb-256gb-4g-lte.json index 64b904d5c4f6..d6f0e7ed4a8e 100644 --- a/data/smartphone/realme/2024/c63/realme-c63-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2024/c63/realme-c63-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "unisoc-tiger-t612", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/realme/2024/c65-5g/realme-c65-5g-8gb-128gb-5g.json b/data/smartphone/realme/2024/c65-5g/realme-c65-5g-8gb-128gb-5g.json index e84bc3099b53..6d9c171c6fee 100644 --- a/data/smartphone/realme/2024/c65-5g/realme-c65-5g-8gb-128gb-5g.json +++ b/data/smartphone/realme/2024/c65-5g/realme-c65-5g-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/realme/2024/c65/realme-c65-8gb-256gb-4g-lte.json b/data/smartphone/realme/2024/c65/realme-c65-8gb-256gb-4g-lte.json index 38588bf5f844..5daf830b10ca 100644 --- a/data/smartphone/realme/2024/c65/realme-c65-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2024/c65/realme-c65-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 76.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/realme/2024/narzo-n61/realme-narzo-n61-6gb-128gb-4g-lte.json b/data/smartphone/realme/2024/narzo-n61/realme-narzo-n61-6gb-128gb-4g-lte.json index d86c2ea61a09..94d9254ea078 100644 --- a/data/smartphone/realme/2024/narzo-n61/realme-narzo-n61-6gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2024/narzo-n61/realme-narzo-n61-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/realme/2024/narzo-n63/realme-narzo-n63-4gb-128gb-4g-lte.json b/data/smartphone/realme/2024/narzo-n63/realme-narzo-n63-4gb-128gb-4g-lte.json index 891121eee749..9198f9602ff9 100644 --- a/data/smartphone/realme/2024/narzo-n63/realme-narzo-n63-4gb-128gb-4g-lte.json +++ b/data/smartphone/realme/2024/narzo-n63/realme-narzo-n63-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "unisoc-tiger-t612", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/realme/2024/note-50/realme-note-50-4gb-256gb-4g-lte.json b/data/smartphone/realme/2024/note-50/realme-note-50-4gb-256gb-4g-lte.json index a715c26293ff..ef6187b1dac9 100644 --- a/data/smartphone/realme/2024/note-50/realme-note-50-4gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2024/note-50/realme-note-50-4gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "unisoc-tiger-t612", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/realme/2024/note-60/realme-note-60-8gb-256gb-4g-lte.json b/data/smartphone/realme/2024/note-60/realme-note-60-8gb-256gb-4g-lte.json index 97725ce432fa..9ad6fa9294d1 100644 --- a/data/smartphone/realme/2024/note-60/realme-note-60-8gb-256gb-4g-lte.json +++ b/data/smartphone/realme/2024/note-60/realme-note-60-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "unisoc-tiger-t612", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/realme/2024/v60/realme-v60-8gb-256gb-5g.json b/data/smartphone/realme/2024/v60/realme-v60-8gb-256gb-5g.json index c0510a196890..6c90ac630dac 100644 --- a/data/smartphone/realme/2024/v60/realme-v60-8gb-256gb-5g.json +++ b/data/smartphone/realme/2024/v60/realme-v60-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2011/galaxy-nexus-i515/samsung-galaxy-nexus-i515-1gb-32gb-4g-lte.json b/data/smartphone/samsung/2011/galaxy-nexus-i515/samsung-galaxy-nexus-i515-1gb-32gb-4g-lte.json index 0ecc58361f3b..97eedeb08ae9 100644 --- a/data/smartphone/samsung/2011/galaxy-nexus-i515/samsung-galaxy-nexus-i515-1gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2011/galaxy-nexus-i515/samsung-galaxy-nexus-i515-1gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "ti-omap-4460", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 135.5, + "width_mm": 67.9, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/samsung/2011/galaxy-nexus-i9250/samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2011/galaxy-nexus-i9250/samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte.json index 9896aadbd561..506df94dced7 100644 --- a/data/smartphone/samsung/2011/galaxy-nexus-i9250/samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2011/galaxy-nexus-i9250/samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "ti-omap-4460", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 135.5, + "width_mm": 67.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2011/galaxy-note-n7000/samsung-galaxy-note-n7000-1gb-32gb-4g-lte.json b/data/smartphone/samsung/2011/galaxy-note-n7000/samsung-galaxy-note-n7000-1gb-32gb-4g-lte.json index ffe50750b127..0bde7f6457bb 100644 --- a/data/smartphone/samsung/2011/galaxy-note-n7000/samsung-galaxy-note-n7000-1gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2011/galaxy-note-n7000/samsung-galaxy-note-n7000-1gb-32gb-4g-lte.json @@ -115,5 +115,10 @@ 32 ], "soc": "exynos-4210-dual", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 146.9, + "width_mm": 83.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2011/galaxy-s-ii-4g-i9100m/samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g.json b/data/smartphone/samsung/2011/galaxy-s-ii-4g-i9100m/samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g.json index 7c7d31bbf548..1e66e3af520a 100644 --- a/data/smartphone/samsung/2011/galaxy-s-ii-4g-i9100m/samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g.json +++ b/data/smartphone/samsung/2011/galaxy-s-ii-4g-i9100m/samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g.json @@ -104,5 +104,10 @@ 16 ], "soc": "exynos-4210-dual", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 125.3, + "width_mm": 66.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2011/galaxy-s-ii-epic-4g-touch/samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g.json b/data/smartphone/samsung/2011/galaxy-s-ii-epic-4g-touch/samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g.json index 4505d21e7a24..8132f97befb8 100644 --- a/data/smartphone/samsung/2011/galaxy-s-ii-epic-4g-touch/samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g.json +++ b/data/smartphone/samsung/2011/galaxy-s-ii-epic-4g-touch/samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g.json @@ -104,5 +104,10 @@ 16 ], "soc": "exynos-4210-dual", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 130.0, + "width_mm": 70.0, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/samsung/2011/galaxy-s-ii-hd-lte/samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2011/galaxy-s-ii-hd-lte/samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte.json index d5f36ac5b567..beb97ddaf35d 100644 --- a/data/smartphone/samsung/2011/galaxy-s-ii-hd-lte/samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2011/galaxy-s-ii-hd-lte/samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/samsung/2011/galaxy-s-ii-i777/samsung-galaxy-s-ii-i777-1gb-32gb-3g.json b/data/smartphone/samsung/2011/galaxy-s-ii-i777/samsung-galaxy-s-ii-i777-1gb-32gb-3g.json index e0c358b4819e..b2f34c47e96b 100644 --- a/data/smartphone/samsung/2011/galaxy-s-ii-i777/samsung-galaxy-s-ii-i777-1gb-32gb-3g.json +++ b/data/smartphone/samsung/2011/galaxy-s-ii-i777/samsung-galaxy-s-ii-i777-1gb-32gb-3g.json @@ -105,5 +105,10 @@ 32 ], "soc": "exynos-4210-dual", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2011/galaxy-s-ii-lte-i727r/samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2011/galaxy-s-ii-lte-i727r/samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte.json index a1e5a8fd27e9..57fd9a0cf154 100644 --- a/data/smartphone/samsung/2011/galaxy-s-ii-lte-i727r/samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2011/galaxy-s-ii-lte-i727r/samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 130.9, + "width_mm": 69.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/samsung/2011/galaxy-s-ii-lte-i9210/samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2011/galaxy-s-ii-lte-i9210/samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte.json index 3b7753baefdf..e4d9de4a2810 100644 --- a/data/smartphone/samsung/2011/galaxy-s-ii-lte-i9210/samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2011/galaxy-s-ii-lte-i9210/samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "qualcomm-apq8060-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 130.9, + "width_mm": 69.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/samsung/2011/galaxy-s-ii-skyrocket-i727/samsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2011/galaxy-s-ii-skyrocket-i727/samsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte.json index 64a3578225a0..81cbfd46167c 100644 --- a/data/smartphone/samsung/2011/galaxy-s-ii-skyrocket-i727/samsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2011/galaxy-s-ii-skyrocket-i727/samsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.8, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/samsung/2011/galaxy-s-ii-t989/samsung-galaxy-s-ii-t989-1gb-32gb-3g.json b/data/smartphone/samsung/2011/galaxy-s-ii-t989/samsung-galaxy-s-ii-t989-1gb-32gb-3g.json index baf2c8617400..1bc04794b599 100644 --- a/data/smartphone/samsung/2011/galaxy-s-ii-t989/samsung-galaxy-s-ii-t989-1gb-32gb-3g.json +++ b/data/smartphone/samsung/2011/galaxy-s-ii-t989/samsung-galaxy-s-ii-t989-1gb-32gb-3g.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-apq8060-snapdragon-s3", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.8, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/samsung/2011/i9100-galaxy-s-ii/samsung-i9100-galaxy-s-ii-1gb-32gb-3g.json b/data/smartphone/samsung/2011/i9100-galaxy-s-ii/samsung-i9100-galaxy-s-ii-1gb-32gb-3g.json index 69e6ce2bff79..33aa608d3474 100644 --- a/data/smartphone/samsung/2011/i9100-galaxy-s-ii/samsung-i9100-galaxy-s-ii-1gb-32gb-3g.json +++ b/data/smartphone/samsung/2011/i9100-galaxy-s-ii/samsung-i9100-galaxy-s-ii-1gb-32gb-3g.json @@ -115,5 +115,10 @@ 32 ], "soc": "exynos-4210-dual", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 125.3, + "width_mm": 66.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2011/i9100g-galaxy-s-ii/samsung-i9100g-galaxy-s-ii-1gb-16gb-3g.json b/data/smartphone/samsung/2011/i9100g-galaxy-s-ii/samsung-i9100g-galaxy-s-ii-1gb-16gb-3g.json index 1fa48fca559d..70b185169a31 100644 --- a/data/smartphone/samsung/2011/i9100g-galaxy-s-ii/samsung-i9100g-galaxy-s-ii-1gb-16gb-3g.json +++ b/data/smartphone/samsung/2011/i9100g-galaxy-s-ii/samsung-i9100g-galaxy-s-ii-1gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "ti-omap-4430", - "os_version": "2.3.4" + "os_version": "2.3.4", + "dimensions": { + "height_mm": 125.3, + "width_mm": 66.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2011/i9103-galaxy-r/samsung-i9103-galaxy-r-1gb-8gb-3g.json b/data/smartphone/samsung/2011/i9103-galaxy-r/samsung-i9103-galaxy-r-1gb-8gb-3g.json index e46496e8729d..053fa3c8fd2d 100644 --- a/data/smartphone/samsung/2011/i9103-galaxy-r/samsung-i9103-galaxy-r-1gb-8gb-3g.json +++ b/data/smartphone/samsung/2011/i9103-galaxy-r/samsung-i9103-galaxy-r-1gb-8gb-3g.json @@ -110,5 +110,10 @@ 8 ], "soc": "nvidia-tegra-2-ap20h", - "os_version": "2.3.3" + "os_version": "2.3.3", + "dimensions": { + "height_mm": 125.0, + "width_mm": 66.0, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/samsung/2011/i927-captivate-glide/samsung-i927-captivate-glide-1gb-8gb-3g.json b/data/smartphone/samsung/2011/i927-captivate-glide/samsung-i927-captivate-glide-1gb-8gb-3g.json index ea060bd44cdb..90023c320f36 100644 --- a/data/smartphone/samsung/2011/i927-captivate-glide/samsung-i927-captivate-glide-1gb-8gb-3g.json +++ b/data/smartphone/samsung/2011/i927-captivate-glide/samsung-i927-captivate-glide-1gb-8gb-3g.json @@ -106,5 +106,10 @@ 8 ], "soc": "nvidia-tegra-2-ap20h", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 124.0, + "width_mm": 64.0, + "depth_mm": 13.0 + } } diff --git a/data/smartphone/samsung/2011/i929-galaxy-s-ii-duos/samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g.json b/data/smartphone/samsung/2011/i929-galaxy-s-ii-duos/samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g.json index d16253c3f5ec..8841b649a6af 100644 --- a/data/smartphone/samsung/2011/i929-galaxy-s-ii-duos/samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g.json +++ b/data/smartphone/samsung/2011/i929-galaxy-s-ii-duos/samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3.5" + "os_version": "2.3.5", + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.9, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2012/ativ-s-i8750/samsung-ativ-s-i8750-1gb-32gb-3g.json b/data/smartphone/samsung/2012/ativ-s-i8750/samsung-ativ-s-i8750-1gb-32gb-3g.json index 03ca2ad55e12..dfd54de37846 100644 --- a/data/smartphone/samsung/2012/ativ-s-i8750/samsung-ativ-s-i8750-1gb-32gb-3g.json +++ b/data/smartphone/samsung/2012/ativ-s-i8750/samsung-ativ-s-i8750-1gb-32gb-3g.json @@ -107,5 +107,10 @@ 32 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 137.2, + "width_mm": 70.5, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/samsung/2012/galaxy-camera-gc100/samsung-galaxy-camera-gc100-1gb-4gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-camera-gc100/samsung-galaxy-camera-gc100-1gb-4gb-4g-lte.json index 69987a5e43b2..65c020e636f0 100644 --- a/data/smartphone/samsung/2012/galaxy-camera-gc100/samsung-galaxy-camera-gc100-1gb-4gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-camera-gc100/samsung-galaxy-camera-gc100-1gb-4gb-4g-lte.json @@ -106,5 +106,10 @@ 4 ], "soc": "exynos-4412-quad", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 128.7, + "width_mm": 70.8, + "depth_mm": 19.1 + } } diff --git a/data/smartphone/samsung/2012/galaxy-express-i437/samsung-galaxy-express-i437-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-express-i437/samsung-galaxy-express-i437-1gb-8gb-4g-lte.json index b6617f23ad97..126bb84c0ae6 100644 --- a/data/smartphone/samsung/2012/galaxy-express-i437/samsung-galaxy-express-i437-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-express-i437/samsung-galaxy-express-i437-1gb-8gb-4g-lte.json @@ -106,5 +106,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 132.6, + "width_mm": 69.3, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2012/galaxy-nexus-i9250m/samsung-galaxy-nexus-i9250m-1gb-16gb-3g.json b/data/smartphone/samsung/2012/galaxy-nexus-i9250m/samsung-galaxy-nexus-i9250m-1gb-16gb-3g.json index 7dc8b53d1c69..c0628b1f670e 100644 --- a/data/smartphone/samsung/2012/galaxy-nexus-i9250m/samsung-galaxy-nexus-i9250m-1gb-16gb-3g.json +++ b/data/smartphone/samsung/2012/galaxy-nexus-i9250m/samsung-galaxy-nexus-i9250m-1gb-16gb-3g.json @@ -106,5 +106,10 @@ 16 ], "soc": "ti-omap-4460", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 135.5, + "width_mm": 67.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2012/galaxy-nexus-lte-l700/samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-nexus-lte-l700/samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte.json index 05d7970e3a31..f658745c787f 100644 --- a/data/smartphone/samsung/2012/galaxy-nexus-lte-l700/samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-nexus-lte-l700/samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "ti-omap-4460", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 134.6, + "width_mm": 68.6, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/samsung/2012/galaxy-note-i717/samsung-galaxy-note-i717-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-note-i717/samsung-galaxy-note-i717-1gb-16gb-4g-lte.json index a977a016a975..82ed6de63c38 100644 --- a/data/smartphone/samsung/2012/galaxy-note-i717/samsung-galaxy-note-i717-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-note-i717/samsung-galaxy-note-i717-1gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 146.8, + "width_mm": 83.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2012/galaxy-note-ii-cdma/samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-note-ii-cdma/samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte.json index bd3e4bb8a85e..11ca91bf0401 100644 --- a/data/smartphone/samsung/2012/galaxy-note-ii-cdma/samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-note-ii-cdma/samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "exynos-4412-quad", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 151.1, + "width_mm": 80.5, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/samsung/2012/galaxy-note-ii-n7100/samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-note-ii-n7100/samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte.json index 43b414852322..214feca13642 100644 --- a/data/smartphone/samsung/2012/galaxy-note-ii-n7100/samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-note-ii-n7100/samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte.json @@ -115,5 +115,10 @@ 64 ], "soc": "exynos-4412-quad", - "os_version": "4.1.1" + "os_version": "4.1.1", + "dimensions": { + "height_mm": 151.1, + "width_mm": 80.5, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/samsung/2012/galaxy-note-t879/samsung-galaxy-note-t879-1gb-16gb-3g.json b/data/smartphone/samsung/2012/galaxy-note-t879/samsung-galaxy-note-t879-1gb-16gb-3g.json index c74eeb9ad7f6..1411f0acf704 100644 --- a/data/smartphone/samsung/2012/galaxy-note-t879/samsung-galaxy-note-t879-1gb-16gb-3g.json +++ b/data/smartphone/samsung/2012/galaxy-note-t879/samsung-galaxy-note-t879-1gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-apq8060-snapdragon-s3", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 146.8, + "width_mm": 83.1, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2012/galaxy-premier-i9260/samsung-galaxy-premier-i9260-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-premier-i9260/samsung-galaxy-premier-i9260-1gb-16gb-4g-lte.json index e5ff457558a4..57bf8fc4c834 100644 --- a/data/smartphone/samsung/2012/galaxy-premier-i9260/samsung-galaxy-premier-i9260-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-premier-i9260/samsung-galaxy-premier-i9260-1gb-16gb-4g-lte.json @@ -111,5 +111,10 @@ 16 ], "soc": "ti-omap-4470", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 134.2, + "width_mm": 68.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/samsung/2012/galaxy-s-blaze-4g-t769/samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g.json b/data/smartphone/samsung/2012/galaxy-s-blaze-4g-t769/samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g.json index 0837ce8c6d12..8bdae9e1a043 100644 --- a/data/smartphone/samsung/2012/galaxy-s-blaze-4g-t769/samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g.json +++ b/data/smartphone/samsung/2012/galaxy-s-blaze-4g-t769/samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g.json @@ -105,5 +105,10 @@ 3 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3.6" + "os_version": "2.3.6", + "dimensions": { + "height_mm": 121.9, + "width_mm": 63.0, + "depth_mm": 11.2 + } } diff --git a/data/smartphone/samsung/2012/galaxy-s-iii-cdma/samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-s-iii-cdma/samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte.json index 1401392a81e2..e1be01987f8e 100644 --- a/data/smartphone/samsung/2012/galaxy-s-iii-cdma/samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-s-iii-cdma/samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte.json @@ -108,5 +108,10 @@ 32 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 137.2, + "width_mm": 71.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/samsung/2012/galaxy-s-iii-i747/samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-s-iii-i747/samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte.json index bfb0b98f0558..daa86cc3d567 100644 --- a/data/smartphone/samsung/2012/galaxy-s-iii-i747/samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-s-iii-i747/samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte.json @@ -112,5 +112,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 136.6, + "width_mm": 70.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2012/galaxy-s-iii-t999/samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-s-iii-t999/samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte.json index f1c9a01315ae..e1922c364080 100644 --- a/data/smartphone/samsung/2012/galaxy-s-iii-t999/samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-s-iii-t999/samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 136.6, + "width_mm": 70.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2012/galaxy-s-relay-4g-t699/samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g.json b/data/smartphone/samsung/2012/galaxy-s-relay-4g-t699/samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g.json index adaacb650a92..5563011c5fd3 100644 --- a/data/smartphone/samsung/2012/galaxy-s-relay-4g-t699/samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g.json +++ b/data/smartphone/samsung/2012/galaxy-s-relay-4g-t699/samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 13.5 + } } diff --git a/data/smartphone/samsung/2012/galaxy-stellar-4g-i200/samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-stellar-4g-i200/samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte.json index 8ce4e793a895..dba0607ba806 100644 --- a/data/smartphone/samsung/2012/galaxy-stellar-4g-i200/samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-stellar-4g-i200/samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte.json @@ -102,5 +102,10 @@ 4 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 122.0, + "width_mm": 64.0, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/samsung/2012/galaxy-stratosphere-ii-i415/samsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-stratosphere-ii-i415/samsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte.json index e666ab7b62b3..7e4b6cc7feac 100644 --- a/data/smartphone/samsung/2012/galaxy-stratosphere-ii-i415/samsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-stratosphere-ii-i415/samsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 126.2, + "width_mm": 65.5, + "depth_mm": 13.5 + } } diff --git a/data/smartphone/samsung/2012/galaxy-victory-4g-lte-l300/samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte.json b/data/smartphone/samsung/2012/galaxy-victory-4g-lte-l300/samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte.json index ef3c7c821d18..3fd828eeb179 100644 --- a/data/smartphone/samsung/2012/galaxy-victory-4g-lte-l300/samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte.json +++ b/data/smartphone/samsung/2012/galaxy-victory-4g-lte-l300/samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte.json @@ -103,5 +103,10 @@ 4 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 121.9, + "width_mm": 63.5, + "depth_mm": 12.7 + } } diff --git a/data/smartphone/samsung/2012/i8190-galaxy-s-iii-mini/samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g.json b/data/smartphone/samsung/2012/i8190-galaxy-s-iii-mini/samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g.json index 9f4d6523bc98..755e34e2c7c2 100644 --- a/data/smartphone/samsung/2012/i8190-galaxy-s-iii-mini/samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g.json +++ b/data/smartphone/samsung/2012/i8190-galaxy-s-iii-mini/samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g.json @@ -113,5 +113,10 @@ 16 ], "soc": "novathor-u8420", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 121.6, + "width_mm": 63.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/samsung/2012/i9300-galaxy-s-iii/samsung-i9300-galaxy-s-iii-1gb-64gb-3g.json b/data/smartphone/samsung/2012/i9300-galaxy-s-iii/samsung-i9300-galaxy-s-iii-1gb-64gb-3g.json index f77998139c0b..42f232379d30 100644 --- a/data/smartphone/samsung/2012/i9300-galaxy-s-iii/samsung-i9300-galaxy-s-iii-1gb-64gb-3g.json +++ b/data/smartphone/samsung/2012/i9300-galaxy-s-iii/samsung-i9300-galaxy-s-iii-1gb-64gb-3g.json @@ -116,5 +116,10 @@ 64 ], "soc": "exynos-4412-quad", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 136.6, + "width_mm": 70.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2012/i9305-galaxy-s-iii/samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2012/i9305-galaxy-s-iii/samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte.json index 4f1c51de7f20..e871fa43e21f 100644 --- a/data/smartphone/samsung/2012/i9305-galaxy-s-iii/samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2012/i9305-galaxy-s-iii/samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "exynos-4412-quad", - "os_version": "4.1.1" + "os_version": "4.1.1", + "dimensions": { + "height_mm": 136.6, + "width_mm": 70.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2013/ativ-odyssey-i930/samsung-ativ-odyssey-i930-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2013/ativ-odyssey-i930/samsung-ativ-odyssey-i930-1gb-8gb-4g-lte.json index bd554301e08e..77fb8159ed9b 100644 --- a/data/smartphone/samsung/2013/ativ-odyssey-i930/samsung-ativ-odyssey-i930-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2013/ativ-odyssey-i930/samsung-ativ-odyssey-i930-1gb-8gb-4g-lte.json @@ -108,5 +108,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "8" + "os_version": "8", + "dimensions": { + "height_mm": 122.4, + "width_mm": 63.8, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/samsung/2013/galaxy-core-i8260/samsung-galaxy-core-i8260-1gb-8gb-3g.json b/data/smartphone/samsung/2013/galaxy-core-i8260/samsung-galaxy-core-i8260-1gb-8gb-3g.json index 870fae1d32b9..ba3aaf7fd5a8 100644 --- a/data/smartphone/samsung/2013/galaxy-core-i8260/samsung-galaxy-core-i8260-1gb-8gb-3g.json +++ b/data/smartphone/samsung/2013/galaxy-core-i8260/samsung-galaxy-core-i8260-1gb-8gb-3g.json @@ -112,5 +112,10 @@ 8 ], "soc": "qualcomm-msm8225-snapdragon-s4-play", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 129.3, + "width_mm": 67.6, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/samsung/2013/galaxy-exhibit-t599/samsung-galaxy-exhibit-t599-1gb-4gb-3g.json b/data/smartphone/samsung/2013/galaxy-exhibit-t599/samsung-galaxy-exhibit-t599-1gb-4gb-3g.json index 1753d64d5fe2..cc8128a46849 100644 --- a/data/smartphone/samsung/2013/galaxy-exhibit-t599/samsung-galaxy-exhibit-t599-1gb-4gb-3g.json +++ b/data/smartphone/samsung/2013/galaxy-exhibit-t599/samsung-galaxy-exhibit-t599-1gb-4gb-3g.json @@ -104,5 +104,10 @@ 4 ], "soc": "novathor-u8420", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 121.4, + "width_mm": 62.5, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/samsung/2013/galaxy-express-i8730/samsung-galaxy-express-i8730-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2013/galaxy-express-i8730/samsung-galaxy-express-i8730-1gb-8gb-4g-lte.json index fa39fa12fbb7..245315bb5ebe 100644 --- a/data/smartphone/samsung/2013/galaxy-express-i8730/samsung-galaxy-express-i8730-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2013/galaxy-express-i8730/samsung-galaxy-express-i8730-1gb-8gb-4g-lte.json @@ -114,5 +114,10 @@ 8 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 132.2, + "width_mm": 69.1, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/samsung/2013/galaxy-j/samsung-galaxy-j-3gb-16gb-4g-lte.json b/data/smartphone/samsung/2013/galaxy-j/samsung-galaxy-j-3gb-16gb-4g-lte.json index aa373bd8d2ba..5e15e7410a3c 100644 --- a/data/smartphone/samsung/2013/galaxy-j/samsung-galaxy-j-3gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2013/galaxy-j/samsung-galaxy-j-3gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 137.0, + "width_mm": 70.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2013/galaxy-note-8-0-wi-fi/samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g.json b/data/smartphone/samsung/2013/galaxy-note-8-0-wi-fi/samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g.json index eade5b029415..f00381af260e 100644 --- a/data/smartphone/samsung/2013/galaxy-note-8-0-wi-fi/samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g.json +++ b/data/smartphone/samsung/2013/galaxy-note-8-0-wi-fi/samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g.json @@ -110,5 +110,10 @@ 32 ], "soc": "exynos-4412-quad", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 210.8, + "width_mm": 135.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2013/galaxy-note-8-0/samsung-galaxy-note-8-0-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2013/galaxy-note-8-0/samsung-galaxy-note-8-0-2gb-32gb-4g-lte.json index 94bc1064eb05..f0c2456096e3 100644 --- a/data/smartphone/samsung/2013/galaxy-note-8-0/samsung-galaxy-note-8-0-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2013/galaxy-note-8-0/samsung-galaxy-note-8-0-2gb-32gb-4g-lte.json @@ -110,5 +110,10 @@ 32 ], "soc": "exynos-4412-quad", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 210.8, + "width_mm": 135.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2013/galaxy-pop-shv-e220/samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2013/galaxy-pop-shv-e220/samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte.json index 8aa2e71ac465..180bd0b1f59c 100644 --- a/data/smartphone/samsung/2013/galaxy-pop-shv-e220/samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2013/galaxy-pop-shv-e220/samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "exynos-4412-quad", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 134.2, + "width_mm": 68.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2013/galaxy-round-g910s/samsung-galaxy-round-g910s-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2013/galaxy-round-g910s/samsung-galaxy-round-g910s-3gb-32gb-4g-lte.json index 08074b8dee57..14aa8e582f88 100644 --- a/data/smartphone/samsung/2013/galaxy-round-g910s/samsung-galaxy-round-g910s-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2013/galaxy-round-g910s/samsung-galaxy-round-g910s-3gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 151.1, + "width_mm": 79.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2013/galaxy-s4-active-lte-a/samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2013/galaxy-s4-active-lte-a/samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte.json index e28e67fb9a96..1b11a2652060 100644 --- a/data/smartphone/samsung/2013/galaxy-s4-active-lte-a/samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2013/galaxy-s4-active-lte-a/samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte.json @@ -111,5 +111,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 139.7, + "width_mm": 71.3, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2013/galaxy-s4-cdma/samsung-galaxy-s4-cdma-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2013/galaxy-s4-cdma/samsung-galaxy-s4-cdma-2gb-16gb-4g-lte.json index 72a524995035..5c02d467592b 100644 --- a/data/smartphone/samsung/2013/galaxy-s4-cdma/samsung-galaxy-s4-cdma-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2013/galaxy-s4-cdma/samsung-galaxy-s4-cdma-2gb-16gb-4g-lte.json @@ -110,5 +110,10 @@ 16 ], "soc": "qualcomm-apq8064t-snapdragon-600", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 136.7, + "width_mm": 69.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2013/galaxy-win-i8550/samsung-galaxy-win-i8550-1gb-8gb-3g.json b/data/smartphone/samsung/2013/galaxy-win-i8550/samsung-galaxy-win-i8550-1gb-8gb-3g.json index 4d4195e6ca82..a2af56baf9c8 100644 --- a/data/smartphone/samsung/2013/galaxy-win-i8550/samsung-galaxy-win-i8550-1gb-8gb-3g.json +++ b/data/smartphone/samsung/2013/galaxy-win-i8550/samsung-galaxy-win-i8550-1gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8625q-snapdragon-200", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 133.3, + "width_mm": 70.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2013/i9105-galaxy-s-ii-plus/samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g.json b/data/smartphone/samsung/2013/i9105-galaxy-s-ii-plus/samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g.json index 70f50340492a..ebd3bbf6497d 100644 --- a/data/smartphone/samsung/2013/i9105-galaxy-s-ii-plus/samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g.json +++ b/data/smartphone/samsung/2013/i9105-galaxy-s-ii-plus/samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g.json @@ -110,5 +110,10 @@ 8 ], "soc": "broadcom-bc28155", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 125.3, + "width_mm": 66.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2013/i9295-galaxy-s4-active/samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2013/i9295-galaxy-s4-active/samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte.json index 8f8879f15dd8..76c373e05e88 100644 --- a/data/smartphone/samsung/2013/i9295-galaxy-s4-active/samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2013/i9295-galaxy-s4-active/samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte.json @@ -116,5 +116,10 @@ 16 ], "soc": "qualcomm-apq8064t-snapdragon-600", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 139.7, + "width_mm": 71.3, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2013/i9500-galaxy-s4/samsung-i9500-galaxy-s4-2gb-64gb-3g.json b/data/smartphone/samsung/2013/i9500-galaxy-s4/samsung-i9500-galaxy-s4-2gb-64gb-3g.json index be08479d18f7..a3f81ef4ece5 100644 --- a/data/smartphone/samsung/2013/i9500-galaxy-s4/samsung-i9500-galaxy-s4-2gb-64gb-3g.json +++ b/data/smartphone/samsung/2013/i9500-galaxy-s4/samsung-i9500-galaxy-s4-2gb-64gb-3g.json @@ -119,5 +119,10 @@ 64 ], "soc": "exynos-5410-octa", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 136.6, + "width_mm": 69.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2013/i9502-galaxy-s4/samsung-i9502-galaxy-s4-2gb-64gb-3g.json b/data/smartphone/samsung/2013/i9502-galaxy-s4/samsung-i9502-galaxy-s4-2gb-64gb-3g.json index 1a75601a24c5..332385627e1f 100644 --- a/data/smartphone/samsung/2013/i9502-galaxy-s4/samsung-i9502-galaxy-s4-2gb-64gb-3g.json +++ b/data/smartphone/samsung/2013/i9502-galaxy-s4/samsung-i9502-galaxy-s4-2gb-64gb-3g.json @@ -108,5 +108,10 @@ 64 ], "soc": "exynos-5410-octa", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 136.6, + "width_mm": 69.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2013/i9505-galaxy-s4/samsung-i9505-galaxy-s4-2gb-64gb-4g-lte.json b/data/smartphone/samsung/2013/i9505-galaxy-s4/samsung-i9505-galaxy-s4-2gb-64gb-4g-lte.json index 565afc11a6a2..61c09413b4fe 100644 --- a/data/smartphone/samsung/2013/i9505-galaxy-s4/samsung-i9505-galaxy-s4-2gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2013/i9505-galaxy-s4/samsung-i9505-galaxy-s4-2gb-64gb-4g-lte.json @@ -120,5 +120,10 @@ 64 ], "soc": "qualcomm-apq8064t-snapdragon-600", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 136.6, + "width_mm": 69.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2013/i9506-galaxy-s4/samsung-i9506-galaxy-s4-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2013/i9506-galaxy-s4/samsung-i9506-galaxy-s4-2gb-32gb-4g-lte.json index ec42e232673a..4e10201380c1 100644 --- a/data/smartphone/samsung/2013/i9506-galaxy-s4/samsung-i9506-galaxy-s4-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2013/i9506-galaxy-s4/samsung-i9506-galaxy-s4-2gb-32gb-4g-lte.json @@ -114,5 +114,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 136.6, + "width_mm": 69.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2014/galaxy-a3-duos/samsung-galaxy-a3-duos-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-a3-duos/samsung-galaxy-a3-duos-1gb-16gb-4g-lte.json index 5c435fdad15e..cf07ffed3d37 100644 --- a/data/smartphone/samsung/2014/galaxy-a3-duos/samsung-galaxy-a3-duos-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-a3-duos/samsung-galaxy-a3-duos-1gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 130.1, + "width_mm": 65.5, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/samsung/2014/galaxy-a5-duos/samsung-galaxy-a5-duos-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-a5-duos/samsung-galaxy-a5-duos-2gb-16gb-4g-lte.json index 3c77cc0d9fce..d56377a4886a 100644 --- a/data/smartphone/samsung/2014/galaxy-a5-duos/samsung-galaxy-a5-duos-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-a5-duos/samsung-galaxy-a5-duos-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.7, + "depth_mm": 6.7 + } } diff --git a/data/smartphone/samsung/2014/galaxy-a5/samsung-galaxy-a5-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-a5/samsung-galaxy-a5-2gb-16gb-4g-lte.json index 2734a14e945c..8f2cf6ce5d2f 100644 --- a/data/smartphone/samsung/2014/galaxy-a5/samsung-galaxy-a5-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-a5/samsung-galaxy-a5-2gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.7, + "depth_mm": 6.7 + } } diff --git a/data/smartphone/samsung/2014/galaxy-ace-style-lte-g357/samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-ace-style-lte-g357/samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte.json index 9a9fca3a909e..cf5d9bd65243 100644 --- a/data/smartphone/samsung/2014/galaxy-ace-style-lte-g357/samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-ace-style-lte-g357/samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte.json @@ -106,5 +106,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 128.9, + "width_mm": 65.8, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2014/galaxy-alpha-s801/samsung-galaxy-alpha-s801-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-alpha-s801/samsung-galaxy-alpha-s801-2gb-32gb-4g-lte.json index 3cb993c5e4b3..3f1271ca01e8 100644 --- a/data/smartphone/samsung/2014/galaxy-alpha-s801/samsung-galaxy-alpha-s801-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-alpha-s801/samsung-galaxy-alpha-s801-2gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 132.4, + "width_mm": 65.5, + "depth_mm": 6.7 + } } diff --git a/data/smartphone/samsung/2014/galaxy-alpha/samsung-galaxy-alpha-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-alpha/samsung-galaxy-alpha-2gb-32gb-4g-lte.json index 298086522471..05444114152d 100644 --- a/data/smartphone/samsung/2014/galaxy-alpha/samsung-galaxy-alpha-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-alpha/samsung-galaxy-alpha-2gb-32gb-4g-lte.json @@ -116,5 +116,10 @@ 32 ], "soc": "exynos-5430-octa", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 132.4, + "width_mm": 65.5, + "depth_mm": 6.7 + } } diff --git a/data/smartphone/samsung/2014/galaxy-core-prime/samsung-galaxy-core-prime-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-core-prime/samsung-galaxy-core-prime-1gb-8gb-4g-lte.json index 4aff4718f419..03a4f24963a1 100644 --- a/data/smartphone/samsung/2014/galaxy-core-prime/samsung-galaxy-core-prime-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-core-prime/samsung-galaxy-core-prime-1gb-8gb-4g-lte.json @@ -110,5 +110,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 130.8, + "width_mm": 67.9, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2014/galaxy-grand-neo/samsung-galaxy-grand-neo-1gb-16gb-3g.json b/data/smartphone/samsung/2014/galaxy-grand-neo/samsung-galaxy-grand-neo-1gb-16gb-3g.json index d59a6d4a2505..472f684d0d30 100644 --- a/data/smartphone/samsung/2014/galaxy-grand-neo/samsung-galaxy-grand-neo-1gb-16gb-3g.json +++ b/data/smartphone/samsung/2014/galaxy-grand-neo/samsung-galaxy-grand-neo-1gb-16gb-3g.json @@ -112,5 +112,10 @@ 16 ], "soc": "broadcom-bcm23550", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 143.7, + "width_mm": 77.1, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/samsung/2014/galaxy-grand-prime-duos-tv/samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g.json b/data/smartphone/samsung/2014/galaxy-grand-prime-duos-tv/samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g.json index 273094134acc..1ac0c81e7b51 100644 --- a/data/smartphone/samsung/2014/galaxy-grand-prime-duos-tv/samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g.json +++ b/data/smartphone/samsung/2014/galaxy-grand-prime-duos-tv/samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 144.7, + "width_mm": 72.4, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2014/galaxy-grand-prime/samsung-galaxy-grand-prime-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-grand-prime/samsung-galaxy-grand-prime-1gb-8gb-4g-lte.json index 2f60f4d54200..36bc03470660 100644 --- a/data/smartphone/samsung/2014/galaxy-grand-prime/samsung-galaxy-grand-prime-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-grand-prime/samsung-galaxy-grand-prime-1gb-8gb-4g-lte.json @@ -113,5 +113,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 144.8, + "width_mm": 72.1, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2014/galaxy-k-zoom/samsung-galaxy-k-zoom-2gb-8gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-k-zoom/samsung-galaxy-k-zoom-2gb-8gb-4g-lte.json index f15a56bf747d..4fe957e2059f 100644 --- a/data/smartphone/samsung/2014/galaxy-k-zoom/samsung-galaxy-k-zoom-2gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-k-zoom/samsung-galaxy-k-zoom-2gb-8gb-4g-lte.json @@ -114,5 +114,10 @@ 8 ], "soc": "exynos-5260-hexa", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 137.5, + "width_mm": 70.8, + "depth_mm": 16.6 + } } diff --git a/data/smartphone/samsung/2014/galaxy-note-3-neo-duos/samsung-galaxy-note-3-neo-duos-2gb-16gb-3g.json b/data/smartphone/samsung/2014/galaxy-note-3-neo-duos/samsung-galaxy-note-3-neo-duos-2gb-16gb-3g.json index e314507cb307..ef618c26033c 100644 --- a/data/smartphone/samsung/2014/galaxy-note-3-neo-duos/samsung-galaxy-note-3-neo-duos-2gb-16gb-3g.json +++ b/data/smartphone/samsung/2014/galaxy-note-3-neo-duos/samsung-galaxy-note-3-neo-duos-2gb-16gb-3g.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8228-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 148.4, + "width_mm": 77.4, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2014/galaxy-note-3-neo/samsung-galaxy-note-3-neo-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-note-3-neo/samsung-galaxy-note-3-neo-2gb-16gb-4g-lte.json index 5b2bd371c51d..f4057477f3e8 100644 --- a/data/smartphone/samsung/2014/galaxy-note-3-neo/samsung-galaxy-note-3-neo-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-note-3-neo/samsung-galaxy-note-3-neo-2gb-16gb-4g-lte.json @@ -116,5 +116,10 @@ 16 ], "soc": "exynos-5260-hexa", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 148.4, + "width_mm": 77.4, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2014/galaxy-note-4-duos/samsung-galaxy-note-4-duos-3gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-note-4-duos/samsung-galaxy-note-4-duos-3gb-16gb-4g-lte.json index 31d385fa9fad..616a37fee6ac 100644 --- a/data/smartphone/samsung/2014/galaxy-note-4-duos/samsung-galaxy-note-4-duos-3gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-note-4-duos/samsung-galaxy-note-4-duos-3gb-16gb-4g-lte.json @@ -109,5 +109,11 @@ 16 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 78.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2014/galaxy-note-4-usa/samsung-galaxy-note-4-usa-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-note-4-usa/samsung-galaxy-note-4-usa-3gb-32gb-4g-lte.json index 18df34b5c604..19b8136c98ae 100644 --- a/data/smartphone/samsung/2014/galaxy-note-4-usa/samsung-galaxy-note-4-usa-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-note-4-usa/samsung-galaxy-note-4-usa-3gb-32gb-4g-lte.json @@ -110,5 +110,11 @@ 32 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 78.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2014/galaxy-note-4/samsung-galaxy-note-4-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-note-4/samsung-galaxy-note-4-3gb-32gb-4g-lte.json index 49b6758b8b50..5316a4ec411c 100644 --- a/data/smartphone/samsung/2014/galaxy-note-4/samsung-galaxy-note-4-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-note-4/samsung-galaxy-note-4-3gb-32gb-4g-lte.json @@ -119,5 +119,11 @@ 32 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 78.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2014/galaxy-note-edge/samsung-galaxy-note-edge-3gb-64gb-5g.json b/data/smartphone/samsung/2014/galaxy-note-edge/samsung-galaxy-note-edge-3gb-64gb-5g.json index 11eeff456737..239b6e780d46 100644 --- a/data/smartphone/samsung/2014/galaxy-note-edge/samsung-galaxy-note-edge-3gb-64gb-5g.json +++ b/data/smartphone/samsung/2014/galaxy-note-edge/samsung-galaxy-note-edge-3gb-64gb-5g.json @@ -118,5 +118,11 @@ 64 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 151.3, + "width_mm": 82.4, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5-active/samsung-galaxy-s5-active-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-s5-active/samsung-galaxy-s5-active-2gb-16gb-4g-lte.json index 03dec335301f..2b1596188a1e 100644 --- a/data/smartphone/samsung/2014/galaxy-s5-active/samsung-galaxy-s5-active-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-s5-active/samsung-galaxy-s5-active-2gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "qualcomm-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 145.3, + "width_mm": 73.4, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5-duos/samsung-galaxy-s5-duos-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-s5-duos/samsung-galaxy-s5-duos-2gb-16gb-4g-lte.json index 00592c7160dc..d83b83f341d0 100644 --- a/data/smartphone/samsung/2014/galaxy-s5-duos/samsung-galaxy-s5-duos-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-s5-duos/samsung-galaxy-s5-duos-2gb-16gb-4g-lte.json @@ -109,5 +109,10 @@ 16 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5-lte-a-g901f/samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-s5-lte-a-g901f/samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte.json index c39446e2fdee..5e60987fb41c 100644 --- a/data/smartphone/samsung/2014/galaxy-s5-lte-a-g901f/samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-s5-lte-a-g901f/samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5-lte-a-g906s/samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-s5-lte-a-g906s/samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte.json index 2564c7084c7c..8faf73423f9a 100644 --- a/data/smartphone/samsung/2014/galaxy-s5-lte-a-g906s/samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-s5-lte-a-g906s/samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte.json @@ -110,5 +110,10 @@ 32 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5-octa-core/samsung-galaxy-s5-octa-core-2gb-32gb-3g.json b/data/smartphone/samsung/2014/galaxy-s5-octa-core/samsung-galaxy-s5-octa-core-2gb-32gb-3g.json index 68f3f5db7ce0..27ec53231c11 100644 --- a/data/smartphone/samsung/2014/galaxy-s5-octa-core/samsung-galaxy-s5-octa-core-2gb-32gb-3g.json +++ b/data/smartphone/samsung/2014/galaxy-s5-octa-core/samsung-galaxy-s5-octa-core-2gb-32gb-3g.json @@ -109,5 +109,10 @@ 32 ], "soc": "exynos-5422-octa", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5-plus/samsung-galaxy-s5-plus-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-s5-plus/samsung-galaxy-s5-plus-2gb-32gb-4g-lte.json index 30b03eb4f3e6..0a50f34443ba 100644 --- a/data/smartphone/samsung/2014/galaxy-s5-plus/samsung-galaxy-s5-plus-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-s5-plus/samsung-galaxy-s5-plus-2gb-32gb-4g-lte.json @@ -110,5 +110,10 @@ 32 ], "soc": "qualcomm-apq8084-snapdragon-805", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5-sport/samsung-galaxy-s5-sport-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-s5-sport/samsung-galaxy-s5-sport-2gb-16gb-4g-lte.json index 2ff76e82114e..30d127a32ccb 100644 --- a/data/smartphone/samsung/2014/galaxy-s5-sport/samsung-galaxy-s5-sport-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-s5-sport/samsung-galaxy-s5-sport-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 144.0, + "width_mm": 74.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5-usa/samsung-galaxy-s5-usa-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-s5-usa/samsung-galaxy-s5-usa-2gb-16gb-4g-lte.json index 58532e2d1a8c..7e7c5edcfe8b 100644 --- a/data/smartphone/samsung/2014/galaxy-s5-usa/samsung-galaxy-s5-usa-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-s5-usa/samsung-galaxy-s5-usa-2gb-16gb-4g-lte.json @@ -110,5 +110,10 @@ 16 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2014/galaxy-s5/samsung-galaxy-s5-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2014/galaxy-s5/samsung-galaxy-s5-2gb-32gb-4g-lte.json index 667b3c29d546..07771b249dad 100644 --- a/data/smartphone/samsung/2014/galaxy-s5/samsung-galaxy-s5-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2014/galaxy-s5/samsung-galaxy-s5-2gb-32gb-4g-lte.json @@ -120,5 +120,10 @@ 32 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2015/galaxy-a5-2016/samsung-galaxy-a5-2016-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-a5-2016/samsung-galaxy-a5-2016-2gb-16gb-4g-lte.json index 9a74af349b08..f05bfa8a1c37 100644 --- a/data/smartphone/samsung/2015/galaxy-a5-2016/samsung-galaxy-a5-2016-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-a5-2016/samsung-galaxy-a5-2016-2gb-16gb-4g-lte.json @@ -117,5 +117,11 @@ 16 ], "soc": "exynos-7580-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 144.8, + "width_mm": 71.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/samsung/2015/galaxy-a7-2016/samsung-galaxy-a7-2016-3gb-16gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-a7-2016/samsung-galaxy-a7-2016-3gb-16gb-4g-lte.json index 881d865b7b86..63e76b014915 100644 --- a/data/smartphone/samsung/2015/galaxy-a7-2016/samsung-galaxy-a7-2016-3gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-a7-2016/samsung-galaxy-a7-2016-3gb-16gb-4g-lte.json @@ -113,5 +113,11 @@ 16 ], "soc": "exynos-7580-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.5, + "width_mm": 74.1, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/samsung/2015/galaxy-a7-duos/samsung-galaxy-a7-duos-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-a7-duos/samsung-galaxy-a7-duos-2gb-16gb-4g-lte.json index a208c6c697ac..a785dd6391ee 100644 --- a/data/smartphone/samsung/2015/galaxy-a7-duos/samsung-galaxy-a7-duos-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-a7-duos/samsung-galaxy-a7-duos-2gb-16gb-4g-lte.json @@ -114,5 +114,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.2, + "depth_mm": 6.3 + } } diff --git a/data/smartphone/samsung/2015/galaxy-a8/samsung-galaxy-a8-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-a8/samsung-galaxy-a8-2gb-32gb-4g-lte.json index 458500d8b0c3..cbeabf18b38c 100644 --- a/data/smartphone/samsung/2015/galaxy-a8/samsung-galaxy-a8-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-a8/samsung-galaxy-a8-2gb-32gb-4g-lte.json @@ -115,5 +115,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 158.0, + "width_mm": 76.8, + "depth_mm": 5.9 + } } diff --git a/data/smartphone/samsung/2015/galaxy-a9-2016/samsung-galaxy-a9-2016-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-a9-2016/samsung-galaxy-a9-2016-3gb-32gb-4g-lte.json index 8df905bdf37e..26807e795963 100644 --- a/data/smartphone/samsung/2015/galaxy-a9-2016/samsung-galaxy-a9-2016-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-a9-2016/samsung-galaxy-a9-2016-3gb-32gb-4g-lte.json @@ -114,5 +114,11 @@ 32 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.7, + "width_mm": 80.9, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/samsung/2015/galaxy-e7/samsung-galaxy-e7-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-e7/samsung-galaxy-e7-2gb-16gb-4g-lte.json index 6f310313b759..7878dfe29529 100644 --- a/data/smartphone/samsung/2015/galaxy-e7/samsung-galaxy-e7-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-e7/samsung-galaxy-e7-2gb-16gb-4g-lte.json @@ -116,5 +116,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 151.3, + "width_mm": 77.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/samsung/2015/galaxy-j1-ace/samsung-galaxy-j1-ace-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-j1-ace/samsung-galaxy-j1-ace-1gb-8gb-4g-lte.json index 78fc35fdb057..59597dc18b04 100644 --- a/data/smartphone/samsung/2015/galaxy-j1-ace/samsung-galaxy-j1-ace-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-j1-ace/samsung-galaxy-j1-ace-1gb-8gb-4g-lte.json @@ -107,5 +107,10 @@ 8 ], "soc": "spreadtrum-sc9830", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 130.1, + "width_mm": 67.6, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/samsung/2015/galaxy-j2/samsung-galaxy-j2-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-j2/samsung-galaxy-j2-1gb-8gb-4g-lte.json index 387d3de0d862..eb461ddb67da 100644 --- a/data/smartphone/samsung/2015/galaxy-j2/samsung-galaxy-j2-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-j2/samsung-galaxy-j2-1gb-8gb-4g-lte.json @@ -112,5 +112,10 @@ 8 ], "soc": "exynos-3475-quad", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 136.5, + "width_mm": 69.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2015/galaxy-note5-duos/samsung-galaxy-note5-duos-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-note5-duos/samsung-galaxy-note5-duos-4gb-64gb-4g-lte.json index 235911392098..07d3a0da3d14 100644 --- a/data/smartphone/samsung/2015/galaxy-note5-duos/samsung-galaxy-note5-duos-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-note5-duos/samsung-galaxy-note5-duos-4gb-64gb-4g-lte.json @@ -110,5 +110,11 @@ 64 ], "soc": "exynos-7420-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.2, + "width_mm": 76.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/samsung/2015/galaxy-note5-usa/samsung-galaxy-note5-usa-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-note5-usa/samsung-galaxy-note5-usa-4gb-64gb-4g-lte.json index 3efc6e698b06..0cfeceb4bf76 100644 --- a/data/smartphone/samsung/2015/galaxy-note5-usa/samsung-galaxy-note5-usa-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-note5-usa/samsung-galaxy-note5-usa-4gb-64gb-4g-lte.json @@ -110,5 +110,11 @@ 64 ], "soc": "exynos-7420-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.2, + "width_mm": 76.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/samsung/2015/galaxy-note5/samsung-galaxy-note5-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-note5/samsung-galaxy-note5-4gb-128gb-4g-lte.json index dd1a0716b849..79367996282d 100644 --- a/data/smartphone/samsung/2015/galaxy-note5/samsung-galaxy-note5-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-note5/samsung-galaxy-note5-4gb-128gb-4g-lte.json @@ -120,5 +120,11 @@ 128 ], "soc": "exynos-7420-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.2, + "width_mm": 76.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s5-neo/samsung-galaxy-s5-neo-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s5-neo/samsung-galaxy-s5-neo-2gb-16gb-4g-lte.json index 82ea236ab805..f4f59e8e1a34 100644 --- a/data/smartphone/samsung/2015/galaxy-s5-neo/samsung-galaxy-s5-neo-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s5-neo/samsung-galaxy-s5-neo-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "exynos-7580-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6-active/samsung-galaxy-s6-active-3gb-64gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6-active/samsung-galaxy-s6-active-3gb-64gb-4g-lte.json index f71088fb432a..40e4332f1dc2 100644 --- a/data/smartphone/samsung/2015/galaxy-s6-active/samsung-galaxy-s6-active-3gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6-active/samsung-galaxy-s6-active-3gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "exynos-7420-octa", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 146.8, + "width_mm": 73.4, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6-duos/samsung-galaxy-s6-duos-3gb-128gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6-duos/samsung-galaxy-s6-duos-3gb-128gb-4g-lte.json index 17f11e8e8c5e..800416fb548a 100644 --- a/data/smartphone/samsung/2015/galaxy-s6-duos/samsung-galaxy-s6-duos-3gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6-duos/samsung-galaxy-s6-duos-3gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "exynos-7420-octa", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 143.4, + "width_mm": 70.5, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6-edge-duos/samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6-edge-duos/samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte.json index 05270bc7b918..ff92bf9a95ef 100644 --- a/data/smartphone/samsung/2015/galaxy-s6-edge-duos/samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6-edge-duos/samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte.json @@ -111,5 +111,11 @@ 64 ], "soc": "exynos-7420-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6-edge-usa/samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6-edge-usa/samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte.json index b1f0672588ef..615ed10ab547 100644 --- a/data/smartphone/samsung/2015/galaxy-s6-edge-usa/samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6-edge-usa/samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "exynos-7420-octa", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.1, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6-edge-usa/samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6-edge-usa/samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte.json index e86a748a6768..f0f908824423 100644 --- a/data/smartphone/samsung/2015/galaxy-s6-edge-usa/samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6-edge-usa/samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "exynos-7420-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6-edge/samsung-galaxy-s6-edge-3gb-128gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6-edge/samsung-galaxy-s6-edge-3gb-128gb-4g-lte.json index b1172431a5cb..66ce7d5b57c0 100644 --- a/data/smartphone/samsung/2015/galaxy-s6-edge/samsung-galaxy-s6-edge-3gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6-edge/samsung-galaxy-s6-edge-3gb-128gb-4g-lte.json @@ -121,5 +121,11 @@ 128 ], "soc": "exynos-7420-octa", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 142.1, + "width_mm": 70.1, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6-edge/samsung-galaxy-s6-edge-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6-edge/samsung-galaxy-s6-edge-4gb-64gb-4g-lte.json index e2c776dcdfb4..add29cfb5c95 100644 --- a/data/smartphone/samsung/2015/galaxy-s6-edge/samsung-galaxy-s6-edge-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6-edge/samsung-galaxy-s6-edge-4gb-64gb-4g-lte.json @@ -119,5 +119,11 @@ 64 ], "soc": "exynos-7420-octa", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6-usa/samsung-galaxy-s6-usa-3gb-128gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6-usa/samsung-galaxy-s6-usa-3gb-128gb-4g-lte.json index 72164ea5b8c2..c25df5fa14df 100644 --- a/data/smartphone/samsung/2015/galaxy-s6-usa/samsung-galaxy-s6-usa-3gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6-usa/samsung-galaxy-s6-usa-3gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "exynos-7420-octa", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 143.5, + "width_mm": 70.6, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/samsung/2015/galaxy-s6/samsung-galaxy-s6-3gb-128gb-4g-lte.json b/data/smartphone/samsung/2015/galaxy-s6/samsung-galaxy-s6-3gb-128gb-4g-lte.json index 27fb03fbbde0..1ddb29787808 100644 --- a/data/smartphone/samsung/2015/galaxy-s6/samsung-galaxy-s6-3gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2015/galaxy-s6/samsung-galaxy-s6-3gb-128gb-4g-lte.json @@ -121,5 +121,11 @@ 128 ], "soc": "exynos-7420-octa", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 143.4, + "width_mm": 70.5, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/samsung/2015/z3/samsung-z3-1gb-8gb-3g.json b/data/smartphone/samsung/2015/z3/samsung-z3-1gb-8gb-3g.json index 1faaec44b045..62ffe134743a 100644 --- a/data/smartphone/samsung/2015/z3/samsung-z3-1gb-8gb-3g.json +++ b/data/smartphone/samsung/2015/z3/samsung-z3-1gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "spreadtrum-sc7730", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 141.6, + "width_mm": 70.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-a8-2016/samsung-galaxy-a8-2016-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-a8-2016/samsung-galaxy-a8-2016-3gb-32gb-4g-lte.json index 243a9c4770d1..0714efbd68ee 100644 --- a/data/smartphone/samsung/2016/galaxy-a8-2016/samsung-galaxy-a8-2016-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-a8-2016/samsung-galaxy-a8-2016-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "exynos-7420-octa", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 156.6, + "width_mm": 76.8, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/samsung/2016/galaxy-a9-pro-2016/samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-a9-pro-2016/samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte.json index 1deb6bbdd2bf..c9e9b8178065 100644 --- a/data/smartphone/samsung/2016/galaxy-a9-pro-2016/samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-a9-pro-2016/samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.7, + "width_mm": 80.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-c5/samsung-galaxy-c5-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-c5/samsung-galaxy-c5-4gb-64gb-4g-lte.json index a0b9f0a48178..6b9e3540d0b6 100644 --- a/data/smartphone/samsung/2016/galaxy-c5/samsung-galaxy-c5-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-c5/samsung-galaxy-c5-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.9, + "width_mm": 72.0, + "depth_mm": 6.7 + } } diff --git a/data/smartphone/samsung/2016/galaxy-c7/samsung-galaxy-c7-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-c7/samsung-galaxy-c7-4gb-64gb-4g-lte.json index f967ef020778..07a60613bbc2 100644 --- a/data/smartphone/samsung/2016/galaxy-c7/samsung-galaxy-c7-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-c7/samsung-galaxy-c7-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.6, + "width_mm": 77.2, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/samsung/2016/galaxy-c9-pro/samsung-galaxy-c9-pro-6gb-64gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-c9-pro/samsung-galaxy-c9-pro-6gb-64gb-4g-lte.json index 2865a89d42eb..ccb29df1fab3 100644 --- a/data/smartphone/samsung/2016/galaxy-c9-pro/samsung-galaxy-c9-pro-6gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-c9-pro/samsung-galaxy-c9-pro-6gb-64gb-4g-lte.json @@ -109,5 +109,11 @@ 64 ], "soc": "qualcomm-msm8976-pro-snapdragon-653", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.9, + "width_mm": 80.7, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j1-2016/samsung-galaxy-j1-2016-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j1-2016/samsung-galaxy-j1-2016-1gb-8gb-4g-lte.json index dc74f0db63e8..b94e62018d13 100644 --- a/data/smartphone/samsung/2016/galaxy-j1-2016/samsung-galaxy-j1-2016-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j1-2016/samsung-galaxy-j1-2016-1gb-8gb-4g-lte.json @@ -106,5 +106,10 @@ 8 ], "soc": "spreadtrum-sc9830", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 132.6, + "width_mm": 69.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j1-mini-prime/samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j1-mini-prime/samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte.json index c7ad6d1a5b1b..da6cb7d61486 100644 --- a/data/smartphone/samsung/2016/galaxy-j1-mini-prime/samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j1-mini-prime/samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "spreadtrum-sc9830", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 121.6, + "width_mm": 63.1, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j2-pro-2016/samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j2-pro-2016/samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte.json index 95fa64dcb880..fad538614185 100644 --- a/data/smartphone/samsung/2016/galaxy-j2-pro-2016/samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j2-pro-2016/samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "spreadtrum-sc8830", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 142.4, + "width_mm": 71.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j3-2016/samsung-galaxy-j3-2016-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j3-2016/samsung-galaxy-j3-2016-2gb-16gb-4g-lte.json index 47f32179f5cc..ac4102ff9ae7 100644 --- a/data/smartphone/samsung/2016/galaxy-j3-2016/samsung-galaxy-j3-2016-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j3-2016/samsung-galaxy-j3-2016-2gb-16gb-4g-lte.json @@ -118,5 +118,10 @@ 16 ], "soc": "spreadtrum-sc9830", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 142.3, + "width_mm": 71.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j3-pro/samsung-galaxy-j3-pro-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j3-pro/samsung-galaxy-j3-pro-2gb-16gb-4g-lte.json index af5f4f97070e..37c4248b612b 100644 --- a/data/smartphone/samsung/2016/galaxy-j3-pro/samsung-galaxy-j3-pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j3-pro/samsung-galaxy-j3-pro-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 142.2, + "width_mm": 71.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j5-2016/samsung-galaxy-j5-2016-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j5-2016/samsung-galaxy-j5-2016-2gb-16gb-4g-lte.json index ceaa21ea5c10..bba349bbeda7 100644 --- a/data/smartphone/samsung/2016/galaxy-j5-2016/samsung-galaxy-j5-2016-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j5-2016/samsung-galaxy-j5-2016-2gb-16gb-4g-lte.json @@ -112,5 +112,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 145.8, + "width_mm": 72.3, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j5-prime/samsung-galaxy-j5-prime-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j5-prime/samsung-galaxy-j5-prime-2gb-32gb-4g-lte.json index c56bd8ea2877..d7ab790147b6 100644 --- a/data/smartphone/samsung/2016/galaxy-j5-prime/samsung-galaxy-j5-prime-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j5-prime/samsung-galaxy-j5-prime-2gb-32gb-4g-lte.json @@ -108,5 +108,10 @@ 32 ], "soc": "exynos-7570-quad", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 142.8, + "width_mm": 69.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j7-2016/samsung-galaxy-j7-2016-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j7-2016/samsung-galaxy-j7-2016-2gb-16gb-4g-lte.json index 1b9f89b9a9d5..53c9d2e99493 100644 --- a/data/smartphone/samsung/2016/galaxy-j7-2016/samsung-galaxy-j7-2016-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j7-2016/samsung-galaxy-j7-2016-2gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 151.7, + "width_mm": 76.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/samsung/2016/galaxy-j7-prime/samsung-galaxy-j7-prime-3gb-64gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-j7-prime/samsung-galaxy-j7-prime-3gb-64gb-4g-lte.json index 0031c671d019..44e8e5556c4e 100644 --- a/data/smartphone/samsung/2016/galaxy-j7-prime/samsung-galaxy-j7-prime-3gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-j7-prime/samsung-galaxy-j7-prime-3gb-64gb-4g-lte.json @@ -110,5 +110,10 @@ 64 ], "soc": "exynos-7870-octa", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2016/galaxy-note7-usa/samsung-galaxy-note7-usa-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-note7-usa/samsung-galaxy-note7-usa-4gb-64gb-4g-lte.json index cfa4c1d69b27..f5c0ed21ab73 100644 --- a/data/smartphone/samsung/2016/galaxy-note7-usa/samsung-galaxy-note7-usa-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-note7-usa/samsung-galaxy-note7-usa-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 73.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-note7/samsung-galaxy-note7-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-note7/samsung-galaxy-note7-4gb-64gb-4g-lte.json index ea134b0b67a3..1e7d89afbc03 100644 --- a/data/smartphone/samsung/2016/galaxy-note7/samsung-galaxy-note7-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-note7/samsung-galaxy-note7-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "exynos-8890-octa", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 73.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-on5-pro/samsung-galaxy-on5-pro-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-on5-pro/samsung-galaxy-on5-pro-2gb-16gb-4g-lte.json index 07ba9bec2a8a..a8c8e3bb1a1f 100644 --- a/data/smartphone/samsung/2016/galaxy-on5-pro/samsung-galaxy-on5-pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-on5-pro/samsung-galaxy-on5-pro-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "exynos-3475-quad", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 142.3, + "width_mm": 72.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2016/galaxy-on7-2016/samsung-galaxy-on7-2016-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-on7-2016/samsung-galaxy-on7-2016-3gb-32gb-4g-lte.json index 2c1665ff39eb..0f70d3be5971 100644 --- a/data/smartphone/samsung/2016/galaxy-on7-2016/samsung-galaxy-on7-2016-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-on7-2016/samsung-galaxy-on7-2016-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2016/galaxy-on7-pro/samsung-galaxy-on7-pro-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-on7-pro/samsung-galaxy-on7-pro-2gb-16gb-4g-lte.json index de5b6f4e699e..09f420fd7691 100644 --- a/data/smartphone/samsung/2016/galaxy-on7-pro/samsung-galaxy-on7-pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-on7-pro/samsung-galaxy-on7-pro-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 152.0, + "width_mm": 78.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2016/galaxy-on8/samsung-galaxy-on8-3gb-16gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-on8/samsung-galaxy-on8-3gb-16gb-4g-lte.json index e07a0f23c41a..b04a4d05a6bb 100644 --- a/data/smartphone/samsung/2016/galaxy-on8/samsung-galaxy-on8-3gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-on8/samsung-galaxy-on8-3gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "exynos-7580-octa", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 151.7, + "width_mm": 76.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/samsung/2016/galaxy-s7-active/samsung-galaxy-s7-active-4gb-32gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-s7-active/samsung-galaxy-s7-active-4gb-32gb-4g-lte.json index c70a21a22009..8336f43a458b 100644 --- a/data/smartphone/samsung/2016/galaxy-s7-active/samsung-galaxy-s7-active-4gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-s7-active/samsung-galaxy-s7-active-4gb-32gb-4g-lte.json @@ -116,5 +116,11 @@ 32 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 148.8, + "width_mm": 74.9, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-s7-edge-usa/samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-s7-edge-usa/samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte.json index d928d29f002e..ef65ce2b6060 100644 --- a/data/smartphone/samsung/2016/galaxy-s7-edge-usa/samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-s7-edge-usa/samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte.json @@ -109,5 +109,11 @@ 32 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 150.9, + "width_mm": 72.6, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/samsung/2016/galaxy-s7-usa/samsung-galaxy-s7-usa-4gb-32gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-s7-usa/samsung-galaxy-s7-usa-4gb-32gb-4g-lte.json index e7612e85a39a..ad9f089aaee2 100644 --- a/data/smartphone/samsung/2016/galaxy-s7-usa/samsung-galaxy-s7-usa-4gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-s7-usa/samsung-galaxy-s7-usa-4gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 142.4, + "width_mm": 69.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2016/galaxy-s7/samsung-galaxy-s7-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2016/galaxy-s7/samsung-galaxy-s7-4gb-64gb-4g-lte.json index c1100bdea37b..a5534e9b64f8 100644 --- a/data/smartphone/samsung/2016/galaxy-s7/samsung-galaxy-s7-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2016/galaxy-s7/samsung-galaxy-s7-4gb-64gb-4g-lte.json @@ -119,5 +119,11 @@ 64 ], "soc": "exynos-8890-octa", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 142.4, + "width_mm": 69.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2016/z2/samsung-z2-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2016/z2/samsung-z2-1gb-8gb-4g-lte.json index 851dc8749ef3..7dd5c9d51457 100644 --- a/data/smartphone/samsung/2016/z2/samsung-z2-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2016/z2/samsung-z2-1gb-8gb-4g-lte.json @@ -106,5 +106,10 @@ 8 ], "soc": "spreadtrum-sc9830", - "os_version": "2.4" + "os_version": "2.4", + "dimensions": { + "height_mm": 121.5, + "width_mm": 63.0, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/samsung/2017/galaxy-a3-2017/samsung-galaxy-a3-2017-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-a3-2017/samsung-galaxy-a3-2017-2gb-16gb-4g-lte.json index 4a97408e2ea1..8543cbfacd80 100644 --- a/data/smartphone/samsung/2017/galaxy-a3-2017/samsung-galaxy-a3-2017-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-a3-2017/samsung-galaxy-a3-2017-2gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "exynos-7870-octa", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 135.4, + "width_mm": 66.2, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2017/galaxy-a5-2017/samsung-galaxy-a5-2017-3gb-64gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-a5-2017/samsung-galaxy-a5-2017-3gb-64gb-4g-lte.json index c088918a9348..dbb4ee3e1e25 100644 --- a/data/smartphone/samsung/2017/galaxy-a5-2017/samsung-galaxy-a5-2017-3gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-a5-2017/samsung-galaxy-a5-2017-3gb-64gb-4g-lte.json @@ -118,5 +118,11 @@ 64 ], "soc": "exynos-7880", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.1, + "width_mm": 71.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2017/galaxy-a7-2017/samsung-galaxy-a7-2017-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-a7-2017/samsung-galaxy-a7-2017-3gb-32gb-4g-lte.json index b4f104a3355a..a891aa4e7ac2 100644 --- a/data/smartphone/samsung/2017/galaxy-a7-2017/samsung-galaxy-a7-2017-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-a7-2017/samsung-galaxy-a7-2017-3gb-32gb-4g-lte.json @@ -117,5 +117,11 @@ 32 ], "soc": "exynos-7880", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.8, + "width_mm": 77.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2017/galaxy-a8-2018/samsung-galaxy-a8-2018-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-a8-2018/samsung-galaxy-a8-2018-4gb-64gb-4g-lte.json index 16165852efd5..7993152154e2 100644 --- a/data/smartphone/samsung/2017/galaxy-a8-2018/samsung-galaxy-a8-2018-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-a8-2018/samsung-galaxy-a8-2018-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "exynos-7885", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 149.2, + "width_mm": 70.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2017/galaxy-a8-2018/samsung-galaxy-a8-2018-6gb-64gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-a8-2018/samsung-galaxy-a8-2018-6gb-64gb-4g-lte.json index b065446f2acf..8cbd1453674c 100644 --- a/data/smartphone/samsung/2017/galaxy-a8-2018/samsung-galaxy-a8-2018-6gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-a8-2018/samsung-galaxy-a8-2018-6gb-64gb-4g-lte.json @@ -109,5 +109,11 @@ 64 ], "soc": "exynos-7885", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.7, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/samsung/2017/galaxy-c5-pro/samsung-galaxy-c5-pro-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-c5-pro/samsung-galaxy-c5-pro-4gb-64gb-4g-lte.json index 3defa5441df2..fa55dfdc6e92 100644 --- a/data/smartphone/samsung/2017/galaxy-c5-pro/samsung-galaxy-c5-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-c5-pro/samsung-galaxy-c5-pro-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-msm8953-pro-snapdragon-626", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 145.7, + "width_mm": 71.4, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/samsung/2017/galaxy-c7-pro/samsung-galaxy-c7-pro-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-c7-pro/samsung-galaxy-c7-pro-4gb-64gb-4g-lte.json index dc78bae80a86..36b054c12f0e 100644 --- a/data/smartphone/samsung/2017/galaxy-c7-pro/samsung-galaxy-c7-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-c7-pro/samsung-galaxy-c7-pro-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "qualcomm-msm8953-pro-snapdragon-626", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 77.2, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/samsung/2017/galaxy-folder2/samsung-galaxy-folder2-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-folder2/samsung-galaxy-folder2-3gb-32gb-4g-lte.json index c8bc80625805..f4991439c3bb 100644 --- a/data/smartphone/samsung/2017/galaxy-folder2/samsung-galaxy-folder2-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-folder2/samsung-galaxy-folder2-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 122.0, + "width_mm": 60.2, + "depth_mm": 16.1 + } } diff --git a/data/smartphone/samsung/2017/galaxy-j2-2017/samsung-galaxy-j2-2017-1gb-8gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-j2-2017/samsung-galaxy-j2-2017-1gb-8gb-4g-lte.json index a07105462fb4..f61e3bf44489 100644 --- a/data/smartphone/samsung/2017/galaxy-j2-2017/samsung-galaxy-j2-2017-1gb-8gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-j2-2017/samsung-galaxy-j2-2017-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "exynos-3475-quad", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 136.5, + "width_mm": 69.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2017/galaxy-j3-2017/samsung-galaxy-j3-2017-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-j3-2017/samsung-galaxy-j3-2017-2gb-16gb-4g-lte.json index c52f17665a3a..128416573a88 100644 --- a/data/smartphone/samsung/2017/galaxy-j3-2017/samsung-galaxy-j3-2017-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-j3-2017/samsung-galaxy-j3-2017-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "exynos-7570-quad", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.2, + "width_mm": 70.3, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/samsung/2017/galaxy-j5-2017/samsung-galaxy-j5-2017-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-j5-2017/samsung-galaxy-j5-2017-3gb-32gb-4g-lte.json index e6d4ca361fa5..f84c5abdcade 100644 --- a/data/smartphone/samsung/2017/galaxy-j5-2017/samsung-galaxy-j5-2017-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-j5-2017/samsung-galaxy-j5-2017-3gb-32gb-4g-lte.json @@ -116,5 +116,10 @@ 32 ], "soc": "exynos-7870-octa", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 146.2, + "width_mm": 71.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2017/galaxy-j7-2017/samsung-galaxy-j7-2017-3gb-16gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-j7-2017/samsung-galaxy-j7-2017-3gb-16gb-4g-lte.json index b3ca1927b58c..5537d99583d5 100644 --- a/data/smartphone/samsung/2017/galaxy-j7-2017/samsung-galaxy-j7-2017-3gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-j7-2017/samsung-galaxy-j7-2017-3gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "exynos-7870-octa", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 152.5, + "width_mm": 74.8, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2017/galaxy-j7-max/samsung-galaxy-j7-max-4gb-32gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-j7-max/samsung-galaxy-j7-max-4gb-32gb-4g-lte.json index 315f4aae0478..8039e35c6c70 100644 --- a/data/smartphone/samsung/2017/galaxy-j7-max/samsung-galaxy-j7-max-4gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-j7-max/samsung-galaxy-j7-max-4gb-32gb-4g-lte.json @@ -111,5 +111,10 @@ 32 ], "soc": "mediatek-mt6757-helio-p20", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 156.7, + "width_mm": 78.8, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2017/galaxy-j7-nxt/samsung-galaxy-j7-nxt-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-j7-nxt/samsung-galaxy-j7-nxt-3gb-32gb-4g-lte.json index f5c3d43e1a7d..a226513ee515 100644 --- a/data/smartphone/samsung/2017/galaxy-j7-nxt/samsung-galaxy-j7-nxt-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-j7-nxt/samsung-galaxy-j7-nxt-3gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "exynos-7870-octa", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 152.4, + "width_mm": 78.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/samsung/2017/galaxy-j7-pro/samsung-galaxy-j7-pro-3gb-64gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-j7-pro/samsung-galaxy-j7-pro-3gb-64gb-4g-lte.json index 3b03c68470e5..a7b47da2a035 100644 --- a/data/smartphone/samsung/2017/galaxy-j7-pro/samsung-galaxy-j7-pro-3gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-j7-pro/samsung-galaxy-j7-pro-3gb-64gb-4g-lte.json @@ -118,5 +118,10 @@ 64 ], "soc": "exynos-7870-octa", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 152.5, + "width_mm": 74.8, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2017/galaxy-j7-v/samsung-galaxy-j7-v-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-j7-v/samsung-galaxy-j7-v-2gb-16gb-4g-lte.json index dd90afb2d354..b1d066e8bfd3 100644 --- a/data/smartphone/samsung/2017/galaxy-j7-v/samsung-galaxy-j7-v-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-j7-v/samsung-galaxy-j7-v-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.0.1" + "os_version": "7.0.1", + "dimensions": { + "height_mm": 151.4, + "width_mm": 76.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2017/galaxy-note-fe/samsung-galaxy-note-fe-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-note-fe/samsung-galaxy-note-fe-4gb-64gb-4g-lte.json index a6491292484d..5f4189c27105 100644 --- a/data/smartphone/samsung/2017/galaxy-note-fe/samsung-galaxy-note-fe-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-note-fe/samsung-galaxy-note-fe-4gb-64gb-4g-lte.json @@ -108,5 +108,11 @@ 64 ], "soc": "exynos-8890-octa", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 73.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2017/galaxy-s8-active/samsung-galaxy-s8-active-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-s8-active/samsung-galaxy-s8-active-4gb-64gb-4g-lte.json index e21d623fb5ad..3e9f7394e81c 100644 --- a/data/smartphone/samsung/2017/galaxy-s8-active/samsung-galaxy-s8-active-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-s8-active/samsung-galaxy-s8-active-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 151.9, + "width_mm": 74.9, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/samsung/2017/galaxy-xcover-4/samsung-galaxy-xcover-4-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2017/galaxy-xcover-4/samsung-galaxy-xcover-4-2gb-16gb-4g-lte.json index e3cc178aca0f..9580b45da1f1 100644 --- a/data/smartphone/samsung/2017/galaxy-xcover-4/samsung-galaxy-xcover-4-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2017/galaxy-xcover-4/samsung-galaxy-xcover-4-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "exynos-7570-quad", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 146.2, + "width_mm": 73.3, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2018/galaxy-a6-2018/samsung-galaxy-a6-2018-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-a6-2018/samsung-galaxy-a6-2018-4gb-64gb-4g-lte.json index 9eabf1f68d03..4c658d1b2d8f 100644 --- a/data/smartphone/samsung/2018/galaxy-a6-2018/samsung-galaxy-a6-2018-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-a6-2018/samsung-galaxy-a6-2018-4gb-64gb-4g-lte.json @@ -114,5 +114,10 @@ 64 ], "soc": "exynos-7870-octa", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 149.9, + "width_mm": 70.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/samsung/2018/galaxy-a6-2018/samsung-galaxy-a6-2018-4gb-64gb-5g.json b/data/smartphone/samsung/2018/galaxy-a6-2018/samsung-galaxy-a6-2018-4gb-64gb-5g.json index 395cb0d90593..f8f58c6f224d 100644 --- a/data/smartphone/samsung/2018/galaxy-a6-2018/samsung-galaxy-a6-2018-4gb-64gb-5g.json +++ b/data/smartphone/samsung/2018/galaxy-a6-2018/samsung-galaxy-a6-2018-4gb-64gb-5g.json @@ -116,5 +116,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 160.2, + "width_mm": 75.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2018/galaxy-a6s/samsung-galaxy-a6s-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-a6s/samsung-galaxy-a6s-6gb-128gb-4g-lte.json index 3c2156cd1f30..001ccd718917 100644 --- a/data/smartphone/samsung/2018/galaxy-a6s/samsung-galaxy-a6s-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-a6s/samsung-galaxy-a6s-6gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 156.3, + "width_mm": 76.5, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2018/galaxy-a7-2018/samsung-galaxy-a7-2018-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-a7-2018/samsung-galaxy-a7-2018-6gb-128gb-4g-lte.json index f11b99a1e66d..b849b69ff6db 100644 --- a/data/smartphone/samsung/2018/galaxy-a7-2018/samsung-galaxy-a7-2018-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-a7-2018/samsung-galaxy-a7-2018-6gb-128gb-4g-lte.json @@ -115,5 +115,10 @@ 128 ], "soc": "exynos-7885", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.8, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/samsung/2018/galaxy-a8-star-a9-star/samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-a8-star-a9-star/samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte.json index 0ecf0a092a75..106cdc3fa8ac 100644 --- a/data/smartphone/samsung/2018/galaxy-a8-star-a9-star/samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-a8-star-a9-star/samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.0, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/samsung/2018/galaxy-a8s/samsung-galaxy-a8s-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-a8s/samsung-galaxy-a8s-8gb-128gb-4g-lte.json index ead105e945c1..d44c7feb9da5 100644 --- a/data/smartphone/samsung/2018/galaxy-a8s/samsung-galaxy-a8s-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-a8s/samsung-galaxy-a8s-8gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 74.9, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/samsung/2018/galaxy-a9-2018/samsung-galaxy-a9-2018-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-a9-2018/samsung-galaxy-a9-2018-8gb-128gb-4g-lte.json index 51fbcca052db..881c4bc26444 100644 --- a/data/smartphone/samsung/2018/galaxy-a9-2018/samsung-galaxy-a9-2018-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-a9-2018/samsung-galaxy-a9-2018-8gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 77.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j2-core/samsung-galaxy-j2-core-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j2-core/samsung-galaxy-j2-core-1gb-16gb-4g-lte.json index bfbed774e9d4..530aca6d74e2 100644 --- a/data/smartphone/samsung/2018/galaxy-j2-core/samsung-galaxy-j2-core-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j2-core/samsung-galaxy-j2-core-1gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "exynos-7570-quad", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 143.4, + "width_mm": 72.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j2-pro-2018/samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j2-pro-2018/samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte.json index 70b4dd2d7a02..ad1f66876d8d 100644 --- a/data/smartphone/samsung/2018/galaxy-j2-pro-2018/samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j2-pro-2018/samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 143.8, + "width_mm": 72.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j3-2018/samsung-galaxy-j3-2018-2gb-16gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j3-2018/samsung-galaxy-j3-2018-2gb-16gb-4g-lte.json index 67d2ad5ceabb..3dcb351cd6c5 100644 --- a/data/smartphone/samsung/2018/galaxy-j3-2018/samsung-galaxy-j3-2018-2gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j3-2018/samsung-galaxy-j3-2018-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "exynos-7570-quad", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 142.7, + "width_mm": 70.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j4-core/samsung-galaxy-j4-core-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j4-core/samsung-galaxy-j4-core-1gb-16gb-4g-lte.json index 5562428d91b3..9649e668cde7 100644 --- a/data/smartphone/samsung/2018/galaxy-j4-core/samsung-galaxy-j4-core-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j4-core/samsung-galaxy-j4-core-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 160.6, + "width_mm": 76.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j4/samsung-galaxy-j4-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j4/samsung-galaxy-j4-3gb-32gb-4g-lte.json index eed4f2d66641..a37a275204f2 100644 --- a/data/smartphone/samsung/2018/galaxy-j4/samsung-galaxy-j4-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j4/samsung-galaxy-j4-3gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "exynos-7570-quad", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 151.7, + "width_mm": 77.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j6/samsung-galaxy-j6-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j6/samsung-galaxy-j6-4gb-64gb-4g-lte.json index 718dfd99bda6..358e01477a44 100644 --- a/data/smartphone/samsung/2018/galaxy-j6/samsung-galaxy-j6-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j6/samsung-galaxy-j6-4gb-64gb-4g-lte.json @@ -109,5 +109,10 @@ 64 ], "soc": "exynos-7870-octa", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 149.3, + "width_mm": 70.2, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j7-2018/samsung-galaxy-j7-2018-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j7-2018/samsung-galaxy-j7-2018-2gb-32gb-4g-lte.json index d9d3f91f861f..cb8fcb405ee2 100644 --- a/data/smartphone/samsung/2018/galaxy-j7-2018/samsung-galaxy-j7-2018-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j7-2018/samsung-galaxy-j7-2018-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "exynos-7870-octa", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 153.2, + "width_mm": 76.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j7-duo/samsung-galaxy-j7-duo-4gb-32gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j7-duo/samsung-galaxy-j7-duo-4gb-32gb-4g-lte.json index 9b4c768e699b..a743e32e48f1 100644 --- a/data/smartphone/samsung/2018/galaxy-j7-duo/samsung-galaxy-j7-duo-4gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j7-duo/samsung-galaxy-j7-duo-4gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "exynos-7885", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 153.5, + "width_mm": 77.2, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j7-prime-2/samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j7-prime-2/samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte.json index 5959b471427a..edf4cfa4a14a 100644 --- a/data/smartphone/samsung/2018/galaxy-j7-prime-2/samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j7-prime-2/samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte.json @@ -108,5 +108,10 @@ 32 ], "soc": "exynos-7870-octa", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2018/galaxy-j8/samsung-galaxy-j8-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-j8/samsung-galaxy-j8-4gb-64gb-4g-lte.json index dc8c59be4f02..1992890012ce 100644 --- a/data/smartphone/samsung/2018/galaxy-j8/samsung-galaxy-j8-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-j8/samsung-galaxy-j8-4gb-64gb-4g-lte.json @@ -108,5 +108,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.7, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/samsung/2018/galaxy-on6/samsung-galaxy-on6-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-on6/samsung-galaxy-on6-4gb-64gb-4g-lte.json index 4d35217dd1d7..f30fd1030ee8 100644 --- a/data/smartphone/samsung/2018/galaxy-on6/samsung-galaxy-on6-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-on6/samsung-galaxy-on6-4gb-64gb-4g-lte.json @@ -107,5 +107,10 @@ 64 ], "soc": "exynos-7870-octa", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 149.3, + "width_mm": 70.2, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/samsung/2018/galaxy-s-light-luxury/samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2018/galaxy-s-light-luxury/samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte.json index 8a5fd97291cb..57a439f4613f 100644 --- a/data/smartphone/samsung/2018/galaxy-s-light-luxury/samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2018/galaxy-s-light-luxury/samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 148.9, + "width_mm": 68.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a01/samsung-galaxy-a01-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a01/samsung-galaxy-a01-2gb-32gb-4g-lte.json index 3c7045d9fb34..221fb5952915 100644 --- a/data/smartphone/samsung/2019/galaxy-a01/samsung-galaxy-a01-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a01/samsung-galaxy-a01-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 146.2, + "width_mm": 70.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a10/samsung-galaxy-a10-4gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a10/samsung-galaxy-a10-4gb-32gb-4g-lte.json index e439ddda7348..d4ca7ff5b79e 100644 --- a/data/smartphone/samsung/2019/galaxy-a10/samsung-galaxy-a10-4gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a10/samsung-galaxy-a10-4gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "exynos-7884", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 155.6, + "width_mm": 75.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a10e/samsung-galaxy-a10e-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a10e/samsung-galaxy-a10e-3gb-32gb-4g-lte.json index 810b330762e8..b6af913d8b79 100644 --- a/data/smartphone/samsung/2019/galaxy-a10e/samsung-galaxy-a10e-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a10e/samsung-galaxy-a10e-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "exynos-7884", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 147.3, + "width_mm": 69.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a10s/samsung-galaxy-a10s-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a10s/samsung-galaxy-a10s-3gb-32gb-4g-lte.json index f13d41123d2d..9c69c67c9260 100644 --- a/data/smartphone/samsung/2019/galaxy-a10s/samsung-galaxy-a10s-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a10s/samsung-galaxy-a10s-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a2-core/samsung-galaxy-a2-core-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a2-core/samsung-galaxy-a2-core-1gb-16gb-4g-lte.json index bb56c8455455..3cda2c79d0f2 100644 --- a/data/smartphone/samsung/2019/galaxy-a2-core/samsung-galaxy-a2-core-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a2-core/samsung-galaxy-a2-core-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "exynos-7870-octa", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 141.6, + "width_mm": 71.0, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a20/samsung-galaxy-a20-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a20/samsung-galaxy-a20-3gb-32gb-4g-lte.json index 2461c70e2704..cbd449201b19 100644 --- a/data/smartphone/samsung/2019/galaxy-a20/samsung-galaxy-a20-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a20/samsung-galaxy-a20-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "exynos-7884", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 74.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a20e/samsung-galaxy-a20e-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a20e/samsung-galaxy-a20e-3gb-32gb-4g-lte.json index 2082df4859e2..9462f13b61ca 100644 --- a/data/smartphone/samsung/2019/galaxy-a20e/samsung-galaxy-a20e-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a20e/samsung-galaxy-a20e-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "exynos-7884", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 147.4, + "width_mm": 69.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a20s/samsung-galaxy-a20s-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a20s/samsung-galaxy-a20s-4gb-64gb-4g-lte.json index 94d04a25113e..9d07aa553f60 100644 --- a/data/smartphone/samsung/2019/galaxy-a20s/samsung-galaxy-a20s-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a20s/samsung-galaxy-a20s-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.3, + "width_mm": 77.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a30/samsung-galaxy-a30-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a30/samsung-galaxy-a30-4gb-64gb-4g-lte.json index ea3f432ef2a5..04d30859407c 100644 --- a/data/smartphone/samsung/2019/galaxy-a30/samsung-galaxy-a30-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a30/samsung-galaxy-a30-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "exynos-7904", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a30s/samsung-galaxy-a30s-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a30s/samsung-galaxy-a30s-4gb-128gb-4g-lte.json index 327ad457e78f..bb5324786b56 100644 --- a/data/smartphone/samsung/2019/galaxy-a30s/samsung-galaxy-a30s-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a30s/samsung-galaxy-a30s-4gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "exynos-7904", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a40/samsung-galaxy-a40-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a40/samsung-galaxy-a40-4gb-128gb-4g-lte.json index d2d0225a5fef..7473169184bd 100644 --- a/data/smartphone/samsung/2019/galaxy-a40/samsung-galaxy-a40-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a40/samsung-galaxy-a40-4gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "exynos-7904", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 144.4, + "width_mm": 69.2, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a50/samsung-galaxy-a50-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a50/samsung-galaxy-a50-6gb-128gb-4g-lte.json index bbc4583a46e8..74468d6aeb71 100644 --- a/data/smartphone/samsung/2019/galaxy-a50/samsung-galaxy-a50-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a50/samsung-galaxy-a50-6gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "exynos-9610", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a50s/samsung-galaxy-a50s-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a50s/samsung-galaxy-a50s-6gb-128gb-4g-lte.json index eaf80fbff09a..6275beef71f6 100644 --- a/data/smartphone/samsung/2019/galaxy-a50s/samsung-galaxy-a50s-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a50s/samsung-galaxy-a50s-6gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a51/samsung-galaxy-a51-8gb-256gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a51/samsung-galaxy-a51-8gb-256gb-4g-lte.json index ab577bb5b0ed..3b0358b864db 100644 --- a/data/smartphone/samsung/2019/galaxy-a51/samsung-galaxy-a51-8gb-256gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a51/samsung-galaxy-a51-8gb-256gb-4g-lte.json @@ -117,5 +117,11 @@ 256 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a60/samsung-galaxy-a60-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a60/samsung-galaxy-a60-6gb-128gb-4g-lte.json index a4af7b1af4bd..208292179cea 100644 --- a/data/smartphone/samsung/2019/galaxy-a60/samsung-galaxy-a60-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a60/samsung-galaxy-a60-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 155.3, + "width_mm": 73.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a70/samsung-galaxy-a70-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a70/samsung-galaxy-a70-8gb-128gb-4g-lte.json index 54d2638e4c55..70a8e3b7132a 100644 --- a/data/smartphone/samsung/2019/galaxy-a70/samsung-galaxy-a70-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a70/samsung-galaxy-a70-8gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a70s/samsung-galaxy-a70s-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a70s/samsung-galaxy-a70s-8gb-128gb-4g-lte.json index 2f8f53e235d1..823e026b0ad8 100644 --- a/data/smartphone/samsung/2019/galaxy-a70s/samsung-galaxy-a70s-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a70s/samsung-galaxy-a70s-8gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.7, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a80/samsung-galaxy-a80-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-a80/samsung-galaxy-a80-8gb-128gb-4g-lte.json index 39e6181ca516..9ff646cd6acc 100644 --- a/data/smartphone/samsung/2019/galaxy-a80/samsung-galaxy-a80-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-a80/samsung-galaxy-a80-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm730-snapdragon-730", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.5, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/samsung/2019/galaxy-a90-5g/samsung-galaxy-a90-5g-8gb-128gb-5g.json b/data/smartphone/samsung/2019/galaxy-a90-5g/samsung-galaxy-a90-5g-8gb-128gb-5g.json index 8438992ce04e..6705ab1bcaee 100644 --- a/data/smartphone/samsung/2019/galaxy-a90-5g/samsung-galaxy-a90-5g-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2019/galaxy-a90-5g/samsung-galaxy-a90-5g-8gb-128gb-5g.json @@ -108,5 +108,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2019/galaxy-fold/samsung-galaxy-fold-12gb-512gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-fold/samsung-galaxy-fold-12gb-512gb-4g-lte.json index d5c1cf1a2574..146934f18527 100644 --- a/data/smartphone/samsung/2019/galaxy-fold/samsung-galaxy-fold-12gb-512gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-fold/samsung-galaxy-fold-12gb-512gb-4g-lte.json @@ -114,5 +114,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 117.9, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-m10/samsung-galaxy-m10-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-m10/samsung-galaxy-m10-3gb-32gb-4g-lte.json index fcefe11ed366..212bdfe97f30 100644 --- a/data/smartphone/samsung/2019/galaxy-m10/samsung-galaxy-m10-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-m10/samsung-galaxy-m10-3gb-32gb-4g-lte.json @@ -115,5 +115,10 @@ 32 ], "soc": "exynos-7870-octa", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 155.6, + "width_mm": 75.6, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/samsung/2019/galaxy-m10s/samsung-galaxy-m10s-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-m10s/samsung-galaxy-m10s-3gb-32gb-4g-lte.json index c49e6aed3677..afd821571ab8 100644 --- a/data/smartphone/samsung/2019/galaxy-m10s/samsung-galaxy-m10s-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-m10s/samsung-galaxy-m10s-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "exynos-7884b", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 74.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/samsung/2019/galaxy-m20/samsung-galaxy-m20-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-m20/samsung-galaxy-m20-4gb-64gb-4g-lte.json index 1661cc2e3a7b..d0830c41fe94 100644 --- a/data/smartphone/samsung/2019/galaxy-m20/samsung-galaxy-m20-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-m20/samsung-galaxy-m20-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "exynos-7904", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 156.4, + "width_mm": 74.5, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2019/galaxy-m30/samsung-galaxy-m30-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-m30/samsung-galaxy-m30-6gb-128gb-4g-lte.json index 97ffab976063..60a4646163ea 100644 --- a/data/smartphone/samsung/2019/galaxy-m30/samsung-galaxy-m30-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-m30/samsung-galaxy-m30-6gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "exynos-7904", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 75.1, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/samsung/2019/galaxy-m30s/samsung-galaxy-m30s-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-m30s/samsung-galaxy-m30s-6gb-128gb-4g-lte.json index f795f732824d..4fc1b649b203 100644 --- a/data/smartphone/samsung/2019/galaxy-m30s/samsung-galaxy-m30s-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-m30s/samsung-galaxy-m30s-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 75.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-m40/samsung-galaxy-m40-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-m40/samsung-galaxy-m40-6gb-128gb-4g-lte.json index 8e055479ecfc..1bea04033604 100644 --- a/data/smartphone/samsung/2019/galaxy-m40/samsung-galaxy-m40-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-m40/samsung-galaxy-m40-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 155.3, + "width_mm": 73.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2019/galaxy-xcover-4s/samsung-galaxy-xcover-4s-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-xcover-4s/samsung-galaxy-xcover-4s-3gb-32gb-4g-lte.json index b0ba34677374..9471531c4d53 100644 --- a/data/smartphone/samsung/2019/galaxy-xcover-4s/samsung-galaxy-xcover-4s-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-xcover-4s/samsung-galaxy-xcover-4s-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "exynos-7885", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 146.2, + "width_mm": 73.3, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2019/galaxy-xcover-fieldpro/samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2019/galaxy-xcover-fieldpro/samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte.json index b20d8bb141b8..12a4b7a5a7c7 100644 --- a/data/smartphone/samsung/2019/galaxy-xcover-fieldpro/samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2019/galaxy-xcover-fieldpro/samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "exynos-9810", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 158.5, + "width_mm": 80.7, + "depth_mm": 14.2 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a01-core/samsung-galaxy-a01-core-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-a01-core/samsung-galaxy-a01-core-2gb-32gb-4g-lte.json index 324589ff6d8e..64684178530c 100644 --- a/data/smartphone/samsung/2020/galaxy-a01-core/samsung-galaxy-a01-core-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-a01-core/samsung-galaxy-a01-core-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6739", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 141.7, + "width_mm": 67.5, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a02s/samsung-galaxy-a02s-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-a02s/samsung-galaxy-a02s-4gb-64gb-4g-lte.json index 54f5def7fdb2..d55e22f53d28 100644 --- a/data/smartphone/samsung/2020/galaxy-a02s/samsung-galaxy-a02s-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-a02s/samsung-galaxy-a02s-4gb-64gb-4g-lte.json @@ -112,5 +112,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a11/samsung-galaxy-a11-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-a11/samsung-galaxy-a11-4gb-64gb-4g-lte.json index f2299aaf08e0..1cfa19596678 100644 --- a/data/smartphone/samsung/2020/galaxy-a11/samsung-galaxy-a11-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-a11/samsung-galaxy-a11-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 161.4, + "width_mm": 76.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a12/samsung-galaxy-a12-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-a12/samsung-galaxy-a12-6gb-128gb-4g-lte.json index f93d745fdc31..4bce945cf110 100644 --- a/data/smartphone/samsung/2020/galaxy-a12/samsung-galaxy-a12-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-a12/samsung-galaxy-a12-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a21/samsung-galaxy-a21-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-a21/samsung-galaxy-a21-3gb-32gb-4g-lte.json index 5440f2eab1c4..221453ecd52d 100644 --- a/data/smartphone/samsung/2020/galaxy-a21/samsung-galaxy-a21-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-a21/samsung-galaxy-a21-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 167.8, + "width_mm": 76.7, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a21s/samsung-galaxy-a21s-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-a21s/samsung-galaxy-a21s-6gb-128gb-4g-lte.json index 708c0d58def2..2c7c69b65a6a 100644 --- a/data/smartphone/samsung/2020/galaxy-a21s/samsung-galaxy-a21s-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-a21s/samsung-galaxy-a21s-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "exynos-850", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 75.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a31/samsung-galaxy-a31-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-a31/samsung-galaxy-a31-8gb-128gb-4g-lte.json index 2e0555fd26d1..2add09ee4554 100644 --- a/data/smartphone/samsung/2020/galaxy-a31/samsung-galaxy-a31-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-a31/samsung-galaxy-a31-8gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "mediatek-mt6768-helio-p65", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 73.1, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a41/samsung-galaxy-a41-8gb-64gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-a41/samsung-galaxy-a41-8gb-64gb-4g-lte.json index ac3c7ae7012f..3d8c623d4a8c 100644 --- a/data/smartphone/samsung/2020/galaxy-a41/samsung-galaxy-a41-8gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-a41/samsung-galaxy-a41-8gb-64gb-4g-lte.json @@ -112,5 +112,11 @@ 64 ], "soc": "mediatek-mt6768-helio-p65", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 149.9, + "width_mm": 69.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a51-5g/samsung-galaxy-a51-5g-8gb-128gb-5g.json b/data/smartphone/samsung/2020/galaxy-a51-5g/samsung-galaxy-a51-5g-8gb-128gb-5g.json index 8bb44894c6c2..7c0b525f5a68 100644 --- a/data/smartphone/samsung/2020/galaxy-a51-5g/samsung-galaxy-a51-5g-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2020/galaxy-a51-5g/samsung-galaxy-a51-5g-8gb-128gb-5g.json @@ -114,5 +114,11 @@ 128 ], "soc": "exynos-980", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 73.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/samsung/2020/galaxy-a71-5g/samsung-galaxy-a71-5g-8gb-128gb-5g.json b/data/smartphone/samsung/2020/galaxy-a71-5g/samsung-galaxy-a71-5g-8gb-128gb-5g.json index 1ed868345d4e..ebfdc9101878 100644 --- a/data/smartphone/samsung/2020/galaxy-a71-5g/samsung-galaxy-a71-5g-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2020/galaxy-a71-5g/samsung-galaxy-a71-5g-8gb-128gb-5g.json @@ -108,5 +108,11 @@ 128 ], "soc": "exynos-980", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2020/galaxy-f41/samsung-galaxy-f41-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-f41/samsung-galaxy-f41-6gb-128gb-4g-lte.json index 9b7124e53905..b8808d5423c5 100644 --- a/data/smartphone/samsung/2020/galaxy-f41/samsung-galaxy-f41-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-f41/samsung-galaxy-f41-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-j2-core-2020/samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-j2-core-2020/samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte.json index 072407e23389..cce1e93f413b 100644 --- a/data/smartphone/samsung/2020/galaxy-j2-core-2020/samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-j2-core-2020/samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 143.4, + "width_mm": 72.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m01-core/samsung-galaxy-m01-core-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m01-core/samsung-galaxy-m01-core-2gb-32gb-4g-lte.json index 9af236f14c8f..a0a13bf49b75 100644 --- a/data/smartphone/samsung/2020/galaxy-m01-core/samsung-galaxy-m01-core-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m01-core/samsung-galaxy-m01-core-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6739", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 141.7, + "width_mm": 67.5, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m01/samsung-galaxy-m01-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m01/samsung-galaxy-m01-3gb-32gb-4g-lte.json index 86f5dfc74e14..038b19a52041 100644 --- a/data/smartphone/samsung/2020/galaxy-m01/samsung-galaxy-m01-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m01/samsung-galaxy-m01-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 147.5, + "width_mm": 70.9, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m01s/samsung-galaxy-m01s-3gb-32gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m01s/samsung-galaxy-m01s-3gb-32gb-4g-lte.json index fdb7afa9080f..cc35172551fb 100644 --- a/data/smartphone/samsung/2020/galaxy-m01s/samsung-galaxy-m01s-3gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m01s/samsung-galaxy-m01s-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m11/samsung-galaxy-m11-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m11/samsung-galaxy-m11-4gb-64gb-4g-lte.json index 1134f2cdc88f..e5e651b770c8 100644 --- a/data/smartphone/samsung/2020/galaxy-m11/samsung-galaxy-m11-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m11/samsung-galaxy-m11-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 161.4, + "width_mm": 76.3, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m21/samsung-galaxy-m21-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m21/samsung-galaxy-m21-6gb-128gb-4g-lte.json index a897410f46a0..2c0e41b8d328 100644 --- a/data/smartphone/samsung/2020/galaxy-m21/samsung-galaxy-m21-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m21/samsung-galaxy-m21-6gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 75.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m21s/samsung-galaxy-m21s-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m21s/samsung-galaxy-m21s-6gb-128gb-4g-lte.json index df6db714c449..8b3c02a9f0ef 100644 --- a/data/smartphone/samsung/2020/galaxy-m21s/samsung-galaxy-m21s-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m21s/samsung-galaxy-m21s-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m31-prime/samsung-galaxy-m31-prime-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m31-prime/samsung-galaxy-m31-prime-6gb-128gb-4g-lte.json index 69cf3d5f07a0..55285cd177c7 100644 --- a/data/smartphone/samsung/2020/galaxy-m31-prime/samsung-galaxy-m31-prime-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m31-prime/samsung-galaxy-m31-prime-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m31/samsung-galaxy-m31-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m31/samsung-galaxy-m31-8gb-128gb-4g-lte.json index 72af8c45649b..245243c523e3 100644 --- a/data/smartphone/samsung/2020/galaxy-m31/samsung-galaxy-m31-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m31/samsung-galaxy-m31-8gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m31s/samsung-galaxy-m31s-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m31s/samsung-galaxy-m31s-8gb-128gb-4g-lte.json index 0ff7e05f857b..f74d3cfdd944 100644 --- a/data/smartphone/samsung/2020/galaxy-m31s/samsung-galaxy-m31s-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m31s/samsung-galaxy-m31s-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 74.4, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/samsung/2020/galaxy-m51/samsung-galaxy-m51-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-m51/samsung-galaxy-m51-8gb-128gb-4g-lte.json index 06690658d107..6c749b0dad19 100644 --- a/data/smartphone/samsung/2020/galaxy-m51/samsung-galaxy-m51-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-m51/samsung-galaxy-m51-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.3, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/samsung/2020/galaxy-note10-lite/samsung-galaxy-note10-lite-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-note10-lite/samsung-galaxy-note10-lite-8gb-128gb-4g-lte.json index e92dab0adc1c..5799554debef 100644 --- a/data/smartphone/samsung/2020/galaxy-note10-lite/samsung-galaxy-note10-lite-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-note10-lite/samsung-galaxy-note10-lite-8gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "exynos-9810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.1, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/samsung/2020/galaxy-s10-lite/samsung-galaxy-s10-lite-8gb-512gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-s10-lite/samsung-galaxy-s10-lite-8gb-512gb-4g-lte.json index b0af35bffa03..83400286443a 100644 --- a/data/smartphone/samsung/2020/galaxy-s10-lite/samsung-galaxy-s10-lite-8gb-512gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-s10-lite/samsung-galaxy-s10-lite-8gb-512gb-4g-lte.json @@ -117,5 +117,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.6, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2020/galaxy-s20-ultra/samsung-galaxy-s20-ultra-16gb-512gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-s20-ultra/samsung-galaxy-s20-ultra-16gb-512gb-4g-lte.json index 857433c5df46..67dae7ce2898 100644 --- a/data/smartphone/samsung/2020/galaxy-s20-ultra/samsung-galaxy-s20-ultra-16gb-512gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-s20-ultra/samsung-galaxy-s20-ultra-16gb-512gb-4g-lte.json @@ -109,5 +109,11 @@ 512 ], "soc": "exynos-990", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 166.9, + "width_mm": 76.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2020/galaxy-xcover-pro/samsung-galaxy-xcover-pro-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-xcover-pro/samsung-galaxy-xcover-pro-4gb-64gb-4g-lte.json index 7629c723adc4..d3fe051f622f 100644 --- a/data/smartphone/samsung/2020/galaxy-xcover-pro/samsung-galaxy-xcover-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-xcover-pro/samsung-galaxy-xcover-pro-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 76.7, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/samsung/2020/galaxy-z-flip/samsung-galaxy-z-flip-8gb-256gb-4g-lte.json b/data/smartphone/samsung/2020/galaxy-z-flip/samsung-galaxy-z-flip-8gb-256gb-4g-lte.json index 188f959cfe73..1361c0c646b4 100644 --- a/data/smartphone/samsung/2020/galaxy-z-flip/samsung-galaxy-z-flip-8gb-256gb-4g-lte.json +++ b/data/smartphone/samsung/2020/galaxy-z-flip/samsung-galaxy-z-flip-8gb-256gb-4g-lte.json @@ -110,5 +110,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 73.6, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a03-core/samsung-galaxy-a03-core-2gb-32gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-a03-core/samsung-galaxy-a03-core-2gb-32gb-4g-lte.json index 0cd23582aff8..e1fee5e7b8fa 100644 --- a/data/smartphone/samsung/2021/galaxy-a03-core/samsung-galaxy-a03-core-2gb-32gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-a03-core/samsung-galaxy-a03-core-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a03/samsung-galaxy-a03-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-a03/samsung-galaxy-a03-4gb-128gb-4g-lte.json index fc4a63664b25..4f29db1bf4a7 100644 --- a/data/smartphone/samsung/2021/galaxy-a03/samsung-galaxy-a03-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-a03/samsung-galaxy-a03-4gb-128gb-4g-lte.json @@ -105,5 +105,10 @@ 128 ], "soc": "unisoc-t606", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a03s/samsung-galaxy-a03s-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-a03s/samsung-galaxy-a03s-4gb-64gb-4g-lte.json index e47b0ed7c218..8ab9e767bba4 100644 --- a/data/smartphone/samsung/2021/galaxy-a03s/samsung-galaxy-a03s-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-a03s/samsung-galaxy-a03s-4gb-64gb-4g-lte.json @@ -112,5 +112,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a12-india/samsung-galaxy-a12-india-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-a12-india/samsung-galaxy-a12-india-6gb-128gb-4g-lte.json index 8cceba116db8..54ad654839b7 100644 --- a/data/smartphone/samsung/2021/galaxy-a12-india/samsung-galaxy-a12-india-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-a12-india/samsung-galaxy-a12-india-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "exynos-850", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a12-nacho/samsung-galaxy-a12-nacho-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-a12-nacho/samsung-galaxy-a12-nacho-4gb-128gb-4g-lte.json index 5636edf9347b..bbb9985862a7 100644 --- a/data/smartphone/samsung/2021/galaxy-a12-nacho/samsung-galaxy-a12-nacho-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-a12-nacho/samsung-galaxy-a12-nacho-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "exynos-850", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a13-5g/samsung-galaxy-a13-5g-6gb-128gb-5g.json b/data/smartphone/samsung/2021/galaxy-a13-5g/samsung-galaxy-a13-5g-6gb-128gb-5g.json index 929a368d2b78..1ec26d1b9e9f 100644 --- a/data/smartphone/samsung/2021/galaxy-a13-5g/samsung-galaxy-a13-5g-6gb-128gb-5g.json +++ b/data/smartphone/samsung/2021/galaxy-a13-5g/samsung-galaxy-a13-5g-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.5, + "width_mm": 76.5, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a22-5g/samsung-galaxy-a22-5g-8gb-128gb-5g.json b/data/smartphone/samsung/2021/galaxy-a22-5g/samsung-galaxy-a22-5g-8gb-128gb-5g.json index b92986d7c8fe..462c634b0af1 100644 --- a/data/smartphone/samsung/2021/galaxy-a22-5g/samsung-galaxy-a22-5g-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2021/galaxy-a22-5g/samsung-galaxy-a22-5g-8gb-128gb-5g.json @@ -113,5 +113,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a32-5g/samsung-galaxy-a32-5g-8gb-128gb-5g.json b/data/smartphone/samsung/2021/galaxy-a32-5g/samsung-galaxy-a32-5g-8gb-128gb-5g.json index 96e9a4f084fa..2c58a5e45996 100644 --- a/data/smartphone/samsung/2021/galaxy-a32-5g/samsung-galaxy-a32-5g-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2021/galaxy-a32-5g/samsung-galaxy-a32-5g-8gb-128gb-5g.json @@ -114,5 +114,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 76.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a52/samsung-galaxy-a52-8gb-256gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-a52/samsung-galaxy-a52-8gb-256gb-4g-lte.json index af5d1b3c9bb7..42734cf69afd 100644 --- a/data/smartphone/samsung/2021/galaxy-a52/samsung-galaxy-a52-8gb-256gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-a52/samsung-galaxy-a52-8gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2021/galaxy-a72/samsung-galaxy-a72-8gb-256gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-a72/samsung-galaxy-a72-8gb-256gb-4g-lte.json index 1d3b7589c4be..2ff0c9ade4f4 100644 --- a/data/smartphone/samsung/2021/galaxy-a72/samsung-galaxy-a72-8gb-256gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-a72/samsung-galaxy-a72-8gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 77.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2021/galaxy-f02s/samsung-galaxy-f02s-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-f02s/samsung-galaxy-f02s-4gb-64gb-4g-lte.json index 4bf9dcc3ee68..c0ae9b1e7c8b 100644 --- a/data/smartphone/samsung/2021/galaxy-f02s/samsung-galaxy-f02s-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-f02s/samsung-galaxy-f02s-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2021/galaxy-f12/samsung-galaxy-f12-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-f12/samsung-galaxy-f12-4gb-128gb-4g-lte.json index ff9230bb58c0..ef61028c8133 100644 --- a/data/smartphone/samsung/2021/galaxy-f12/samsung-galaxy-f12-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-f12/samsung-galaxy-f12-4gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "exynos-850", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2021/galaxy-f42-5g/samsung-galaxy-f42-5g-8gb-128gb-5g.json b/data/smartphone/samsung/2021/galaxy-f42-5g/samsung-galaxy-f42-5g-8gb-128gb-5g.json index 79e931b01366..c6f69e12ae4a 100644 --- a/data/smartphone/samsung/2021/galaxy-f42-5g/samsung-galaxy-f42-5g-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2021/galaxy-f42-5g/samsung-galaxy-f42-5g-8gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/samsung/2021/galaxy-f62/samsung-galaxy-f62-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-f62/samsung-galaxy-f62-8gb-128gb-4g-lte.json index 5234f69ffc5c..80cdacaad29a 100644 --- a/data/smartphone/samsung/2021/galaxy-f62/samsung-galaxy-f62-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-f62/samsung-galaxy-f62-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "exynos-9825", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.3, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/samsung/2021/galaxy-m02s/samsung-galaxy-m02s-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-m02s/samsung-galaxy-m02s-4gb-64gb-4g-lte.json index d01e7223422a..751651db715b 100644 --- a/data/smartphone/samsung/2021/galaxy-m02s/samsung-galaxy-m02s-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-m02s/samsung-galaxy-m02s-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2021/galaxy-m12-india/samsung-galaxy-m12-india-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-m12-india/samsung-galaxy-m12-india-6gb-128gb-4g-lte.json index 85dd273e7806..c181beb421de 100644 --- a/data/smartphone/samsung/2021/galaxy-m12-india/samsung-galaxy-m12-india-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-m12-india/samsung-galaxy-m12-india-6gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "exynos-850", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2021/galaxy-m12/samsung-galaxy-m12-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-m12/samsung-galaxy-m12-4gb-128gb-4g-lte.json index c422ba78e517..9219d9fbf99a 100644 --- a/data/smartphone/samsung/2021/galaxy-m12/samsung-galaxy-m12-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-m12/samsung-galaxy-m12-4gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "exynos-850", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/samsung/2021/galaxy-m21-2021/samsung-galaxy-m21-2021-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-m21-2021/samsung-galaxy-m21-2021-6gb-128gb-4g-lte.json index 0a566ddc3f78..248251e3663b 100644 --- a/data/smartphone/samsung/2021/galaxy-m21-2021/samsung-galaxy-m21-2021-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-m21-2021/samsung-galaxy-m21-2021-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 75.1, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/samsung/2021/galaxy-m32-5g/samsung-galaxy-m32-5g-8gb-128gb-5g.json b/data/smartphone/samsung/2021/galaxy-m32-5g/samsung-galaxy-m32-5g-8gb-128gb-5g.json index 2ff35d572bba..c99f1756f121 100644 --- a/data/smartphone/samsung/2021/galaxy-m32-5g/samsung-galaxy-m32-5g-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2021/galaxy-m32-5g/samsung-galaxy-m32-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-720", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 76.1, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2021/galaxy-m62/samsung-galaxy-m62-8gb-256gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-m62/samsung-galaxy-m62-8gb-256gb-4g-lte.json index f9aadb65770e..62186ef03951 100644 --- a/data/smartphone/samsung/2021/galaxy-m62/samsung-galaxy-m62-8gb-256gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-m62/samsung-galaxy-m62-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "exynos-9825", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.3, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/samsung/2021/galaxy-xcover-5/samsung-galaxy-xcover-5-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2021/galaxy-xcover-5/samsung-galaxy-xcover-5-4gb-64gb-4g-lte.json index bd3af13a2842..9e3c952a35f2 100644 --- a/data/smartphone/samsung/2021/galaxy-xcover-5/samsung-galaxy-xcover-5-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2021/galaxy-xcover-5/samsung-galaxy-xcover-5-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "exynos-850", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 147.1, + "width_mm": 71.6, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/samsung/2022/galaxy-a04/samsung-galaxy-a04-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2022/galaxy-a04/samsung-galaxy-a04-8gb-128gb-4g-lte.json index 06d523dcfe62..ed1d790ff4ef 100644 --- a/data/smartphone/samsung/2022/galaxy-a04/samsung-galaxy-a04-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2022/galaxy-a04/samsung-galaxy-a04-8gb-128gb-4g-lte.json @@ -105,5 +105,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2022/galaxy-a04e/samsung-galaxy-a04e-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2022/galaxy-a04e/samsung-galaxy-a04e-4gb-128gb-4g-lte.json index 280483af9d72..8a2e67bb3f82 100644 --- a/data/smartphone/samsung/2022/galaxy-a04e/samsung-galaxy-a04e-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2022/galaxy-a04e/samsung-galaxy-a04e-4gb-128gb-4g-lte.json @@ -105,5 +105,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2022/galaxy-a04s/samsung-galaxy-a04s-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2022/galaxy-a04s/samsung-galaxy-a04s-4gb-128gb-4g-lte.json index 0cf5693a7d06..7e9eb33ccce0 100644 --- a/data/smartphone/samsung/2022/galaxy-a04s/samsung-galaxy-a04s-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2022/galaxy-a04s/samsung-galaxy-a04s-4gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "exynos-850", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.7, + "width_mm": 76.7, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2022/galaxy-a13/samsung-galaxy-a13-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2022/galaxy-a13/samsung-galaxy-a13-6gb-128gb-4g-lte.json index 55600072707b..99b054e54b15 100644 --- a/data/smartphone/samsung/2022/galaxy-a13/samsung-galaxy-a13-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2022/galaxy-a13/samsung-galaxy-a13-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "exynos-850", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.1, + "width_mm": 76.4, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2022/galaxy-a33-5g/samsung-galaxy-a33-5g-8gb-256gb-5g.json b/data/smartphone/samsung/2022/galaxy-a33-5g/samsung-galaxy-a33-5g-8gb-256gb-5g.json index 7ec3fe229592..caa8cea2ba54 100644 --- a/data/smartphone/samsung/2022/galaxy-a33-5g/samsung-galaxy-a33-5g-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2022/galaxy-a33-5g/samsung-galaxy-a33-5g-8gb-256gb-5g.json @@ -115,5 +115,11 @@ 256 ], "soc": "exynos-1280", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 74.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2022/galaxy-a53-5g/samsung-galaxy-a53-5g-8gb-256gb-5g.json b/data/smartphone/samsung/2022/galaxy-a53-5g/samsung-galaxy-a53-5g-8gb-256gb-5g.json index 5c50eab18600..c9679df71b72 100644 --- a/data/smartphone/samsung/2022/galaxy-a53-5g/samsung-galaxy-a53-5g-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2022/galaxy-a53-5g/samsung-galaxy-a53-5g-8gb-256gb-5g.json @@ -116,5 +116,11 @@ 256 ], "soc": "exynos-1280", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 159.6, + "width_mm": 74.8, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/samsung/2022/galaxy-f13/samsung-galaxy-f13-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2022/galaxy-f13/samsung-galaxy-f13-6gb-128gb-4g-lte.json index 1e2e46e0c2d6..420aa1a4daff 100644 --- a/data/smartphone/samsung/2022/galaxy-f13/samsung-galaxy-f13-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2022/galaxy-f13/samsung-galaxy-f13-6gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "exynos-850", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.4, + "width_mm": 76.9, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/samsung/2022/galaxy-m04/samsung-galaxy-m04-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2022/galaxy-m04/samsung-galaxy-m04-4gb-128gb-4g-lte.json index 8d316baa6647..407c76d951cd 100644 --- a/data/smartphone/samsung/2022/galaxy-m04/samsung-galaxy-m04-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2022/galaxy-m04/samsung-galaxy-m04-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2022/galaxy-m13-india/samsung-galaxy-m13-india-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2022/galaxy-m13-india/samsung-galaxy-m13-india-6gb-128gb-4g-lte.json index 163690cb748d..980b3a3d118c 100644 --- a/data/smartphone/samsung/2022/galaxy-m13-india/samsung-galaxy-m13-india-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2022/galaxy-m13-india/samsung-galaxy-m13-india-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "exynos-850", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.4, + "width_mm": 76.9, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/samsung/2022/galaxy-m13/samsung-galaxy-m13-4gb-128gb-4g-lte.json b/data/smartphone/samsung/2022/galaxy-m13/samsung-galaxy-m13-4gb-128gb-4g-lte.json index 5fdc27bab572..077ead513eb8 100644 --- a/data/smartphone/samsung/2022/galaxy-m13/samsung-galaxy-m13-4gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2022/galaxy-m13/samsung-galaxy-m13-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "exynos-850", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.4, + "width_mm": 76.9, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2022/galaxy-m53/samsung-galaxy-m53-8gb-256gb-5g.json b/data/smartphone/samsung/2022/galaxy-m53/samsung-galaxy-m53-8gb-256gb-5g.json index e3b96868d5e9..9b496ab1188a 100644 --- a/data/smartphone/samsung/2022/galaxy-m53/samsung-galaxy-m53-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2022/galaxy-m53/samsung-galaxy-m53-8gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 164.7, + "width_mm": 77.0, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/samsung/2023/galaxy-a05/samsung-galaxy-a05-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2023/galaxy-a05/samsung-galaxy-a05-6gb-128gb-4g-lte.json index d6bc8024fb19..bee6eb09a23d 100644 --- a/data/smartphone/samsung/2023/galaxy-a05/samsung-galaxy-a05-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2023/galaxy-a05/samsung-galaxy-a05-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-helio-g85", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 168.8, + "width_mm": 78.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2023/galaxy-a15/samsung-galaxy-a15-8gb-256gb-4g-lte.json b/data/smartphone/samsung/2023/galaxy-a15/samsung-galaxy-a15-8gb-256gb-4g-lte.json index ad380bad7a53..a1acc00db8df 100644 --- a/data/smartphone/samsung/2023/galaxy-a15/samsung-galaxy-a15-8gb-256gb-4g-lte.json +++ b/data/smartphone/samsung/2023/galaxy-a15/samsung-galaxy-a15-8gb-256gb-4g-lte.json @@ -111,5 +111,11 @@ 256 ], "soc": "helio-g99", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 76.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2023/galaxy-a24-4g/samsung-galaxy-a24-4g-8gb-128gb-4g-lte.json b/data/smartphone/samsung/2023/galaxy-a24-4g/samsung-galaxy-a24-4g-8gb-128gb-4g-lte.json index 175e34c658a2..b97356314fc7 100644 --- a/data/smartphone/samsung/2023/galaxy-a24-4g/samsung-galaxy-a24-4g-8gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2023/galaxy-a24-4g/samsung-galaxy-a24-4g-8gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 77.6, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/samsung/2023/galaxy-a34/samsung-galaxy-a34-8gb-256gb-5g.json b/data/smartphone/samsung/2023/galaxy-a34/samsung-galaxy-a34-8gb-256gb-5g.json index 3572f36db6b1..573816bbd6d7 100644 --- a/data/smartphone/samsung/2023/galaxy-a34/samsung-galaxy-a34-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2023/galaxy-a34/samsung-galaxy-a34-8gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-1080", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 161.3, + "width_mm": 78.1, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/samsung/2023/galaxy-a54/samsung-galaxy-a54-8gb-256gb-5g.json b/data/smartphone/samsung/2023/galaxy-a54/samsung-galaxy-a54-8gb-256gb-5g.json index 25efc964cbd7..61078827c4ea 100644 --- a/data/smartphone/samsung/2023/galaxy-a54/samsung-galaxy-a54-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2023/galaxy-a54/samsung-galaxy-a54-8gb-256gb-5g.json @@ -116,5 +116,11 @@ 256 ], "soc": "exynos-1380", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.7, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/samsung/2023/galaxy-f04/samsung-galaxy-f04-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2023/galaxy-f04/samsung-galaxy-f04-4gb-64gb-4g-lte.json index 5adea3943761..f6d008fcc3b9 100644 --- a/data/smartphone/samsung/2023/galaxy-f04/samsung-galaxy-f04-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2023/galaxy-f04/samsung-galaxy-f04-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/samsung/2023/galaxy-f34/samsung-galaxy-f34-8gb-128gb-5g.json b/data/smartphone/samsung/2023/galaxy-f34/samsung-galaxy-f34-8gb-128gb-5g.json index d278ff23dac1..0525c8524460 100644 --- a/data/smartphone/samsung/2023/galaxy-f34/samsung-galaxy-f34-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2023/galaxy-f34/samsung-galaxy-f34-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "exynos-1280", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 161.7, + "width_mm": 77.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2023/galaxy-f54/samsung-galaxy-f54-8gb-256gb-5g.json b/data/smartphone/samsung/2023/galaxy-f54/samsung-galaxy-f54-8gb-256gb-5g.json index 9e9b58aa6c1f..fe9fb5d0f784 100644 --- a/data/smartphone/samsung/2023/galaxy-f54/samsung-galaxy-f54-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2023/galaxy-f54/samsung-galaxy-f54-8gb-256gb-5g.json @@ -105,5 +105,10 @@ 256 ], "soc": "exynos-1380", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 164.9, + "width_mm": 77.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2023/galaxy-m14/samsung-galaxy-m14-6gb-128gb-5g.json b/data/smartphone/samsung/2023/galaxy-m14/samsung-galaxy-m14-6gb-128gb-5g.json index 6a59c99ac318..685052a218f4 100644 --- a/data/smartphone/samsung/2023/galaxy-m14/samsung-galaxy-m14-6gb-128gb-5g.json +++ b/data/smartphone/samsung/2023/galaxy-m14/samsung-galaxy-m14-6gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "exynos-1330", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 166.8, + "width_mm": 77.2, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/samsung/2023/galaxy-m34-5g/samsung-galaxy-m34-5g-8gb-256gb-5g.json b/data/smartphone/samsung/2023/galaxy-m34-5g/samsung-galaxy-m34-5g-8gb-256gb-5g.json index efd1407d5f80..ebe588f3f9e6 100644 --- a/data/smartphone/samsung/2023/galaxy-m34-5g/samsung-galaxy-m34-5g-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2023/galaxy-m34-5g/samsung-galaxy-m34-5g-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "exynos-1280", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 161.7, + "width_mm": 77.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2023/galaxy-m54/samsung-galaxy-m54-8gb-256gb-5g.json b/data/smartphone/samsung/2023/galaxy-m54/samsung-galaxy-m54-8gb-256gb-5g.json index c17448c2e325..514782791d48 100644 --- a/data/smartphone/samsung/2023/galaxy-m54/samsung-galaxy-m54-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2023/galaxy-m54/samsung-galaxy-m54-8gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "exynos-1380", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 77.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/samsung/2024/galaxy-a06/samsung-galaxy-a06-6gb-128gb-4g-lte.json b/data/smartphone/samsung/2024/galaxy-a06/samsung-galaxy-a06-6gb-128gb-4g-lte.json index f6b80fca7ece..e8b9b2731c34 100644 --- a/data/smartphone/samsung/2024/galaxy-a06/samsung-galaxy-a06-6gb-128gb-4g-lte.json +++ b/data/smartphone/samsung/2024/galaxy-a06/samsung-galaxy-a06-6gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 167.3, + "width_mm": 77.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/samsung/2024/galaxy-a35/samsung-galaxy-a35-12gb-256gb-5g.json b/data/smartphone/samsung/2024/galaxy-a35/samsung-galaxy-a35-12gb-256gb-5g.json index 0027b5d9131a..562fca9fd893 100644 --- a/data/smartphone/samsung/2024/galaxy-a35/samsung-galaxy-a35-12gb-256gb-5g.json +++ b/data/smartphone/samsung/2024/galaxy-a35/samsung-galaxy-a35-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "exynos-1380", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 161.7, + "width_mm": 78.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/samsung/2024/galaxy-f05/samsung-galaxy-f05-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2024/galaxy-f05/samsung-galaxy-f05-4gb-64gb-4g-lte.json index 0056bfeb6121..77688f2b1872 100644 --- a/data/smartphone/samsung/2024/galaxy-f05/samsung-galaxy-f05-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2024/galaxy-f05/samsung-galaxy-f05-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 168.8, + "width_mm": 78.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2024/galaxy-f15/samsung-galaxy-f15-8gb-128gb-5g.json b/data/smartphone/samsung/2024/galaxy-f15/samsung-galaxy-f15-8gb-128gb-5g.json index 428cde176b0d..d59c3a47a828 100644 --- a/data/smartphone/samsung/2024/galaxy-f15/samsung-galaxy-f15-8gb-128gb-5g.json +++ b/data/smartphone/samsung/2024/galaxy-f15/samsung-galaxy-f15-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 76.8, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/samsung/2024/galaxy-m05/samsung-galaxy-m05-4gb-64gb-4g-lte.json b/data/smartphone/samsung/2024/galaxy-m05/samsung-galaxy-m05-4gb-64gb-4g-lte.json index 90d08da5e9ca..9c340d9fa7d6 100644 --- a/data/smartphone/samsung/2024/galaxy-m05/samsung-galaxy-m05-4gb-64gb-4g-lte.json +++ b/data/smartphone/samsung/2024/galaxy-m05/samsung-galaxy-m05-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 168.8, + "width_mm": 78.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/samsung/2024/galaxy-m15/samsung-galaxy-m15-8gb-256gb-5g.json b/data/smartphone/samsung/2024/galaxy-m15/samsung-galaxy-m15-8gb-256gb-5g.json index 3a1e2e4622f2..da4778cb1d1d 100644 --- a/data/smartphone/samsung/2024/galaxy-m15/samsung-galaxy-m15-8gb-256gb-5g.json +++ b/data/smartphone/samsung/2024/galaxy-m15/samsung-galaxy-m15-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 25.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 76.8, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/samsung/2024/galaxy-xcover7/samsung-galaxy-xcover7-6gb-128gb-5g.json b/data/smartphone/samsung/2024/galaxy-xcover7/samsung-galaxy-xcover7-6gb-128gb-5g.json index 0d7a1761e67d..af703339272c 100644 --- a/data/smartphone/samsung/2024/galaxy-xcover7/samsung-galaxy-xcover7-6gb-128gb-5g.json +++ b/data/smartphone/samsung/2024/galaxy-xcover7/samsung-galaxy-xcover7-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 169.0, + "width_mm": 80.1, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/sharp/2015/aquos-crystal-2/sharp-aquos-crystal-2-2gb-16gb-4g-lte.json b/data/smartphone/sharp/2015/aquos-crystal-2/sharp-aquos-crystal-2-2gb-16gb-4g-lte.json index a017b30fd8d1..f2bd404ef405 100644 --- a/data/smartphone/sharp/2015/aquos-crystal-2/sharp-aquos-crystal-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/sharp/2015/aquos-crystal-2/sharp-aquos-crystal-2-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 136.0, + "width_mm": 71.0, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/sharp/2015/aquos-xx/sharp-aquos-xx-3gb-32gb-4g-lte.json b/data/smartphone/sharp/2015/aquos-xx/sharp-aquos-xx-3gb-32gb-4g-lte.json index 8bd709bd46a2..3ee15d67e364 100644 --- a/data/smartphone/sharp/2015/aquos-xx/sharp-aquos-xx-3gb-32gb-4g-lte.json +++ b/data/smartphone/sharp/2015/aquos-xx/sharp-aquos-xx-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 146.0, + "width_mm": 79.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/sharp/2016/ms1/sharp-ms1-3gb-64gb-4g-lte.json b/data/smartphone/sharp/2016/ms1/sharp-ms1-3gb-64gb-4g-lte.json index 3245eb3513fd..900513b571e1 100644 --- a/data/smartphone/sharp/2016/ms1/sharp-ms1-3gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2016/ms1/sharp-ms1-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 155.0, + "width_mm": 76.9, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/sharp/2016/z2/sharp-z2-4gb-32gb-4g-lte.json b/data/smartphone/sharp/2016/z2/sharp-z2-4gb-32gb-4g-lte.json index 3f887e2afcfe..204d7274a7a4 100644 --- a/data/smartphone/sharp/2016/z2/sharp-z2-4gb-32gb-4g-lte.json +++ b/data/smartphone/sharp/2016/z2/sharp-z2-4gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6797-helio-x20", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/sharp/2017/z3/sharp-z3-4gb-64gb-4g-lte.json b/data/smartphone/sharp/2017/z3/sharp-z3-4gb-64gb-4g-lte.json index 280806e2bea8..d9564d67f3a3 100644 --- a/data/smartphone/sharp/2017/z3/sharp-z3-4gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2017/z3/sharp-z3-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 78.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/sharp/2018/aquos-b10/sharp-aquos-b10-3gb-32gb-4g-lte.json b/data/smartphone/sharp/2018/aquos-b10/sharp-aquos-b10-3gb-32gb-4g-lte.json index e56a09c5eb65..186bd653e0a2 100644 --- a/data/smartphone/sharp/2018/aquos-b10/sharp-aquos-b10-3gb-32gb-4g-lte.json +++ b/data/smartphone/sharp/2018/aquos-b10/sharp-aquos-b10-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6750t", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 153.5, + "width_mm": 71.9, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/sharp/2018/aquos-c10/sharp-aquos-c10-4gb-64gb-4g-lte.json b/data/smartphone/sharp/2018/aquos-c10/sharp-aquos-c10-4gb-64gb-4g-lte.json index 486e34e5ebc2..223404b0f427 100644 --- a/data/smartphone/sharp/2018/aquos-c10/sharp-aquos-c10-4gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2018/aquos-c10/sharp-aquos-c10-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 141.8, + "width_mm": 72.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/sharp/2018/aquos-d10/sharp-aquos-d10-4gb-64gb-4g-lte.json b/data/smartphone/sharp/2018/aquos-d10/sharp-aquos-d10-4gb-64gb-4g-lte.json index 9e90c76d4830..6beca3a9e724 100644 --- a/data/smartphone/sharp/2018/aquos-d10/sharp-aquos-d10-4gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2018/aquos-d10/sharp-aquos-d10-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 148.2, + "width_mm": 74.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/sharp/2018/aquos-r2-compact/sharp-aquos-r2-compact-4gb-64gb-4g-lte.json b/data/smartphone/sharp/2018/aquos-r2-compact/sharp-aquos-r2-compact-4gb-64gb-4g-lte.json index 8f684c1e0d81..851a8bfd2d1d 100644 --- a/data/smartphone/sharp/2018/aquos-r2-compact/sharp-aquos-r2-compact-4gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2018/aquos-r2-compact/sharp-aquos-r2-compact-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 131.0, + "width_mm": 64.0, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/sharp/2018/aquos-r2/sharp-aquos-r2-4gb-64gb-4g-lte.json b/data/smartphone/sharp/2018/aquos-r2/sharp-aquos-r2-4gb-64gb-4g-lte.json index f2959ce2a056..4912123de73b 100644 --- a/data/smartphone/sharp/2018/aquos-r2/sharp-aquos-r2-4gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2018/aquos-r2/sharp-aquos-r2-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 74.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/sharp/2018/aquos-s3-high/sharp-aquos-s3-high-8gb-64gb-4g-lte.json b/data/smartphone/sharp/2018/aquos-s3-high/sharp-aquos-s3-high-8gb-64gb-4g-lte.json index 24c21d9a8e3e..9914d7fbdad4 100644 --- a/data/smartphone/sharp/2018/aquos-s3-high/sharp-aquos-s3-high-8gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2018/aquos-s3-high/sharp-aquos-s3-high-8gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 148.2, + "width_mm": 74.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/sharp/2018/aquos-s3-mini/sharp-aquos-s3-mini-6gb-64gb-4g-lte.json b/data/smartphone/sharp/2018/aquos-s3-mini/sharp-aquos-s3-mini-6gb-64gb-4g-lte.json index 3d9f55d0a2db..be6a26be5cc7 100644 --- a/data/smartphone/sharp/2018/aquos-s3-mini/sharp-aquos-s3-mini-6gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2018/aquos-s3-mini/sharp-aquos-s3-mini-6gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 142.7, + "width_mm": 73.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/sharp/2018/aquos-s3/sharp-aquos-s3-6gb-64gb-4g-lte.json b/data/smartphone/sharp/2018/aquos-s3/sharp-aquos-s3-6gb-64gb-4g-lte.json index a37bbf5b91e0..8e64ff3aa310 100644 --- a/data/smartphone/sharp/2018/aquos-s3/sharp-aquos-s3-6gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2018/aquos-s3/sharp-aquos-s3-6gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 148.2, + "width_mm": 74.2, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/sharp/2019/aquos-r3/sharp-aquos-r3-6gb-128gb-4g-lte.json b/data/smartphone/sharp/2019/aquos-r3/sharp-aquos-r3-6gb-128gb-4g-lte.json index a461425134f1..6f502d516d90 100644 --- a/data/smartphone/sharp/2019/aquos-r3/sharp-aquos-r3-6gb-128gb-4g-lte.json +++ b/data/smartphone/sharp/2019/aquos-r3/sharp-aquos-r3-6gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.0, + "width_mm": 74.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/sharp/2019/aquos-v/sharp-aquos-v-4gb-64gb-4g-lte.json b/data/smartphone/sharp/2019/aquos-v/sharp-aquos-v-4gb-64gb-4g-lte.json index 491a31eb884e..da31098ca4dc 100644 --- a/data/smartphone/sharp/2019/aquos-v/sharp-aquos-v-4gb-64gb-4g-lte.json +++ b/data/smartphone/sharp/2019/aquos-v/sharp-aquos-v-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 157.0, + "width_mm": 76.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/sharp/2019/aquos-zero/sharp-aquos-zero-6gb-128gb-4g-lte.json b/data/smartphone/sharp/2019/aquos-zero/sharp-aquos-zero-6gb-128gb-4g-lte.json index c44cd972f2eb..01491f195024 100644 --- a/data/smartphone/sharp/2019/aquos-zero/sharp-aquos-zero-6gb-128gb-4g-lte.json +++ b/data/smartphone/sharp/2019/aquos-zero/sharp-aquos-zero-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 73.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/sharp/2020/aquos-sense4-plus/sharp-aquos-sense4-plus-8gb-128gb-4g-lte.json b/data/smartphone/sharp/2020/aquos-sense4-plus/sharp-aquos-sense4-plus-8gb-128gb-4g-lte.json index deb9c0427a18..9bbd604cf52c 100644 --- a/data/smartphone/sharp/2020/aquos-sense4-plus/sharp-aquos-sense4-plus-8gb-128gb-4g-lte.json +++ b/data/smartphone/sharp/2020/aquos-sense4-plus/sharp-aquos-sense4-plus-8gb-128gb-4g-lte.json @@ -101,5 +101,10 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 166.0, + "width_mm": 78.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/sharp/2020/aquos-zero-2/sharp-aquos-zero-2-8gb-256gb-4g-lte.json b/data/smartphone/sharp/2020/aquos-zero-2/sharp-aquos-zero-2-8gb-256gb-4g-lte.json index da5e587e8343..93de487dd62f 100644 --- a/data/smartphone/sharp/2020/aquos-zero-2/sharp-aquos-zero-2-8gb-256gb-4g-lte.json +++ b/data/smartphone/sharp/2020/aquos-zero-2/sharp-aquos-zero-2-8gb-256gb-4g-lte.json @@ -105,5 +105,10 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 158.0, + "width_mm": 74.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/sony/2012/xperia-acro-hd-so-03d/sony-xperia-acro-hd-so-03d-1gb-11gb-3g.json b/data/smartphone/sony/2012/xperia-acro-hd-so-03d/sony-xperia-acro-hd-so-03d-1gb-11gb-3g.json index da870cfdf99e..d7bec3818202 100644 --- a/data/smartphone/sony/2012/xperia-acro-hd-so-03d/sony-xperia-acro-hd-so-03d-1gb-11gb-3g.json +++ b/data/smartphone/sony/2012/xperia-acro-hd-so-03d/sony-xperia-acro-hd-so-03d-1gb-11gb-3g.json @@ -105,5 +105,10 @@ 11 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/sony/2012/xperia-acro-hd-soi12/sony-xperia-acro-hd-soi12-1gb-11gb-3g.json b/data/smartphone/sony/2012/xperia-acro-hd-soi12/sony-xperia-acro-hd-soi12-1gb-11gb-3g.json index 81be1a6b672e..6f4f85c61c7d 100644 --- a/data/smartphone/sony/2012/xperia-acro-hd-soi12/sony-xperia-acro-hd-soi12-1gb-11gb-3g.json +++ b/data/smartphone/sony/2012/xperia-acro-hd-soi12/sony-xperia-acro-hd-soi12-1gb-11gb-3g.json @@ -104,5 +104,10 @@ 11 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/sony/2012/xperia-gx-so-04d/sony-xperia-gx-so-04d-1gb-16gb-4g-lte.json b/data/smartphone/sony/2012/xperia-gx-so-04d/sony-xperia-gx-so-04d-1gb-16gb-4g-lte.json index 5352f2701f2b..79d0ffc5d232 100644 --- a/data/smartphone/sony/2012/xperia-gx-so-04d/sony-xperia-gx-so-04d-1gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2012/xperia-gx-so-04d/sony-xperia-gx-so-04d-1gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 131.0, + "width_mm": 69.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/sony/2012/xperia-ion-hspa/sony-xperia-ion-hspa-1gb-13gb-3g.json b/data/smartphone/sony/2012/xperia-ion-hspa/sony-xperia-ion-hspa-1gb-13gb-3g.json index eeb1382486ca..7f5865703efa 100644 --- a/data/smartphone/sony/2012/xperia-ion-hspa/sony-xperia-ion-hspa-1gb-13gb-3g.json +++ b/data/smartphone/sony/2012/xperia-ion-hspa/sony-xperia-ion-hspa-1gb-13gb-3g.json @@ -108,5 +108,10 @@ 13 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 133.0, + "width_mm": 68.0, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/sony/2012/xperia-ion-lte/sony-xperia-ion-lte-1gb-16gb-4g-lte.json b/data/smartphone/sony/2012/xperia-ion-lte/sony-xperia-ion-lte-1gb-16gb-4g-lte.json index cec1d98b374c..78aac8fed22a 100644 --- a/data/smartphone/sony/2012/xperia-ion-lte/sony-xperia-ion-lte-1gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2012/xperia-ion-lte/sony-xperia-ion-lte-1gb-16gb-4g-lte.json @@ -111,5 +111,10 @@ 16 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 133.0, + "width_mm": 68.0, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/sony/2012/xperia-sx-so-05d/sony-xperia-sx-so-05d-1gb-4gb-4g-lte.json b/data/smartphone/sony/2012/xperia-sx-so-05d/sony-xperia-sx-so-05d-1gb-4gb-4g-lte.json index 62d3839e3517..4f4d00d95273 100644 --- a/data/smartphone/sony/2012/xperia-sx-so-05d/sony-xperia-sx-so-05d-1gb-4gb-4g-lte.json +++ b/data/smartphone/sony/2012/xperia-sx-so-05d/sony-xperia-sx-so-05d-1gb-4gb-4g-lte.json @@ -105,5 +105,10 @@ 4 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 115.0, + "width_mm": 54.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/sony/2012/xperia-t-lte/sony-xperia-t-lte-1gb-16gb-4g-lte.json b/data/smartphone/sony/2012/xperia-t-lte/sony-xperia-t-lte-1gb-16gb-4g-lte.json index 79e5d06f62ef..18f218132b40 100644 --- a/data/smartphone/sony/2012/xperia-t-lte/sony-xperia-t-lte-1gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2012/xperia-t-lte/sony-xperia-t-lte-1gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 129.4, + "width_mm": 67.3, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/sony/2012/xperia-v/sony-xperia-v-1gb-8gb-4g-lte.json b/data/smartphone/sony/2012/xperia-v/sony-xperia-v-1gb-8gb-4g-lte.json index 9cb024d3fc17..d25f9943aff8 100644 --- a/data/smartphone/sony/2012/xperia-v/sony-xperia-v-1gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2012/xperia-v/sony-xperia-v-1gb-8gb-4g-lte.json @@ -113,5 +113,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 129.0, + "width_mm": 65.0, + "depth_mm": 10.7 + } } diff --git a/data/smartphone/sony/2013/xperia-l/sony-xperia-l-1gb-8gb-3g.json b/data/smartphone/sony/2013/xperia-l/sony-xperia-l-1gb-8gb-3g.json index 9be18f3794a5..37c483a560ed 100644 --- a/data/smartphone/sony/2013/xperia-l/sony-xperia-l-1gb-8gb-3g.json +++ b/data/smartphone/sony/2013/xperia-l/sony-xperia-l-1gb-8gb-3g.json @@ -114,5 +114,10 @@ 8 ], "soc": "qualcomm-msm8230-snapdragon-400", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 128.7, + "width_mm": 65.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/sony/2013/xperia-sp/sony-xperia-sp-1gb-8gb-4g-lte.json b/data/smartphone/sony/2013/xperia-sp/sony-xperia-sp-1gb-8gb-4g-lte.json index 71e6954e5ec3..5f4649eb1440 100644 --- a/data/smartphone/sony/2013/xperia-sp/sony-xperia-sp-1gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2013/xperia-sp/sony-xperia-sp-1gb-8gb-4g-lte.json @@ -115,5 +115,10 @@ 8 ], "soc": "qualcomm-msm8960t-snapdragon-s4-pro", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 130.6, + "width_mm": 67.1, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/sony/2013/xperia-z-ultra/sony-xperia-z-ultra-2gb-16gb-4g-lte.json b/data/smartphone/sony/2013/xperia-z-ultra/sony-xperia-z-ultra-2gb-16gb-4g-lte.json index d77d51714a4a..75b11fa5b498 100644 --- a/data/smartphone/sony/2013/xperia-z-ultra/sony-xperia-z-ultra-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2013/xperia-z-ultra/sony-xperia-z-ultra-2gb-16gb-4g-lte.json @@ -116,5 +116,10 @@ 16 ], "soc": "qualcomm-msm8274-or-msm8974-snapdragon-800", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 179.4, + "width_mm": 92.2, + "depth_mm": 6.5 + } } diff --git a/data/smartphone/sony/2013/xperia-z/sony-xperia-z-2gb-16gb-4g-lte.json b/data/smartphone/sony/2013/xperia-z/sony-xperia-z-2gb-16gb-4g-lte.json index 361aa909435d..3634c4860f7a 100644 --- a/data/smartphone/sony/2013/xperia-z/sony-xperia-z-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2013/xperia-z/sony-xperia-z-2gb-16gb-4g-lte.json @@ -116,5 +116,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 139.0, + "width_mm": 71.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/sony/2013/xperia-z1/sony-xperia-z1-2gb-16gb-4g-lte.json b/data/smartphone/sony/2013/xperia-z1/sony-xperia-z1-2gb-16gb-4g-lte.json index ac1b240d026a..a86bb92448aa 100644 --- a/data/smartphone/sony/2013/xperia-z1/sony-xperia-z1-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2013/xperia-z1/sony-xperia-z1-2gb-16gb-4g-lte.json @@ -117,5 +117,10 @@ 16 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 144.0, + "width_mm": 74.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/sony/2013/xperia-zl/sony-xperia-zl-2gb-16gb-4g-lte.json b/data/smartphone/sony/2013/xperia-zl/sony-xperia-zl-2gb-16gb-4g-lte.json index 07777b480dae..ec6a72ec7177 100644 --- a/data/smartphone/sony/2013/xperia-zl/sony-xperia-zl-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2013/xperia-zl/sony-xperia-zl-2gb-16gb-4g-lte.json @@ -116,5 +116,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 131.6, + "width_mm": 69.3, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/sony/2013/xperia-zr/sony-xperia-zr-2gb-8gb-4g-lte.json b/data/smartphone/sony/2013/xperia-zr/sony-xperia-zr-2gb-8gb-4g-lte.json index b5bdd1b2ef30..b54a6e570aa0 100644 --- a/data/smartphone/sony/2013/xperia-zr/sony-xperia-zr-2gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2013/xperia-zr/sony-xperia-zr-2gb-8gb-4g-lte.json @@ -115,5 +115,10 @@ 8 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 131.3, + "width_mm": 67.3, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/sony/2014/xperia-c3/sony-xperia-c3-1gb-8gb-4g-lte.json b/data/smartphone/sony/2014/xperia-c3/sony-xperia-c3-1gb-8gb-4g-lte.json index dc113a4154e5..02c9e911d320 100644 --- a/data/smartphone/sony/2014/xperia-c3/sony-xperia-c3-1gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-c3/sony-xperia-c3-1gb-8gb-4g-lte.json @@ -108,5 +108,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 156.2, + "width_mm": 78.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/sony/2014/xperia-e3/sony-xperia-e3-1gb-4gb-4g-lte.json b/data/smartphone/sony/2014/xperia-e3/sony-xperia-e3-1gb-4gb-4g-lte.json index c18f84d4f91c..22e9a5365392 100644 --- a/data/smartphone/sony/2014/xperia-e3/sony-xperia-e3-1gb-4gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-e3/sony-xperia-e3-1gb-4gb-4g-lte.json @@ -112,5 +112,10 @@ 4 ], "soc": "qualcomm-msm8926-2-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 137.1, + "width_mm": 69.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/sony/2014/xperia-m2-aqua/sony-xperia-m2-aqua-1gb-8gb-4g-lte.json b/data/smartphone/sony/2014/xperia-m2-aqua/sony-xperia-m2-aqua-1gb-8gb-4g-lte.json index ef439309c20b..375d0935150c 100644 --- a/data/smartphone/sony/2014/xperia-m2-aqua/sony-xperia-m2-aqua-1gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-m2-aqua/sony-xperia-m2-aqua-1gb-8gb-4g-lte.json @@ -112,5 +112,10 @@ 8 ], "soc": "qualcomm-msm8926-2-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 140.0, + "width_mm": 72.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/sony/2014/xperia-m2/sony-xperia-m2-1gb-8gb-4g-lte.json b/data/smartphone/sony/2014/xperia-m2/sony-xperia-m2-1gb-8gb-4g-lte.json index f7db947e4d89..46b9c241b576 100644 --- a/data/smartphone/sony/2014/xperia-m2/sony-xperia-m2-1gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-m2/sony-xperia-m2-1gb-8gb-4g-lte.json @@ -115,5 +115,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 139.7, + "width_mm": 71.1, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/sony/2014/xperia-t2-ultra/sony-xperia-t2-ultra-1gb-8gb-4g-lte.json b/data/smartphone/sony/2014/xperia-t2-ultra/sony-xperia-t2-ultra-1gb-8gb-4g-lte.json index 5c1ac36265ae..75e25715aa3f 100644 --- a/data/smartphone/sony/2014/xperia-t2-ultra/sony-xperia-t2-ultra-1gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-t2-ultra/sony-xperia-t2-ultra-1gb-8gb-4g-lte.json @@ -114,5 +114,10 @@ 8 ], "soc": "qualcomm-msm8928-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 165.2, + "width_mm": 83.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/sony/2014/xperia-z1-compact/sony-xperia-z1-compact-2gb-16gb-4g-lte.json b/data/smartphone/sony/2014/xperia-z1-compact/sony-xperia-z1-compact-2gb-16gb-4g-lte.json index 8ee9ac728e87..3c4fddbac512 100644 --- a/data/smartphone/sony/2014/xperia-z1-compact/sony-xperia-z1-compact-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-z1-compact/sony-xperia-z1-compact-2gb-16gb-4g-lte.json @@ -116,5 +116,10 @@ 16 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 127.0, + "width_mm": 64.9, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/sony/2014/xperia-z1s/sony-xperia-z1s-2gb-32gb-4g-lte.json b/data/smartphone/sony/2014/xperia-z1s/sony-xperia-z1s-2gb-32gb-4g-lte.json index a53640ae8c36..6651d1b286a5 100644 --- a/data/smartphone/sony/2014/xperia-z1s/sony-xperia-z1s-2gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-z1s/sony-xperia-z1s-2gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 145.7, + "width_mm": 73.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/sony/2014/xperia-z2/sony-xperia-z2-3gb-16gb-4g-lte.json b/data/smartphone/sony/2014/xperia-z2/sony-xperia-z2-3gb-16gb-4g-lte.json index 22887e4d8cc0..3782840f5653 100644 --- a/data/smartphone/sony/2014/xperia-z2/sony-xperia-z2-3gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-z2/sony-xperia-z2-3gb-16gb-4g-lte.json @@ -117,5 +117,11 @@ 16 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.8, + "width_mm": 73.3, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/sony/2014/xperia-z2a/sony-xperia-z2a-3gb-16gb-4g-lte.json b/data/smartphone/sony/2014/xperia-z2a/sony-xperia-z2a-3gb-16gb-4g-lte.json index f72942bdff4f..ad68224a9b49 100644 --- a/data/smartphone/sony/2014/xperia-z2a/sony-xperia-z2a-3gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-z2a/sony-xperia-z2a-3gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 137.0, + "width_mm": 72.0, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/sony/2014/xperia-z3-compact/sony-xperia-z3-compact-2gb-16gb-4g-lte.json b/data/smartphone/sony/2014/xperia-z3-compact/sony-xperia-z3-compact-2gb-16gb-4g-lte.json index fc54a1049d78..e737c58e78a7 100644 --- a/data/smartphone/sony/2014/xperia-z3-compact/sony-xperia-z3-compact-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-z3-compact/sony-xperia-z3-compact-2gb-16gb-4g-lte.json @@ -118,5 +118,11 @@ 16 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 127.3, + "width_mm": 64.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/sony/2014/xperia-z3-dual/sony-xperia-z3-dual-3gb-32gb-4g-lte.json b/data/smartphone/sony/2014/xperia-z3-dual/sony-xperia-z3-dual-3gb-32gb-4g-lte.json index 5333bc963014..3718c58ebe7c 100644 --- a/data/smartphone/sony/2014/xperia-z3-dual/sony-xperia-z3-dual-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-z3-dual/sony-xperia-z3-dual-3gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/sony/2014/xperia-z3/sony-xperia-z3-3gb-32gb-4g-lte.json b/data/smartphone/sony/2014/xperia-z3/sony-xperia-z3-3gb-32gb-4g-lte.json index b71fba0c368e..567b6e1d0597 100644 --- a/data/smartphone/sony/2014/xperia-z3/sony-xperia-z3-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-z3/sony-xperia-z3-3gb-32gb-4g-lte.json @@ -119,5 +119,11 @@ 32 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/sony/2014/xperia-z3v/sony-xperia-z3v-3gb-32gb-4g-lte.json b/data/smartphone/sony/2014/xperia-z3v/sony-xperia-z3v-3gb-32gb-4g-lte.json index 0e30f5261a66..43a9e613913d 100644 --- a/data/smartphone/sony/2014/xperia-z3v/sony-xperia-z3v-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2014/xperia-z3v/sony-xperia-z3v-3gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 148.5, + "width_mm": 73.4, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/sony/2015/xperia-c4-dual/sony-xperia-c4-dual-2gb-16gb-4g-lte.json b/data/smartphone/sony/2015/xperia-c4-dual/sony-xperia-c4-dual-2gb-16gb-4g-lte.json index 221c3eacf953..fbc2e5945947 100644 --- a/data/smartphone/sony/2015/xperia-c4-dual/sony-xperia-c4-dual-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-c4-dual/sony-xperia-c4-dual-2gb-16gb-4g-lte.json @@ -117,5 +117,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 150.3, + "width_mm": 77.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/sony/2015/xperia-c4/sony-xperia-c4-2gb-16gb-4g-lte.json b/data/smartphone/sony/2015/xperia-c4/sony-xperia-c4-2gb-16gb-4g-lte.json index 722a258c32c4..511e36455bf4 100644 --- a/data/smartphone/sony/2015/xperia-c4/sony-xperia-c4-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-c4/sony-xperia-c4-2gb-16gb-4g-lte.json @@ -109,5 +109,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 150.3, + "width_mm": 77.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/sony/2015/xperia-c5-ultra-dual/sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte.json b/data/smartphone/sony/2015/xperia-c5-ultra-dual/sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte.json index dda6ab59ec93..4b7e159fccbf 100644 --- a/data/smartphone/sony/2015/xperia-c5-ultra-dual/sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-c5-ultra-dual/sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte.json @@ -116,5 +116,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 164.2, + "width_mm": 79.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/sony/2015/xperia-c5-ultra/sony-xperia-c5-ultra-2gb-16gb-4g-lte.json b/data/smartphone/sony/2015/xperia-c5-ultra/sony-xperia-c5-ultra-2gb-16gb-4g-lte.json index 15fd12d83e46..bbf4e69b509a 100644 --- a/data/smartphone/sony/2015/xperia-c5-ultra/sony-xperia-c5-ultra-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-c5-ultra/sony-xperia-c5-ultra-2gb-16gb-4g-lte.json @@ -118,5 +118,10 @@ 16 ], "soc": "mediatek-mt6752", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 164.2, + "width_mm": 79.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/sony/2015/xperia-e4/sony-xperia-e4-1gb-8gb-3g.json b/data/smartphone/sony/2015/xperia-e4/sony-xperia-e4-1gb-8gb-3g.json index ed0d9c5cc5c0..6e3274cc1e71 100644 --- a/data/smartphone/sony/2015/xperia-e4/sony-xperia-e4-1gb-8gb-3g.json +++ b/data/smartphone/sony/2015/xperia-e4/sony-xperia-e4-1gb-8gb-3g.json @@ -114,5 +114,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 137.0, + "width_mm": 74.6, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/sony/2015/xperia-e4g-dual/sony-xperia-e4g-dual-1gb-8gb-4g-lte.json b/data/smartphone/sony/2015/xperia-e4g-dual/sony-xperia-e4g-dual-1gb-8gb-4g-lte.json index 7d74921951b3..49ebce94ebd4 100644 --- a/data/smartphone/sony/2015/xperia-e4g-dual/sony-xperia-e4g-dual-1gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-e4g-dual/sony-xperia-e4g-dual-1gb-8gb-4g-lte.json @@ -108,5 +108,10 @@ 8 ], "soc": "mediatek-mt6732", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 133.0, + "width_mm": 71.0, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/sony/2015/xperia-e4g/sony-xperia-e4g-1gb-8gb-4g-lte.json b/data/smartphone/sony/2015/xperia-e4g/sony-xperia-e4g-1gb-8gb-4g-lte.json index 7286ed988b18..e2b54761ae40 100644 --- a/data/smartphone/sony/2015/xperia-e4g/sony-xperia-e4g-1gb-8gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-e4g/sony-xperia-e4g-1gb-8gb-4g-lte.json @@ -116,5 +116,10 @@ 8 ], "soc": "mediatek-mt6732", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 133.0, + "width_mm": 71.0, + "depth_mm": 10.8 + } } diff --git a/data/smartphone/sony/2015/xperia-m4-aqua-dual/sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte.json b/data/smartphone/sony/2015/xperia-m4-aqua-dual/sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte.json index ca9f6f84d9bf..eb54258dd0f4 100644 --- a/data/smartphone/sony/2015/xperia-m4-aqua-dual/sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-m4-aqua-dual/sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte.json @@ -109,5 +109,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 145.5, + "width_mm": 72.6, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/sony/2015/xperia-m4-aqua/sony-xperia-m4-aqua-2gb-16gb-4g-lte.json b/data/smartphone/sony/2015/xperia-m4-aqua/sony-xperia-m4-aqua-2gb-16gb-4g-lte.json index 8663b6817832..6f3f88252dd7 100644 --- a/data/smartphone/sony/2015/xperia-m4-aqua/sony-xperia-m4-aqua-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-m4-aqua/sony-xperia-m4-aqua-2gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0.1" + "os_version": "5.0.1", + "dimensions": { + "height_mm": 145.5, + "width_mm": 72.6, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/sony/2015/xperia-m5-dual/sony-xperia-m5-dual-3gb-16gb-4g-lte.json b/data/smartphone/sony/2015/xperia-m5-dual/sony-xperia-m5-dual-3gb-16gb-4g-lte.json index c933bf533f22..13d31f44ba86 100644 --- a/data/smartphone/sony/2015/xperia-m5-dual/sony-xperia-m5-dual-3gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-m5-dual/sony-xperia-m5-dual-3gb-16gb-4g-lte.json @@ -114,5 +114,10 @@ 16 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 145.0, + "width_mm": 72.0, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/sony/2015/xperia-m5/sony-xperia-m5-3gb-16gb-4g-lte.json b/data/smartphone/sony/2015/xperia-m5/sony-xperia-m5-3gb-16gb-4g-lte.json index 2bf3e34786e9..3eb0e6602f34 100644 --- a/data/smartphone/sony/2015/xperia-m5/sony-xperia-m5-3gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-m5/sony-xperia-m5-3gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.0.1" + "os_version": "5.0.1", + "dimensions": { + "height_mm": 145.0, + "width_mm": 72.0, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/sony/2015/xperia-z4v/sony-xperia-z4v-3gb-32gb-4g-lte.json b/data/smartphone/sony/2015/xperia-z4v/sony-xperia-z4v-3gb-32gb-4g-lte.json index 16cad69e202f..6b464320f985 100644 --- a/data/smartphone/sony/2015/xperia-z4v/sony-xperia-z4v-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-z4v/sony-xperia-z4v-3gb-32gb-4g-lte.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 144.4, + "width_mm": 72.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/sony/2015/xperia-z5-compact/sony-xperia-z5-compact-2gb-32gb-4g-lte.json b/data/smartphone/sony/2015/xperia-z5-compact/sony-xperia-z5-compact-2gb-32gb-4g-lte.json index 45e9cab40c8e..06d07c3eeddb 100644 --- a/data/smartphone/sony/2015/xperia-z5-compact/sony-xperia-z5-compact-2gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-z5-compact/sony-xperia-z5-compact-2gb-32gb-4g-lte.json @@ -119,5 +119,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 127.0, + "width_mm": 65.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/sony/2015/xperia-z5-dual/sony-xperia-z5-dual-3gb-32gb-4g-lte.json b/data/smartphone/sony/2015/xperia-z5-dual/sony-xperia-z5-dual-3gb-32gb-4g-lte.json index 28dc2fa8fd70..16feadacadb0 100644 --- a/data/smartphone/sony/2015/xperia-z5-dual/sony-xperia-z5-dual-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-z5-dual/sony-xperia-z5-dual-3gb-32gb-4g-lte.json @@ -110,5 +110,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/sony/2015/xperia-z5-premium-dual/sony-xperia-z5-premium-dual-3gb-32gb-4g-lte.json b/data/smartphone/sony/2015/xperia-z5-premium-dual/sony-xperia-z5-premium-dual-3gb-32gb-4g-lte.json index 736fb616044c..1b72279d0f86 100644 --- a/data/smartphone/sony/2015/xperia-z5-premium-dual/sony-xperia-z5-premium-dual-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-z5-premium-dual/sony-xperia-z5-premium-dual-3gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/sony/2015/xperia-z5-premium/sony-xperia-z5-premium-3gb-32gb-4g-lte.json b/data/smartphone/sony/2015/xperia-z5-premium/sony-xperia-z5-premium-3gb-32gb-4g-lte.json index 124de132cb12..7e2293ef0187 100644 --- a/data/smartphone/sony/2015/xperia-z5-premium/sony-xperia-z5-premium-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-z5-premium/sony-xperia-z5-premium-3gb-32gb-4g-lte.json @@ -116,5 +116,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/sony/2015/xperia-z5/sony-xperia-z5-3gb-32gb-4g-lte.json b/data/smartphone/sony/2015/xperia-z5/sony-xperia-z5-3gb-32gb-4g-lte.json index f002e92fb04f..06b5933aa23a 100644 --- a/data/smartphone/sony/2015/xperia-z5/sony-xperia-z5-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2015/xperia-z5/sony-xperia-z5-3gb-32gb-4g-lte.json @@ -119,5 +119,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/sony/2016/xperia-x-compact/sony-xperia-x-compact-3gb-32gb-4g-lte.json b/data/smartphone/sony/2016/xperia-x-compact/sony-xperia-x-compact-3gb-32gb-4g-lte.json index 7d52ad52818d..9555e6b0c1f5 100644 --- a/data/smartphone/sony/2016/xperia-x-compact/sony-xperia-x-compact-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2016/xperia-x-compact/sony-xperia-x-compact-3gb-32gb-4g-lte.json @@ -117,5 +117,11 @@ 32 ], "soc": "qualcomm-msm8956-snapdragon-650", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 129.0, + "width_mm": 65.0, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/sony/2016/xperia-x-performance/sony-xperia-x-performance-3gb-64gb-4g-lte.json b/data/smartphone/sony/2016/xperia-x-performance/sony-xperia-x-performance-3gb-64gb-4g-lte.json index 415743d45daa..4d0db1333076 100644 --- a/data/smartphone/sony/2016/xperia-x-performance/sony-xperia-x-performance-3gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2016/xperia-x-performance/sony-xperia-x-performance-3gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 143.7, + "width_mm": 70.4, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/sony/2016/xperia-x/sony-xperia-x-3gb-64gb-4g-lte.json b/data/smartphone/sony/2016/xperia-x/sony-xperia-x-3gb-64gb-4g-lte.json index 70d85a9f7ef1..f24002e5811c 100644 --- a/data/smartphone/sony/2016/xperia-x/sony-xperia-x-3gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2016/xperia-x/sony-xperia-x-3gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "qualcomm-msm8956-snapdragon-650", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 143.0, + "width_mm": 69.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/sony/2016/xperia-xa-dual/sony-xperia-xa-dual-2gb-16gb-4g-lte.json b/data/smartphone/sony/2016/xperia-xa-dual/sony-xperia-xa-dual-2gb-16gb-4g-lte.json index 8b801ed83f3a..8d087ad6cbdd 100644 --- a/data/smartphone/sony/2016/xperia-xa-dual/sony-xperia-xa-dual-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2016/xperia-xa-dual/sony-xperia-xa-dual-2gb-16gb-4g-lte.json @@ -110,5 +110,11 @@ 16 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 143.6, + "width_mm": 66.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/sony/2016/xperia-xa-ultra/sony-xperia-xa-ultra-3gb-16gb-4g-lte.json b/data/smartphone/sony/2016/xperia-xa-ultra/sony-xperia-xa-ultra-3gb-16gb-4g-lte.json index ef514962d97b..b6aa8c2c9854 100644 --- a/data/smartphone/sony/2016/xperia-xa-ultra/sony-xperia-xa-ultra-3gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2016/xperia-xa-ultra/sony-xperia-xa-ultra-3gb-16gb-4g-lte.json @@ -118,5 +118,10 @@ 16 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 164.0, + "width_mm": 79.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/sony/2016/xperia-xa/sony-xperia-xa-2gb-16gb-4g-lte.json b/data/smartphone/sony/2016/xperia-xa/sony-xperia-xa-2gb-16gb-4g-lte.json index 057d68d61edc..eb1ad058645f 100644 --- a/data/smartphone/sony/2016/xperia-xa/sony-xperia-xa-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2016/xperia-xa/sony-xperia-xa-2gb-16gb-4g-lte.json @@ -119,5 +119,11 @@ 16 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 143.6, + "width_mm": 66.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/sony/2016/xperia-xz/sony-xperia-xz-3gb-64gb-4g-lte.json b/data/smartphone/sony/2016/xperia-xz/sony-xperia-xz-3gb-64gb-4g-lte.json index f049ddefe6c2..3ba5e53a080b 100644 --- a/data/smartphone/sony/2016/xperia-xz/sony-xperia-xz-3gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2016/xperia-xz/sony-xperia-xz-3gb-64gb-4g-lte.json @@ -119,5 +119,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/sony/2017/xperia-l1/sony-xperia-l1-2gb-16gb-4g-lte.json b/data/smartphone/sony/2017/xperia-l1/sony-xperia-l1-2gb-16gb-4g-lte.json index a148d337328a..9ed7fb71ec95 100644 --- a/data/smartphone/sony/2017/xperia-l1/sony-xperia-l1-2gb-16gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-l1/sony-xperia-l1-2gb-16gb-4g-lte.json @@ -115,5 +115,10 @@ 16 ], "soc": "mediatek-mt6737t", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 151.0, + "width_mm": 74.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/sony/2017/xperia-r1-plus/sony-xperia-r1-plus-3gb-32gb-4g-lte.json b/data/smartphone/sony/2017/xperia-r1-plus/sony-xperia-r1-plus-3gb-32gb-4g-lte.json index ee8dea6c9020..f2fe97d45e36 100644 --- a/data/smartphone/sony/2017/xperia-r1-plus/sony-xperia-r1-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-r1-plus/sony-xperia-r1-plus-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 146.0, + "width_mm": 73.2, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/sony/2017/xperia-xa1-plus/sony-xperia-xa1-plus-4gb-32gb-4g-lte.json b/data/smartphone/sony/2017/xperia-xa1-plus/sony-xperia-xa1-plus-4gb-32gb-4g-lte.json index 5312f7b723bc..92e9cbb47f75 100644 --- a/data/smartphone/sony/2017/xperia-xa1-plus/sony-xperia-xa1-plus-4gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-xa1-plus/sony-xperia-xa1-plus-4gb-32gb-4g-lte.json @@ -113,5 +113,11 @@ 32 ], "soc": "mediatek-mt6757-helio-p20", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.0, + "width_mm": 75.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/sony/2017/xperia-xa1-ultra/sony-xperia-xa1-ultra-4gb-64gb-4g-lte.json b/data/smartphone/sony/2017/xperia-xa1-ultra/sony-xperia-xa1-ultra-4gb-64gb-4g-lte.json index 306abb505ff6..87cdeaf7c65c 100644 --- a/data/smartphone/sony/2017/xperia-xa1-ultra/sony-xperia-xa1-ultra-4gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-xa1-ultra/sony-xperia-xa1-ultra-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "mediatek-mt6757-helio-p20", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 79.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/sony/2017/xperia-xa1/sony-xperia-xa1-3gb-32gb-4g-lte.json b/data/smartphone/sony/2017/xperia-xa1/sony-xperia-xa1-3gb-32gb-4g-lte.json index 522f74290637..9ecc032accf4 100644 --- a/data/smartphone/sony/2017/xperia-xa1/sony-xperia-xa1-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-xa1/sony-xperia-xa1-3gb-32gb-4g-lte.json @@ -115,5 +115,11 @@ 32 ], "soc": "mediatek-mt6757-helio-p20", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 145.0, + "width_mm": 67.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/sony/2017/xperia-xz-premium/sony-xperia-xz-premium-4gb-64gb-4g-lte.json b/data/smartphone/sony/2017/xperia-xz-premium/sony-xperia-xz-premium-4gb-64gb-4g-lte.json index 47eb74209746..f923e850d78a 100644 --- a/data/smartphone/sony/2017/xperia-xz-premium/sony-xperia-xz-premium-4gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-xz-premium/sony-xperia-xz-premium-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/sony/2017/xperia-xz1-compact/sony-xperia-xz1-compact-4gb-32gb-4g-lte.json b/data/smartphone/sony/2017/xperia-xz1-compact/sony-xperia-xz1-compact-4gb-32gb-4g-lte.json index 19ef76800069..0f03fa8a3e94 100644 --- a/data/smartphone/sony/2017/xperia-xz1-compact/sony-xperia-xz1-compact-4gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-xz1-compact/sony-xperia-xz1-compact-4gb-32gb-4g-lte.json @@ -113,5 +113,11 @@ 32 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 129.0, + "width_mm": 65.0, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/sony/2017/xperia-xz1/sony-xperia-xz1-4gb-64gb-4g-lte.json b/data/smartphone/sony/2017/xperia-xz1/sony-xperia-xz1-4gb-64gb-4g-lte.json index d968033fab2b..544853f51f85 100644 --- a/data/smartphone/sony/2017/xperia-xz1/sony-xperia-xz1-4gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-xz1/sony-xperia-xz1-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 148.0, + "width_mm": 73.4, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/sony/2017/xperia-xzs/sony-xperia-xzs-4gb-64gb-4g-lte.json b/data/smartphone/sony/2017/xperia-xzs/sony-xperia-xzs-4gb-64gb-4g-lte.json index ad959610010a..4d7011d355a0 100644 --- a/data/smartphone/sony/2017/xperia-xzs/sony-xperia-xzs-4gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2017/xperia-xzs/sony-xperia-xzs-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/sony/2018/xperia-l2/sony-xperia-l2-3gb-32gb-4g-lte.json b/data/smartphone/sony/2018/xperia-l2/sony-xperia-l2-3gb-32gb-4g-lte.json index f6f275a9666e..e645671cfe88 100644 --- a/data/smartphone/sony/2018/xperia-l2/sony-xperia-l2-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2018/xperia-l2/sony-xperia-l2-3gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "mediatek-mt6737t", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.0, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/sony/2018/xperia-xa2-plus/sony-xperia-xa2-plus-6gb-64gb-4g-lte.json b/data/smartphone/sony/2018/xperia-xa2-plus/sony-xperia-xa2-plus-6gb-64gb-4g-lte.json index 2338f4c9a074..9e692c15de0f 100644 --- a/data/smartphone/sony/2018/xperia-xa2-plus/sony-xperia-xa2-plus-6gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2018/xperia-xa2-plus/sony-xperia-xa2-plus-6gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.0, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/sony/2018/xperia-xa2-ultra/sony-xperia-xa2-ultra-4gb-64gb-4g-lte.json b/data/smartphone/sony/2018/xperia-xa2-ultra/sony-xperia-xa2-ultra-4gb-64gb-4g-lte.json index 7a9f0c8b697a..753b02b2b836 100644 --- a/data/smartphone/sony/2018/xperia-xa2-ultra/sony-xperia-xa2-ultra-4gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2018/xperia-xa2-ultra/sony-xperia-xa2-ultra-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.0, + "width_mm": 80.0, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/sony/2018/xperia-xa2/sony-xperia-xa2-3gb-32gb-4g-lte.json b/data/smartphone/sony/2018/xperia-xa2/sony-xperia-xa2-3gb-32gb-4g-lte.json index 20cfb43657a0..4adda0b36e66 100644 --- a/data/smartphone/sony/2018/xperia-xa2/sony-xperia-xa2-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2018/xperia-xa2/sony-xperia-xa2-3gb-32gb-4g-lte.json @@ -113,5 +113,11 @@ 32 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/sony/2018/xperia-xz2-compact/sony-xperia-xz2-compact-4gb-64gb-4g-lte.json b/data/smartphone/sony/2018/xperia-xz2-compact/sony-xperia-xz2-compact-4gb-64gb-4g-lte.json index c36b0061205c..99354ecc159e 100644 --- a/data/smartphone/sony/2018/xperia-xz2-compact/sony-xperia-xz2-compact-4gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2018/xperia-xz2-compact/sony-xperia-xz2-compact-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 135.0, + "width_mm": 65.0, + "depth_mm": 12.1 + } } diff --git a/data/smartphone/sony/2018/xperia-xz2-premium/sony-xperia-xz2-premium-6gb-64gb-4g-lte.json b/data/smartphone/sony/2018/xperia-xz2-premium/sony-xperia-xz2-premium-6gb-64gb-4g-lte.json index 3b4c7f3b070d..dfea18dd4b5c 100644 --- a/data/smartphone/sony/2018/xperia-xz2-premium/sony-xperia-xz2-premium-6gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2018/xperia-xz2-premium/sony-xperia-xz2-premium-6gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 80.0, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/sony/2018/xperia-xz2/sony-xperia-xz2-6gb-64gb-4g-lte.json b/data/smartphone/sony/2018/xperia-xz2/sony-xperia-xz2-6gb-64gb-4g-lte.json index 8e1114815113..bd1c58ffe25f 100644 --- a/data/smartphone/sony/2018/xperia-xz2/sony-xperia-xz2-6gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2018/xperia-xz2/sony-xperia-xz2-6gb-64gb-4g-lte.json @@ -112,5 +112,10 @@ 64 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 153.0, + "width_mm": 72.0, + "depth_mm": 11.1 + } } diff --git a/data/smartphone/sony/2018/xperia-xz3/sony-xperia-xz3-6gb-64gb-4g-lte.json b/data/smartphone/sony/2018/xperia-xz3/sony-xperia-xz3-6gb-64gb-4g-lte.json index 1a6293d68dd7..17bb690c6dca 100644 --- a/data/smartphone/sony/2018/xperia-xz3/sony-xperia-xz3-6gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2018/xperia-xz3/sony-xperia-xz3-6gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 73.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/sony/2019/xperia-1/sony-xperia-1-6gb-128gb-4g-lte.json b/data/smartphone/sony/2019/xperia-1/sony-xperia-1-6gb-128gb-4g-lte.json index c9e82c747019..4d31f101d048 100644 --- a/data/smartphone/sony/2019/xperia-1/sony-xperia-1-6gb-128gb-4g-lte.json +++ b/data/smartphone/sony/2019/xperia-1/sony-xperia-1-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 167.0, + "width_mm": 72.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/sony/2019/xperia-10-plus/sony-xperia-10-plus-6gb-64gb-4g-lte.json b/data/smartphone/sony/2019/xperia-10-plus/sony-xperia-10-plus-6gb-64gb-4g-lte.json index 0e68710a96db..820ae909faac 100644 --- a/data/smartphone/sony/2019/xperia-10-plus/sony-xperia-10-plus-6gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2019/xperia-10-plus/sony-xperia-10-plus-6gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 167.0, + "width_mm": 73.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/sony/2019/xperia-10/sony-xperia-10-4gb-64gb-4g-lte.json b/data/smartphone/sony/2019/xperia-10/sony-xperia-10-4gb-64gb-4g-lte.json index 15da3b3931bb..efa599650f72 100644 --- a/data/smartphone/sony/2019/xperia-10/sony-xperia-10-4gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2019/xperia-10/sony-xperia-10-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-sdm630-snapdragon-630", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 68.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/sony/2019/xperia-5/sony-xperia-5-6gb-128gb-4g-lte.json b/data/smartphone/sony/2019/xperia-5/sony-xperia-5-6gb-128gb-4g-lte.json index 26c8e868b869..fe4c62dbcf98 100644 --- a/data/smartphone/sony/2019/xperia-5/sony-xperia-5-6gb-128gb-4g-lte.json +++ b/data/smartphone/sony/2019/xperia-5/sony-xperia-5-6gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 68.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/sony/2019/xperia-l3/sony-xperia-l3-3gb-32gb-4g-lte.json b/data/smartphone/sony/2019/xperia-l3/sony-xperia-l3-3gb-32gb-4g-lte.json index 831a9cecffaa..3da766529688 100644 --- a/data/smartphone/sony/2019/xperia-l3/sony-xperia-l3-3gb-32gb-4g-lte.json +++ b/data/smartphone/sony/2019/xperia-l3/sony-xperia-l3-3gb-32gb-4g-lte.json @@ -113,5 +113,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 154.0, + "width_mm": 72.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/sony/2020/xperia-10-ii/sony-xperia-10-ii-4gb-128gb-4g-lte.json b/data/smartphone/sony/2020/xperia-10-ii/sony-xperia-10-ii-4gb-128gb-4g-lte.json index e75c325efb84..32ae68acbb1b 100644 --- a/data/smartphone/sony/2020/xperia-10-ii/sony-xperia-10-ii-4gb-128gb-4g-lte.json +++ b/data/smartphone/sony/2020/xperia-10-ii/sony-xperia-10-ii-4gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 69.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/sony/2020/xperia-l4/sony-xperia-l4-3gb-64gb-4g-lte.json b/data/smartphone/sony/2020/xperia-l4/sony-xperia-l4-3gb-64gb-4g-lte.json index fb78178d4e0a..b1b123956e56 100644 --- a/data/smartphone/sony/2020/xperia-l4/sony-xperia-l4-3gb-64gb-4g-lte.json +++ b/data/smartphone/sony/2020/xperia-l4/sony-xperia-l4-3gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 159.0, + "width_mm": 71.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/tcl/2019/plex/tcl-plex-6gb-128gb-4g-lte.json b/data/smartphone/tcl/2019/plex/tcl-plex-6gb-128gb-4g-lte.json index 71aecaadb3ee..dc1da9535271 100644 --- a/data/smartphone/tcl/2019/plex/tcl-plex-6gb-128gb-4g-lte.json +++ b/data/smartphone/tcl/2019/plex/tcl-plex-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/tcl/2020/10-plus/tcl-10-plus-8gb-256gb-4g-lte.json b/data/smartphone/tcl/2020/10-plus/tcl-10-plus-8gb-256gb-4g-lte.json index 3b10b24ff779..24cb7314383d 100644 --- a/data/smartphone/tcl/2020/10-plus/tcl-10-plus-8gb-256gb-4g-lte.json +++ b/data/smartphone/tcl/2020/10-plus/tcl-10-plus-8gb-256gb-4g-lte.json @@ -105,5 +105,10 @@ 256 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 158.9, + "width_mm": 72.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/tcl/2020/10-pro/tcl-10-pro-6gb-256gb-4g-lte.json b/data/smartphone/tcl/2020/10-pro/tcl-10-pro-6gb-256gb-4g-lte.json index 1ad92f7a4616..222215501218 100644 --- a/data/smartphone/tcl/2020/10-pro/tcl-10-pro-6gb-256gb-4g-lte.json +++ b/data/smartphone/tcl/2020/10-pro/tcl-10-pro-6gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 72.4, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/tcl/2020/10-se/tcl-10-se-4gb-128gb-4g-lte.json b/data/smartphone/tcl/2020/10-se/tcl-10-se-4gb-128gb-4g-lte.json index df270082bebb..017b0ae6e7e1 100644 --- a/data/smartphone/tcl/2020/10-se/tcl-10-se-4gb-128gb-4g-lte.json +++ b/data/smartphone/tcl/2020/10-se/tcl-10-se-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 74.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/tcl/2020/10-tabmid/tcl-10-tabmid-3gb-32gb-4g-lte.json b/data/smartphone/tcl/2020/10-tabmid/tcl-10-tabmid-3gb-32gb-4g-lte.json index 71ed93b50e6d..2f49e30c191d 100644 --- a/data/smartphone/tcl/2020/10-tabmid/tcl-10-tabmid-3gb-32gb-4g-lte.json +++ b/data/smartphone/tcl/2020/10-tabmid/tcl-10-tabmid-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 209.4, + "width_mm": 125.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/tcl/2020/10l/tcl-10l-6gb-256gb-4g-lte.json b/data/smartphone/tcl/2020/10l/tcl-10l-6gb-256gb-4g-lte.json index 49c585ccf115..cc16457e3c90 100644 --- a/data/smartphone/tcl/2020/10l/tcl-10l-6gb-256gb-4g-lte.json +++ b/data/smartphone/tcl/2020/10l/tcl-10l-6gb-256gb-4g-lte.json @@ -104,5 +104,10 @@ 256 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/tcl/2021/20-r-5g/tcl-20-r-5g-4gb-128gb-5g.json b/data/smartphone/tcl/2021/20-r-5g/tcl-20-r-5g-4gb-128gb-5g.json index c0f2421488db..3f0adab54c63 100644 --- a/data/smartphone/tcl/2021/20-r-5g/tcl-20-r-5g-4gb-128gb-5g.json +++ b/data/smartphone/tcl/2021/20-r-5g/tcl-20-r-5g-4gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 75.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/tcl/2021/20-xe/tcl-20-xe-3gb-32gb-4g-lte.json b/data/smartphone/tcl/2021/20-xe/tcl-20-xe-3gb-32gb-4g-lte.json index d953ccabe69c..83fe0b8e442b 100644 --- a/data/smartphone/tcl/2021/20-xe/tcl-20-xe-3gb-32gb-4g-lte.json +++ b/data/smartphone/tcl/2021/20-xe/tcl-20-xe-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/tcl/2021/205/tcl-205-2gb-32gb-4g-lte.json b/data/smartphone/tcl/2021/205/tcl-205-2gb-32gb-4g-lte.json index df18a4bbb1da..2a5e92b00ec2 100644 --- a/data/smartphone/tcl/2021/205/tcl-205-2gb-32gb-4g-lte.json +++ b/data/smartphone/tcl/2021/205/tcl-205-2gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/tcl/2021/20b/tcl-20b-4gb-64gb-4g-lte.json b/data/smartphone/tcl/2021/20b/tcl-20b-4gb-64gb-4g-lte.json index 3a164865a7b8..38a7f05e5852 100644 --- a/data/smartphone/tcl/2021/20b/tcl-20b-4gb-64gb-4g-lte.json +++ b/data/smartphone/tcl/2021/20b/tcl-20b-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.7, + "width_mm": 74.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/tcl/2021/20e/tcl-20e-4gb-128gb-4g-lte.json b/data/smartphone/tcl/2021/20e/tcl-20e-4gb-128gb-4g-lte.json index c2f037c4c93e..856f5ffb131e 100644 --- a/data/smartphone/tcl/2021/20e/tcl-20e-4gb-128gb-4g-lte.json +++ b/data/smartphone/tcl/2021/20e/tcl-20e-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 75.6, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/tcl/2021/20s/tcl-20s-6gb-256gb-4g-lte.json b/data/smartphone/tcl/2021/20s/tcl-20s-6gb-256gb-4g-lte.json index b734400364c4..dd4ae558329a 100644 --- a/data/smartphone/tcl/2021/20s/tcl-20s-6gb-256gb-4g-lte.json +++ b/data/smartphone/tcl/2021/20s/tcl-20s-6gb-256gb-4g-lte.json @@ -103,5 +103,10 @@ 256 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 166.2, + "width_mm": 76.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/tcl/2021/20y/tcl-20y-4gb-64gb-4g-lte.json b/data/smartphone/tcl/2021/20y/tcl-20y-4gb-64gb-4g-lte.json index 235c4d377ab7..0e410d488217 100644 --- a/data/smartphone/tcl/2021/20y/tcl-20y-4gb-64gb-4g-lte.json +++ b/data/smartphone/tcl/2021/20y/tcl-20y-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.6, + "width_mm": 75.6, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/tcl/2021/a3/tcl-a3-3gb-32gb-4g-lte.json b/data/smartphone/tcl/2021/a3/tcl-a3-3gb-32gb-4g-lte.json index e89192d4bfd5..a721f258cd2f 100644 --- a/data/smartphone/tcl/2021/a3/tcl-a3-3gb-32gb-4g-lte.json +++ b/data/smartphone/tcl/2021/a3/tcl-a3-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 145.8, + "width_mm": 71.1, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/tcl/2021/a30/tcl-a30-3gb-32gb-4g-lte.json b/data/smartphone/tcl/2021/a30/tcl-a30-3gb-32gb-4g-lte.json index fd4a4bd961f9..f7e70cf36bdc 100644 --- a/data/smartphone/tcl/2021/a30/tcl-a30-3gb-32gb-4g-lte.json +++ b/data/smartphone/tcl/2021/a30/tcl-a30-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 145.8, + "width_mm": 71.1, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/tcl/2021/l10-pro/tcl-l10-pro-4gb-128gb-4g-lte.json b/data/smartphone/tcl/2021/l10-pro/tcl-l10-pro-4gb-128gb-4g-lte.json index 3a2aeb937d31..f754f80444d9 100644 --- a/data/smartphone/tcl/2021/l10-pro/tcl-l10-pro-4gb-128gb-4g-lte.json +++ b/data/smartphone/tcl/2021/l10-pro/tcl-l10-pro-4gb-128gb-4g-lte.json @@ -101,5 +101,10 @@ 128 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/tcl/2022/30-5g/tcl-30-5g-4gb-128gb-5g.json b/data/smartphone/tcl/2022/30-5g/tcl-30-5g-4gb-128gb-5g.json index 485534d559eb..7762b48e3721 100644 --- a/data/smartphone/tcl/2022/30-5g/tcl-30-5g-4gb-128gb-5g.json +++ b/data/smartphone/tcl/2022/30-5g/tcl-30-5g-4gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/tcl/2022/30-xe-5g/tcl-30-xe-5g-4gb-64gb-5g.json b/data/smartphone/tcl/2022/30-xe-5g/tcl-30-xe-5g-4gb-64gb-5g.json index 5f58575546d7..5d47de989519 100644 --- a/data/smartphone/tcl/2022/30-xe-5g/tcl-30-xe-5g-4gb-64gb-5g.json +++ b/data/smartphone/tcl/2022/30-xe-5g/tcl-30-xe-5g-4gb-64gb-5g.json @@ -106,5 +106,11 @@ 64 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.9, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/tcl/2022/305/tcl-305-2gb-64gb-4g-lte.json b/data/smartphone/tcl/2022/305/tcl-305-2gb-64gb-4g-lte.json index 0d44ccdd3740..75f14dc74539 100644 --- a/data/smartphone/tcl/2022/305/tcl-305-2gb-64gb-4g-lte.json +++ b/data/smartphone/tcl/2022/305/tcl-305-2gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/tcl/2022/40r/tcl-40r-4gb-128gb-5g.json b/data/smartphone/tcl/2022/40r/tcl-40r-4gb-128gb-5g.json index ddcce0facaeb..50119b37c6a5 100644 --- a/data/smartphone/tcl/2022/40r/tcl-40r-4gb-128gb-5g.json +++ b/data/smartphone/tcl/2022/40r/tcl-40r-4gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/tcl/2022/nxtpaper-10s/tcl-nxtpaper-10s-4gb-64gb-3g.json b/data/smartphone/tcl/2022/nxtpaper-10s/tcl-nxtpaper-10s-4gb-64gb-3g.json index 03c59cad4da3..7c09931b23e0 100644 --- a/data/smartphone/tcl/2022/nxtpaper-10s/tcl-nxtpaper-10s-4gb-64gb-3g.json +++ b/data/smartphone/tcl/2022/nxtpaper-10s/tcl-nxtpaper-10s-4gb-64gb-3g.json @@ -102,5 +102,11 @@ 64 ], "soc": "mediatek-mt8768", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 241.0, + "width_mm": 158.6, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/tcl/2022/stylus/tcl-stylus-4gb-128gb-5g.json b/data/smartphone/tcl/2022/stylus/tcl-stylus-4gb-128gb-5g.json index 2f263bad0b57..933abf700031 100644 --- a/data/smartphone/tcl/2022/stylus/tcl-stylus-4gb-128gb-5g.json +++ b/data/smartphone/tcl/2022/stylus/tcl-stylus-4gb-128gb-5g.json @@ -108,5 +108,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 169.6, + "width_mm": 76.5, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/tcl/2023/40-x/tcl-40-x-4gb-64gb-5g.json b/data/smartphone/tcl/2023/40-x/tcl-40-x-4gb-64gb-5g.json index 3e75f6f3c8ff..8046115c3080 100644 --- a/data/smartphone/tcl/2023/40-x/tcl-40-x-4gb-64gb-5g.json +++ b/data/smartphone/tcl/2023/40-x/tcl-40-x-4gb-64gb-5g.json @@ -105,5 +105,11 @@ 64 ], "soc": "dimensity-700", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/tcl/2023/40-xe/tcl-40-xe-4gb-64gb-5g.json b/data/smartphone/tcl/2023/40-xe/tcl-40-xe-4gb-64gb-5g.json index c142400f5eea..b551e39e7cc8 100644 --- a/data/smartphone/tcl/2023/40-xe/tcl-40-xe-4gb-64gb-5g.json +++ b/data/smartphone/tcl/2023/40-xe/tcl-40-xe-4gb-64gb-5g.json @@ -105,5 +105,6 @@ 64 ], "soc": "dimensity-700", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0 } diff --git a/data/smartphone/tcl/2023/403/tcl-403-2gb-32gb-4g-lte.json b/data/smartphone/tcl/2023/403/tcl-403-2gb-32gb-4g-lte.json index a68a0c701a3b..4988d5e90051 100644 --- a/data/smartphone/tcl/2023/403/tcl-403-2gb-32gb-4g-lte.json +++ b/data/smartphone/tcl/2023/403/tcl-403-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 159.2, + "width_mm": 78.2, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/tcl/2024/50-5g/tcl-50-5g-4gb-128gb-5g.json b/data/smartphone/tcl/2024/50-5g/tcl-50-5g-4gb-128gb-5g.json index 0ae62b6b4c88..1307b897badb 100644 --- a/data/smartphone/tcl/2024/50-5g/tcl-50-5g-4gb-128gb-5g.json +++ b/data/smartphone/tcl/2024/50-5g/tcl-50-5g-4gb-128gb-5g.json @@ -102,5 +102,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/tcl/2024/50-le/tcl-50-le-4gb-64gb-4g-lte.json b/data/smartphone/tcl/2024/50-le/tcl-50-le-4gb-64gb-4g-lte.json index f82ebdea72d6..fdfd2384f761 100644 --- a/data/smartphone/tcl/2024/50-le/tcl-50-le-4gb-64gb-4g-lte.json +++ b/data/smartphone/tcl/2024/50-le/tcl-50-le-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "dimensity-700", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.4, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/tcl/2024/50-se/tcl-50-se-6gb-256gb-4g-lte.json b/data/smartphone/tcl/2024/50-se/tcl-50-se-6gb-256gb-4g-lte.json index f0630226c7c6..6675913b6712 100644 --- a/data/smartphone/tcl/2024/50-se/tcl-50-se-6gb-256gb-4g-lte.json +++ b/data/smartphone/tcl/2024/50-se/tcl-50-se-6gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "helio-g88", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 168.2, + "width_mm": 75.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/tcl/2024/50-xe/tcl-50-xe-4gb-128gb-5g.json b/data/smartphone/tcl/2024/50-xe/tcl-50-xe-4gb-128gb-5g.json index 4b1aedb385dd..802d654269e7 100644 --- a/data/smartphone/tcl/2024/50-xe/tcl-50-xe-4gb-128gb-5g.json +++ b/data/smartphone/tcl/2024/50-xe/tcl-50-xe-4gb-128gb-5g.json @@ -102,5 +102,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/tcl/2024/50-xl-nxtpaper/tcl-50-xl-nxtpaper-6gb-128gb-5g.json b/data/smartphone/tcl/2024/50-xl-nxtpaper/tcl-50-xl-nxtpaper-6gb-128gb-5g.json index ca599c458189..d03295f2a871 100644 --- a/data/smartphone/tcl/2024/50-xl-nxtpaper/tcl-50-xl-nxtpaper-6gb-128gb-5g.json +++ b/data/smartphone/tcl/2024/50-xl-nxtpaper/tcl-50-xl-nxtpaper-6gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 167.6, + "width_mm": 75.5, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/tecno/2016/phantom-6-plus/tecno-phantom-6-plus-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2016/phantom-6-plus/tecno-phantom-6-plus-4gb-64gb-4g-lte.json index a142a2aa8a8a..1be7555ca245 100644 --- a/data/smartphone/tecno/2016/phantom-6-plus/tecno-phantom-6-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2016/phantom-6-plus/tecno-phantom-6-plus-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6797-helio-x20", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.4, + "width_mm": 83.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/tecno/2016/phantom-6/tecno-phantom-6-3gb-32gb-4g-lte.json b/data/smartphone/tecno/2016/phantom-6/tecno-phantom-6-3gb-32gb-4g-lte.json index 036cf388f6c7..e5a815233d1c 100644 --- a/data/smartphone/tecno/2016/phantom-6/tecno-phantom-6-3gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2016/phantom-6/tecno-phantom-6-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6755", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 151.5, + "width_mm": 75.5, + "depth_mm": 6.2 + } } diff --git a/data/smartphone/tecno/2017/camon-cm/tecno-camon-cm-3gb-32gb-4g-lte.json b/data/smartphone/tecno/2017/camon-cm/tecno-camon-cm-3gb-32gb-4g-lte.json index fdc135721801..e5af4d020272 100644 --- a/data/smartphone/tecno/2017/camon-cm/tecno-camon-cm-3gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2017/camon-cm/tecno-camon-cm-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6737h", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 152.2, + "width_mm": 71.7, + "depth_mm": 5.6 + } } diff --git a/data/smartphone/tecno/2017/camon-cx-manchester-city-le/tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2017/camon-cx-manchester-city-le/tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte.json index 26b560058151..a038f61a8b6f 100644 --- a/data/smartphone/tecno/2017/camon-cx-manchester-city-le/tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2017/camon-cx-manchester-city-le/tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "mediatek-mt6750t", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.8, + "width_mm": 75.8, + "depth_mm": 5.6 + } } diff --git a/data/smartphone/tecno/2017/camon-cx/tecno-camon-cx-3gb-32gb-4g-lte.json b/data/smartphone/tecno/2017/camon-cx/tecno-camon-cx-3gb-32gb-4g-lte.json index c0aa9cc54286..9b5750f2ca5a 100644 --- a/data/smartphone/tecno/2017/camon-cx/tecno-camon-cx-3gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2017/camon-cx/tecno-camon-cx-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6750t", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.8, + "width_mm": 75.8, + "depth_mm": 5.6 + } } diff --git a/data/smartphone/tecno/2017/spark-cm/tecno-spark-cm-2gb-16gb-4g-lte.json b/data/smartphone/tecno/2017/spark-cm/tecno-spark-cm-2gb-16gb-4g-lte.json index 6067b8bc5973..45a8a85b4ba0 100644 --- a/data/smartphone/tecno/2017/spark-cm/tecno-spark-cm-2gb-16gb-4g-lte.json +++ b/data/smartphone/tecno/2017/spark-cm/tecno-spark-cm-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 152.2, + "width_mm": 71.7, + "depth_mm": 5.6 + } } diff --git a/data/smartphone/tecno/2017/spark-plus/tecno-spark-plus-2gb-16gb-3g.json b/data/smartphone/tecno/2017/spark-plus/tecno-spark-plus-2gb-16gb-3g.json index 7151f663e4f4..b3eed744d1ad 100644 --- a/data/smartphone/tecno/2017/spark-plus/tecno-spark-plus-2gb-16gb-3g.json +++ b/data/smartphone/tecno/2017/spark-plus/tecno-spark-plus-2gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 162.0, + "width_mm": 82.6, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/tecno/2017/spark/tecno-spark-2gb-16gb-3g.json b/data/smartphone/tecno/2017/spark/tecno-spark-2gb-16gb-3g.json index 27110818b67a..f6281fa19927 100644 --- a/data/smartphone/tecno/2017/spark/tecno-spark-2gb-16gb-3g.json +++ b/data/smartphone/tecno/2017/spark/tecno-spark-2gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/tecno/2018/camon-11-pro/tecno-camon-11-pro-6gb-64gb-4g-lte.json b/data/smartphone/tecno/2018/camon-11-pro/tecno-camon-11-pro-6gb-64gb-4g-lte.json index 52bc50fac970..aa82c438fc71 100644 --- a/data/smartphone/tecno/2018/camon-11-pro/tecno-camon-11-pro-6gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2018/camon-11-pro/tecno-camon-11-pro-6gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 5.6 + } } diff --git a/data/smartphone/tecno/2018/camon-11/tecno-camon-11-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2018/camon-11/tecno-camon-11-4gb-64gb-4g-lte.json index c83784d7c678..f4504daf30bc 100644 --- a/data/smartphone/tecno/2018/camon-11/tecno-camon-11-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2018/camon-11/tecno-camon-11-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 5.6 + } } diff --git a/data/smartphone/tecno/2018/camon-x-pro/tecno-camon-x-pro-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2018/camon-x-pro/tecno-camon-x-pro-4gb-64gb-4g-lte.json index 5828192983d9..37f5b99d6302 100644 --- a/data/smartphone/tecno/2018/camon-x-pro/tecno-camon-x-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2018/camon-x-pro/tecno-camon-x-pro-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6763t-helio-p23", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.2, + "depth_mm": 5.2 + } } diff --git a/data/smartphone/tecno/2018/camon-x/tecno-camon-x-3gb-32gb-4g-lte.json b/data/smartphone/tecno/2018/camon-x/tecno-camon-x-3gb-32gb-4g-lte.json index b4e5e9f32478..c9ca10e80f65 100644 --- a/data/smartphone/tecno/2018/camon-x/tecno-camon-x-3gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2018/camon-x/tecno-camon-x-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6763t-helio-p23", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.8, + "depth_mm": 5.2 + } } diff --git a/data/smartphone/tecno/2018/f2-lte/tecno-f2-lte-1gb-8gb-4g-lte.json b/data/smartphone/tecno/2018/f2-lte/tecno-f2-lte-1gb-8gb-4g-lte.json index 76616dfff70d..be2ba90b8ef4 100644 --- a/data/smartphone/tecno/2018/f2-lte/tecno-f2-lte-1gb-8gb-4g-lte.json +++ b/data/smartphone/tecno/2018/f2-lte/tecno-f2-lte-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6739wa", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 143.8, + "width_mm": 74.0, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/tecno/2018/f2/tecno-f2-1gb-8gb-3g.json b/data/smartphone/tecno/2018/f2/tecno-f2-1gb-8gb-3g.json index 0ebcfed16a35..f918dcd87cf3 100644 --- a/data/smartphone/tecno/2018/f2/tecno-f2-1gb-8gb-3g.json +++ b/data/smartphone/tecno/2018/f2/tecno-f2-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6580m", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 145.0, + "width_mm": 74.2, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/tecno/2018/phantom-8/tecno-phantom-8-6gb-64gb-4g-lte.json b/data/smartphone/tecno/2018/phantom-8/tecno-phantom-8-6gb-64gb-4g-lte.json index 09f2edba0061..c60dac21133d 100644 --- a/data/smartphone/tecno/2018/phantom-8/tecno-phantom-8-6gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2018/phantom-8/tecno-phantom-8-6gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6757t-helio-p25", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.0, + "width_mm": 79.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/tecno/2018/pop-1-pro/tecno-pop-1-pro-1gb-16gb-3g.json b/data/smartphone/tecno/2018/pop-1-pro/tecno-pop-1-pro-1gb-16gb-3g.json index e5f74383e707..450798fc8945 100644 --- a/data/smartphone/tecno/2018/pop-1-pro/tecno-pop-1-pro-1gb-16gb-3g.json +++ b/data/smartphone/tecno/2018/pop-1-pro/tecno-pop-1-pro-1gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6580w", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 151.5, + "width_mm": 71.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/tecno/2018/pop-1/tecno-pop-1-1gb-8gb-3g.json b/data/smartphone/tecno/2018/pop-1/tecno-pop-1-1gb-8gb-3g.json index 2e7825bd4ab7..5ce36dcde0e5 100644 --- a/data/smartphone/tecno/2018/pop-1/tecno-pop-1-1gb-8gb-3g.json +++ b/data/smartphone/tecno/2018/pop-1/tecno-pop-1-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "mediatek-mt6580w", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 151.5, + "width_mm": 71.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/tecno/2018/pop-1s/tecno-pop-1s-2gb-16gb-4g-lte.json b/data/smartphone/tecno/2018/pop-1s/tecno-pop-1s-2gb-16gb-4g-lte.json index 6790bd6b5964..8d035fd9aa36 100644 --- a/data/smartphone/tecno/2018/pop-1s/tecno-pop-1s-2gb-16gb-4g-lte.json +++ b/data/smartphone/tecno/2018/pop-1s/tecno-pop-1s-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6739wa", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 148.1, + "width_mm": 71.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/tecno/2018/pouvoir-1/tecno-pouvoir-1-1gb-16gb-3g.json b/data/smartphone/tecno/2018/pouvoir-1/tecno-pouvoir-1-1gb-16gb-3g.json index 64f57885c8f0..bdd4f5682470 100644 --- a/data/smartphone/tecno/2018/pouvoir-1/tecno-pouvoir-1-1gb-16gb-3g.json +++ b/data/smartphone/tecno/2018/pouvoir-1/tecno-pouvoir-1-1gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6580w", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 154.5, + "width_mm": 77.2, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/tecno/2018/spark-2/tecno-spark-2-2gb-16gb-3g.json b/data/smartphone/tecno/2018/spark-2/tecno-spark-2-2gb-16gb-3g.json index e528b2b1e790..a386727aeac3 100644 --- a/data/smartphone/tecno/2018/spark-2/tecno-spark-2-2gb-16gb-3g.json +++ b/data/smartphone/tecno/2018/spark-2/tecno-spark-2-2gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/tecno/2019/camon-12-air/tecno-camon-12-air-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2019/camon-12-air/tecno-camon-12-air-4gb-64gb-4g-lte.json index 7a5c3ec6e74b..4ac464be5bcd 100644 --- a/data/smartphone/tecno/2019/camon-12-air/tecno-camon-12-air-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2019/camon-12-air/tecno-camon-12-air-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 164.2, + "width_mm": 76.1, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/tecno/2019/camon-12-pro/tecno-camon-12-pro-6gb-64gb-4g-lte.json b/data/smartphone/tecno/2019/camon-12-pro/tecno-camon-12-pro-6gb-64gb-4g-lte.json index 4cddec4675ba..f1e2f69e0f2c 100644 --- a/data/smartphone/tecno/2019/camon-12-pro/tecno-camon-12-pro-6gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2019/camon-12-pro/tecno-camon-12-pro-6gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/tecno/2019/camon-12/tecno-camon-12-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2019/camon-12/tecno-camon-12-4gb-64gb-4g-lte.json index 914b84a79be4..1ebd5a564350 100644 --- a/data/smartphone/tecno/2019/camon-12/tecno-camon-12-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2019/camon-12/tecno-camon-12-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 166.0, + "width_mm": 75.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/tecno/2019/camon-i4/tecno-camon-i4-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2019/camon-i4/tecno-camon-i4-4gb-64gb-4g-lte.json index 621a8b223fc3..9f3d9410e819 100644 --- a/data/smartphone/tecno/2019/camon-i4/tecno-camon-i4-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2019/camon-i4/tecno-camon-i4-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.8, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/tecno/2019/camon-iace2/tecno-camon-iace2-2gb-32gb-4g-lte.json b/data/smartphone/tecno/2019/camon-iace2/tecno-camon-iace2-2gb-32gb-4g-lte.json index d7b46dabb51d..b3795fea1b08 100644 --- a/data/smartphone/tecno/2019/camon-iace2/tecno-camon-iace2-2gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2019/camon-iace2/tecno-camon-iace2-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 148.3, + "width_mm": 71.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/tecno/2019/camon-iace2x/tecno-camon-iace2x-3gb-32gb-4g-lte.json b/data/smartphone/tecno/2019/camon-iace2x/tecno-camon-iace2x-3gb-32gb-4g-lte.json index ebb65e162ff3..9380d8dfe0d8 100644 --- a/data/smartphone/tecno/2019/camon-iace2x/tecno-camon-iace2x-3gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2019/camon-iace2x/tecno-camon-iace2x-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 148.3, + "width_mm": 71.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/tecno/2019/phantom-9/tecno-phantom-9-6gb-128gb-4g-lte.json b/data/smartphone/tecno/2019/phantom-9/tecno-phantom-9-6gb-128gb-4g-lte.json index 2635f294ea56..57cc74c26e11 100644 --- a/data/smartphone/tecno/2019/phantom-9/tecno-phantom-9-6gb-128gb-4g-lte.json +++ b/data/smartphone/tecno/2019/phantom-9/tecno-phantom-9-6gb-128gb-4g-lte.json @@ -105,5 +105,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 158.5, + "width_mm": 75.3, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/tecno/2019/pop-2-f/tecno-pop-2-f-1gb-16gb-3g.json b/data/smartphone/tecno/2019/pop-2-f/tecno-pop-2-f-1gb-16gb-3g.json index 97152f72c63a..cb5a2cf307d8 100644 --- a/data/smartphone/tecno/2019/pop-2-f/tecno-pop-2-f-1gb-16gb-3g.json +++ b/data/smartphone/tecno/2019/pop-2-f/tecno-pop-2-f-1gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6580m", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 149.8, + "width_mm": 72.8, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/tecno/2019/pop-3-plus/tecno-pop-3-plus-1gb-16gb-4g-lte.json b/data/smartphone/tecno/2019/pop-3-plus/tecno-pop-3-plus-1gb-16gb-4g-lte.json index ef225979accc..1c8188da8a19 100644 --- a/data/smartphone/tecno/2019/pop-3-plus/tecno-pop-3-plus-1gb-16gb-4g-lte.json +++ b/data/smartphone/tecno/2019/pop-3-plus/tecno-pop-3-plus-1gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 166.7, + "width_mm": 75.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/tecno/2019/pouvoir-3/tecno-pouvoir-3-2gb-32gb-4g-lte.json b/data/smartphone/tecno/2019/pouvoir-3/tecno-pouvoir-3-2gb-32gb-4g-lte.json index a4c8edfe4c5a..fa3d82f8d6d8 100644 --- a/data/smartphone/tecno/2019/pouvoir-3/tecno-pouvoir-3-2gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2019/pouvoir-3/tecno-pouvoir-3-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6739wa", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 157.6, + "width_mm": 76.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/tecno/2019/spark-go/tecno-spark-go-2gb-16gb-4g-lte.json b/data/smartphone/tecno/2019/spark-go/tecno-spark-go-2gb-16gb-4g-lte.json index 780d8468fe12..cdb370336913 100644 --- a/data/smartphone/tecno/2019/spark-go/tecno-spark-go-2gb-16gb-4g-lte.json +++ b/data/smartphone/tecno/2019/spark-go/tecno-spark-go-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.1, + "width_mm": 75.0, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/tecno/2020/camon-15-premier/tecno-camon-15-premier-6gb-128gb-4g-lte.json b/data/smartphone/tecno/2020/camon-15-premier/tecno-camon-15-premier-6gb-128gb-4g-lte.json index 42067b7b1781..9c1906df8363 100644 --- a/data/smartphone/tecno/2020/camon-15-premier/tecno-camon-15-premier-6gb-128gb-4g-lte.json +++ b/data/smartphone/tecno/2020/camon-15-premier/tecno-camon-15-premier-6gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "mediatek-mt6765v-w-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 163.3, + "width_mm": 77.7, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/tecno/2020/camon-15-pro/tecno-camon-15-pro-6gb-128gb-4g-lte.json b/data/smartphone/tecno/2020/camon-15-pro/tecno-camon-15-pro-6gb-128gb-4g-lte.json index cfeef16ff52a..5095a41eaf30 100644 --- a/data/smartphone/tecno/2020/camon-15-pro/tecno-camon-15-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/tecno/2020/camon-15-pro/tecno-camon-15-pro-6gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 163.3, + "width_mm": 77.7, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/tecno/2020/camon-15/tecno-camon-15-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2020/camon-15/tecno-camon-15-4gb-64gb-4g-lte.json index 1bcab196930f..c46d9799e56e 100644 --- a/data/smartphone/tecno/2020/camon-15/tecno-camon-15-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2020/camon-15/tecno-camon-15-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 164.1, + "width_mm": 76.4, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/tecno/2020/camon-16-premier/tecno-camon-16-premier-8gb-128gb-4g-lte.json b/data/smartphone/tecno/2020/camon-16-premier/tecno-camon-16-premier-8gb-128gb-4g-lte.json index cdd3d59c49e0..2ba52796445c 100644 --- a/data/smartphone/tecno/2020/camon-16-premier/tecno-camon-16-premier-8gb-128gb-4g-lte.json +++ b/data/smartphone/tecno/2020/camon-16-premier/tecno-camon-16-premier-8gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 170.6, + "width_mm": 77.2, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/tecno/2020/spark-power-2/tecno-spark-power-2-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2020/spark-power-2/tecno-spark-power-2-4gb-64gb-4g-lte.json index aa07d5cac288..e8869bb77f59 100644 --- a/data/smartphone/tecno/2020/spark-power-2/tecno-spark-power-2-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2020/spark-power-2/tecno-spark-power-2-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 174.9, + "width_mm": 79.6, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/tecno/2021/pop-5c/tecno-pop-5c-1gb-16gb-3g.json b/data/smartphone/tecno/2021/pop-5c/tecno-pop-5c-1gb-16gb-3g.json index 2b8f027224d0..8466e6406b61 100644 --- a/data/smartphone/tecno/2021/pop-5c/tecno-pop-5c-1gb-16gb-3g.json +++ b/data/smartphone/tecno/2021/pop-5c/tecno-pop-5c-1gb-16gb-3g.json @@ -102,5 +102,10 @@ 16 ], "soc": "unisoc-sc7731e", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 145.2, + "width_mm": 74.1, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/tecno/2021/spark-8/tecno-spark-8-4gb-64gb-4g-lte.json b/data/smartphone/tecno/2021/spark-8/tecno-spark-8-4gb-64gb-4g-lte.json index 8e9ec2c922d4..c574d03abe10 100644 --- a/data/smartphone/tecno/2021/spark-8/tecno-spark-8-4gb-64gb-4g-lte.json +++ b/data/smartphone/tecno/2021/spark-8/tecno-spark-8-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.1, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/tecno/2022/phantom-x2/tecno-phantom-x2-8gb-256gb-5g.json b/data/smartphone/tecno/2022/phantom-x2/tecno-phantom-x2-8gb-256gb-5g.json index 412b9880759b..500e34faebd0 100644 --- a/data/smartphone/tecno/2022/phantom-x2/tecno-phantom-x2-8gb-256gb-5g.json +++ b/data/smartphone/tecno/2022/phantom-x2/tecno-phantom-x2-8gb-256gb-5g.json @@ -113,5 +113,11 @@ 256 ], "soc": "dimensity-9000-plus", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 72.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/tecno/2022/pop-5x/tecno-pop-5x-2gb-32gb-4g-lte.json b/data/smartphone/tecno/2022/pop-5x/tecno-pop-5x-2gb-32gb-4g-lte.json index b3d1c23d8695..4940ba003a0d 100644 --- a/data/smartphone/tecno/2022/pop-5x/tecno-pop-5x-2gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2022/pop-5x/tecno-pop-5x-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "unisoc-sc9832e", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 166.0, + "width_mm": 75.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/tecno/2022/pop-6-pro/tecno-pop-6-pro-2gb-32gb-4g-lte.json b/data/smartphone/tecno/2022/pop-6-pro/tecno-pop-6-pro-2gb-32gb-4g-lte.json index a8d8ea7ca7e0..2f8ff18fb1be 100644 --- a/data/smartphone/tecno/2022/pop-6-pro/tecno-pop-6-pro-2gb-32gb-4g-lte.json +++ b/data/smartphone/tecno/2022/pop-6-pro/tecno-pop-6-pro-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/tecno/2022/pova-4/tecno-pova-4-8gb-128gb-4g-lte.json b/data/smartphone/tecno/2022/pova-4/tecno-pova-4-8gb-128gb-4g-lte.json index 1afc6c270ad2..d5224f4ccb76 100644 --- a/data/smartphone/tecno/2022/pova-4/tecno-pova-4-8gb-128gb-4g-lte.json +++ b/data/smartphone/tecno/2022/pova-4/tecno-pova-4-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 170.6, + "width_mm": 77.5, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/tecno/2023/camon-20-premier/tecno-camon-20-premier-8gb-512gb-5g.json b/data/smartphone/tecno/2023/camon-20-premier/tecno-camon-20-premier-8gb-512gb-5g.json index 71f67547dff3..cb5dd94fdec9 100644 --- a/data/smartphone/tecno/2023/camon-20-premier/tecno-camon-20-premier-8gb-512gb-5g.json +++ b/data/smartphone/tecno/2023/camon-20-premier/tecno-camon-20-premier-8gb-512gb-5g.json @@ -113,5 +113,11 @@ 512 ], "soc": "dimensity-8050", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 161.9, + "width_mm": 74.3, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/tecno/2023/phantom-v-flip/tecno-phantom-v-flip-8gb-256gb-5g.json b/data/smartphone/tecno/2023/phantom-v-flip/tecno-phantom-v-flip-8gb-256gb-5g.json index a7268bd393f6..58063962025a 100644 --- a/data/smartphone/tecno/2023/phantom-v-flip/tecno-phantom-v-flip-8gb-256gb-5g.json +++ b/data/smartphone/tecno/2023/phantom-v-flip/tecno-phantom-v-flip-8gb-256gb-5g.json @@ -112,5 +112,11 @@ 256 ], "soc": "dimensity-8050", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 171.7, + "width_mm": 74.1, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/tecno/2023/phantom-v-fold/tecno-phantom-v-fold-12gb-512gb-5g.json b/data/smartphone/tecno/2023/phantom-v-fold/tecno-phantom-v-fold-12gb-512gb-5g.json index 7eaf53b44325..f18c7a1f5b0b 100644 --- a/data/smartphone/tecno/2023/phantom-v-fold/tecno-phantom-v-fold-12gb-512gb-5g.json +++ b/data/smartphone/tecno/2023/phantom-v-fold/tecno-phantom-v-fold-12gb-512gb-5g.json @@ -112,5 +112,11 @@ 512 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 140.4, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/tecno/2023/pova-5/tecno-pova-5-8gb-256gb-4g-lte.json b/data/smartphone/tecno/2023/pova-5/tecno-pova-5-8gb-256gb-4g-lte.json index f551e9889635..50af74dff24e 100644 --- a/data/smartphone/tecno/2023/pova-5/tecno-pova-5-8gb-256gb-4g-lte.json +++ b/data/smartphone/tecno/2023/pova-5/tecno-pova-5-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.6, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/tecno/2024/pop-9/tecno-pop-9-4gb-128gb-5g.json b/data/smartphone/tecno/2024/pop-9/tecno-pop-9-4gb-128gb-5g.json index 36fc6b5d290a..cb3406d3522f 100644 --- a/data/smartphone/tecno/2024/pop-9/tecno-pop-9-4gb-128gb-5g.json +++ b/data/smartphone/tecno/2024/pop-9/tecno-pop-9-4gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 77.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/ulefone/2017/armor-2/ulefone-armor-2-6gb-64gb-4g-lte.json b/data/smartphone/ulefone/2017/armor-2/ulefone-armor-2-6gb-64gb-4g-lte.json index d71683f02ce8..0eb6b178df5e 100644 --- a/data/smartphone/ulefone/2017/armor-2/ulefone-armor-2-6gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2017/armor-2/ulefone-armor-2-6gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "mediatek-mt6757-helio-p25", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 78.3, + "depth_mm": 14.5 + } } diff --git a/data/smartphone/ulefone/2018/armor-x/ulefone-armor-x-2gb-16gb-4g-lte.json b/data/smartphone/ulefone/2018/armor-x/ulefone-armor-x-2gb-16gb-4g-lte.json index 8055f171e8e3..5b127a82b35d 100644 --- a/data/smartphone/ulefone/2018/armor-x/ulefone-armor-x-2gb-16gb-4g-lte.json +++ b/data/smartphone/ulefone/2018/armor-x/ulefone-armor-x-2gb-16gb-4g-lte.json @@ -101,5 +101,11 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.0, + "width_mm": 76.6, + "depth_mm": 13.9 + } } diff --git a/data/smartphone/ulefone/2018/armor-x2/ulefone-armor-x2-2gb-16gb-3g.json b/data/smartphone/ulefone/2018/armor-x2/ulefone-armor-x2-2gb-16gb-3g.json index 1e6641ae6ac4..5ef8f4dd274e 100644 --- a/data/smartphone/ulefone/2018/armor-x2/ulefone-armor-x2-2gb-16gb-3g.json +++ b/data/smartphone/ulefone/2018/armor-x2/ulefone-armor-x2-2gb-16gb-3g.json @@ -100,5 +100,11 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 163.0, + "width_mm": 76.6, + "depth_mm": 13.9 + } } diff --git a/data/smartphone/ulefone/2018/s1/ulefone-s1-1gb-8gb-3g.json b/data/smartphone/ulefone/2018/s1/ulefone-s1-1gb-8gb-3g.json index 2ee1300b1688..7328cdabbd92 100644 --- a/data/smartphone/ulefone/2018/s1/ulefone-s1-1gb-8gb-3g.json +++ b/data/smartphone/ulefone/2018/s1/ulefone-s1-1gb-8gb-3g.json @@ -98,5 +98,10 @@ 8 ], "soc": "mediatek-mt6580", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 148.6, + "width_mm": 70.7, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/ulefone/2018/t2-pro/ulefone-t2-pro-8gb-128gb-4g-lte.json b/data/smartphone/ulefone/2018/t2-pro/ulefone-t2-pro-8gb-128gb-4g-lte.json index 50e228d97a43..998613afe296 100644 --- a/data/smartphone/ulefone/2018/t2-pro/ulefone-t2-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2018/t2-pro/ulefone-t2-pro-8gb-128gb-4g-lte.json @@ -101,5 +101,10 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 165.9, + "width_mm": 78.3, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/ulefone/2019/armor-3w/ulefone-armor-3w-6gb-64gb-4g-lte.json b/data/smartphone/ulefone/2019/armor-3w/ulefone-armor-3w-6gb-64gb-4g-lte.json index 0abed1e8a9f4..18c859ccf33e 100644 --- a/data/smartphone/ulefone/2019/armor-3w/ulefone-armor-3w-6gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/armor-3w/ulefone-armor-3w-6gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 79.2, + "depth_mm": 18.2 + } } diff --git a/data/smartphone/ulefone/2019/armor-3wt/ulefone-armor-3wt-6gb-64gb-4g-lte.json b/data/smartphone/ulefone/2019/armor-3wt/ulefone-armor-3wt-6gb-64gb-4g-lte.json index 72c3e6e2eab7..c79802db3cab 100644 --- a/data/smartphone/ulefone/2019/armor-3wt/ulefone-armor-3wt-6gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/armor-3wt/ulefone-armor-3wt-6gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 79.2, + "depth_mm": 18.2 + } } diff --git a/data/smartphone/ulefone/2019/armor-5s/ulefone-armor-5s-4gb-64gb-4g-lte.json b/data/smartphone/ulefone/2019/armor-5s/ulefone-armor-5s-4gb-64gb-4g-lte.json index d9ab517225a6..4a290a0dd7f3 100644 --- a/data/smartphone/ulefone/2019/armor-5s/ulefone-armor-5s-4gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/armor-5s/ulefone-armor-5s-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "mediatek-mt6763-helio-p23", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.0, + "depth_mm": 12.6 + } } diff --git a/data/smartphone/ulefone/2019/armor-6e/ulefone-armor-6e-4gb-64gb-4g-lte.json b/data/smartphone/ulefone/2019/armor-6e/ulefone-armor-6e-4gb-64gb-4g-lte.json index e1e6c3cd6028..b524d5502a2e 100644 --- a/data/smartphone/ulefone/2019/armor-6e/ulefone-armor-6e-4gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/armor-6e/ulefone-armor-6e-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 166.0, + "width_mm": 83.0, + "depth_mm": 13.3 + } } diff --git a/data/smartphone/ulefone/2019/armor-6s/ulefone-armor-6s-6gb-128gb-4g-lte.json b/data/smartphone/ulefone/2019/armor-6s/ulefone-armor-6s-6gb-128gb-4g-lte.json index 9b01f53e575c..808286071113 100644 --- a/data/smartphone/ulefone/2019/armor-6s/ulefone-armor-6s-6gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/armor-6s/ulefone-armor-6s-6gb-128gb-4g-lte.json @@ -101,5 +101,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 166.0, + "width_mm": 83.0, + "depth_mm": 13.3 + } } diff --git a/data/smartphone/ulefone/2019/armor-7/ulefone-armor-7-8gb-128gb-4g-lte.json b/data/smartphone/ulefone/2019/armor-7/ulefone-armor-7-8gb-128gb-4g-lte.json index 6fad12d96781..ebefa924166b 100644 --- a/data/smartphone/ulefone/2019/armor-7/ulefone-armor-7-8gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/armor-7/ulefone-armor-7-8gb-128gb-4g-lte.json @@ -110,5 +110,11 @@ 128 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.9, + "width_mm": 81.0, + "depth_mm": 13.6 + } } diff --git a/data/smartphone/ulefone/2019/armor-x3/ulefone-armor-x3-2gb-32gb-3g.json b/data/smartphone/ulefone/2019/armor-x3/ulefone-armor-x3-2gb-32gb-3g.json index a63ea3d3b695..6aa404d8d0f6 100644 --- a/data/smartphone/ulefone/2019/armor-x3/ulefone-armor-x3-2gb-32gb-3g.json +++ b/data/smartphone/ulefone/2019/armor-x3/ulefone-armor-x3-2gb-32gb-3g.json @@ -100,5 +100,11 @@ 32 ], "soc": "mediatek-mt6580", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 77.5, + "depth_mm": 13.9 + } } diff --git a/data/smartphone/ulefone/2019/armor-x5/ulefone-armor-x5-3gb-32gb-4g-lte.json b/data/smartphone/ulefone/2019/armor-x5/ulefone-armor-x5-3gb-32gb-4g-lte.json index a3ca6cd0a4ea..e27603265051 100644 --- a/data/smartphone/ulefone/2019/armor-x5/ulefone-armor-x5-3gb-32gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/armor-x5/ulefone-armor-x5-3gb-32gb-4g-lte.json @@ -101,5 +101,11 @@ 32 ], "soc": "mediatek-mt6763-helio-p23", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.4 + } } diff --git a/data/smartphone/ulefone/2019/armor-x6/ulefone-armor-x6-2gb-16gb-3g.json b/data/smartphone/ulefone/2019/armor-x6/ulefone-armor-x6-2gb-16gb-3g.json index 14c1a669b092..491a6c1de362 100644 --- a/data/smartphone/ulefone/2019/armor-x6/ulefone-armor-x6-2gb-16gb-3g.json +++ b/data/smartphone/ulefone/2019/armor-x6/ulefone-armor-x6-2gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.4 + } } diff --git a/data/smartphone/ulefone/2019/note-7/ulefone-note-7-3gb-32gb-3g.json b/data/smartphone/ulefone/2019/note-7/ulefone-note-7-3gb-32gb-3g.json index 546f439f2d3b..48ea4af5f316 100644 --- a/data/smartphone/ulefone/2019/note-7/ulefone-note-7-3gb-32gb-3g.json +++ b/data/smartphone/ulefone/2019/note-7/ulefone-note-7-3gb-32gb-3g.json @@ -99,5 +99,10 @@ 32 ], "soc": "mediatek-mt6580", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/ulefone/2019/note-7p/ulefone-note-7p-3gb-32gb-4g-lte.json b/data/smartphone/ulefone/2019/note-7p/ulefone-note-7p-3gb-32gb-4g-lte.json index a482481f330a..f9d610adc7e9 100644 --- a/data/smartphone/ulefone/2019/note-7p/ulefone-note-7p-3gb-32gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/note-7p/ulefone-note-7p-3gb-32gb-4g-lte.json @@ -99,5 +99,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/ulefone/2019/s11/ulefone-s11-3gb-32gb-3g.json b/data/smartphone/ulefone/2019/s11/ulefone-s11-3gb-32gb-3g.json index 674aea430bb8..c01070ab10b2 100644 --- a/data/smartphone/ulefone/2019/s11/ulefone-s11-3gb-32gb-3g.json +++ b/data/smartphone/ulefone/2019/s11/ulefone-s11-3gb-32gb-3g.json @@ -99,5 +99,10 @@ 32 ], "soc": "mediatek-mt6580", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/ulefone/2019/t2/ulefone-t2-6gb-128gb-4g-lte.json b/data/smartphone/ulefone/2019/t2/ulefone-t2-6gb-128gb-4g-lte.json index 4b903782af10..6f69c53314fe 100644 --- a/data/smartphone/ulefone/2019/t2/ulefone-t2-6gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2019/t2/ulefone-t2-6gb-128gb-4g-lte.json @@ -101,5 +101,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 167.6, + "width_mm": 80.3, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/ulefone/2020/armor-10-5g/ulefone-armor-10-5g-8gb-128gb-5g.json b/data/smartphone/ulefone/2020/armor-10-5g/ulefone-armor-10-5g-8gb-128gb-5g.json index 6e69516bfd27..75af7d5c6714 100644 --- a/data/smartphone/ulefone/2020/armor-10-5g/ulefone-armor-10-5g-8gb-128gb-5g.json +++ b/data/smartphone/ulefone/2020/armor-10-5g/ulefone-armor-10-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 176.5, + "width_mm": 82.8, + "depth_mm": 14.6 + } } diff --git a/data/smartphone/ulefone/2020/armor-7e/ulefone-armor-7e-4gb-128gb-4g-lte.json b/data/smartphone/ulefone/2020/armor-7e/ulefone-armor-7e-4gb-128gb-4g-lte.json index a8cc9781d2be..214f171ebb54 100644 --- a/data/smartphone/ulefone/2020/armor-7e/ulefone-armor-7e-4gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/armor-7e/ulefone-armor-7e-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 165.9, + "width_mm": 81.0, + "depth_mm": 13.6 + } } diff --git a/data/smartphone/ulefone/2020/armor-8/ulefone-armor-8-4gb-64gb-4g-lte.json b/data/smartphone/ulefone/2020/armor-8/ulefone-armor-8-4gb-64gb-4g-lte.json index 785de69736a8..8296352361f8 100644 --- a/data/smartphone/ulefone/2020/armor-8/ulefone-armor-8-4gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/armor-8/ulefone-armor-8-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 166.0, + "width_mm": 81.8, + "depth_mm": 15.0 + } } diff --git a/data/smartphone/ulefone/2020/armor-9/ulefone-armor-9-8gb-128gb-4g-lte.json b/data/smartphone/ulefone/2020/armor-9/ulefone-armor-9-8gb-128gb-4g-lte.json index c1510e062d47..966a904edafd 100644 --- a/data/smartphone/ulefone/2020/armor-9/ulefone-armor-9-8gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/armor-9/ulefone-armor-9-8gb-128gb-4g-lte.json @@ -111,5 +111,11 @@ 128 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 168.2, + "width_mm": 82.0, + "depth_mm": 15.0 + } } diff --git a/data/smartphone/ulefone/2020/armor-9e/ulefone-armor-9e-8gb-128gb-4g-lte.json b/data/smartphone/ulefone/2020/armor-9e/ulefone-armor-9e-8gb-128gb-4g-lte.json index 9b22ac0a5ef2..a0c374d46ddb 100644 --- a/data/smartphone/ulefone/2020/armor-9e/ulefone-armor-9e-8gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/armor-9e/ulefone-armor-9e-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6779-helio-p90", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 168.2, + "width_mm": 82.0, + "depth_mm": 15.0 + } } diff --git a/data/smartphone/ulefone/2020/armor-x7-pro/ulefone-armor-x7-pro-4gb-32gb-4g-lte.json b/data/smartphone/ulefone/2020/armor-x7-pro/ulefone-armor-x7-pro-4gb-32gb-4g-lte.json index 116b3a1e4fce..561cc0838d9f 100644 --- a/data/smartphone/ulefone/2020/armor-x7-pro/ulefone-armor-x7-pro-4gb-32gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/armor-x7-pro/ulefone-armor-x7-pro-4gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a20", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.6 + } } diff --git a/data/smartphone/ulefone/2020/armor-x7/ulefone-armor-x7-2gb-16gb-4g-lte.json b/data/smartphone/ulefone/2020/armor-x7/ulefone-armor-x7-2gb-16gb-4g-lte.json index 7d1be3369c1c..f6a2480ee1c4 100644 --- a/data/smartphone/ulefone/2020/armor-x7/ulefone-armor-x7-2gb-16gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/armor-x7/ulefone-armor-x7-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6761-helio-a20", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.6 + } } diff --git a/data/smartphone/ulefone/2020/note-7t/ulefone-note-7t-2gb-16gb-4g-lte.json b/data/smartphone/ulefone/2020/note-7t/ulefone-note-7t-2gb-16gb-4g-lte.json index 050ab45637dd..6d1dfa0a13fd 100644 --- a/data/smartphone/ulefone/2020/note-7t/ulefone-note-7t-2gb-16gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/note-7t/ulefone-note-7t-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/ulefone/2020/note-8/ulefone-note-8-2gb-16gb-3g.json b/data/smartphone/ulefone/2020/note-8/ulefone-note-8-2gb-16gb-3g.json index 7a9ca842baf0..6e6181f6b78c 100644 --- a/data/smartphone/ulefone/2020/note-8/ulefone-note-8-2gb-16gb-3g.json +++ b/data/smartphone/ulefone/2020/note-8/ulefone-note-8-2gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "mediatek-mt6580", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 141.7, + "width_mm": 66.5, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/ulefone/2020/note-8p/ulefone-note-8p-2gb-16gb-4g-lte.json b/data/smartphone/ulefone/2020/note-8p/ulefone-note-8p-2gb-16gb-4g-lte.json index 45f419a28d7d..e511d9e11db8 100644 --- a/data/smartphone/ulefone/2020/note-8p/ulefone-note-8p-2gb-16gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/note-8p/ulefone-note-8p-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 141.7, + "width_mm": 66.5, + "depth_mm": 12.0 + } } diff --git a/data/smartphone/ulefone/2020/note-9p/ulefone-note-9p-4gb-64gb-4g-lte.json b/data/smartphone/ulefone/2020/note-9p/ulefone-note-9p-4gb-64gb-4g-lte.json index 7e85c6652aff..8abc25f89c90 100644 --- a/data/smartphone/ulefone/2020/note-9p/ulefone-note-9p-4gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2020/note-9p/ulefone-note-9p-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 166.0, + "width_mm": 76.7, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/ulefone/2021/armor-11-5g/ulefone-armor-11-5g-8gb-256gb-5g.json b/data/smartphone/ulefone/2021/armor-11-5g/ulefone-armor-11-5g-8gb-256gb-5g.json index 4982d3813096..0d40d37fd8e6 100644 --- a/data/smartphone/ulefone/2021/armor-11-5g/ulefone-armor-11-5g-8gb-256gb-5g.json +++ b/data/smartphone/ulefone/2021/armor-11-5g/ulefone-armor-11-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 81.6, + "depth_mm": 14.2 + } } diff --git a/data/smartphone/ulefone/2021/armor-11t-5g/ulefone-armor-11t-5g-8gb-256gb-5g.json b/data/smartphone/ulefone/2021/armor-11t-5g/ulefone-armor-11t-5g-8gb-256gb-5g.json index f82024a2af18..185309dd01ee 100644 --- a/data/smartphone/ulefone/2021/armor-11t-5g/ulefone-armor-11t-5g-8gb-256gb-5g.json +++ b/data/smartphone/ulefone/2021/armor-11t-5g/ulefone-armor-11t-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-800", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 81.6, + "depth_mm": 14.2 + } } diff --git a/data/smartphone/ulefone/2021/armor-12-5g/ulefone-armor-12-5g-8gb-128gb-5g.json b/data/smartphone/ulefone/2021/armor-12-5g/ulefone-armor-12-5g-8gb-128gb-5g.json index 2a81297cd68b..4798ecfbf389 100644 --- a/data/smartphone/ulefone/2021/armor-12-5g/ulefone-armor-12-5g-8gb-128gb-5g.json +++ b/data/smartphone/ulefone/2021/armor-12-5g/ulefone-armor-12-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 175.9, + "width_mm": 82.5, + "depth_mm": 14.3 + } } diff --git a/data/smartphone/ulefone/2021/armor-8-pro/ulefone-armor-8-pro-8gb-128gb-4g-lte.json b/data/smartphone/ulefone/2021/armor-8-pro/ulefone-armor-8-pro-8gb-128gb-4g-lte.json index 6daf32bcac6b..f3d1cb74519f 100644 --- a/data/smartphone/ulefone/2021/armor-8-pro/ulefone-armor-8-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2021/armor-8-pro/ulefone-armor-8-pro-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 166.0, + "width_mm": 81.8, + "depth_mm": 15.0 + } } diff --git a/data/smartphone/ulefone/2021/armor-x10/ulefone-armor-x10-4gb-32gb-4g-lte.json b/data/smartphone/ulefone/2021/armor-x10/ulefone-armor-x10-4gb-32gb-4g-lte.json index 6e558621706f..60731f7fea75 100644 --- a/data/smartphone/ulefone/2021/armor-x10/ulefone-armor-x10-4gb-32gb-4g-lte.json +++ b/data/smartphone/ulefone/2021/armor-x10/ulefone-armor-x10-4gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.7, + "depth_mm": 14.6 + } } diff --git a/data/smartphone/ulefone/2021/note-10/ulefone-note-10-2gb-32gb-4g-lte.json b/data/smartphone/ulefone/2021/note-10/ulefone-note-10-2gb-32gb-4g-lte.json index 4d3aaf37ee8a..8b0d6255e752 100644 --- a/data/smartphone/ulefone/2021/note-10/ulefone-note-10-2gb-32gb-4g-lte.json +++ b/data/smartphone/ulefone/2021/note-10/ulefone-note-10-2gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/ulefone/2021/note-11p/ulefone-note-11p-8gb-128gb-4g-lte.json b/data/smartphone/ulefone/2021/note-11p/ulefone-note-11p-8gb-128gb-4g-lte.json index a181d032d0d6..a6b027e2e653 100644 --- a/data/smartphone/ulefone/2021/note-11p/ulefone-note-11p-8gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2021/note-11p/ulefone-note-11p-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 166.9, + "width_mm": 77.2, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/ulefone/2021/note-12p/ulefone-note-12p-4gb-64gb-4g-lte.json b/data/smartphone/ulefone/2021/note-12p/ulefone-note-12p-4gb-64gb-4g-lte.json index 99af8166d4fa..dde417990581 100644 --- a/data/smartphone/ulefone/2021/note-12p/ulefone-note-12p-4gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2021/note-12p/ulefone-note-12p-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 173.6, + "width_mm": 79.1, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/ulefone/2021/note-6/ulefone-note-6-1gb-32gb-3g.json b/data/smartphone/ulefone/2021/note-6/ulefone-note-6-1gb-32gb-3g.json index f70565f49814..791648b563a9 100644 --- a/data/smartphone/ulefone/2021/note-6/ulefone-note-6-1gb-32gb-3g.json +++ b/data/smartphone/ulefone/2021/note-6/ulefone-note-6-1gb-32gb-3g.json @@ -98,5 +98,10 @@ 32 ], "soc": "unisoc-sc7731e", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 155.4, + "width_mm": 73.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/ulefone/2021/note-6p/ulefone-note-6p-2gb-32gb-4g-lte.json b/data/smartphone/ulefone/2021/note-6p/ulefone-note-6p-2gb-32gb-4g-lte.json index 790e604e3a64..a4a240802ae8 100644 --- a/data/smartphone/ulefone/2021/note-6p/ulefone-note-6p-2gb-32gb-4g-lte.json +++ b/data/smartphone/ulefone/2021/note-6p/ulefone-note-6p-2gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 155.4, + "width_mm": 73.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/ulefone/2022/armor-17-pro/ulefone-armor-17-pro-8gb-256gb-4g-lte.json b/data/smartphone/ulefone/2022/armor-17-pro/ulefone-armor-17-pro-8gb-256gb-4g-lte.json index a8a394f0f220..18992edf5968 100644 --- a/data/smartphone/ulefone/2022/armor-17-pro/ulefone-armor-17-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/ulefone/2022/armor-17-pro/ulefone-armor-17-pro-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 172.7, + "width_mm": 80.4, + "depth_mm": 12.5 + } } diff --git a/data/smartphone/ulefone/2022/armor-x10-pro/ulefone-armor-x10-pro-4gb-64gb-4g-lte.json b/data/smartphone/ulefone/2022/armor-x10-pro/ulefone-armor-x10-pro-4gb-64gb-4g-lte.json index 3beaf6eaae31..0d866c02d014 100644 --- a/data/smartphone/ulefone/2022/armor-x10-pro/ulefone-armor-x10-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2022/armor-x10-pro/ulefone-armor-x10-pro-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.7, + "depth_mm": 14.6 + } } diff --git a/data/smartphone/ulefone/2022/armor-x6-pro/ulefone-armor-x6-pro-4gb-32gb-4g-lte.json b/data/smartphone/ulefone/2022/armor-x6-pro/ulefone-armor-x6-pro-4gb-32gb-4g-lte.json index ee6a9bb2f124..12f74e6b0c8d 100644 --- a/data/smartphone/ulefone/2022/armor-x6-pro/ulefone-armor-x6-pro-4gb-32gb-4g-lte.json +++ b/data/smartphone/ulefone/2022/armor-x6-pro/ulefone-armor-x6-pro-4gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.4 + } } diff --git a/data/smartphone/ulefone/2022/note-14/ulefone-note-14-4gb-64gb-4g-lte.json b/data/smartphone/ulefone/2022/note-14/ulefone-note-14-4gb-64gb-4g-lte.json index 4d83f847aae8..673ae945bb4e 100644 --- a/data/smartphone/ulefone/2022/note-14/ulefone-note-14-4gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2022/note-14/ulefone-note-14-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/ulefone/2022/note-6t/ulefone-note-6t-3gb-64gb-4g-lte.json b/data/smartphone/ulefone/2022/note-6t/ulefone-note-6t-3gb-64gb-4g-lte.json index 8a6ebb9c27fe..7d432278d0fd 100644 --- a/data/smartphone/ulefone/2022/note-6t/ulefone-note-6t-3gb-64gb-4g-lte.json +++ b/data/smartphone/ulefone/2022/note-6t/ulefone-note-6t-3gb-64gb-4g-lte.json @@ -100,5 +100,10 @@ 64 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 155.4, + "width_mm": 73.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/ulefone/2022/power-armor-18/ulefone-power-armor-18-12gb-256gb-5g.json b/data/smartphone/ulefone/2022/power-armor-18/ulefone-power-armor-18-12gb-256gb-5g.json index c4edeb6aeb39..c6c5110119c0 100644 --- a/data/smartphone/ulefone/2022/power-armor-18/ulefone-power-armor-18-12gb-256gb-5g.json +++ b/data/smartphone/ulefone/2022/power-armor-18/ulefone-power-armor-18-12gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 175.2, + "width_mm": 83.4, + "depth_mm": 18.8 + } } diff --git a/data/smartphone/ulefone/2022/power-armor-18t/ulefone-power-armor-18t-12gb-256gb-5g.json b/data/smartphone/ulefone/2022/power-armor-18t/ulefone-power-armor-18t-12gb-256gb-5g.json index a4e50c9c6852..5a8da8b9497c 100644 --- a/data/smartphone/ulefone/2022/power-armor-18t/ulefone-power-armor-18t-12gb-256gb-5g.json +++ b/data/smartphone/ulefone/2022/power-armor-18t/ulefone-power-armor-18t-12gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 175.2, + "width_mm": 83.4, + "depth_mm": 18.8 + } } diff --git a/data/smartphone/ulefone/2022/power-armor-19/ulefone-power-armor-19-12gb-256gb-4g-lte.json b/data/smartphone/ulefone/2022/power-armor-19/ulefone-power-armor-19-12gb-256gb-4g-lte.json index 4d683f9b5ec0..01a8eb2374ce 100644 --- a/data/smartphone/ulefone/2022/power-armor-19/ulefone-power-armor-19-12gb-256gb-4g-lte.json +++ b/data/smartphone/ulefone/2022/power-armor-19/ulefone-power-armor-19-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 175.2, + "width_mm": 83.4, + "depth_mm": 18.8 + } } diff --git a/data/smartphone/ulefone/2023/armor-21/ulefone-armor-21-8gb-256gb-4g-lte.json b/data/smartphone/ulefone/2023/armor-21/ulefone-armor-21-8gb-256gb-4g-lte.json index e8a03e70e508..393e28a09640 100644 --- a/data/smartphone/ulefone/2023/armor-21/ulefone-armor-21-8gb-256gb-4g-lte.json +++ b/data/smartphone/ulefone/2023/armor-21/ulefone-armor-21-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 176.0, + "width_mm": 81.6, + "depth_mm": 18.1 + } } diff --git a/data/smartphone/ulefone/2023/note-16-pro/ulefone-note-16-pro-8gb-256gb-4g-lte.json b/data/smartphone/ulefone/2023/note-16-pro/ulefone-note-16-pro-8gb-256gb-4g-lte.json index 15bb4d5924a1..927722320f5c 100644 --- a/data/smartphone/ulefone/2023/note-16-pro/ulefone-note-16-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/ulefone/2023/note-16-pro/ulefone-note-16-pro-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.4, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/ulefone/2023/power-armor-19t/ulefone-power-armor-19t-12gb-256gb-4g-lte.json b/data/smartphone/ulefone/2023/power-armor-19t/ulefone-power-armor-19t-12gb-256gb-4g-lte.json index 1b81d29c7e48..d52e9fc19b44 100644 --- a/data/smartphone/ulefone/2023/power-armor-19t/ulefone-power-armor-19t-12gb-256gb-4g-lte.json +++ b/data/smartphone/ulefone/2023/power-armor-19t/ulefone-power-armor-19t-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 175.2, + "width_mm": 83.4, + "depth_mm": 18.8 + } } diff --git a/data/smartphone/ulefone/2023/power-armor-20wt/ulefone-power-armor-20wt-12gb-256gb-4g-lte.json b/data/smartphone/ulefone/2023/power-armor-20wt/ulefone-power-armor-20wt-12gb-256gb-4g-lte.json index ba0242560c15..091fed3c9c63 100644 --- a/data/smartphone/ulefone/2023/power-armor-20wt/ulefone-power-armor-20wt-12gb-256gb-4g-lte.json +++ b/data/smartphone/ulefone/2023/power-armor-20wt/ulefone-power-armor-20wt-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 79.2, + "depth_mm": 18.1 + } } diff --git a/data/smartphone/ulefone/2023/power-armor-x11/ulefone-power-armor-x11-4gb-32gb-4g-lte.json b/data/smartphone/ulefone/2023/power-armor-x11/ulefone-power-armor-x11-4gb-32gb-4g-lte.json index cbef9d6d5f02..5347c5128175 100644 --- a/data/smartphone/ulefone/2023/power-armor-x11/ulefone-power-armor-x11-4gb-32gb-4g-lte.json +++ b/data/smartphone/ulefone/2023/power-armor-x11/ulefone-power-armor-x11-4gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.7, + "depth_mm": 19.3 + } } diff --git a/data/smartphone/ulefone/2024/armor-25t-pro/ulefone-armor-25t-pro-6gb-256gb-5g.json b/data/smartphone/ulefone/2024/armor-25t-pro/ulefone-armor-25t-pro-6gb-256gb-5g.json index 8b6c912477d5..51e6db1ee75d 100644 --- a/data/smartphone/ulefone/2024/armor-25t-pro/ulefone-armor-25t-pro-6gb-256gb-5g.json +++ b/data/smartphone/ulefone/2024/armor-25t-pro/ulefone-armor-25t-pro-6gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 177.4, + "width_mm": 81.4, + "depth_mm": 12.5 + } } diff --git a/data/smartphone/ulefone/2024/armor-25t/ulefone-armor-25t-6gb-256gb-5g.json b/data/smartphone/ulefone/2024/armor-25t/ulefone-armor-25t-6gb-256gb-5g.json index 691388eb5845..9a668dd5293f 100644 --- a/data/smartphone/ulefone/2024/armor-25t/ulefone-armor-25t-6gb-256gb-5g.json +++ b/data/smartphone/ulefone/2024/armor-25t/ulefone-armor-25t-6gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "helio-g99", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 177.4, + "width_mm": 81.4, + "depth_mm": 12.5 + } } diff --git a/data/smartphone/ulefone/2024/armor-27-pro/ulefone-armor-27-pro-12gb-256gb-5g.json b/data/smartphone/ulefone/2024/armor-27-pro/ulefone-armor-27-pro-12gb-256gb-5g.json index 6f2b295b26ce..d65c2e0938f7 100644 --- a/data/smartphone/ulefone/2024/armor-27-pro/ulefone-armor-27-pro-12gb-256gb-5g.json +++ b/data/smartphone/ulefone/2024/armor-27-pro/ulefone-armor-27-pro-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 182.8, + "width_mm": 86.8, + "depth_mm": 18.5 + } } diff --git a/data/smartphone/ulefone/2024/armor-27t-pro/ulefone-armor-27t-pro-12gb-256gb-5g.json b/data/smartphone/ulefone/2024/armor-27t-pro/ulefone-armor-27t-pro-12gb-256gb-5g.json index e30e446533b5..ad0e5e502d9a 100644 --- a/data/smartphone/ulefone/2024/armor-27t-pro/ulefone-armor-27t-pro-12gb-256gb-5g.json +++ b/data/smartphone/ulefone/2024/armor-27t-pro/ulefone-armor-27t-pro-12gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 182.8, + "width_mm": 86.8, + "depth_mm": 18.5 + } } diff --git a/data/smartphone/ulefone/2024/note-17-pro/ulefone-note-17-pro-12gb-256gb-4g-lte.json b/data/smartphone/ulefone/2024/note-17-pro/ulefone-note-17-pro-12gb-256gb-4g-lte.json index 2d89b4ef1f81..75983909c4cc 100644 --- a/data/smartphone/ulefone/2024/note-17-pro/ulefone-note-17-pro-12gb-256gb-4g-lte.json +++ b/data/smartphone/ulefone/2024/note-17-pro/ulefone-note-17-pro-12gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 74.2, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/ulefone/2024/note-18-ultra/ulefone-note-18-ultra-6gb-256gb-5g.json b/data/smartphone/ulefone/2024/note-18-ultra/ulefone-note-18-ultra-6gb-256gb-5g.json index cfd6508fc284..d8b254625775 100644 --- a/data/smartphone/ulefone/2024/note-18-ultra/ulefone-note-18-ultra-6gb-256gb-5g.json +++ b/data/smartphone/ulefone/2024/note-18-ultra/ulefone-note-18-ultra-6gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-720", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 168.8, + "width_mm": 76.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/ulefone/2024/power-armor-16s/ulefone-power-armor-16s-8gb-128gb-4g-lte.json b/data/smartphone/ulefone/2024/power-armor-16s/ulefone-power-armor-16s-8gb-128gb-4g-lte.json index 310715050616..10a1ef943488 100644 --- a/data/smartphone/ulefone/2024/power-armor-16s/ulefone-power-armor-16s-8gb-128gb-4g-lte.json +++ b/data/smartphone/ulefone/2024/power-armor-16s/ulefone-power-armor-16s-8gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-tiger-t616", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 173.4, + "width_mm": 83.4, + "depth_mm": 18.3 + } } diff --git a/data/smartphone/vivo/2013/xplay3s/vivo-xplay3s-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2013/xplay3s/vivo-xplay3s-3gb-32gb-4g-lte.json index 4f145a365c25..011746878446 100644 --- a/data/smartphone/vivo/2013/xplay3s/vivo-xplay3s-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2013/xplay3s/vivo-xplay3s-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-snapdragon-801", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 158.2, + "width_mm": 82.6, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/vivo/2013/y22-2013/vivo-y22-2013-1gb-4gb-3g.json b/data/smartphone/vivo/2013/y22-2013/vivo-y22-2013-1gb-4gb-3g.json index 3ec74b0aecfb..77e707b13581 100644 --- a/data/smartphone/vivo/2013/y22-2013/vivo-y22-2013-1gb-4gb-3g.json +++ b/data/smartphone/vivo/2013/y22-2013/vivo-y22-2013-1gb-4gb-3g.json @@ -104,5 +104,10 @@ 4 ], "soc": "mediatek-mt6582", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 130.5, + "width_mm": 66.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/vivo/2014/x3s/vivo-x3s-1gb-16gb-3g.json b/data/smartphone/vivo/2014/x3s/vivo-x3s-1gb-16gb-3g.json index 45d0166b4f4f..25a7870922a7 100644 --- a/data/smartphone/vivo/2014/x3s/vivo-x3s-1gb-16gb-3g.json +++ b/data/smartphone/vivo/2014/x3s/vivo-x3s-1gb-16gb-3g.json @@ -105,5 +105,10 @@ 16 ], "soc": "mediatek-mt6592", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 143.3, + "width_mm": 71.0, + "depth_mm": 6.0 + } } diff --git a/data/smartphone/vivo/2014/x5/vivo-x5-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2014/x5/vivo-x5-2gb-16gb-4g-lte.json index 71683c317f9f..bd8f9d5eaa0c 100644 --- a/data/smartphone/vivo/2014/x5/vivo-x5-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2014/x5/vivo-x5-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 143.3, + "width_mm": 71.1, + "depth_mm": 6.3 + } } diff --git a/data/smartphone/vivo/2014/x5max/vivo-x5max-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2014/x5max/vivo-x5max-2gb-16gb-4g-lte.json index 42dc6550817c..b8d8fe0596e6 100644 --- a/data/smartphone/vivo/2014/x5max/vivo-x5max-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2014/x5max/vivo-x5max-2gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 153.9, + "width_mm": 78.0, + "depth_mm": 5.1 + } } diff --git a/data/smartphone/vivo/2014/xshot/vivo-xshot-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2014/xshot/vivo-xshot-3gb-32gb-4g-lte.json index a850ef0f7ebf..6c6b6c7648ce 100644 --- a/data/smartphone/vivo/2014/xshot/vivo-xshot-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2014/xshot/vivo-xshot-3gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "qualcomm-msm8974aa-snapdragon-801", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 146.5, + "width_mm": 73.3, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/vivo/2014/y27-2014/vivo-y27-2014-1gb-16gb-4g-lte.json b/data/smartphone/vivo/2014/y27-2014/vivo-y27-2014-1gb-16gb-4g-lte.json index 6ca8f5e6127a..5d4cf66e4150 100644 --- a/data/smartphone/vivo/2014/y27-2014/vivo-y27-2014-1gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2014/y27-2014/vivo-y27-2014-1gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 136.9, + "width_mm": 68.1, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/vivo/2014/y28-2014/vivo-y28-2014-1gb-8gb-3g.json b/data/smartphone/vivo/2014/y28-2014/vivo-y28-2014-1gb-8gb-3g.json index ccd319579e27..21bc9c148012 100644 --- a/data/smartphone/vivo/2014/y28-2014/vivo-y28-2014-1gb-8gb-3g.json +++ b/data/smartphone/vivo/2014/y28-2014/vivo-y28-2014-1gb-8gb-3g.json @@ -104,5 +104,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 137.4, + "width_mm": 68.6, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/vivo/2015/v1-max/vivo-v1-max-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2015/v1-max/vivo-v1-max-2gb-16gb-4g-lte.json index 18bdd0cd8e14..19fb61e9f13b 100644 --- a/data/smartphone/vivo/2015/v1-max/vivo-v1-max-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2015/v1-max/vivo-v1-max-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 154.0, + "width_mm": 77.0, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/vivo/2015/v1/vivo-v1-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2015/v1/vivo-v1-2gb-16gb-4g-lte.json index 000ad5659fc3..5d3d8a4b6642 100644 --- a/data/smartphone/vivo/2015/v1/vivo-v1-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2015/v1/vivo-v1-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 143.3, + "width_mm": 71.0, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/vivo/2015/x5max-platinum-edition/vivo-x5max-platinum-edition-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2015/x5max-platinum-edition/vivo-x5max-platinum-edition-3gb-32gb-4g-lte.json index 0f99ac18e59f..a9b909073d3b 100644 --- a/data/smartphone/vivo/2015/x5max-platinum-edition/vivo-x5max-platinum-edition-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2015/x5max-platinum-edition/vivo-x5max-platinum-edition-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "mediatek-mt6752", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 153.9, + "width_mm": 78.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2015/x5pro/vivo-x5pro-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2015/x5pro/vivo-x5pro-2gb-16gb-4g-lte.json index a60a13fa4450..2ad04785b07c 100644 --- a/data/smartphone/vivo/2015/x5pro/vivo-x5pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2015/x5pro/vivo-x5pro-2gb-16gb-4g-lte.json @@ -110,5 +110,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.5, + "depth_mm": 6.4 + } } diff --git a/data/smartphone/vivo/2015/x6/vivo-x6-4gb-32gb-4g-lte.json b/data/smartphone/vivo/2015/x6/vivo-x6-4gb-32gb-4g-lte.json index 524886f9e60a..9fb0e6be768f 100644 --- a/data/smartphone/vivo/2015/x6/vivo-x6-4gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2015/x6/vivo-x6-4gb-32gb-4g-lte.json @@ -101,5 +101,11 @@ 32 ], "soc": "mediatek-mt6752", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.8, + "depth_mm": 6.7 + } } diff --git a/data/smartphone/vivo/2015/x6plus/vivo-x6plus-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2015/x6plus/vivo-x6plus-4gb-64gb-4g-lte.json index c479ea92d48a..a0d09a4fbcb7 100644 --- a/data/smartphone/vivo/2015/x6plus/vivo-x6plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2015/x6plus/vivo-x6plus-4gb-64gb-4g-lte.json @@ -100,5 +100,11 @@ 64 ], "soc": "mediatek-mt6752", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 80.0, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/vivo/2015/y15s-2015/vivo-y15s-2015-1gb-8gb-3g.json b/data/smartphone/vivo/2015/y15s-2015/vivo-y15s-2015-1gb-8gb-3g.json index 557fe99e3817..921bf31f2d34 100644 --- a/data/smartphone/vivo/2015/y15s-2015/vivo-y15s-2015-1gb-8gb-3g.json +++ b/data/smartphone/vivo/2015/y15s-2015/vivo-y15s-2015-1gb-8gb-3g.json @@ -105,5 +105,10 @@ 8 ], "soc": "mediatek-mt6580", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 131.4, + "width_mm": 66.2, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/vivo/2015/y31-2015/vivo-y31-2015-1gb-8gb-3g.json b/data/smartphone/vivo/2015/y31-2015/vivo-y31-2015-1gb-8gb-3g.json index 67b18ad640f7..bf6f653700ce 100644 --- a/data/smartphone/vivo/2015/y31-2015/vivo-y31-2015-1gb-8gb-3g.json +++ b/data/smartphone/vivo/2015/y31-2015/vivo-y31-2015-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6580", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 137.2, + "width_mm": 68.8, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2015/y35-2015/vivo-y35-2015-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2015/y35-2015/vivo-y35-2015-2gb-16gb-4g-lte.json index 3a25d798bef3..780ea0f3b25b 100644 --- a/data/smartphone/vivo/2015/y35-2015/vivo-y35-2015-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2015/y35-2015/vivo-y35-2015-2gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 143.3, + "width_mm": 71.0, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/vivo/2015/y37-2015/vivo-y37-2015-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2015/y37-2015/vivo-y37-2015-2gb-16gb-4g-lte.json index a7da9756b71b..d31b062b4631 100644 --- a/data/smartphone/vivo/2015/y37-2015/vivo-y37-2015-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2015/y37-2015/vivo-y37-2015-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 154.0, + "width_mm": 77.0, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/vivo/2015/y51-2015/vivo-y51-2015-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2015/y51-2015/vivo-y51-2015-2gb-16gb-4g-lte.json index b0d461324dbd..eb50c1d13a76 100644 --- a/data/smartphone/vivo/2015/y51-2015/vivo-y51-2015-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2015/y51-2015/vivo-y51-2015-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 143.8, + "width_mm": 71.7, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2016/v3/vivo-v3-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2016/v3/vivo-v3-3gb-32gb-4g-lte.json index dc992d345227..52f25796b96c 100644 --- a/data/smartphone/vivo/2016/v3/vivo-v3-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2016/v3/vivo-v3-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.6, + "width_mm": 71.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2016/v3max/vivo-v3max-4gb-32gb-4g-lte.json b/data/smartphone/vivo/2016/v3max/vivo-v3max-4gb-32gb-4g-lte.json index 8e10568e56d5..cb4b86502065 100644 --- a/data/smartphone/vivo/2016/v3max/vivo-v3max-4gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2016/v3max/vivo-v3max-4gb-32gb-4g-lte.json @@ -111,5 +111,11 @@ 32 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.9, + "width_mm": 77.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2016/v5/vivo-v5-4gb-32gb-4g-lte.json b/data/smartphone/vivo/2016/v5/vivo-v5-4gb-32gb-4g-lte.json index ec0df04824e5..faac5c7d4323 100644 --- a/data/smartphone/vivo/2016/v5/vivo-v5-4gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2016/v5/vivo-v5-4gb-32gb-4g-lte.json @@ -113,5 +113,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 153.8, + "width_mm": 75.5, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2016/x6s-plus/vivo-x6s-plus-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2016/x6s-plus/vivo-x6s-plus-4gb-64gb-4g-lte.json index 4c7062c7668f..64591789aa4f 100644 --- a/data/smartphone/vivo/2016/x6s-plus/vivo-x6s-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2016/x6s-plus/vivo-x6s-plus-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 80.1, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/vivo/2016/x6s/vivo-x6s-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2016/x6s/vivo-x6s-4gb-64gb-4g-lte.json index e407cd49e31f..11e85e2229ab 100644 --- a/data/smartphone/vivo/2016/x6s/vivo-x6s-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2016/x6s/vivo-x6s-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.8, + "depth_mm": 6.7 + } } diff --git a/data/smartphone/vivo/2016/x7-plus/vivo-x7-plus-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2016/x7-plus/vivo-x7-plus-4gb-64gb-4g-lte.json index f5c122ef1ac1..c2559dfe5f79 100644 --- a/data/smartphone/vivo/2016/x7-plus/vivo-x7-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2016/x7-plus/vivo-x7-plus-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 78.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2016/x7/vivo-x7-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2016/x7/vivo-x7-4gb-64gb-4g-lte.json index aeb8401d14e2..42cb973c794b 100644 --- a/data/smartphone/vivo/2016/x7/vivo-x7-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2016/x7/vivo-x7-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.3, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/vivo/2016/x9-plus/vivo-x9-plus-6gb-64gb-4g-lte.json b/data/smartphone/vivo/2016/x9-plus/vivo-x9-plus-6gb-64gb-4g-lte.json index b37904326364..e4ce2931fddb 100644 --- a/data/smartphone/vivo/2016/x9-plus/vivo-x9-plus-6gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2016/x9-plus/vivo-x9-plus-6gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-msm8976-pro-snapdragon-653", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 79.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2016/x9/vivo-x9-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2016/x9/vivo-x9-4gb-128gb-4g-lte.json index 708d5b26b8ac..c55d53e89661 100644 --- a/data/smartphone/vivo/2016/x9/vivo-x9-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2016/x9/vivo-x9-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.6, + "width_mm": 74.0, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/vivo/2016/xplay5-elite/vivo-xplay5-elite-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2016/xplay5-elite/vivo-xplay5-elite-6gb-128gb-4g-lte.json index fd0df29f6bc3..f291fe6a6077 100644 --- a/data/smartphone/vivo/2016/xplay5-elite/vivo-xplay5-elite-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2016/xplay5-elite/vivo-xplay5-elite-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 76.2, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2016/xplay5/vivo-xplay5-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2016/xplay5/vivo-xplay5-4gb-128gb-4g-lte.json index f99b2ba365e8..6d824c465311 100644 --- a/data/smartphone/vivo/2016/xplay5/vivo-xplay5-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2016/xplay5/vivo-xplay5-4gb-128gb-4g-lte.json @@ -101,5 +101,10 @@ 128 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 153.5, + "width_mm": 76.2, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2016/xplay6/vivo-xplay6-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2016/xplay6/vivo-xplay6-6gb-128gb-4g-lte.json index 351259fd1a78..1b51c8776e08 100644 --- a/data/smartphone/vivo/2016/xplay6/vivo-xplay6-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2016/xplay6/vivo-xplay6-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.8, + "width_mm": 73.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2016/y55l-vivo-1603/vivo-y55l-vivo-1603-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2016/y55l-vivo-1603/vivo-y55l-vivo-1603-2gb-16gb-4g-lte.json index 438d2c3297b3..5e6a97303af5 100644 --- a/data/smartphone/vivo/2016/y55l-vivo-1603/vivo-y55l-vivo-1603-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2016/y55l-vivo-1603/vivo-y55l-vivo-1603-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 147.9, + "width_mm": 72.9, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2016/y67/vivo-y67-4gb-32gb-4g-lte.json b/data/smartphone/vivo/2016/y67/vivo-y67-4gb-32gb-4g-lte.json index d612f4fab3e6..0d98b02656b2 100644 --- a/data/smartphone/vivo/2016/y67/vivo-y67-4gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2016/y67/vivo-y67-4gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 153.8, + "width_mm": 75.5, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2017/v5-plus/vivo-v5-plus-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2017/v5-plus/vivo-v5-plus-4gb-64gb-4g-lte.json index f2ffeb33ea29..21d34b5cbdd4 100644 --- a/data/smartphone/vivo/2017/v5-plus/vivo-v5-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2017/v5-plus/vivo-v5-plus-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.6, + "width_mm": 74.0, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2017/v5s/vivo-v5s-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2017/v5s/vivo-v5s-4gb-64gb-4g-lte.json index 2ac353464345..e7edd39c1cb2 100644 --- a/data/smartphone/vivo/2017/v5s/vivo-v5s-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2017/v5s/vivo-v5s-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "mediatek-mt6750", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 153.8, + "width_mm": 75.5, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2017/v7/vivo-v7-4gb-32gb-4g-lte.json b/data/smartphone/vivo/2017/v7/vivo-v7-4gb-32gb-4g-lte.json index 8220daf4a246..7f7e91ae7440 100644 --- a/data/smartphone/vivo/2017/v7/vivo-v7-4gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2017/v7/vivo-v7-4gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 149.3, + "width_mm": 72.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2017/v7/vivo-v7-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2017/v7/vivo-v7-4gb-64gb-4g-lte.json index 4219321be136..002c187e9bcb 100644 --- a/data/smartphone/vivo/2017/v7/vivo-v7-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2017/v7/vivo-v7-4gb-64gb-4g-lte.json @@ -113,5 +113,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2017/x20-plus/vivo-x20-plus-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2017/x20-plus/vivo-x20-plus-4gb-64gb-4g-lte.json index 92a8ce9cfce0..c07da761d7aa 100644 --- a/data/smartphone/vivo/2017/x20-plus/vivo-x20-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2017/x20-plus/vivo-x20-plus-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 165.3, + "width_mm": 80.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2017/x20/vivo-x20-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2017/x20/vivo-x20-4gb-64gb-4g-lte.json index 1e0a36f5183b..9601fbe7bb1e 100644 --- a/data/smartphone/vivo/2017/x20/vivo-x20-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2017/x20/vivo-x20-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.2, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/vivo/2017/x9s-plus/vivo-x9s-plus-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2017/x9s-plus/vivo-x9s-plus-4gb-64gb-4g-lte.json index 3b329d255df6..356cc59618a2 100644 --- a/data/smartphone/vivo/2017/x9s-plus/vivo-x9s-plus-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2017/x9s-plus/vivo-x9s-plus-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "qualcomm-msm8976-pro-snapdragon-653", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.6, + "width_mm": 78.9, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2017/x9s/vivo-x9s-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2017/x9s/vivo-x9s-4gb-64gb-4g-lte.json index 886250244759..c0f498f52c2c 100644 --- a/data/smartphone/vivo/2017/x9s/vivo-x9s-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2017/x9s/vivo-x9s-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.6, + "width_mm": 74.0, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/vivo/2017/y53/vivo-y53-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2017/y53/vivo-y53-2gb-16gb-4g-lte.json index e3ca32536d9f..cdb9d56efa66 100644 --- a/data/smartphone/vivo/2017/y53/vivo-y53-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2017/y53/vivo-y53-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 144.2, + "width_mm": 71.4, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2017/y55s-2017/vivo-y55s-2017-3gb-16gb-4g-lte.json b/data/smartphone/vivo/2017/y55s-2017/vivo-y55s-2017-3gb-16gb-4g-lte.json index 363c8ea2783a..12f512c54c83 100644 --- a/data/smartphone/vivo/2017/y55s-2017/vivo-y55s-2017-3gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2017/y55s-2017/vivo-y55s-2017-3gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 147.9, + "width_mm": 72.9, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2017/y65/vivo-y65-3gb-16gb-4g-lte.json b/data/smartphone/vivo/2017/y65/vivo-y65-3gb-16gb-4g-lte.json index cb16a252a31a..5b8ec16efe6e 100644 --- a/data/smartphone/vivo/2017/y65/vivo-y65-3gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2017/y65/vivo-y65-3gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.8, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2017/y69/vivo-y69-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2017/y69/vivo-y69-3gb-32gb-4g-lte.json index 8fbaff3286af..6e10562b47b8 100644 --- a/data/smartphone/vivo/2017/y69/vivo-y69-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2017/y69/vivo-y69-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6750", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 154.6, + "width_mm": 75.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2018/nex-dual-display/vivo-nex-dual-display-10gb-256gb-4g-lte.json b/data/smartphone/vivo/2018/nex-dual-display/vivo-nex-dual-display-10gb-256gb-4g-lte.json index 9f35324fbb39..1dba3f30c856 100644 --- a/data/smartphone/vivo/2018/nex-dual-display/vivo-nex-dual-display-10gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2018/nex-dual-display/vivo-nex-dual-display-10gb-256gb-4g-lte.json @@ -111,5 +111,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 157.2, + "width_mm": 75.3, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2018/nex-s/vivo-nex-s-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2018/nex-s/vivo-nex-s-8gb-256gb-4g-lte.json index 44cefdbcecc9..c29762bb6b76 100644 --- a/data/smartphone/vivo/2018/nex-s/vivo-nex-s-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2018/nex-s/vivo-nex-s-8gb-256gb-4g-lte.json @@ -112,5 +112,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/vivo/2018/v11-v11-pro/vivo-v11-v11-pro-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/v11-v11-pro/vivo-v11-v11-pro-6gb-128gb-4g-lte.json index 6f93f310939c..bd2ee724ffa8 100644 --- a/data/smartphone/vivo/2018/v11-v11-pro/vivo-v11-v11-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/v11-v11-pro/vivo-v11-v11-pro-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.9, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2018/v11i/vivo-v11i-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/v11i/vivo-v11i-6gb-128gb-4g-lte.json index 3db5085e65fa..bf88afa4deed 100644 --- a/data/smartphone/vivo/2018/v11i/vivo-v11i-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/v11i/vivo-v11i-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.6, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2018/v9-6gb/vivo-v9-6gb-6gb-64gb-4g-lte.json b/data/smartphone/vivo/2018/v9-6gb/vivo-v9-6gb-6gb-64gb-4g-lte.json index 6156d7255564..86f602bbb517 100644 --- a/data/smartphone/vivo/2018/v9-6gb/vivo-v9-6gb-6gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2018/v9-6gb/vivo-v9-6gb-6gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2018/v9-youth/vivo-v9-youth-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2018/v9-youth/vivo-v9-youth-4gb-64gb-4g-lte.json index 4e993199ac7a..955c0e7e1a26 100644 --- a/data/smartphone/vivo/2018/v9-youth/vivo-v9-youth-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2018/v9-youth/vivo-v9-youth-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2018/v9/vivo-v9-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2018/v9/vivo-v9-4gb-64gb-4g-lte.json index 6632abf8fc9b..8a7e4fe9522d 100644 --- a/data/smartphone/vivo/2018/v9/vivo-v9-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2018/v9/vivo-v9-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-msm8953-pro-snapdragon-626", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2018/x20-plus-ud/vivo-x20-plus-ud-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/x20-plus-ud/vivo-x20-plus-ud-4gb-128gb-4g-lte.json index fe1631b926da..09b853d8df69 100644 --- a/data/smartphone/vivo/2018/x20-plus-ud/vivo-x20-plus-ud-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/x20-plus-ud/vivo-x20-plus-ud-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 155.3, + "width_mm": 80.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2018/x21-ud/vivo-x21-ud-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/x21-ud/vivo-x21-ud-6gb-128gb-4g-lte.json index 92dafe178a24..59c5802ff806 100644 --- a/data/smartphone/vivo/2018/x21-ud/vivo-x21-ud-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/x21-ud/vivo-x21-ud-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 74.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2018/x21/vivo-x21-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/x21/vivo-x21-6gb-128gb-4g-lte.json index 37bd2aef5dd0..5d31a0f85b56 100644 --- a/data/smartphone/vivo/2018/x21/vivo-x21-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/x21/vivo-x21-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 74.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2018/x21i/vivo-x21i-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/x21i/vivo-x21i-6gb-128gb-4g-lte.json index 1496d4a42541..57f3e9a7368b 100644 --- a/data/smartphone/vivo/2018/x21i/vivo-x21i-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/x21i/vivo-x21i-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.0, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/vivo/2018/x23/vivo-x23-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/x23/vivo-x23-8gb-128gb-4g-lte.json index 623edc9888c6..e6d5e5628319 100644 --- a/data/smartphone/vivo/2018/x23/vivo-x23-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/x23/vivo-x23-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm670-snapdragon-670", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 157.7, + "width_mm": 74.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2018/y53i/vivo-y53i-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2018/y53i/vivo-y53i-2gb-16gb-4g-lte.json index 52cd4975d0ce..c0238f3c6e51 100644 --- a/data/smartphone/vivo/2018/y53i/vivo-y53i-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y53i/vivo-y53i-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 144.2, + "width_mm": 71.4, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2018/y71/vivo-y71-4gb-32gb-4g-lte.json b/data/smartphone/vivo/2018/y71/vivo-y71-4gb-32gb-4g-lte.json index 0286a82b811b..ff73653684e5 100644 --- a/data/smartphone/vivo/2018/y71/vivo-y71-4gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y71/vivo-y71-4gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2018/y71i/vivo-y71i-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2018/y71i/vivo-y71i-2gb-16gb-4g-lte.json index 53d6f711bd10..72ca979da37b 100644 --- a/data/smartphone/vivo/2018/y71i/vivo-y71i-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y71i/vivo-y71i-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.7, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2018/y81/vivo-y81-4gb-32gb-4g-lte.json b/data/smartphone/vivo/2018/y81/vivo-y81-4gb-32gb-4g-lte.json index 9549102f8d21..1d7a990006a4 100644 --- a/data/smartphone/vivo/2018/y81/vivo-y81-4gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y81/vivo-y81-4gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2018/y81i/vivo-y81i-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2018/y81i/vivo-y81i-2gb-16gb-4g-lte.json index e24032ffd7a2..d67087c08494 100644 --- a/data/smartphone/vivo/2018/y81i/vivo-y81i-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y81i/vivo-y81i-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2018/y83-pro/vivo-y83-pro-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2018/y83-pro/vivo-y83-pro-4gb-64gb-4g-lte.json index 3bd42963d410..ce1eb677215d 100644 --- a/data/smartphone/vivo/2018/y83-pro/vivo-y83-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y83-pro/vivo-y83-pro-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.2, + "width_mm": 75.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2018/y83/vivo-y83-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2018/y83/vivo-y83-4gb-64gb-4g-lte.json index df8af835b0ec..e71e989aa096 100644 --- a/data/smartphone/vivo/2018/y83/vivo-y83-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y83/vivo-y83-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.2, + "width_mm": 75.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2018/y91/vivo-y91-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2018/y91/vivo-y91-3gb-32gb-4g-lte.json index f088d867598a..f4b24f260b0a 100644 --- a/data/smartphone/vivo/2018/y91/vivo-y91-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y91/vivo-y91-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2018/y91i/vivo-y91i-2gb-16gb-4g-lte.json b/data/smartphone/vivo/2018/y91i/vivo-y91i-2gb-16gb-4g-lte.json index fba9863f60be..54606d46aa47 100644 --- a/data/smartphone/vivo/2018/y91i/vivo-y91i-2gb-16gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y91i/vivo-y91i-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2018/y93-mediatek/vivo-y93-mediatek-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2018/y93-mediatek/vivo-y93-mediatek-4gb-64gb-4g-lte.json index 4db5b23913a8..9395293d4ac1 100644 --- a/data/smartphone/vivo/2018/y93-mediatek/vivo-y93-mediatek-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y93-mediatek/vivo-y93-mediatek-4gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2018/y93/vivo-y93-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2018/y93/vivo-y93-4gb-64gb-4g-lte.json index 7366eb06ef0c..62d4cdec9d03 100644 --- a/data/smartphone/vivo/2018/y93/vivo-y93-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y93/vivo-y93-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2018/y93s/vivo-y93s-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/y93s/vivo-y93s-4gb-128gb-4g-lte.json index 830f64e00e27..f5052bfcee99 100644 --- a/data/smartphone/vivo/2018/y93s/vivo-y93s-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y93s/vivo-y93s-4gb-128gb-4g-lte.json @@ -100,5 +100,10 @@ 128 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2018/y95/vivo-y95-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2018/y95/vivo-y95-4gb-64gb-4g-lte.json index 5d83ad85874d..a3876929f391 100644 --- a/data/smartphone/vivo/2018/y95/vivo-y95-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y95/vivo-y95-4gb-64gb-4g-lte.json @@ -106,5 +106,10 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2018/y97/vivo-y97-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/y97/vivo-y97-4gb-128gb-4g-lte.json index e714f8bd048a..9c4d038f043c 100644 --- a/data/smartphone/vivo/2018/y97/vivo-y97-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/y97/vivo-y97-4gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.6, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2018/z1-lite/vivo-z1-lite-4gb-32gb-4g-lte.json b/data/smartphone/vivo/2018/z1-lite/vivo-z1-lite-4gb-32gb-4g-lte.json index f29a39d76ed4..83c55c6b24c3 100644 --- a/data/smartphone/vivo/2018/z1-lite/vivo-z1-lite-4gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2018/z1-lite/vivo-z1-lite-4gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8953-pro-snapdragon-626", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2018/z1/vivo-z1-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/z1/vivo-z1-6gb-128gb-4g-lte.json index 0c194962b642..483499e4ce89 100644 --- a/data/smartphone/vivo/2018/z1/vivo-z1-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/z1/vivo-z1-6gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2018/z1i/vivo-z1i-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/z1i/vivo-z1i-8gb-128gb-4g-lte.json index 50bcbdcc68d4..28c04b7c588d 100644 --- a/data/smartphone/vivo/2018/z1i/vivo-z1i-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/z1i/vivo-z1i-8gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2018/z3/vivo-z3-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/z3/vivo-z3-6gb-128gb-4g-lte.json index 03f21500e243..a4d7303b1e26 100644 --- a/data/smartphone/vivo/2018/z3/vivo-z3-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/z3/vivo-z3-6gb-128gb-4g-lte.json @@ -104,5 +104,10 @@ 128 ], "soc": "qualcomm-sdm670-snapdragon-670", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.6, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2018/z3i/vivo-z3i-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2018/z3i/vivo-z3i-6gb-128gb-4g-lte.json index 5752b616f1c7..bc8ef7da9e80 100644 --- a/data/smartphone/vivo/2018/z3i/vivo-z3i-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2018/z3i/vivo-z3i-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.6, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2019/iqoo-neo-855-racing/vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/iqoo-neo-855-racing/vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte.json index f49941857445..c491478aa6b2 100644 --- a/data/smartphone/vivo/2019/iqoo-neo-855-racing/vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/iqoo-neo-855-racing/vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2019/iqoo-neo-855/vivo-iqoo-neo-855-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/iqoo-neo-855/vivo-iqoo-neo-855-8gb-256gb-4g-lte.json index c46ff276d600..0b5b59e237c8 100644 --- a/data/smartphone/vivo/2019/iqoo-neo-855/vivo-iqoo-neo-855-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/iqoo-neo-855/vivo-iqoo-neo-855-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2019/iqoo-neo/vivo-iqoo-neo-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/iqoo-neo/vivo-iqoo-neo-8gb-128gb-4g-lte.json index 8c8c4fc53b43..5a5af9abf6f3 100644 --- a/data/smartphone/vivo/2019/iqoo-neo/vivo-iqoo-neo-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/iqoo-neo/vivo-iqoo-neo-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2019/iqoo-pro-5g/vivo-iqoo-pro-5g-12gb-256gb-5g.json b/data/smartphone/vivo/2019/iqoo-pro-5g/vivo-iqoo-pro-5g-12gb-256gb-5g.json index 8bca15db3921..89f606190b42 100644 --- a/data/smartphone/vivo/2019/iqoo-pro-5g/vivo-iqoo-pro-5g-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2019/iqoo-pro-5g/vivo-iqoo-pro-5g-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 158.8, + "width_mm": 75.7, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/vivo/2019/iqoo-pro/vivo-iqoo-pro-12gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/iqoo-pro/vivo-iqoo-pro-12gb-128gb-4g-lte.json index 66073a714b32..994a1e590abb 100644 --- a/data/smartphone/vivo/2019/iqoo-pro/vivo-iqoo-pro-12gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/iqoo-pro/vivo-iqoo-pro-12gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 158.8, + "width_mm": 75.7, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/vivo/2019/iqoo/vivo-iqoo-12gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/iqoo/vivo-iqoo-12gb-256gb-4g-lte.json index e76654a142a3..42b56a67a2b7 100644 --- a/data/smartphone/vivo/2019/iqoo/vivo-iqoo-12gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/iqoo/vivo-iqoo-12gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 157.7, + "width_mm": 75.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2019/nex-3-5g/vivo-nex-3-5g-12gb-256gb-5g.json b/data/smartphone/vivo/2019/nex-3-5g/vivo-nex-3-5g-12gb-256gb-5g.json index df78fa6cc6b8..79f6538ba2d9 100644 --- a/data/smartphone/vivo/2019/nex-3-5g/vivo-nex-3-5g-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2019/nex-3-5g/vivo-nex-3-5g-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 167.4, + "width_mm": 76.1, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/vivo/2019/nex-3/vivo-nex-3-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/nex-3/vivo-nex-3-8gb-128gb-4g-lte.json index 3646ed90c286..48f3f6808f33 100644 --- a/data/smartphone/vivo/2019/nex-3/vivo-nex-3-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/nex-3/vivo-nex-3-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 167.4, + "width_mm": 76.1, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/vivo/2019/s1-china/vivo-s1-china-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/s1-china/vivo-s1-china-6gb-128gb-4g-lte.json index 7a75f332159f..a8fe20b7cd49 100644 --- a/data/smartphone/vivo/2019/s1-china/vivo-s1-china-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/s1-china/vivo-s1-china-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2019/s1-pro-china/vivo-s1-pro-china-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/s1-pro-china/vivo-s1-pro-china-8gb-256gb-4g-lte.json index b1dd15c58d8c..68b9e8c24bb6 100644 --- a/data/smartphone/vivo/2019/s1-pro-china/vivo-s1-pro-china-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/s1-pro-china/vivo-s1-pro-china-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.3, + "width_mm": 74.7, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/vivo/2019/s1-pro/vivo-s1-pro-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/s1-pro/vivo-s1-pro-8gb-128gb-4g-lte.json index a8f067f9864f..8f050f337677 100644 --- a/data/smartphone/vivo/2019/s1-pro/vivo-s1-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/s1-pro/vivo-s1-pro-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/vivo/2019/s1/vivo-s1-6gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/s1/vivo-s1-6gb-256gb-4g-lte.json index ded4c02ada70..b07773f75430 100644 --- a/data/smartphone/vivo/2019/s1/vivo-s1-6gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/s1/vivo-s1-6gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "mediatek-mt6768-helio-p65", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2019/s5/vivo-s5-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/s5/vivo-s5-8gb-256gb-4g-lte.json index 9a1bda4eb896..afbb127e7869 100644 --- a/data/smartphone/vivo/2019/s5/vivo-s5-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/s5/vivo-s5-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 157.9, + "width_mm": 73.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/vivo/2019/u10/vivo-u10-6gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/u10/vivo-u10-6gb-64gb-4g-lte.json index 0888083c021f..1c380e81a910 100644 --- a/data/smartphone/vivo/2019/u10/vivo-u10-6gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/u10/vivo-u10-6gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/u20/vivo-u20-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/u20/vivo-u20-8gb-128gb-4g-lte.json index 64c8b33f581b..e0ffa6699897 100644 --- a/data/smartphone/vivo/2019/u20/vivo-u20-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/u20/vivo-u20-8gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/u3/vivo-u3-6gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/u3/vivo-u3-6gb-64gb-4g-lte.json index c26fb6f2ef4c..e027d3a7c85e 100644 --- a/data/smartphone/vivo/2019/u3/vivo-u3-6gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/u3/vivo-u3-6gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/v15-pro/vivo-v15-pro-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/v15-pro/vivo-v15-pro-8gb-128gb-4g-lte.json index ade4a7fd8697..351805f40d05 100644 --- a/data/smartphone/vivo/2019/v15-pro/vivo-v15-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/v15-pro/vivo-v15-pro-8gb-128gb-4g-lte.json @@ -113,5 +113,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.3, + "width_mm": 74.7, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/vivo/2019/v15/vivo-v15-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/v15/vivo-v15-6gb-128gb-4g-lte.json index e6bcef9b3bb7..ffe992686e8a 100644 --- a/data/smartphone/vivo/2019/v15/vivo-v15-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/v15/vivo-v15-6gb-128gb-4g-lte.json @@ -106,5 +106,10 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 161.2, + "width_mm": 75.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2019/v17-neo/vivo-v17-neo-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/v17-neo/vivo-v17-neo-6gb-128gb-4g-lte.json index aba8e7ba7d31..3037d5c41a56 100644 --- a/data/smartphone/vivo/2019/v17-neo/vivo-v17-neo-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/v17-neo/vivo-v17-neo-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "mediatek-mt6768-helio-p65", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2019/v17-pro/vivo-v17-pro-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/v17-pro/vivo-v17-pro-8gb-128gb-4g-lte.json index dcfba4eca4eb..ef5574d62d9a 100644 --- a/data/smartphone/vivo/2019/v17-pro/vivo-v17-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/v17-pro/vivo-v17-pro-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 74.7, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/vivo/2019/v17-russia/vivo-v17-russia-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/v17-russia/vivo-v17-russia-8gb-128gb-4g-lte.json index e4b45ecb97ec..18224ab69dbd 100644 --- a/data/smartphone/vivo/2019/v17-russia/vivo-v17-russia-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/v17-russia/vivo-v17-russia-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/vivo/2019/v17/vivo-v17-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/v17/vivo-v17-8gb-256gb-4g-lte.json index 9896127e7a5c..736427feda05 100644 --- a/data/smartphone/vivo/2019/v17/vivo-v17-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/v17/vivo-v17-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 256 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 74.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2019/x27-pro/vivo-x27-pro-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/x27-pro/vivo-x27-pro-8gb-256gb-4g-lte.json index f95b50e63303..568db6868824 100644 --- a/data/smartphone/vivo/2019/x27-pro/vivo-x27-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/x27-pro/vivo-x27-pro-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 74.6, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/vivo/2019/x27/vivo-x27-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/x27/vivo-x27-8gb-256gb-4g-lte.json index 5d107b264936..962c859d3d87 100644 --- a/data/smartphone/vivo/2019/x27/vivo-x27-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/x27/vivo-x27-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.7, + "width_mm": 74.3, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/vivo/2019/x30-pro/vivo-x30-pro-8gb-256gb-5g.json b/data/smartphone/vivo/2019/x30-pro/vivo-x30-pro-8gb-256gb-5g.json index 59a1a8f29a59..cfeefb73095e 100644 --- a/data/smartphone/vivo/2019/x30-pro/vivo-x30-pro-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2019/x30-pro/vivo-x30-pro-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "exynos-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.1, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/vivo/2019/x30/vivo-x30-8gb-256gb-5g.json b/data/smartphone/vivo/2019/x30/vivo-x30-8gb-256gb-5g.json index 0c8337acdbf8..7c04d5e93892 100644 --- a/data/smartphone/vivo/2019/x30/vivo-x30-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2019/x30/vivo-x30-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "exynos-980", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.1, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/vivo/2019/y11-2019/vivo-y11-2019-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2019/y11-2019/vivo-y11-2019-3gb-32gb-4g-lte.json index 56f2cef1c303..263dfd2308dc 100644 --- a/data/smartphone/vivo/2019/y11-2019/vivo-y11-2019-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y11-2019/vivo-y11-2019-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y12/vivo-y12-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/y12/vivo-y12-4gb-64gb-4g-lte.json index 3c35b4cfd290..dd50a2508ce0 100644 --- a/data/smartphone/vivo/2019/y12/vivo-y12-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y12/vivo-y12-4gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y15/vivo-y15-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/y15/vivo-y15-4gb-64gb-4g-lte.json index 51bb0c7e0312..df635392ef04 100644 --- a/data/smartphone/vivo/2019/y15/vivo-y15-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y15/vivo-y15-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y17/vivo-y17-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/y17/vivo-y17-4gb-128gb-4g-lte.json index 115eedfe4832..7dadaa070c5a 100644 --- a/data/smartphone/vivo/2019/y17/vivo-y17-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y17/vivo-y17-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y19/vivo-y19-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/y19/vivo-y19-8gb-128gb-4g-lte.json index 10c4be847d3e..a7cd67e0e7fa 100644 --- a/data/smartphone/vivo/2019/y19/vivo-y19-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y19/vivo-y19-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6768-helio-p65", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y3-4gb-64gb/vivo-y3-4gb-64gb-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/y3-4gb-64gb/vivo-y3-4gb-64gb-4gb-64gb-4g-lte.json index 62323f289dbe..f03b5c6d6277 100644 --- a/data/smartphone/vivo/2019/y3-4gb-64gb/vivo-y3-4gb-64gb-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y3-4gb-64gb/vivo-y3-4gb-64gb-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y3-standard/vivo-y3-standard-3gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/y3-standard/vivo-y3-standard-3gb-64gb-4g-lte.json index fdc69d7c47f2..1b0eb524484a 100644 --- a/data/smartphone/vivo/2019/y3-standard/vivo-y3-standard-3gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y3-standard/vivo-y3-standard-3gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y3/vivo-y3-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/y3/vivo-y3-6gb-128gb-4g-lte.json index 7a6d11e2a214..3a467f28c11c 100644 --- a/data/smartphone/vivo/2019/y3/vivo-y3-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y3/vivo-y3-6gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.7, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y5s/vivo-y5s-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/y5s/vivo-y5s-6gb-128gb-4g-lte.json index 57e02b13eeed..8897706c919a 100644 --- a/data/smartphone/vivo/2019/y5s/vivo-y5s-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y5s/vivo-y5s-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6768-helio-p65", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/y89/vivo-y89-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/y89/vivo-y89-4gb-64gb-4g-lte.json index fb3b1ab20db6..6ad8f41c15e4 100644 --- a/data/smartphone/vivo/2019/y89/vivo-y89-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y89/vivo-y89-4gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "qualcomm-msm8953-pro-snapdragon-626", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2019/y90/vivo-y90-2gb-32gb-4g-lte.json b/data/smartphone/vivo/2019/y90/vivo-y90-2gb-32gb-4g-lte.json index cc817a5b7380..84512989110a 100644 --- a/data/smartphone/vivo/2019/y90/vivo-y90-2gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y90/vivo-y90-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2019/y91-mediatek/vivo-y91-mediatek-3gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/y91-mediatek/vivo-y91-mediatek-3gb-64gb-4g-lte.json index 4564cbb6c5f1..dbc0f7b2e1f0 100644 --- a/data/smartphone/vivo/2019/y91-mediatek/vivo-y91-mediatek-3gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y91-mediatek/vivo-y91-mediatek-3gb-64gb-4g-lte.json @@ -100,5 +100,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2019/y91i-india/vivo-y91i-india-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2019/y91i-india/vivo-y91i-india-3gb-32gb-4g-lte.json index ca0b02f9e1c1..53ec9edaf6b4 100644 --- a/data/smartphone/vivo/2019/y91i-india/vivo-y91i-india-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y91i-india/vivo-y91i-india-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2019/y9s/vivo-y9s-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/y9s/vivo-y9s-8gb-128gb-4g-lte.json index 186ba82ee356..6af8c8978ab9 100644 --- a/data/smartphone/vivo/2019/y9s/vivo-y9s-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/y9s/vivo-y9s-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/vivo/2019/z1pro/vivo-z1pro-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/z1pro/vivo-z1pro-6gb-128gb-4g-lte.json index 10c2f8b93394..30630c76a75a 100644 --- a/data/smartphone/vivo/2019/z1pro/vivo-z1pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/z1pro/vivo-z1pro-6gb-128gb-4g-lte.json @@ -110,5 +110,11 @@ 128 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/z1x/vivo-z1x-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/z1x/vivo-z1x-8gb-128gb-4g-lte.json index 6ee14b16afa2..b96487d47ce5 100644 --- a/data/smartphone/vivo/2019/z1x/vivo-z1x-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/z1x/vivo-z1x-8gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2019/z3x/vivo-z3x-6gb-64gb-4g-lte.json b/data/smartphone/vivo/2019/z3x/vivo-z3x-6gb-64gb-4g-lte.json index b92c5d9c5aac..d0c766d653bc 100644 --- a/data/smartphone/vivo/2019/z3x/vivo-z3x-6gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2019/z3x/vivo-z3x-6gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/vivo/2019/z5/vivo-z5-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2019/z5/vivo-z5-8gb-256gb-4g-lte.json index 0eb8f6660fe7..f2cb551c2e73 100644 --- a/data/smartphone/vivo/2019/z5/vivo-z5-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2019/z5/vivo-z5-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/vivo/2019/z5i/vivo-z5i-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/z5i/vivo-z5i-8gb-128gb-4g-lte.json index 9125a8695b49..cb1390b64dca 100644 --- a/data/smartphone/vivo/2019/z5i/vivo-z5i-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/z5i/vivo-z5i-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2019/z5x/vivo-z5x-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2019/z5x/vivo-z5x-8gb-128gb-4g-lte.json index 28c0bbe33120..a9a7ceb39b06 100644 --- a/data/smartphone/vivo/2019/z5x/vivo-z5x-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2019/z5x/vivo-z5x-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2020/iqoo-u1/vivo-iqoo-u1-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/iqoo-u1/vivo-iqoo-u1-8gb-128gb-4g-lte.json index 8a4724561d5f..b4baf419ffa3 100644 --- a/data/smartphone/vivo/2020/iqoo-u1/vivo-iqoo-u1-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/iqoo-u1/vivo-iqoo-u1-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 76.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2020/iqoo-u3/vivo-iqoo-u3-8gb-128gb-5g.json b/data/smartphone/vivo/2020/iqoo-u3/vivo-iqoo-u3-8gb-128gb-5g.json index e387f9f44111..0c78b02a8974 100644 --- a/data/smartphone/vivo/2020/iqoo-u3/vivo-iqoo-u3-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2020/iqoo-u3/vivo-iqoo-u3-8gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2020/iqoo-z1/vivo-iqoo-z1-12gb-256gb-5g.json b/data/smartphone/vivo/2020/iqoo-z1/vivo-iqoo-z1-12gb-256gb-5g.json index 388f5050debd..bf3303d58393 100644 --- a/data/smartphone/vivo/2020/iqoo-z1/vivo-iqoo-z1-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2020/iqoo-z1/vivo-iqoo-z1-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "mediatek-dimensity-1000", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2020/s1-prime/vivo-s1-prime-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/s1-prime/vivo-s1-prime-8gb-128gb-4g-lte.json index 9a9af8d3678f..5ce1b124de26 100644 --- a/data/smartphone/vivo/2020/s1-prime/vivo-s1-prime-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/s1-prime/vivo-s1-prime-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/vivo/2020/s6-5g/vivo-s6-5g-8gb-256gb-5g.json b/data/smartphone/vivo/2020/s6-5g/vivo-s6-5g-8gb-256gb-5g.json index f762bb870601..4662c1719537 100644 --- a/data/smartphone/vivo/2020/s6-5g/vivo-s6-5g-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2020/s6-5g/vivo-s6-5g-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "exynos-980", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.2, + "width_mm": 74.7, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/vivo/2020/s7e/vivo-s7e-8gb-256gb-5g.json b/data/smartphone/vivo/2020/s7e/vivo-s7e-8gb-256gb-5g.json index c08b60b42109..059fe24d663c 100644 --- a/data/smartphone/vivo/2020/s7e/vivo-s7e-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2020/s7e/vivo-s7e-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 161.0, + "width_mm": 74.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2020/v19-indonesia/vivo-v19-indonesia-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2020/v19-indonesia/vivo-v19-indonesia-8gb-256gb-4g-lte.json index c6b44184aff0..d7f7c693c78b 100644 --- a/data/smartphone/vivo/2020/v19-indonesia/vivo-v19-indonesia-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2020/v19-indonesia/vivo-v19-indonesia-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 74.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2020/v19-neo/vivo-v19-neo-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2020/v19-neo/vivo-v19-neo-8gb-256gb-4g-lte.json index d8555013ded4..23eab085903f 100644 --- a/data/smartphone/vivo/2020/v19-neo/vivo-v19-neo-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2020/v19-neo/vivo-v19-neo-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 74.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2020/v19/vivo-v19-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2020/v19/vivo-v19-8gb-256gb-4g-lte.json index 34cae88f11f2..6df3aba8a27a 100644 --- a/data/smartphone/vivo/2020/v19/vivo-v19-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2020/v19/vivo-v19-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.6, + "width_mm": 75.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2020/v20-2021/vivo-v20-2021-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2020/v20-2021/vivo-v20-2021-8gb-256gb-4g-lte.json index 0df15ec5d010..2b06537323e8 100644 --- a/data/smartphone/vivo/2020/v20-2021/vivo-v20-2021-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2020/v20-2021/vivo-v20-2021-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 161.3, + "width_mm": 74.2, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2020/v20-se/vivo-v20-se-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/v20-se/vivo-v20-se-8gb-128gb-4g-lte.json index 4191881fffce..3ef4c6a4a126 100644 --- a/data/smartphone/vivo/2020/v20-se/vivo-v20-se-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/v20-se/vivo-v20-se-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 161.0, + "width_mm": 74.1, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2020/v20/vivo-v20-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2020/v20/vivo-v20-8gb-256gb-4g-lte.json index d68b5de22563..b5dd4a37a644 100644 --- a/data/smartphone/vivo/2020/v20/vivo-v20-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2020/v20/vivo-v20-8gb-256gb-4g-lte.json @@ -113,5 +113,11 @@ 256 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 161.3, + "width_mm": 74.2, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2020/x50-lite/vivo-x50-lite-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/x50-lite/vivo-x50-lite-8gb-128gb-4g-lte.json index a6c94a2d7419..4843afac5dda 100644 --- a/data/smartphone/vivo/2020/x50-lite/vivo-x50-lite-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/x50-lite/vivo-x50-lite-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/vivo/2020/x50/vivo-x50-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2020/x50/vivo-x50-8gb-256gb-4g-lte.json index 4ff520746c59..90386c6f8328 100644 --- a/data/smartphone/vivo/2020/x50/vivo-x50-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2020/x50/vivo-x50-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.4, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2020/x60-china/vivo-x60-china-12gb-256gb-5g.json b/data/smartphone/vivo/2020/x60-china/vivo-x60-china-12gb-256gb-5g.json index 6910c7b095df..56a96dab3139 100644 --- a/data/smartphone/vivo/2020/x60-china/vivo-x60-china-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2020/x60-china/vivo-x60-china-12gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "exynos-1080", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.6, + "width_mm": 75.0, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2020/x60-pro-china/vivo-x60-pro-china-12gb-256gb-5g.json b/data/smartphone/vivo/2020/x60-pro-china/vivo-x60-pro-china-12gb-256gb-5g.json index b083c69c1d93..364bb9335fdf 100644 --- a/data/smartphone/vivo/2020/x60-pro-china/vivo-x60-pro-china-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2020/x60-pro-china/vivo-x60-pro-china-12gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "exynos-1080", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 158.6, + "width_mm": 73.2, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2020/y12i/vivo-y12i-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2020/y12i/vivo-y12i-3gb-32gb-4g-lte.json index 288019791dee..e93ebffdce50 100644 --- a/data/smartphone/vivo/2020/y12i/vivo-y12i-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y12i/vivo-y12i-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2020/y12s/vivo-y12s-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/y12s/vivo-y12s-4gb-128gb-4g-lte.json index 4769413bdee5..fc0c7d4830a8 100644 --- a/data/smartphone/vivo/2020/y12s/vivo-y12s-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y12s/vivo-y12s-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2020/y1s/vivo-y1s-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2020/y1s/vivo-y1s-3gb-32gb-4g-lte.json index 6f69e348cc3e..d6d801f45f48 100644 --- a/data/smartphone/vivo/2020/y1s/vivo-y1s-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y1s/vivo-y1s-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2020/y20-2021/vivo-y20-2021-6gb-64gb-4g-lte.json b/data/smartphone/vivo/2020/y20-2021/vivo-y20-2021-6gb-64gb-4g-lte.json index 9682b92b0496..883d6c991bef 100644 --- a/data/smartphone/vivo/2020/y20-2021/vivo-y20-2021-6gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y20-2021/vivo-y20-2021-6gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2020/y20a/vivo-y20a-3gb-64gb-4g-lte.json b/data/smartphone/vivo/2020/y20a/vivo-y20a-3gb-64gb-4g-lte.json index 7aa79417abd8..e8fef670d8f0 100644 --- a/data/smartphone/vivo/2020/y20a/vivo-y20a-3gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y20a/vivo-y20a-3gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2020/y30-standard/vivo-y30-standard-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/y30-standard/vivo-y30-standard-8gb-128gb-4g-lte.json index 5ceb6bfdc670..70acccca3d07 100644 --- a/data/smartphone/vivo/2020/y30-standard/vivo-y30-standard-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y30-standard/vivo-y30-standard-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2020/y30/vivo-y30-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/y30/vivo-y30-8gb-128gb-4g-lte.json index fa6c1bb19b4e..3a9ae3c44dc0 100644 --- a/data/smartphone/vivo/2020/y30/vivo-y30-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y30/vivo-y30-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.5, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/vivo/2020/y3s/vivo-y3s-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/y3s/vivo-y3s-4gb-128gb-4g-lte.json index a08a45073ca2..1d9e7826a265 100644 --- a/data/smartphone/vivo/2020/y3s/vivo-y3s-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y3s/vivo-y3s-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2020/y50/vivo-y50-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/y50/vivo-y50-8gb-128gb-4g-lte.json index 875e1cab2f33..6954f8ca1225 100644 --- a/data/smartphone/vivo/2020/y50/vivo-y50-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y50/vivo-y50-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-sm6125-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.5, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/vivo/2020/y51-2020-december/vivo-y51-2020-december-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/y51-2020-december/vivo-y51-2020-december-8gb-128gb-4g-lte.json index c2f811647af3..c2f490840c71 100644 --- a/data/smartphone/vivo/2020/y51-2020-december/vivo-y51-2020-december-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y51-2020-december/vivo-y51-2020-december-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2020/y51-2020-september/vivo-y51-2020-september-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/y51-2020-september/vivo-y51-2020-september-4gb-128gb-4g-lte.json index f0ee2362620e..91303d16e559 100644 --- a/data/smartphone/vivo/2020/y51-2020-september/vivo-y51-2020-september-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y51-2020-september/vivo-y51-2020-september-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/vivo/2020/y51s/vivo-y51s-8gb-128gb-5g.json b/data/smartphone/vivo/2020/y51s/vivo-y51s-8gb-128gb-5g.json index a613295b0fcd..c8073838c29c 100644 --- a/data/smartphone/vivo/2020/y51s/vivo-y51s-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2020/y51s/vivo-y51s-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "exynos-880", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2020/y52s/vivo-y52s-8gb-256gb-5g.json b/data/smartphone/vivo/2020/y52s/vivo-y52s-8gb-256gb-5g.json index 4f5e73ef22d2..4dda3a083159 100644 --- a/data/smartphone/vivo/2020/y52s/vivo-y52s-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2020/y52s/vivo-y52s-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.4, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2020/y70/vivo-y70-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/y70/vivo-y70-8gb-128gb-4g-lte.json index c5b1175998f6..1fc8fcc1907a 100644 --- a/data/smartphone/vivo/2020/y70/vivo-y70-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/y70/vivo-y70-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 161.0, + "width_mm": 74.1, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2020/y70s/vivo-y70s-8gb-256gb-5g.json b/data/smartphone/vivo/2020/y70s/vivo-y70s-8gb-256gb-5g.json index f7ea2c98d464..646437e6b612 100644 --- a/data/smartphone/vivo/2020/y70s/vivo-y70s-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2020/y70s/vivo-y70s-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "exynos-880", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2020/y73s/vivo-y73s-8gb-256gb-5g.json b/data/smartphone/vivo/2020/y73s/vivo-y73s-8gb-256gb-5g.json index 0cff2a4fa49b..da9aacaf182c 100644 --- a/data/smartphone/vivo/2020/y73s/vivo-y73s-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2020/y73s/vivo-y73s-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.0, + "width_mm": 74.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2020/z5x-2020/vivo-z5x-2020-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2020/z5x-2020/vivo-z5x-2020-8gb-128gb-4g-lte.json index 9f782dbaa6d6..1d000b382eba 100644 --- a/data/smartphone/vivo/2020/z5x-2020/vivo-z5x-2020-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2020/z5x-2020/vivo-z5x-2020-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/vivo/2021/iqoo-z5x/vivo-iqoo-z5x-8gb-256gb-5g.json b/data/smartphone/vivo/2021/iqoo-z5x/vivo-iqoo-z5x-8gb-256gb-5g.json index 9b6c2e35736c..522b7efb09ee 100644 --- a/data/smartphone/vivo/2021/iqoo-z5x/vivo-iqoo-z5x-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/iqoo-z5x/vivo-iqoo-z5x-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2021/s10-pro/vivo-s10-pro-12gb-256gb-5g.json b/data/smartphone/vivo/2021/s10-pro/vivo-s10-pro-12gb-256gb-5g.json index 9b6f9e0afbc2..ce370abd78bb 100644 --- a/data/smartphone/vivo/2021/s10-pro/vivo-s10-pro-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/s10-pro/vivo-s10-pro-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-1100", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 158.2, + "width_mm": 73.7, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2021/s10/vivo-s10-12gb-256gb-5g.json b/data/smartphone/vivo/2021/s10/vivo-s10-12gb-256gb-5g.json index bca96673160c..6495afc61ce4 100644 --- a/data/smartphone/vivo/2021/s10/vivo-s10-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/s10/vivo-s10-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-1100", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 158.2, + "width_mm": 73.7, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2021/s10e/vivo-s10e-8gb-256gb-5g.json b/data/smartphone/vivo/2021/s10e/vivo-s10e-8gb-256gb-5g.json index 3d66de62fce7..1eccb91b6749 100644 --- a/data/smartphone/vivo/2021/s10e/vivo-s10e-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/s10e/vivo-s10e-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.3, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2021/s12-pro/vivo-s12-pro-12gb-256gb-5g.json b/data/smartphone/vivo/2021/s12-pro/vivo-s12-pro-12gb-256gb-5g.json index a332212fe49d..9ce1ff7d6b14 100644 --- a/data/smartphone/vivo/2021/s12-pro/vivo-s12-pro-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/s12-pro/vivo-s12-pro-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 159.5, + "width_mm": 73.3, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2021/s12/vivo-s12-12gb-256gb-5g.json b/data/smartphone/vivo/2021/s12/vivo-s12-12gb-256gb-5g.json index 7cbe553d248b..9ac91556f127 100644 --- a/data/smartphone/vivo/2021/s12/vivo-s12-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/s12/vivo-s12-12gb-256gb-5g.json @@ -106,5 +106,6 @@ 256 ], "soc": "dimensity-1100", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0 } diff --git a/data/smartphone/vivo/2021/s7t/vivo-s7t-8gb-256gb-5g.json b/data/smartphone/vivo/2021/s7t/vivo-s7t-8gb-256gb-5g.json index bce2d50a2c00..c05a759cf9b6 100644 --- a/data/smartphone/vivo/2021/s7t/vivo-s7t-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/s7t/vivo-s7t-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-820", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 158.8, + "width_mm": 74.2, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2021/s9/vivo-s9-12gb-256gb-5g.json b/data/smartphone/vivo/2021/s9/vivo-s9-12gb-256gb-5g.json index b17e7182b01c..2d30fcf03fcc 100644 --- a/data/smartphone/vivo/2021/s9/vivo-s9-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/s9/vivo-s9-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-1100", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 158.4, + "width_mm": 73.9, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2021/s9e/vivo-s9e-8gb-256gb-5g.json b/data/smartphone/vivo/2021/s9e/vivo-s9e-8gb-256gb-5g.json index 9f98c16b2abf..db5231072b62 100644 --- a/data/smartphone/vivo/2021/s9e/vivo-s9e-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/s9e/vivo-s9e-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-820", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.3, + "width_mm": 74.3, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2021/t1x/vivo-t1x-8gb-256gb-5g.json b/data/smartphone/vivo/2021/t1x/vivo-t1x-8gb-256gb-5g.json index fd3a44f2a532..4efd930495e4 100644 --- a/data/smartphone/vivo/2021/t1x/vivo-t1x-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/t1x/vivo-t1x-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2021/v21-5g/vivo-v21-5g-8gb-256gb-5g.json b/data/smartphone/vivo/2021/v21-5g/vivo-v21-5g-8gb-256gb-5g.json index 982c9f0d73e3..008ee0acba20 100644 --- a/data/smartphone/vivo/2021/v21-5g/vivo-v21-5g-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/v21-5g/vivo-v21-5g-8gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-800u", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.9, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2021/v21/vivo-v21-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2021/v21/vivo-v21-8gb-256gb-4g-lte.json index ca9534ef4cc4..4bbaaed501b3 100644 --- a/data/smartphone/vivo/2021/v21/vivo-v21-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2021/v21/vivo-v21-8gb-256gb-4g-lte.json @@ -112,5 +112,11 @@ 256 ], "soc": "dimensity-800u", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.9, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2021/v21e-5g/vivo-v21e-5g-8gb-128gb-5g.json b/data/smartphone/vivo/2021/v21e-5g/vivo-v21e-5g-8gb-128gb-5g.json index bc8c968163da..1974b157c83a 100644 --- a/data/smartphone/vivo/2021/v21e-5g/vivo-v21e-5g-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2021/v21e-5g/vivo-v21e-5g-8gb-128gb-5g.json @@ -106,5 +106,6 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0 } diff --git a/data/smartphone/vivo/2021/v21e/vivo-v21e-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2021/v21e/vivo-v21e-8gb-128gb-4g-lte.json index b8ddabc2f2a2..39f638b05f6e 100644 --- a/data/smartphone/vivo/2021/v21e/vivo-v21e-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2021/v21e/vivo-v21e-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 161.2, + "width_mm": 74.4, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2021/v23e-5g/vivo-v23e-5g-8gb-128gb-5g.json b/data/smartphone/vivo/2021/v23e-5g/vivo-v23e-5g-8gb-128gb-5g.json index 81c3b17d3e99..e625fbe090e2 100644 --- a/data/smartphone/vivo/2021/v23e-5g/vivo-v23e-5g-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2021/v23e-5g/vivo-v23e-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.3, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2021/x60s/vivo-x60s-12gb-256gb-5g.json b/data/smartphone/vivo/2021/x60s/vivo-x60s-12gb-256gb-5g.json index 54419df3f33d..4c86575d1a1b 100644 --- a/data/smartphone/vivo/2021/x60s/vivo-x60s-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/x60s/vivo-x60s-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "exynos-1080", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 158.6, + "width_mm": 73.2, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2021/x60t/vivo-x60t-8gb-128gb-5g.json b/data/smartphone/vivo/2021/x60t/vivo-x60t-8gb-128gb-5g.json index 2d9e07d4f211..faa65b71fc79 100644 --- a/data/smartphone/vivo/2021/x60t/vivo-x60t-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2021/x60t/vivo-x60t-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-1100", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.6, + "width_mm": 75.0, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2021/x70/vivo-x70-12gb-256gb-5g.json b/data/smartphone/vivo/2021/x70/vivo-x70-12gb-256gb-5g.json index bed0d28e35d0..0a246c13b08d 100644 --- a/data/smartphone/vivo/2021/x70/vivo-x70-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/x70/vivo-x70-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 160.1, + "width_mm": 75.4, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2021/y12a/vivo-y12a-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2021/y12a/vivo-y12a-3gb-32gb-4g-lte.json index 35ed80d3c624..40dd6eceddd7 100644 --- a/data/smartphone/vivo/2021/y12a/vivo-y12a-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2021/y12a/vivo-y12a-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2021/y12s-2021/vivo-y12s-2021-3gb-64gb-4g-lte.json b/data/smartphone/vivo/2021/y12s-2021/vivo-y12s-2021-3gb-64gb-4g-lte.json index 7bb28f285789..7a612ccd0b1e 100644 --- a/data/smartphone/vivo/2021/y12s-2021/vivo-y12s-2021-3gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2021/y12s-2021/vivo-y12s-2021-3gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2021/y15a/vivo-y15a-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2021/y15a/vivo-y15a-4gb-64gb-4g-lte.json index 972c71e28c4f..94865c889654 100644 --- a/data/smartphone/vivo/2021/y15a/vivo-y15a-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2021/y15a/vivo-y15a-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2021/y15s/vivo-y15s-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2021/y15s/vivo-y15s-4gb-64gb-4g-lte.json index 52d2adc953f6..6edebd9fe19e 100644 --- a/data/smartphone/vivo/2021/y15s/vivo-y15s-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2021/y15s/vivo-y15s-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2021/y21/vivo-y21-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2021/y21/vivo-y21-4gb-128gb-4g-lte.json index c66408d4f05f..cd78d98d8d88 100644 --- a/data/smartphone/vivo/2021/y21/vivo-y21-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2021/y21/vivo-y21-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/vivo/2021/y30g/vivo-y30g-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2021/y30g/vivo-y30g-8gb-128gb-4g-lte.json index 23c4272ca77b..e04ae9ddd36e 100644 --- a/data/smartphone/vivo/2021/y30g/vivo-y30g-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2021/y30g/vivo-y30g-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6768-helio-p65", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2021/y3s-2021/vivo-y3s-2021-2gb-32gb-4g-lte.json b/data/smartphone/vivo/2021/y3s-2021/vivo-y3s-2021-2gb-32gb-4g-lte.json index 99e61ceff2a7..4a686962df05 100644 --- a/data/smartphone/vivo/2021/y3s-2021/vivo-y3s-2021-2gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2021/y3s-2021/vivo-y3s-2021-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2021/y50t/vivo-y50t-8gb-128gb-4g-lte.json b/data/smartphone/vivo/2021/y50t/vivo-y50t-8gb-128gb-4g-lte.json index b1fa34fb84d3..873ccdd6148c 100644 --- a/data/smartphone/vivo/2021/y50t/vivo-y50t-8gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2021/y50t/vivo-y50t-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2021/y52-5g/vivo-y52-5g-4gb-128gb-5g.json b/data/smartphone/vivo/2021/y52-5g/vivo-y52-5g-4gb-128gb-5g.json index bfbb1e56b325..a457b60898bd 100644 --- a/data/smartphone/vivo/2021/y52-5g/vivo-y52-5g-4gb-128gb-5g.json +++ b/data/smartphone/vivo/2021/y52-5g/vivo-y52-5g-4gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2021/y54s/vivo-y54s-6gb-128gb-5g.json b/data/smartphone/vivo/2021/y54s/vivo-y54s-6gb-128gb-5g.json index 9da3514ac9ea..7e61aaf4077f 100644 --- a/data/smartphone/vivo/2021/y54s/vivo-y54s-6gb-128gb-5g.json +++ b/data/smartphone/vivo/2021/y54s/vivo-y54s-6gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2021/y55s-2021/vivo-y55s-2021-8gb-256gb-5g.json b/data/smartphone/vivo/2021/y55s-2021/vivo-y55s-2021-8gb-256gb-5g.json index 710f70dfc472..27ef26e32976 100644 --- a/data/smartphone/vivo/2021/y55s-2021/vivo-y55s-2021-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/y55s-2021/vivo-y55s-2021-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/vivo/2021/y70t/vivo-y70t-8gb-256gb-5g.json b/data/smartphone/vivo/2021/y70t/vivo-y70t-8gb-256gb-5g.json index 0db28ebb870e..5cc22739c330 100644 --- a/data/smartphone/vivo/2021/y70t/vivo-y70t-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/y70t/vivo-y70t-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "exynos-880", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2021/y71t/vivo-y71t-8gb-256gb-5g.json b/data/smartphone/vivo/2021/y71t/vivo-y71t-8gb-256gb-5g.json index e6686e5472ff..064f92c1a670 100644 --- a/data/smartphone/vivo/2021/y71t/vivo-y71t-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/y71t/vivo-y71t-8gb-256gb-5g.json @@ -106,5 +106,6 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0 } diff --git a/data/smartphone/vivo/2021/y72-5g/vivo-y72-5g-8gb-128gb-5g.json b/data/smartphone/vivo/2021/y72-5g/vivo-y72-5g-8gb-128gb-5g.json index 93c2e0ea99b2..da8a761cfacd 100644 --- a/data/smartphone/vivo/2021/y72-5g/vivo-y72-5g-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2021/y72-5g/vivo-y72-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2021/y74s/vivo-y74s-8gb-256gb-5g.json b/data/smartphone/vivo/2021/y74s/vivo-y74s-8gb-256gb-5g.json index 6a4ac2f6faa1..56ebbe2ef44e 100644 --- a/data/smartphone/vivo/2021/y74s/vivo-y74s-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/y74s/vivo-y74s-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2021/y76-5g/vivo-y76-5g-8gb-256gb-5g.json b/data/smartphone/vivo/2021/y76-5g/vivo-y76-5g-8gb-256gb-5g.json index 31c1daec3994..8a60b4a41380 100644 --- a/data/smartphone/vivo/2021/y76-5g/vivo-y76-5g-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/y76-5g/vivo-y76-5g-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2021/y76s/vivo-y76s-12gb-256gb-5g.json b/data/smartphone/vivo/2021/y76s/vivo-y76s-12gb-256gb-5g.json index 5b25b4699de8..e7cbafa9f74e 100644 --- a/data/smartphone/vivo/2021/y76s/vivo-y76s-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2021/y76s/vivo-y76s-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2022/iqoo-neo7-china/vivo-iqoo-neo7-china-12gb-512gb-5g.json b/data/smartphone/vivo/2022/iqoo-neo7-china/vivo-iqoo-neo7-china-12gb-512gb-5g.json index 198a3ae64818..6d0052b32c4e 100644 --- a/data/smartphone/vivo/2022/iqoo-neo7-china/vivo-iqoo-neo7-china-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2022/iqoo-neo7-china/vivo-iqoo-neo7-china-12gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2022/iqoo-neo7-se/vivo-iqoo-neo7-se-16gb-512gb-5g.json b/data/smartphone/vivo/2022/iqoo-neo7-se/vivo-iqoo-neo7-se-16gb-512gb-5g.json index b50e1ec20dad..ff407313e881 100644 --- a/data/smartphone/vivo/2022/iqoo-neo7-se/vivo-iqoo-neo7-se-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2022/iqoo-neo7-se/vivo-iqoo-neo7-se-16gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-8200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.9, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/vivo/2022/iqoo-u5e/vivo-iqoo-u5e-6gb-128gb-5g.json b/data/smartphone/vivo/2022/iqoo-u5e/vivo-iqoo-u5e-6gb-128gb-5g.json index eb61d32e57b0..16f53015497f 100644 --- a/data/smartphone/vivo/2022/iqoo-u5e/vivo-iqoo-u5e-6gb-128gb-5g.json +++ b/data/smartphone/vivo/2022/iqoo-u5e/vivo-iqoo-u5e-6gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/iqoo-z6x/vivo-iqoo-z6x-8gb-256gb-5g.json b/data/smartphone/vivo/2022/iqoo-z6x/vivo-iqoo-z6x-8gb-256gb-5g.json index 589894735a1f..2387fbf8dfe5 100644 --- a/data/smartphone/vivo/2022/iqoo-z6x/vivo-iqoo-z6x-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/iqoo-z6x/vivo-iqoo-z6x-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/vivo/2022/s15-pro/vivo-s15-pro-12gb-256gb-5g.json b/data/smartphone/vivo/2022/s15-pro/vivo-s15-pro-12gb-256gb-5g.json index ec496ae40a13..0b7cb053aa67 100644 --- a/data/smartphone/vivo/2022/s15-pro/vivo-s15-pro-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/s15-pro/vivo-s15-pro-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-8100", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 73.5, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/vivo/2022/s15e/vivo-s15e-12gb-256gb-5g.json b/data/smartphone/vivo/2022/s15e/vivo-s15e-12gb-256gb-5g.json index 9b887bc6725f..30c8689d3357 100644 --- a/data/smartphone/vivo/2022/s15e/vivo-s15e-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/s15e/vivo-s15e-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "exynos-1080", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2022/s16-pro/vivo-s16-pro-12gb-512gb-5g.json b/data/smartphone/vivo/2022/s16-pro/vivo-s16-pro-12gb-512gb-5g.json index ca62e9a90bc7..1a5289c29387 100644 --- a/data/smartphone/vivo/2022/s16-pro/vivo-s16-pro-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2022/s16-pro/vivo-s16-pro-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-8200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2022/s16e/vivo-s16e-12gb-256gb-5g.json b/data/smartphone/vivo/2022/s16e/vivo-s16e-12gb-256gb-5g.json index 3c0d0ece804f..07a4f8cbfae5 100644 --- a/data/smartphone/vivo/2022/s16e/vivo-s16e-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/s16e/vivo-s16e-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "exynos-1080", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2022/t2x/vivo-t2x-8gb-256gb-5g.json b/data/smartphone/vivo/2022/t2x/vivo-t2x-8gb-256gb-5g.json index 8cc9682cbd6c..d4a91ddcefef 100644 --- a/data/smartphone/vivo/2022/t2x/vivo-t2x-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/t2x/vivo-t2x-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-1300", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/vivo/2022/v21s/vivo-v21s-8gb-128gb-5g.json b/data/smartphone/vivo/2022/v21s/vivo-v21s-8gb-128gb-5g.json index e64d213bc2cb..75922cb791b6 100644 --- a/data/smartphone/vivo/2022/v21s/vivo-v21s-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2022/v21s/vivo-v21s-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.9, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/vivo/2022/v23-5g/vivo-v23-5g-12gb-256gb-5g.json b/data/smartphone/vivo/2022/v23-5g/vivo-v23-5g-12gb-256gb-5g.json index 60dd28fcc53d..bea87e2085f1 100644 --- a/data/smartphone/vivo/2022/v23-5g/vivo-v23-5g-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/v23-5g/vivo-v23-5g-12gb-256gb-5g.json @@ -116,5 +116,6 @@ 256 ], "soc": "dimensity-920", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 44.0 } diff --git a/data/smartphone/vivo/2022/v23-pro/vivo-v23-pro-12gb-256gb-5g.json b/data/smartphone/vivo/2022/v23-pro/vivo-v23-pro-12gb-256gb-5g.json index a5ef1f79bbdd..c4c5dde7baf6 100644 --- a/data/smartphone/vivo/2022/v23-pro/vivo-v23-pro-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/v23-pro/vivo-v23-pro-12gb-256gb-5g.json @@ -116,5 +116,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 159.5, + "width_mm": 73.3, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2022/v25-pro/vivo-v25-pro-12gb-256gb-5g.json b/data/smartphone/vivo/2022/v25-pro/vivo-v25-pro-12gb-256gb-5g.json index 60313a82902d..f367fd235901 100644 --- a/data/smartphone/vivo/2022/v25-pro/vivo-v25-pro-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/v25-pro/vivo-v25-pro-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-1300", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 73.5, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/vivo/2022/v25/vivo-v25-12gb-256gb-5g.json b/data/smartphone/vivo/2022/v25/vivo-v25-12gb-256gb-5g.json index 7b398ba4c27a..746ace5b8906 100644 --- a/data/smartphone/vivo/2022/v25/vivo-v25-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/v25/vivo-v25-12gb-256gb-5g.json @@ -115,5 +115,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 74.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2022/v25e/vivo-v25e-12gb-256gb-4g-lte.json b/data/smartphone/vivo/2022/v25e/vivo-v25e-12gb-256gb-4g-lte.json index 7f21134cdbae..fbff6a1e15d3 100644 --- a/data/smartphone/vivo/2022/v25e/vivo-v25e-12gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2022/v25e/vivo-v25e-12gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 74.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2022/x80-lite/vivo-x80-lite-8gb-256gb-5g.json b/data/smartphone/vivo/2022/x80-lite/vivo-x80-lite-8gb-256gb-5g.json index f00034335ce5..e4b6af680731 100644 --- a/data/smartphone/vivo/2022/x80-lite/vivo-x80-lite-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/x80-lite/vivo-x80-lite-8gb-256gb-5g.json @@ -112,5 +112,11 @@ 256 ], "soc": "dimensity-900", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 74.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2022/x80/vivo-x80-12gb-512gb-5g.json b/data/smartphone/vivo/2022/x80/vivo-x80-12gb-512gb-5g.json index b00862adde97..997eb5f14251 100644 --- a/data/smartphone/vivo/2022/x80/vivo-x80-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2022/x80/vivo-x80-12gb-512gb-5g.json @@ -109,5 +109,11 @@ 512 ], "soc": "dimensity-9000-plus", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 75.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/x90-pro/vivo-x90-pro-12gb-512gb-5g.json b/data/smartphone/vivo/2022/x90-pro/vivo-x90-pro-12gb-512gb-5g.json index 6ce3520af10d..602feae3fe96 100644 --- a/data/smartphone/vivo/2022/x90-pro/vivo-x90-pro-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2022/x90-pro/vivo-x90-pro-12gb-512gb-5g.json @@ -115,5 +115,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.5, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/vivo/2022/x90/vivo-x90-12gb-512gb-5g.json b/data/smartphone/vivo/2022/x90/vivo-x90-12gb-512gb-5g.json index 1d527f594416..8762abbc26b4 100644 --- a/data/smartphone/vivo/2022/x90/vivo-x90-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2022/x90/vivo-x90-12gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2022/y01/vivo-y01-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2022/y01/vivo-y01-3gb-32gb-4g-lte.json index deae05836dd0..55ffc1c841d2 100644 --- a/data/smartphone/vivo/2022/y01/vivo-y01-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2022/y01/vivo-y01-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/y02/vivo-y02-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2022/y02/vivo-y02-3gb-32gb-4g-lte.json index 9acfdf110527..ed05c4d98c00 100644 --- a/data/smartphone/vivo/2022/y02/vivo-y02-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2022/y02/vivo-y02-3gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2022/y02s/vivo-y02s-3gb-64gb-4g-lte.json b/data/smartphone/vivo/2022/y02s/vivo-y02s-3gb-64gb-4g-lte.json index 9b47b239ac2d..8b92ab093cae 100644 --- a/data/smartphone/vivo/2022/y02s/vivo-y02s-3gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2022/y02s/vivo-y02s-3gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.0, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/vivo/2022/y16/vivo-y16-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2022/y16/vivo-y16-4gb-128gb-4g-lte.json index d0dc4922198b..af467791e97c 100644 --- a/data/smartphone/vivo/2022/y16/vivo-y16-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2022/y16/vivo-y16-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/vivo/2022/y21a/vivo-y21a-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2022/y21a/vivo-y21a-4gb-64gb-4g-lte.json index c277908ac6f1..860e5d20bcce 100644 --- a/data/smartphone/vivo/2022/y21a/vivo-y21a-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2022/y21a/vivo-y21a-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.1, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/vivo/2022/y30-5g/vivo-y30-5g-6gb-128gb-5g.json b/data/smartphone/vivo/2022/y30-5g/vivo-y30-5g-6gb-128gb-5g.json index d80c3f0413ae..0bc0f9e70cb2 100644 --- a/data/smartphone/vivo/2022/y30-5g/vivo-y30-5g-6gb-128gb-5g.json +++ b/data/smartphone/vivo/2022/y30-5g/vivo-y30-5g-6gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/y33e/vivo-y33e-4gb-128gb-5g.json b/data/smartphone/vivo/2022/y33e/vivo-y33e-4gb-128gb-5g.json index a2a95e8d56f6..65218128b9ee 100644 --- a/data/smartphone/vivo/2022/y33e/vivo-y33e-4gb-128gb-5g.json +++ b/data/smartphone/vivo/2022/y33e/vivo-y33e-4gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2022/y33s-5g/vivo-y33s-5g-8gb-128gb-5g.json b/data/smartphone/vivo/2022/y33s-5g/vivo-y33s-5g-8gb-128gb-5g.json index 7cfec363c56b..8c41d438a557 100644 --- a/data/smartphone/vivo/2022/y33s-5g/vivo-y33s-5g-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2022/y33s-5g/vivo-y33s-5g-8gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/y35-5g/vivo-y35-5g-8gb-128gb-5g.json b/data/smartphone/vivo/2022/y35-5g/vivo-y35-5g-8gb-128gb-5g.json index 9151fb567206..f0ddd5c259fc 100644 --- a/data/smartphone/vivo/2022/y35-5g/vivo-y35-5g-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2022/y35-5g/vivo-y35-5g-8gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/vivo/2022/y52t/vivo-y52t-8gb-256gb-5g.json b/data/smartphone/vivo/2022/y52t/vivo-y52t-8gb-256gb-5g.json index 046944e87d48..d24acf6f348b 100644 --- a/data/smartphone/vivo/2022/y52t/vivo-y52t-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/y52t/vivo-y52t-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2022/y55-5g/vivo-y55-5g-6gb-128gb-5g.json b/data/smartphone/vivo/2022/y55-5g/vivo-y55-5g-6gb-128gb-5g.json index 2ad293017d46..c9d56c4a69ba 100644 --- a/data/smartphone/vivo/2022/y55-5g/vivo-y55-5g-6gb-128gb-5g.json +++ b/data/smartphone/vivo/2022/y55-5g/vivo-y55-5g-6gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/y72t/vivo-y72t-8gb-256gb-5g.json b/data/smartphone/vivo/2022/y72t/vivo-y72t-8gb-256gb-5g.json index cc246d0b13fd..567b3aceab2c 100644 --- a/data/smartphone/vivo/2022/y72t/vivo-y72t-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/y72t/vivo-y72t-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/vivo/2022/y73t/vivo-y73t-12gb-256gb-5g.json b/data/smartphone/vivo/2022/y73t/vivo-y73t-12gb-256gb-5g.json index 2cab6db9b1b0..15fa04c9ea29 100644 --- a/data/smartphone/vivo/2022/y73t/vivo-y73t-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/y73t/vivo-y73t-12gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/vivo/2022/y75-5g/vivo-y75-5g-8gb-128gb-5g.json b/data/smartphone/vivo/2022/y75-5g/vivo-y75-5g-8gb-128gb-5g.json index 88aa84628579..fe25223628fb 100644 --- a/data/smartphone/vivo/2022/y75-5g/vivo-y75-5g-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2022/y75-5g/vivo-y75-5g-8gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/y75s/vivo-y75s-12gb-256gb-5g.json b/data/smartphone/vivo/2022/y75s/vivo-y75s-12gb-256gb-5g.json index 4fd55d1e176e..2ed22b98bcbd 100644 --- a/data/smartphone/vivo/2022/y75s/vivo-y75s-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/y75s/vivo-y75s-12gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2022/y77-china/vivo-y77-china-12gb-256gb-5g.json b/data/smartphone/vivo/2022/y77-china/vivo-y77-china-12gb-256gb-5g.json index 4b560acd5af0..5c32a6561a3b 100644 --- a/data/smartphone/vivo/2022/y77-china/vivo-y77-china-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/y77-china/vivo-y77-china-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-930", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.8, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/vivo/2022/y77/vivo-y77-8gb-256gb-5g.json b/data/smartphone/vivo/2022/y77/vivo-y77-8gb-256gb-5g.json index 9f23b05f0add..cfe2e47e8ca1 100644 --- a/data/smartphone/vivo/2022/y77/vivo-y77-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/y77/vivo-y77-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/y77e-t1/vivo-y77e-t1-8gb-256gb-5g.json b/data/smartphone/vivo/2022/y77e-t1/vivo-y77e-t1-8gb-256gb-5g.json index 8b5f04ea3359..9c6ed9802596 100644 --- a/data/smartphone/vivo/2022/y77e-t1/vivo-y77e-t1-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/y77e-t1/vivo-y77e-t1-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2022/y77e/vivo-y77e-8gb-256gb-5g.json b/data/smartphone/vivo/2022/y77e/vivo-y77e-8gb-256gb-5g.json index b7d5b53f8884..77cae3753db3 100644 --- a/data/smartphone/vivo/2022/y77e/vivo-y77e-8gb-256gb-5g.json +++ b/data/smartphone/vivo/2022/y77e/vivo-y77e-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2023/iqoo-neo8-pro/vivo-iqoo-neo8-pro-16gb-512gb-5g.json b/data/smartphone/vivo/2023/iqoo-neo8-pro/vivo-iqoo-neo8-pro-16gb-512gb-5g.json index 8df183f137fd..09be3ad5911c 100644 --- a/data/smartphone/vivo/2023/iqoo-neo8-pro/vivo-iqoo-neo8-pro-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/iqoo-neo8-pro/vivo-iqoo-neo8-pro-16gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.7, + "width_mm": 77.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2023/iqoo-neo9-pro-china/vivo-iqoo-neo9-pro-china-16gb-512gb-5g.json b/data/smartphone/vivo/2023/iqoo-neo9-pro-china/vivo-iqoo-neo9-pro-china-16gb-512gb-5g.json index 39792b148038..83b211a2a166 100644 --- a/data/smartphone/vivo/2023/iqoo-neo9-pro-china/vivo-iqoo-neo9-pro-china-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/iqoo-neo9-pro-china/vivo-iqoo-neo9-pro-china-16gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 75.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/vivo/2023/iqoo-z8-china/vivo-iqoo-z8-china-12gb-512gb-5g.json b/data/smartphone/vivo/2023/iqoo-z8-china/vivo-iqoo-z8-china-12gb-512gb-5g.json index 7ed60b292ad0..7ac6e77f03c5 100644 --- a/data/smartphone/vivo/2023/iqoo-z8-china/vivo-iqoo-z8-china-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/iqoo-z8-china/vivo-iqoo-z8-china-12gb-512gb-5g.json @@ -105,5 +105,11 @@ 512 ], "soc": "dimensity-8200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/vivo/2023/s17-pro/vivo-s17-pro-12gb-512gb-5g.json b/data/smartphone/vivo/2023/s17-pro/vivo-s17-pro-12gb-512gb-5g.json index 7052b0ed19ed..164e3ab91986 100644 --- a/data/smartphone/vivo/2023/s17-pro/vivo-s17-pro-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/s17-pro/vivo-s17-pro-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-8200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 74.4, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2023/s17e/vivo-s17e-12gb-256gb-5g.json b/data/smartphone/vivo/2023/s17e/vivo-s17e-12gb-256gb-5g.json index fcb9093c9025..9584c8e28a01 100644 --- a/data/smartphone/vivo/2023/s17e/vivo-s17e-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2023/s17e/vivo-s17e-12gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-7200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 74.9, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2023/s17t/vivo-s17t-12gb-512gb-5g.json b/data/smartphone/vivo/2023/s17t/vivo-s17t-12gb-512gb-5g.json index 339fcea56f96..93447fb4e29a 100644 --- a/data/smartphone/vivo/2023/s17t/vivo-s17t-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/s17t/vivo-s17t-12gb-512gb-5g.json @@ -104,5 +104,11 @@ 512 ], "soc": "dimensity-8050", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 74.4, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2023/s18-pro/vivo-s18-pro-16gb-512gb-5g.json b/data/smartphone/vivo/2023/s18-pro/vivo-s18-pro-16gb-512gb-5g.json index b5983198ab51..b5d75b29e1a9 100644 --- a/data/smartphone/vivo/2023/s18-pro/vivo-s18-pro-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/s18-pro/vivo-s18-pro-16gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2023/s18e/vivo-s18e-12gb-512gb-5g.json b/data/smartphone/vivo/2023/s18e/vivo-s18e-12gb-512gb-5g.json index da9a35fe7889..d02ddfef629b 100644 --- a/data/smartphone/vivo/2023/s18e/vivo-s18e-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/s18e/vivo-s18e-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-7200", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 162.4, + "width_mm": 74.9, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2023/t2/vivo-t2-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2023/t2/vivo-t2-8gb-256gb-4g-lte.json index 78f2060ed1e2..42c27a09cfb3 100644 --- a/data/smartphone/vivo/2023/t2/vivo-t2-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2023/t2/vivo-t2-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2023/v27/vivo-v27-12gb-256gb-5g.json b/data/smartphone/vivo/2023/v27/vivo-v27-12gb-256gb-5g.json index 9638644a5627..851d7f673983 100644 --- a/data/smartphone/vivo/2023/v27/vivo-v27-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2023/v27/vivo-v27-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-7200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.8, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/vivo/2023/v27e/vivo-v27e-12gb-256gb-4g-lte.json b/data/smartphone/vivo/2023/v27e/vivo-v27e-12gb-256gb-4g-lte.json index a0bfe3d7493f..51c37bd275fb 100644 --- a/data/smartphone/vivo/2023/v27e/vivo-v27e-12gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2023/v27e/vivo-v27e-12gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2023/v29-pro/vivo-v29-pro-12gb-256gb-5g.json b/data/smartphone/vivo/2023/v29-pro/vivo-v29-pro-12gb-256gb-5g.json index b8d9e826bfc2..0a266a16eeb8 100644 --- a/data/smartphone/vivo/2023/v29-pro/vivo-v29-pro-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2023/v29-pro/vivo-v29-pro-12gb-256gb-5g.json @@ -114,5 +114,11 @@ 256 ], "soc": "dimensity-8200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 74.4, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/vivo/2023/x100/vivo-x100-16gb-512gb-5g.json b/data/smartphone/vivo/2023/x100/vivo-x100-16gb-512gb-5g.json index 7471fe0ee17c..e817aec3cabd 100644 --- a/data/smartphone/vivo/2023/x100/vivo-x100-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/x100/vivo-x100-16gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2023/x90s/vivo-x90s-12gb-512gb-5g.json b/data/smartphone/vivo/2023/x90s/vivo-x90s-12gb-512gb-5g.json index 335bbd2f460b..8a9610432a94 100644 --- a/data/smartphone/vivo/2023/x90s/vivo-x90s-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2023/x90s/vivo-x90s-12gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2023/y02a/vivo-y02a-3gb-32gb-4g-lte.json b/data/smartphone/vivo/2023/y02a/vivo-y02a-3gb-32gb-4g-lte.json index 400ee71f5229..f6973da5ca11 100644 --- a/data/smartphone/vivo/2023/y02a/vivo-y02a-3gb-32gb-4g-lte.json +++ b/data/smartphone/vivo/2023/y02a/vivo-y02a-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2023/y02t/vivo-y02t-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2023/y02t/vivo-y02t-4gb-128gb-4g-lte.json index 84843fab23ab..cb31f62b3c27 100644 --- a/data/smartphone/vivo/2023/y02t/vivo-y02t-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2023/y02t/vivo-y02t-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2023/y100/vivo-y100-8gb-128gb-5g.json b/data/smartphone/vivo/2023/y100/vivo-y100-8gb-128gb-5g.json index 6ad6d6803a22..f5968e60756c 100644 --- a/data/smartphone/vivo/2023/y100/vivo-y100-8gb-128gb-5g.json +++ b/data/smartphone/vivo/2023/y100/vivo-y100-8gb-128gb-5g.json @@ -103,5 +103,11 @@ 128 ], "soc": "dimensity-900", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 158.9, + "width_mm": 73.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/vivo/2023/y11-2023/vivo-y11-2023-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2023/y11-2023/vivo-y11-2023-6gb-128gb-4g-lte.json index 66b3109a627f..fde14c170efa 100644 --- a/data/smartphone/vivo/2023/y11-2023/vivo-y11-2023-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2023/y11-2023/vivo-y11-2023-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/vivo/2023/y55s-2023/vivo-y55s-2023-6gb-128gb-5g.json b/data/smartphone/vivo/2023/y55s-2023/vivo-y55s-2023-6gb-128gb-5g.json index 83cd5cd40899..811842af51d7 100644 --- a/data/smartphone/vivo/2023/y55s-2023/vivo-y55s-2023-6gb-128gb-5g.json +++ b/data/smartphone/vivo/2023/y55s-2023/vivo-y55s-2023-6gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/vivo/2024/iqoo-neo9s-pro/vivo-iqoo-neo9s-pro-16gb-512gb-5g.json b/data/smartphone/vivo/2024/iqoo-neo9s-pro/vivo-iqoo-neo9s-pro-16gb-512gb-5g.json index 9fad052606a5..92a2bbb61d62 100644 --- a/data/smartphone/vivo/2024/iqoo-neo9s-pro/vivo-iqoo-neo9s-pro-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2024/iqoo-neo9s-pro/vivo-iqoo-neo9s-pro-16gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 75.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/vivo/2024/iqoo-z9-turbo/vivo-iqoo-z9-turbo-16gb-512gb-5g.json b/data/smartphone/vivo/2024/iqoo-z9-turbo/vivo-iqoo-z9-turbo-16gb-512gb-5g.json index d8c0c03ae66c..814a812ca2c4 100644 --- a/data/smartphone/vivo/2024/iqoo-z9-turbo/vivo-iqoo-z9-turbo-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2024/iqoo-z9-turbo/vivo-iqoo-z9-turbo-16gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 75.9, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/vivo/2024/s19-pro/vivo-s19-pro-16gb-512gb-5g.json b/data/smartphone/vivo/2024/s19-pro/vivo-s19-pro-16gb-512gb-5g.json index df603703657f..766b9caebb3a 100644 --- a/data/smartphone/vivo/2024/s19-pro/vivo-s19-pro-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2024/s19-pro/vivo-s19-pro-16gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.0, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/vivo/2024/x100s/vivo-x100s-16gb-512gb-5g.json b/data/smartphone/vivo/2024/x100s/vivo-x100s-16gb-512gb-5g.json index 5ca5752c3e6e..1a1aa9166c92 100644 --- a/data/smartphone/vivo/2024/x100s/vivo-x100s-16gb-512gb-5g.json +++ b/data/smartphone/vivo/2024/x100s/vivo-x100s-16gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 100.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 75.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/vivo/2024/y03/vivo-y03-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2024/y03/vivo-y03-4gb-128gb-4g-lte.json index c8d3ad767a9e..6a2dbeb533a4 100644 --- a/data/smartphone/vivo/2024/y03/vivo-y03-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2024/y03/vivo-y03-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.7, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2024/y03t/vivo-y03t-4gb-128gb-4g-lte.json b/data/smartphone/vivo/2024/y03t/vivo-y03t-4gb-128gb-4g-lte.json index f384f3926621..6c3df0818318 100644 --- a/data/smartphone/vivo/2024/y03t/vivo-y03t-4gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2024/y03t/vivo-y03t-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "unisoc-t612", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2024/y100t/vivo-y100t-12gb-512gb-5g.json b/data/smartphone/vivo/2024/y100t/vivo-y100t-12gb-512gb-5g.json index e257f360bae3..ee5d07bf7e0a 100644 --- a/data/smartphone/vivo/2024/y100t/vivo-y100t-12gb-512gb-5g.json +++ b/data/smartphone/vivo/2024/y100t/vivo-y100t-12gb-512gb-5g.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-8200", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/vivo/2024/y18-india/vivo-y18-india-6gb-128gb-4g-lte.json b/data/smartphone/vivo/2024/y18-india/vivo-y18-india-6gb-128gb-4g-lte.json index 6db210488bd3..af4ccc257ecd 100644 --- a/data/smartphone/vivo/2024/y18-india/vivo-y18-india-6gb-128gb-4g-lte.json +++ b/data/smartphone/vivo/2024/y18-india/vivo-y18-india-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2024/y18/vivo-y18-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2024/y18/vivo-y18-8gb-256gb-4g-lte.json index 038856300203..3e3a5fd63c0f 100644 --- a/data/smartphone/vivo/2024/y18/vivo-y18-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2024/y18/vivo-y18-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 256 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2024/y18e/vivo-y18e-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2024/y18e/vivo-y18e-4gb-64gb-4g-lte.json index f0b8734d4692..52928f56fe94 100644 --- a/data/smartphone/vivo/2024/y18e/vivo-y18e-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2024/y18e/vivo-y18e-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2024/y18i/vivo-y18i-4gb-64gb-4g-lte.json b/data/smartphone/vivo/2024/y18i/vivo-y18i-4gb-64gb-4g-lte.json index 27ab4e402681..2094413b6aca 100644 --- a/data/smartphone/vivo/2024/y18i/vivo-y18i-4gb-64gb-4g-lte.json +++ b/data/smartphone/vivo/2024/y18i/vivo-y18i-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "unisoc-t612", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/vivo/2024/y28-4g/vivo-y28-4g-8gb-256gb-4g-lte.json b/data/smartphone/vivo/2024/y28-4g/vivo-y28-4g-8gb-256gb-4g-lte.json index 6045d2339097..dad156726cc7 100644 --- a/data/smartphone/vivo/2024/y28-4g/vivo-y28-4g-8gb-256gb-4g-lte.json +++ b/data/smartphone/vivo/2024/y28-4g/vivo-y28-4g-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/vivo/2024/y37/vivo-y37-12gb-256gb-5g.json b/data/smartphone/vivo/2024/y37/vivo-y37-12gb-256gb-5g.json index 3143d38cfe57..fe885faef593 100644 --- a/data/smartphone/vivo/2024/y37/vivo-y37-12gb-256gb-5g.json +++ b/data/smartphone/vivo/2024/y37/vivo-y37-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-6300", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/xiaomi/2012/mi-1s/xiaomi-mi-1s-1gb-4gb-3g.json b/data/smartphone/xiaomi/2012/mi-1s/xiaomi-mi-1s-1gb-4gb-3g.json index 243f20bf350b..c25835a9a60a 100644 --- a/data/smartphone/xiaomi/2012/mi-1s/xiaomi-mi-1s-1gb-4gb-3g.json +++ b/data/smartphone/xiaomi/2012/mi-1s/xiaomi-mi-1s-1gb-4gb-3g.json @@ -98,5 +98,10 @@ 4 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 125.0, + "width_mm": 63.0, + "depth_mm": 11.9 + } } diff --git a/data/smartphone/xiaomi/2012/mi-2/xiaomi-mi-2-2gb-32gb-3g.json b/data/smartphone/xiaomi/2012/mi-2/xiaomi-mi-2-2gb-32gb-3g.json index a90cf00f5856..a6238d569921 100644 --- a/data/smartphone/xiaomi/2012/mi-2/xiaomi-mi-2-2gb-32gb-3g.json +++ b/data/smartphone/xiaomi/2012/mi-2/xiaomi-mi-2-2gb-32gb-3g.json @@ -100,5 +100,10 @@ 32 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 126.0, + "width_mm": 62.0, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/xiaomi/2013/mi-2a/xiaomi-mi-2a-1gb-16gb-3g.json b/data/smartphone/xiaomi/2013/mi-2a/xiaomi-mi-2a-1gb-16gb-3g.json index e9700d230def..faf3f482baab 100644 --- a/data/smartphone/xiaomi/2013/mi-2a/xiaomi-mi-2a-1gb-16gb-3g.json +++ b/data/smartphone/xiaomi/2013/mi-2a/xiaomi-mi-2a-1gb-16gb-3g.json @@ -99,5 +99,10 @@ 16 ], "soc": "qualcomm-snapdragon-s4-pro", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 133.0, + "width_mm": 66.5, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/xiaomi/2013/mi-2s/xiaomi-mi-2s-2gb-32gb-3g.json b/data/smartphone/xiaomi/2013/mi-2s/xiaomi-mi-2s-2gb-32gb-3g.json index 0a9d8536c8d7..17212da01c31 100644 --- a/data/smartphone/xiaomi/2013/mi-2s/xiaomi-mi-2s-2gb-32gb-3g.json +++ b/data/smartphone/xiaomi/2013/mi-2s/xiaomi-mi-2s-2gb-32gb-3g.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 126.0, + "width_mm": 62.0, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/xiaomi/2013/redmi/xiaomi-redmi-1gb-4gb-3g.json b/data/smartphone/xiaomi/2013/redmi/xiaomi-redmi-1gb-4gb-3g.json index 259934920263..c8375199afac 100644 --- a/data/smartphone/xiaomi/2013/redmi/xiaomi-redmi-1gb-4gb-3g.json +++ b/data/smartphone/xiaomi/2013/redmi/xiaomi-redmi-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6589t", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 137.0, + "width_mm": 69.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/xiaomi/2014/mi-4-lte/xiaomi-mi-4-lte-3gb-16gb-4g-lte.json b/data/smartphone/xiaomi/2014/mi-4-lte/xiaomi-mi-4-lte-3gb-16gb-4g-lte.json index a8afac44abdd..be63c8f771dc 100644 --- a/data/smartphone/xiaomi/2014/mi-4-lte/xiaomi-mi-4-lte-3gb-16gb-4g-lte.json +++ b/data/smartphone/xiaomi/2014/mi-4-lte/xiaomi-mi-4-lte-3gb-16gb-4g-lte.json @@ -103,5 +103,11 @@ 16 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.3" + "os_version": "4.4.3", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 139.2, + "width_mm": 68.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2014/mi-4/xiaomi-mi-4-3gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2014/mi-4/xiaomi-mi-4-3gb-64gb-4g-lte.json index 54eed4ca9cc5..0d9cbd739884 100644 --- a/data/smartphone/xiaomi/2014/mi-4/xiaomi-mi-4-3gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2014/mi-4/xiaomi-mi-4-3gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.3" + "os_version": "4.4.3", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 139.2, + "width_mm": 68.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2014/redmi-1s/xiaomi-redmi-1s-1gb-8gb-3g.json b/data/smartphone/xiaomi/2014/redmi-1s/xiaomi-redmi-1s-1gb-8gb-3g.json index 076ba63cec35..a49fbc3b0acb 100644 --- a/data/smartphone/xiaomi/2014/redmi-1s/xiaomi-redmi-1s-1gb-8gb-3g.json +++ b/data/smartphone/xiaomi/2014/redmi-1s/xiaomi-redmi-1s-1gb-8gb-3g.json @@ -111,5 +111,10 @@ 8 ], "soc": "qualcomm-msm8228-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 137.0, + "width_mm": 69.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/xiaomi/2014/redmi-note-4g/xiaomi-redmi-note-4g-2gb-8gb-4g-lte.json b/data/smartphone/xiaomi/2014/redmi-note-4g/xiaomi-redmi-note-4g-2gb-8gb-4g-lte.json index 7db44fd4386c..4bb050964fda 100644 --- a/data/smartphone/xiaomi/2014/redmi-note-4g/xiaomi-redmi-note-4g-2gb-8gb-4g-lte.json +++ b/data/smartphone/xiaomi/2014/redmi-note-4g/xiaomi-redmi-note-4g-2gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8928-snapdragon-400", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 154.0, + "width_mm": 78.7, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/xiaomi/2014/redmi-note/xiaomi-redmi-note-2gb-8gb-3g.json b/data/smartphone/xiaomi/2014/redmi-note/xiaomi-redmi-note-2gb-8gb-3g.json index 606e6bb97b2f..06f673bee4c3 100644 --- a/data/smartphone/xiaomi/2014/redmi-note/xiaomi-redmi-note-2gb-8gb-3g.json +++ b/data/smartphone/xiaomi/2014/redmi-note/xiaomi-redmi-note-2gb-8gb-3g.json @@ -112,5 +112,10 @@ 8 ], "soc": "mediatek-mt6592", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 154.0, + "width_mm": 78.7, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/xiaomi/2015/mi-4c/xiaomi-mi-4c-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2015/mi-4c/xiaomi-mi-4c-3gb-32gb-4g-lte.json index 5fd833c1f4f8..4acae573b52f 100644 --- a/data/smartphone/xiaomi/2015/mi-4c/xiaomi-mi-4c-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/mi-4c/xiaomi-mi-4c-3gb-32gb-4g-lte.json @@ -114,5 +114,11 @@ 32 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 138.1, + "width_mm": 69.6, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/xiaomi/2015/mi-4i/xiaomi-mi-4i-2gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2015/mi-4i/xiaomi-mi-4i-2gb-32gb-4g-lte.json index 42e3a345ab54..e642fa44066a 100644 --- a/data/smartphone/xiaomi/2015/mi-4i/xiaomi-mi-4i-2gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/mi-4i/xiaomi-mi-4i-2gb-32gb-4g-lte.json @@ -114,5 +114,11 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 138.1, + "width_mm": 69.6, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/xiaomi/2015/mi-note-pro/xiaomi-mi-note-pro-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2015/mi-note-pro/xiaomi-mi-note-pro-4gb-64gb-4g-lte.json index db16c0e1961f..55e6148d30ce 100644 --- a/data/smartphone/xiaomi/2015/mi-note-pro/xiaomi-mi-note-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/mi-note-pro/xiaomi-mi-note-pro-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0.1" + "os_version": "5.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.1, + "width_mm": 77.6, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/xiaomi/2015/mi-note/xiaomi-mi-note-3gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2015/mi-note/xiaomi-mi-note-3gb-64gb-4g-lte.json index 7e0aca12726f..312cb649b4c6 100644 --- a/data/smartphone/xiaomi/2015/mi-note/xiaomi-mi-note-3gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/mi-note/xiaomi-mi-note-3gb-64gb-4g-lte.json @@ -112,5 +112,11 @@ 64 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.1, + "width_mm": 77.6, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/xiaomi/2015/redmi-2-prime/xiaomi-redmi-2-prime-2gb-16gb-4g-lte.json b/data/smartphone/xiaomi/2015/redmi-2-prime/xiaomi-redmi-2-prime-2gb-16gb-4g-lte.json index 98207b281303..ebae11097fa1 100644 --- a/data/smartphone/xiaomi/2015/redmi-2-prime/xiaomi-redmi-2-prime-2gb-16gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/redmi-2-prime/xiaomi-redmi-2-prime-2gb-16gb-4g-lte.json @@ -105,5 +105,11 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/xiaomi/2015/redmi-2-pro/xiaomi-redmi-2-pro-2gb-16gb-4g-lte.json b/data/smartphone/xiaomi/2015/redmi-2-pro/xiaomi-redmi-2-pro-2gb-16gb-4g-lte.json index ccaf80a338a5..12d2f58266b0 100644 --- a/data/smartphone/xiaomi/2015/redmi-2-pro/xiaomi-redmi-2-pro-2gb-16gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/redmi-2-pro/xiaomi-redmi-2-pro-2gb-16gb-4g-lte.json @@ -103,5 +103,11 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/xiaomi/2015/redmi-2/xiaomi-redmi-2-2gb-16gb-4g-lte.json b/data/smartphone/xiaomi/2015/redmi-2/xiaomi-redmi-2-2gb-16gb-4g-lte.json index 580ff79b5cdf..1c05f4a09e7e 100644 --- a/data/smartphone/xiaomi/2015/redmi-2/xiaomi-redmi-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/redmi-2/xiaomi-redmi-2-2gb-16gb-4g-lte.json @@ -115,5 +115,11 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.2, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2015/redmi-2a/xiaomi-redmi-2a-1gb-8gb-4g-lte.json b/data/smartphone/xiaomi/2015/redmi-2a/xiaomi-redmi-2a-1gb-8gb-4g-lte.json index 8161646aecce..e6bea813d0ae 100644 --- a/data/smartphone/xiaomi/2015/redmi-2a/xiaomi-redmi-2a-1gb-8gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/redmi-2a/xiaomi-redmi-2a-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "leadcore-l1860c", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.2, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2015/redmi-note-2/xiaomi-redmi-note-2-2gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2015/redmi-note-2/xiaomi-redmi-note-2-2gb-32gb-4g-lte.json index c2274bc1680e..534185eb904e 100644 --- a/data/smartphone/xiaomi/2015/redmi-note-2/xiaomi-redmi-note-2-2gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/redmi-note-2/xiaomi-redmi-note-2-2gb-32gb-4g-lte.json @@ -118,5 +118,11 @@ 32 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 152.0, + "width_mm": 76.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2015/redmi-note-3-mediatek/xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2015/redmi-note-3-mediatek/xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte.json index 7ba3393935eb..f5266778cdc4 100644 --- a/data/smartphone/xiaomi/2015/redmi-note-3-mediatek/xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/redmi-note-3-mediatek/xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte.json @@ -115,5 +115,11 @@ 32 ], "soc": "mediatek-mt6795-helio-x10", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 150.0, + "width_mm": 76.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/xiaomi/2015/redmi-note-prime/xiaomi-redmi-note-prime-2gb-16gb-4g-lte.json b/data/smartphone/xiaomi/2015/redmi-note-prime/xiaomi-redmi-note-prime-2gb-16gb-4g-lte.json index bd2869c1567a..b6680334f917 100644 --- a/data/smartphone/xiaomi/2015/redmi-note-prime/xiaomi-redmi-note-prime-2gb-16gb-4g-lte.json +++ b/data/smartphone/xiaomi/2015/redmi-note-prime/xiaomi-redmi-note-prime-2gb-16gb-4g-lte.json @@ -106,5 +106,11 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 78.7, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2016/mi-4s/xiaomi-mi-4s-3gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2016/mi-4s/xiaomi-mi-4s-3gb-64gb-4g-lte.json index 9612ea54aa00..27f8f7b96b6e 100644 --- a/data/smartphone/xiaomi/2016/mi-4s/xiaomi-mi-4s-3gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/mi-4s/xiaomi-mi-4s-3gb-64gb-4g-lte.json @@ -111,5 +111,11 @@ 64 ], "soc": "qualcomm-msm8992-snapdragon-808", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 139.3, + "width_mm": 70.8, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/xiaomi/2016/mi-5/xiaomi-mi-5-4gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2016/mi-5/xiaomi-mi-5-4gb-128gb-4g-lte.json index cc395693a7ce..4cef743f2a5e 100644 --- a/data/smartphone/xiaomi/2016/mi-5/xiaomi-mi-5-4gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/mi-5/xiaomi-mi-5-4gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.2, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/xiaomi/2016/mi-5s-plus/xiaomi-mi-5s-plus-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2016/mi-5s-plus/xiaomi-mi-5s-plus-6gb-128gb-4g-lte.json index b9134b984942..94ffccf78453 100644 --- a/data/smartphone/xiaomi/2016/mi-5s-plus/xiaomi-mi-5s-plus-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/mi-5s-plus/xiaomi-mi-5s-plus-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.6, + "width_mm": 77.7, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/xiaomi/2016/mi-5s/xiaomi-mi-5s-4gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2016/mi-5s/xiaomi-mi-5s-4gb-128gb-4g-lte.json index d5c9fa23e2e6..2a202f13f163 100644 --- a/data/smartphone/xiaomi/2016/mi-5s/xiaomi-mi-5s-4gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/mi-5s/xiaomi-mi-5s-4gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.6, + "width_mm": 70.3, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2016/mi-max/xiaomi-mi-max-4gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2016/mi-max/xiaomi-mi-max-4gb-128gb-4g-lte.json index 0a97fc7b70f9..2d9b86e6760f 100644 --- a/data/smartphone/xiaomi/2016/mi-max/xiaomi-mi-max-4gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/mi-max/xiaomi-mi-max-4gb-128gb-4g-lte.json @@ -117,5 +117,10 @@ 128 ], "soc": "qualcomm-msm8956-snapdragon-650", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 173.1, + "width_mm": 88.3, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/xiaomi/2016/mi-mix/xiaomi-mi-mix-6gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2016/mi-mix/xiaomi-mi-mix-6gb-256gb-4g-lte.json index 3619507cca1a..700efca1e4a0 100644 --- a/data/smartphone/xiaomi/2016/mi-mix/xiaomi-mi-mix-6gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/mi-mix/xiaomi-mi-mix-6gb-256gb-4g-lte.json @@ -113,5 +113,11 @@ 256 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.8, + "width_mm": 81.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/xiaomi/2016/mi-note-2/xiaomi-mi-note-2-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2016/mi-note-2/xiaomi-mi-note-2-6gb-128gb-4g-lte.json index 02e0b07db20a..011813ee3fbe 100644 --- a/data/smartphone/xiaomi/2016/mi-note-2/xiaomi-mi-note-2-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/mi-note-2/xiaomi-mi-note-2-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.2, + "width_mm": 77.3, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-3-pro/xiaomi-redmi-3-pro-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-3-pro/xiaomi-redmi-3-pro-3gb-32gb-4g-lte.json index 3d02c536601b..d09203f602cd 100644 --- a/data/smartphone/xiaomi/2016/redmi-3-pro/xiaomi-redmi-3-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-3-pro/xiaomi-redmi-3-pro-3gb-32gb-4g-lte.json @@ -113,5 +113,11 @@ 32 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-3/xiaomi-redmi-3-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-3/xiaomi-redmi-3-3gb-32gb-4g-lte.json index 93a760bf87a3..41680351d88e 100644 --- a/data/smartphone/xiaomi/2016/redmi-3/xiaomi-redmi-3-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-3/xiaomi-redmi-3-3gb-32gb-4g-lte.json @@ -112,5 +112,11 @@ 32 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-3s-prime/xiaomi-redmi-3s-prime-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-3s-prime/xiaomi-redmi-3s-prime-3gb-32gb-4g-lte.json index 7d679ca44af4..71abc56b78f0 100644 --- a/data/smartphone/xiaomi/2016/redmi-3s-prime/xiaomi-redmi-3s-prime-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-3s-prime/xiaomi-redmi-3s-prime-3gb-32gb-4g-lte.json @@ -110,5 +110,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-3s/xiaomi-redmi-3s-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-3s/xiaomi-redmi-3s-3gb-32gb-4g-lte.json index 2f8aac7405ad..0b4f292a910b 100644 --- a/data/smartphone/xiaomi/2016/redmi-3s/xiaomi-redmi-3s-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-3s/xiaomi-redmi-3s-3gb-32gb-4g-lte.json @@ -116,5 +116,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-3x/xiaomi-redmi-3x-2gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-3x/xiaomi-redmi-3x-2gb-32gb-4g-lte.json index 857d0677077a..21775077f219 100644 --- a/data/smartphone/xiaomi/2016/redmi-3x/xiaomi-redmi-3x-2gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-3x/xiaomi-redmi-3x-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-4-china/xiaomi-redmi-4-china-2gb-16gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-4-china/xiaomi-redmi-4-china-2gb-16gb-4g-lte.json index a082b41752ac..7923a5cb6beb 100644 --- a/data/smartphone/xiaomi/2016/redmi-4-china/xiaomi-redmi-4-china-2gb-16gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-4-china/xiaomi-redmi-4-china-2gb-16gb-4g-lte.json @@ -103,5 +103,11 @@ 16 ], "soc": "qualcomm-msm8937-snapdragon-430", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 141.3, + "width_mm": 69.6, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-4-prime/xiaomi-redmi-4-prime-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-4-prime/xiaomi-redmi-4-prime-3gb-32gb-4g-lte.json index 00be00889eee..cc1ccd4f4140 100644 --- a/data/smartphone/xiaomi/2016/redmi-4-prime/xiaomi-redmi-4-prime-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-4-prime/xiaomi-redmi-4-prime-3gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 141.3, + "width_mm": 69.6, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-4a/xiaomi-redmi-4a-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-4a/xiaomi-redmi-4a-3gb-32gb-4g-lte.json index 2e87ac682369..48b742081343 100644 --- a/data/smartphone/xiaomi/2016/redmi-4a/xiaomi-redmi-4a-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-4a/xiaomi-redmi-4a-3gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 139.9, + "width_mm": 70.4, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-note-3/xiaomi-redmi-note-3-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-note-3/xiaomi-redmi-note-3-3gb-32gb-4g-lte.json index 0c2d22c0d82b..f85959109a56 100644 --- a/data/smartphone/xiaomi/2016/redmi-note-3/xiaomi-redmi-note-3-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-note-3/xiaomi-redmi-note-3-3gb-32gb-4g-lte.json @@ -116,5 +116,11 @@ 32 ], "soc": "qualcomm-msm8956-snapdragon-650", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 150.0, + "width_mm": 76.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/xiaomi/2016/redmi-note-4-mediatek/xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2016/redmi-note-4-mediatek/xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte.json index 1cedebeeeadc..e3a5b3eff611 100644 --- a/data/smartphone/xiaomi/2016/redmi-note-4-mediatek/xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2016/redmi-note-4-mediatek/xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte.json @@ -111,5 +111,10 @@ 64 ], "soc": "mediatek-mt6797-helio-x20", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/xiaomi/2017/mi-5c/xiaomi-mi-5c-3gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2017/mi-5c/xiaomi-mi-5c-3gb-64gb-4g-lte.json index 2c31c1f97072..ba4814aa0f8a 100644 --- a/data/smartphone/xiaomi/2017/mi-5c/xiaomi-mi-5c-3gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/mi-5c/xiaomi-mi-5c-3gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "xiaomi-surge-s1", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 144.4, + "width_mm": 69.7, + "depth_mm": 7.1 + } } diff --git a/data/smartphone/xiaomi/2017/mi-6/xiaomi-mi-6-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2017/mi-6/xiaomi-mi-6-6gb-128gb-4g-lte.json index e9c251d10397..dd0a7527c314 100644 --- a/data/smartphone/xiaomi/2017/mi-6/xiaomi-mi-6-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/mi-6/xiaomi-mi-6-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 145.2, + "width_mm": 70.5, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/xiaomi/2017/mi-a1-mi-5x/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2017/mi-a1-mi-5x/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte.json index c084282c0247..c1fb978f460d 100644 --- a/data/smartphone/xiaomi/2017/mi-a1-mi-5x/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/mi-a1-mi-5x/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte.json @@ -116,5 +116,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 155.4, + "width_mm": 75.8, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/xiaomi/2017/mi-max-2/xiaomi-mi-max-2-4gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2017/mi-max-2/xiaomi-mi-max-2-4gb-128gb-4g-lte.json index e1db9d182956..e106b0811538 100644 --- a/data/smartphone/xiaomi/2017/mi-max-2/xiaomi-mi-max-2-4gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/mi-max-2/xiaomi-mi-max-2-4gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 174.1, + "width_mm": 88.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2017/mi-mix-2/xiaomi-mi-mix-2-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2017/mi-mix-2/xiaomi-mi-mix-2-8gb-256gb-4g-lte.json index dd254c4982a7..a935a3f09c05 100644 --- a/data/smartphone/xiaomi/2017/mi-mix-2/xiaomi-mi-mix-2-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/mi-mix-2/xiaomi-mi-mix-2-8gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.8, + "width_mm": 75.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/xiaomi/2017/mi-note-3/xiaomi-mi-note-3-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2017/mi-note-3/xiaomi-mi-note-3-6gb-128gb-4g-lte.json index 199c3104757e..1d61f2f0dde9 100644 --- a/data/smartphone/xiaomi/2017/mi-note-3/xiaomi-mi-note-3-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/mi-note-3/xiaomi-mi-note-3-6gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.6, + "width_mm": 74.0, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2017/redmi-4-4x/xiaomi-redmi-4-4x-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2017/redmi-4-4x/xiaomi-redmi-4-4x-4gb-64gb-4g-lte.json index c00cae7f9131..e7428fcd75bc 100644 --- a/data/smartphone/xiaomi/2017/redmi-4-4x/xiaomi-redmi-4-4x-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/redmi-4-4x/xiaomi-redmi-4-4x-4gb-64gb-4g-lte.json @@ -119,5 +119,10 @@ 64 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 139.2, + "width_mm": 70.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/xiaomi/2017/redmi-5/xiaomi-redmi-5-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2017/redmi-5/xiaomi-redmi-5-4gb-64gb-4g-lte.json index 8635859322a0..884d42d5f70b 100644 --- a/data/smartphone/xiaomi/2017/redmi-5/xiaomi-redmi-5-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/redmi-5/xiaomi-redmi-5-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 151.8, + "width_mm": 72.8, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/xiaomi/2017/redmi-5a/xiaomi-redmi-5a-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2017/redmi-5a/xiaomi-redmi-5a-3gb-32gb-4g-lte.json index e5383172f17e..ce9e99fdcbb7 100644 --- a/data/smartphone/xiaomi/2017/redmi-5a/xiaomi-redmi-5a-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/redmi-5a/xiaomi-redmi-5a-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 140.4, + "width_mm": 70.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/xiaomi/2017/redmi-note-4/xiaomi-redmi-note-4-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2017/redmi-note-4/xiaomi-redmi-note-4-4gb-64gb-4g-lte.json index 03f7eadc2cd8..2169f8fd8d66 100644 --- a/data/smartphone/xiaomi/2017/redmi-note-4/xiaomi-redmi-note-4-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/redmi-note-4/xiaomi-redmi-note-4-4gb-64gb-4g-lte.json @@ -114,5 +114,10 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2017/redmi-note-4x/xiaomi-redmi-note-4x-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2017/redmi-note-4x/xiaomi-redmi-note-4x-4gb-64gb-4g-lte.json index 281c4950b2df..bd21488f8b65 100644 --- a/data/smartphone/xiaomi/2017/redmi-note-4x/xiaomi-redmi-note-4x-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/redmi-note-4x/xiaomi-redmi-note-4x-4gb-64gb-4g-lte.json @@ -105,5 +105,10 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2017/redmi-y1-lite/xiaomi-redmi-y1-lite-2gb-16gb-4g-lte.json b/data/smartphone/xiaomi/2017/redmi-y1-lite/xiaomi-redmi-y1-lite-2gb-16gb-4g-lte.json index a809c869a2bc..a5c0dfd9f00d 100644 --- a/data/smartphone/xiaomi/2017/redmi-y1-lite/xiaomi-redmi-y1-lite-2gb-16gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/redmi-y1-lite/xiaomi-redmi-y1-lite-2gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.2, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2017/redmi-y1-note-5a/xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2017/redmi-y1-note-5a/xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte.json index 070dd50c19df..5f6ee39b5984 100644 --- a/data/smartphone/xiaomi/2017/redmi-y1-note-5a/xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2017/redmi-y1-note-5a/xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte.json @@ -118,5 +118,10 @@ 64 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.1.2" + "os_version": "7.1.2", + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.2, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/xiaomi/2018/black-shark-helo/xiaomi-black-shark-helo-10gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2018/black-shark-helo/xiaomi-black-shark-helo-10gb-256gb-4g-lte.json index 02179ab16552..194c2a7d6386 100644 --- a/data/smartphone/xiaomi/2018/black-shark-helo/xiaomi-black-shark-helo-10gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/black-shark-helo/xiaomi-black-shark-helo-10gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.2, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/xiaomi/2018/black-shark/xiaomi-black-shark-8gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2018/black-shark/xiaomi-black-shark-8gb-128gb-4g-lte.json index d8a1695f1e48..9abef0854a9e 100644 --- a/data/smartphone/xiaomi/2018/black-shark/xiaomi-black-shark-8gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/black-shark/xiaomi-black-shark-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.6, + "width_mm": 75.4, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/xiaomi/2018/mi-8-explorer/xiaomi-mi-8-explorer-8gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-8-explorer/xiaomi-mi-8-explorer-8gb-128gb-4g-lte.json index 50481bb72e9c..ab10dd9449ab 100644 --- a/data/smartphone/xiaomi/2018/mi-8-explorer/xiaomi-mi-8-explorer-8gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-8-explorer/xiaomi-mi-8-explorer-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.9, + "width_mm": 74.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2018/mi-8-lite/xiaomi-mi-8-lite-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-8-lite/xiaomi-mi-8-lite-6gb-128gb-4g-lte.json index 30ede3cf8591..02a78977baf3 100644 --- a/data/smartphone/xiaomi/2018/mi-8-lite/xiaomi-mi-8-lite-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-8-lite/xiaomi-mi-8-lite-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.4, + "width_mm": 75.8, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/xiaomi/2018/mi-8-pro/xiaomi-mi-8-pro-8gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-8-pro/xiaomi-mi-8-pro-8gb-128gb-4g-lte.json index b69183ffb8c1..03662842e82e 100644 --- a/data/smartphone/xiaomi/2018/mi-8-pro/xiaomi-mi-8-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-8-pro/xiaomi-mi-8-pro-8gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.9, + "width_mm": 74.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2018/mi-8-se/xiaomi-mi-8-se-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-8-se/xiaomi-mi-8-se-6gb-128gb-4g-lte.json index 7f5fb4edfddd..262fed279086 100644 --- a/data/smartphone/xiaomi/2018/mi-8-se/xiaomi-mi-8-se-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-8-se/xiaomi-mi-8-se-6gb-128gb-4g-lte.json @@ -114,5 +114,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.3, + "width_mm": 73.1, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/xiaomi/2018/mi-8/xiaomi-mi-8-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-8/xiaomi-mi-8-8gb-256gb-4g-lte.json index 85b0db13cf8c..3940c16f93e4 100644 --- a/data/smartphone/xiaomi/2018/mi-8/xiaomi-mi-8-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-8/xiaomi-mi-8-8gb-256gb-4g-lte.json @@ -117,5 +117,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.9, + "width_mm": 74.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2018/mi-a2-lite-redmi-6-pro/xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-a2-lite-redmi-6-pro/xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte.json index e81b67334a00..3e6b9ca11af4 100644 --- a/data/smartphone/xiaomi/2018/mi-a2-lite-redmi-6-pro/xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-a2-lite-redmi-6-pro/xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 149.3, + "width_mm": 71.7, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2018/mi-a2-mi-6x/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-a2-mi-6x/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte.json index 8b23c9d66aed..0550ae9bc171 100644 --- a/data/smartphone/xiaomi/2018/mi-a2-mi-6x/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-a2-mi-6x/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.4, + "depth_mm": 7.3 + } } diff --git a/data/smartphone/xiaomi/2018/mi-max-3/xiaomi-mi-max-3-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-max-3/xiaomi-mi-max-3-6gb-128gb-4g-lte.json index 65219a3976cb..0424fc173dab 100644 --- a/data/smartphone/xiaomi/2018/mi-max-3/xiaomi-mi-max-3-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-max-3/xiaomi-mi-max-3-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 176.2, + "width_mm": 87.4, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/xiaomi/2018/mi-mix-2s/xiaomi-mi-mix-2s-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-mix-2s/xiaomi-mi-mix-2s-8gb-256gb-4g-lte.json index 06fd912d5abd..efdf9798279b 100644 --- a/data/smartphone/xiaomi/2018/mi-mix-2s/xiaomi-mi-mix-2s-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-mix-2s/xiaomi-mi-mix-2s-8gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 150.9, + "width_mm": 74.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2018/mi-mix-3/xiaomi-mi-mix-3-10gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-mix-3/xiaomi-mi-mix-3-10gb-256gb-4g-lte.json index 4f05b5e93e63..edbe171bc002 100644 --- a/data/smartphone/xiaomi/2018/mi-mix-3/xiaomi-mi-mix-3-10gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-mix-3/xiaomi-mi-mix-3-10gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.9, + "width_mm": 74.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2018/mi-play/xiaomi-mi-play-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2018/mi-play/xiaomi-mi-play-6gb-128gb-4g-lte.json index fc20f76d2413..39b63e1545bf 100644 --- a/data/smartphone/xiaomi/2018/mi-play/xiaomi-mi-play-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/mi-play/xiaomi-mi-play-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-mt6765-helio-p35", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 147.8, + "width_mm": 71.9, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/xiaomi/2018/pocophone-f1/xiaomi-pocophone-f1-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2018/pocophone-f1/xiaomi-pocophone-f1-8gb-256gb-4g-lte.json index c098a83e261d..a08d65cc49eb 100644 --- a/data/smartphone/xiaomi/2018/pocophone-f1/xiaomi-pocophone-f1-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/pocophone-f1/xiaomi-pocophone-f1-8gb-256gb-4g-lte.json @@ -118,5 +118,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.5, + "width_mm": 75.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2018/redmi-5-plus-redmi-note-5/xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2018/redmi-5-plus-redmi-note-5/xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte.json index 20a40eb5e0ad..0123bd6c1083 100644 --- a/data/smartphone/xiaomi/2018/redmi-5-plus-redmi-note-5/xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/redmi-5-plus-redmi-note-5/xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.5, + "width_mm": 75.5, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2018/redmi-6/xiaomi-redmi-6-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2018/redmi-6/xiaomi-redmi-6-4gb-64gb-4g-lte.json index 057621ca1ae3..e32a40705d84 100644 --- a/data/smartphone/xiaomi/2018/redmi-6/xiaomi-redmi-6-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/redmi-6/xiaomi-redmi-6-4gb-64gb-4g-lte.json @@ -108,5 +108,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2018/redmi-6a/xiaomi-redmi-6a-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2018/redmi-6a/xiaomi-redmi-6a-3gb-32gb-4g-lte.json index 26becef9026f..d91ff90bb220 100644 --- a/data/smartphone/xiaomi/2018/redmi-6a/xiaomi-redmi-6a-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/redmi-6a/xiaomi-redmi-6a-3gb-32gb-4g-lte.json @@ -108,5 +108,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2018/redmi-note-5-ai-dual-camera/xiaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2018/redmi-note-5-ai-dual-camera/xiaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte.json index dd45e1f3cb86..b8965b97f150 100644 --- a/data/smartphone/xiaomi/2018/redmi-note-5-ai-dual-camera/xiaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/redmi-note-5-ai-dual-camera/xiaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2018/redmi-note-5-pro/xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2018/redmi-note-5-pro/xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte.json index 59b8ad067366..c8209e7da94c 100644 --- a/data/smartphone/xiaomi/2018/redmi-note-5-pro/xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/redmi-note-5-pro/xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte.json @@ -111,5 +111,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.4, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2018/redmi-note-6-pro/xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2018/redmi-note-6-pro/xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte.json index 0927d6cafd56..9d7ff80db6ce 100644 --- a/data/smartphone/xiaomi/2018/redmi-note-6-pro/xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/redmi-note-6-pro/xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte.json @@ -117,5 +117,11 @@ 64 ], "soc": "qualcomm-sdm636-snapdragon-636", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 157.9, + "width_mm": 76.4, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2018/redmi-s2-redmi-y2/xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2018/redmi-s2-redmi-y2/xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte.json index 5a1f2baf58e2..fca7a2a0c8d1 100644 --- a/data/smartphone/xiaomi/2018/redmi-s2-redmi-y2/xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2018/redmi-s2-redmi-y2/xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte.json @@ -115,5 +115,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 160.7, + "width_mm": 77.3, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2019/black-shark-2-pro/xiaomi-black-shark-2-pro-12gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/black-shark-2-pro/xiaomi-black-shark-2-pro-12gb-256gb-4g-lte.json index 2797e35ef6b1..bcd8b8183194 100644 --- a/data/smartphone/xiaomi/2019/black-shark-2-pro/xiaomi-black-shark-2-pro-12gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/black-shark-2-pro/xiaomi-black-shark-2-pro-12gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2019/black-shark-2/xiaomi-black-shark-2-12gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/black-shark-2/xiaomi-black-shark-2-12gb-256gb-4g-lte.json index 9dff2a56aed5..c23821787dc0 100644 --- a/data/smartphone/xiaomi/2019/black-shark-2/xiaomi-black-shark-2-12gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/black-shark-2/xiaomi-black-shark-2-12gb-256gb-4g-lte.json @@ -114,5 +114,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.0, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2019/mi-9-explorer/xiaomi-mi-9-explorer-12gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-9-explorer/xiaomi-mi-9-explorer-12gb-256gb-4g-lte.json index fe0b0a8c80d3..8d229e26ec9d 100644 --- a/data/smartphone/xiaomi/2019/mi-9-explorer/xiaomi-mi-9-explorer-12gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-9-explorer/xiaomi-mi-9-explorer-12gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2019/mi-9-lite/xiaomi-mi-9-lite-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-9-lite/xiaomi-mi-9-lite-6gb-128gb-4g-lte.json index 7bb1e88d6907..c835ff860db3 100644 --- a/data/smartphone/xiaomi/2019/mi-9-lite/xiaomi-mi-9-lite-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-9-lite/xiaomi-mi-9-lite-6gb-128gb-4g-lte.json @@ -118,5 +118,11 @@ 128 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.8, + "width_mm": 74.5, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/xiaomi/2019/mi-9-pro/xiaomi-mi-9-pro-12gb-512gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-9-pro/xiaomi-mi-9-pro-12gb-512gb-4g-lte.json index a82d1226eab8..52785ea24384 100644 --- a/data/smartphone/xiaomi/2019/mi-9-pro/xiaomi-mi-9-pro-12gb-512gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-9-pro/xiaomi-mi-9-pro-12gb-512gb-4g-lte.json @@ -108,5 +108,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 40.0, + "dimensions": { + "height_mm": 157.2, + "width_mm": 74.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2019/mi-9-se/xiaomi-mi-9-se-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-9-se/xiaomi-mi-9-se-6gb-128gb-4g-lte.json index 83619b437a04..e1e1ea9f3d81 100644 --- a/data/smartphone/xiaomi/2019/mi-9-se/xiaomi-mi-9-se-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-9-se/xiaomi-mi-9-se-6gb-128gb-4g-lte.json @@ -118,5 +118,11 @@ 128 ], "soc": "qualcomm-sdm712-snapdragon-712", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.5, + "width_mm": 70.5, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/xiaomi/2019/mi-9/xiaomi-mi-9-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-9/xiaomi-mi-9-8gb-256gb-4g-lte.json index e7eb2933b0ea..1ee4bd1ec8b7 100644 --- a/data/smartphone/xiaomi/2019/mi-9/xiaomi-mi-9-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-9/xiaomi-mi-9-8gb-256gb-4g-lte.json @@ -119,5 +119,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/xiaomi/2019/mi-9t-pro/xiaomi-mi-9t-pro-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-9t-pro/xiaomi-mi-9t-pro-8gb-256gb-4g-lte.json index dc9b820bafc7..a326514163a0 100644 --- a/data/smartphone/xiaomi/2019/mi-9t-pro/xiaomi-mi-9t-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-9t-pro/xiaomi-mi-9t-pro-8gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2019/mi-9t/xiaomi-mi-9t-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-9t/xiaomi-mi-9t-6gb-128gb-4g-lte.json index f1a9c85dad80..2e927d86c53b 100644 --- a/data/smartphone/xiaomi/2019/mi-9t/xiaomi-mi-9t-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-9t/xiaomi-mi-9t-6gb-128gb-4g-lte.json @@ -117,5 +117,11 @@ 128 ], "soc": "qualcomm-sdm730-snapdragon-730", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2019/mi-a3/xiaomi-mi-a3-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-a3/xiaomi-mi-a3-6gb-128gb-4g-lte.json index 668fa2becf4a..505e587bc142 100644 --- a/data/smartphone/xiaomi/2019/mi-a3/xiaomi-mi-a3-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-a3/xiaomi-mi-a3-6gb-128gb-4g-lte.json @@ -118,5 +118,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 71.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2019/mi-cc9-pro/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-cc9-pro/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte.json index 014d12a137c5..39cee73d9fa4 100644 --- a/data/smartphone/xiaomi/2019/mi-cc9-pro/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-cc9-pro/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte.json @@ -111,5 +111,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 157.8, + "width_mm": 74.2, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/xiaomi/2019/mi-cc9/xiaomi-mi-cc9-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-cc9/xiaomi-mi-cc9-8gb-256gb-4g-lte.json index af19d5e5638e..2c87d139526c 100644 --- a/data/smartphone/xiaomi/2019/mi-cc9/xiaomi-mi-cc9-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-cc9/xiaomi-mi-cc9-8gb-256gb-4g-lte.json @@ -108,5 +108,11 @@ 256 ], "soc": "qualcomm-sdm710-snapdragon-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.8, + "width_mm": 74.5, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/xiaomi/2019/mi-cc9e/xiaomi-mi-cc9e-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-cc9e/xiaomi-mi-cc9e-6gb-128gb-4g-lte.json index 0c46cd722dd8..bb8f4a689c1e 100644 --- a/data/smartphone/xiaomi/2019/mi-cc9e/xiaomi-mi-cc9e-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-cc9e/xiaomi-mi-cc9e-6gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.5, + "width_mm": 71.9, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2019/mi-mix-3-5g/xiaomi-mi-mix-3-5g-6gb-128gb-5g.json b/data/smartphone/xiaomi/2019/mi-mix-3-5g/xiaomi-mi-mix-3-5g-6gb-128gb-5g.json index 04feb7813338..e015d16157c4 100644 --- a/data/smartphone/xiaomi/2019/mi-mix-3-5g/xiaomi-mi-mix-3-5g-6gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2019/mi-mix-3-5g/xiaomi-mi-mix-3-5g-6gb-128gb-5g.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.9, + "width_mm": 74.7, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2019/mi-note-10-pro/xiaomi-mi-note-10-pro-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-note-10-pro/xiaomi-mi-note-10-pro-8gb-256gb-4g-lte.json index bae4b29bafac..c707ff3f0eb0 100644 --- a/data/smartphone/xiaomi/2019/mi-note-10-pro/xiaomi-mi-note-10-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-note-10-pro/xiaomi-mi-note-10-pro-8gb-256gb-4g-lte.json @@ -109,5 +109,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 157.8, + "width_mm": 74.2, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/xiaomi/2019/mi-note-10/xiaomi-mi-note-10-6gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/mi-note-10/xiaomi-mi-note-10-6gb-256gb-4g-lte.json index cc8e1b2f4b7e..900ce7b86a08 100644 --- a/data/smartphone/xiaomi/2019/mi-note-10/xiaomi-mi-note-10-6gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/mi-note-10/xiaomi-mi-note-10-6gb-256gb-4g-lte.json @@ -118,5 +118,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 157.8, + "width_mm": 74.2, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-7/xiaomi-redmi-7-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-7/xiaomi-redmi-7-4gb-64gb-4g-lte.json index 9816628775ab..c5916987f12d 100644 --- a/data/smartphone/xiaomi/2019/redmi-7/xiaomi-redmi-7-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-7/xiaomi-redmi-7-4gb-64gb-4g-lte.json @@ -114,5 +114,11 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-7a/xiaomi-redmi-7a-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-7a/xiaomi-redmi-7a-3gb-32gb-4g-lte.json index 45f82d653df2..63672db72924 100644 --- a/data/smartphone/xiaomi/2019/redmi-7a/xiaomi-redmi-7a-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-7a/xiaomi-redmi-7a-3gb-32gb-4g-lte.json @@ -108,5 +108,11 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 146.3, + "width_mm": 70.4, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-8/xiaomi-redmi-8-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-8/xiaomi-redmi-8-4gb-64gb-4g-lte.json index a9b1cb8e636e..b9e6b6c59604 100644 --- a/data/smartphone/xiaomi/2019/redmi-8/xiaomi-redmi-8-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-8/xiaomi-redmi-8-4gb-64gb-4g-lte.json @@ -110,5 +110,11 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.4, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-8a/xiaomi-redmi-8a-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-8a/xiaomi-redmi-8a-4gb-64gb-4g-lte.json index 102f46f9fd8e..0edaf33fc512 100644 --- a/data/smartphone/xiaomi/2019/redmi-8a/xiaomi-redmi-8a-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-8a/xiaomi-redmi-8a-4gb-64gb-4g-lte.json @@ -112,5 +112,11 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.4, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-go/xiaomi-redmi-go-1gb-16gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-go/xiaomi-redmi-go-1gb-16gb-4g-lte.json index c56e94b84914..5256c9b68331 100644 --- a/data/smartphone/xiaomi/2019/redmi-go/xiaomi-redmi-go-1gb-16gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-go/xiaomi-redmi-go-1gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 140.4, + "width_mm": 70.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-k20-pro-premium/xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-k20-pro-premium/xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte.json index e12fcb9f14fd..5eda55a127bf 100644 --- a/data/smartphone/xiaomi/2019/redmi-k20-pro-premium/xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-k20-pro-premium/xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte.json @@ -106,5 +106,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-k20-pro/xiaomi-redmi-k20-pro-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-k20-pro/xiaomi-redmi-k20-pro-8gb-256gb-4g-lte.json index eeffaf4fa192..5333d06df2e8 100644 --- a/data/smartphone/xiaomi/2019/redmi-k20-pro/xiaomi-redmi-k20-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-k20-pro/xiaomi-redmi-k20-pro-8gb-256gb-4g-lte.json @@ -117,5 +117,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-k20/xiaomi-redmi-k20-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-k20/xiaomi-redmi-k20-8gb-256gb-4g-lte.json index 148ca3a10452..37a13a6a50a9 100644 --- a/data/smartphone/xiaomi/2019/redmi-k20/xiaomi-redmi-k20-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-k20/xiaomi-redmi-k20-8gb-256gb-4g-lte.json @@ -109,5 +109,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-note-7-pro/xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-note-7-pro/xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte.json index 53c88e34cf29..33a6dc3892a0 100644 --- a/data/smartphone/xiaomi/2019/redmi-note-7-pro/xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-note-7-pro/xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte.json @@ -112,5 +112,11 @@ 128 ], "soc": "qualcomm-sdm675-snapdragon-675", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-note-7/xiaomi-redmi-note-7-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-note-7/xiaomi-redmi-note-7-6gb-128gb-4g-lte.json index 6aeaa5865b71..98891f8165ab 100644 --- a/data/smartphone/xiaomi/2019/redmi-note-7/xiaomi-redmi-note-7-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-note-7/xiaomi-redmi-note-7-6gb-128gb-4g-lte.json @@ -119,5 +119,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-note-7s/xiaomi-redmi-note-7s-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-note-7s/xiaomi-redmi-note-7s-4gb-64gb-4g-lte.json index 6c1ac7f33259..71bb1645aa82 100644 --- a/data/smartphone/xiaomi/2019/redmi-note-7s/xiaomi-redmi-note-7s-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-note-7s/xiaomi-redmi-note-7s-4gb-64gb-4g-lte.json @@ -108,5 +108,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-note-8t/xiaomi-redmi-note-8t-4gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-note-8t/xiaomi-redmi-note-8t-4gb-128gb-4g-lte.json index e0c43ce2ab0d..fb63e7cb0049 100644 --- a/data/smartphone/xiaomi/2019/redmi-note-8t/xiaomi-redmi-note-8t-4gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-note-8t/xiaomi-redmi-note-8t-4gb-128gb-4g-lte.json @@ -119,5 +119,11 @@ 128 ], "soc": "qualcomm-sdm665-snapdragon-665", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.1, + "width_mm": 75.4, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/xiaomi/2019/redmi-y3/xiaomi-redmi-y3-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2019/redmi-y3/xiaomi-redmi-y3-4gb-64gb-4g-lte.json index aa850044421b..762fb49e74ca 100644 --- a/data/smartphone/xiaomi/2019/redmi-y3/xiaomi-redmi-y3-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2019/redmi-y3/xiaomi-redmi-y3-4gb-64gb-4g-lte.json @@ -112,5 +112,11 @@ 64 ], "soc": "qualcomm-sdm632-snapdragon-632", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2020/mi-note-10-lite/xiaomi-mi-note-10-lite-8gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2020/mi-note-10-lite/xiaomi-mi-note-10-lite-8gb-128gb-4g-lte.json index 51b82b1ab99c..f15b81d6abae 100644 --- a/data/smartphone/xiaomi/2020/mi-note-10-lite/xiaomi-mi-note-10-lite-8gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/mi-note-10-lite/xiaomi-mi-note-10-lite-8gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 157.8, + "width_mm": 74.2, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/xiaomi/2020/poco-m2-pro/xiaomi-poco-m2-pro-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2020/poco-m2-pro/xiaomi-poco-m2-pro-6gb-128gb-4g-lte.json index 4a36ace4c0d2..f2158ed6b5f5 100644 --- a/data/smartphone/xiaomi/2020/poco-m2-pro/xiaomi-poco-m2-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/poco-m2-pro/xiaomi-poco-m2-pro-6gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2020/poco-x2/xiaomi-poco-x2-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2020/poco-x2/xiaomi-poco-x2-8gb-256gb-4g-lte.json index 12b158ea2ed9..7612ff6d89cd 100644 --- a/data/smartphone/xiaomi/2020/poco-x2/xiaomi-poco-x2-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/poco-x2/xiaomi-poco-x2-8gb-256gb-4g-lte.json @@ -109,5 +109,11 @@ 256 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 165.3, + "width_mm": 76.6, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-10x-5g/xiaomi-redmi-10x-5g-8gb-256gb-5g.json b/data/smartphone/xiaomi/2020/redmi-10x-5g/xiaomi-redmi-10x-5g-8gb-256gb-5g.json index 1f6540a57c81..3da64befc56d 100644 --- a/data/smartphone/xiaomi/2020/redmi-10x-5g/xiaomi-redmi-10x-5g-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2020/redmi-10x-5g/xiaomi-redmi-10x-5g-8gb-256gb-5g.json @@ -109,5 +109,11 @@ 256 ], "soc": "dimensity-820", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.8, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-10x-pro-5g/xiaomi-redmi-10x-pro-5g-8gb-256gb-5g.json b/data/smartphone/xiaomi/2020/redmi-10x-pro-5g/xiaomi-redmi-10x-pro-5g-8gb-256gb-5g.json index efa5cf01ad21..60ef8b85995d 100644 --- a/data/smartphone/xiaomi/2020/redmi-10x-pro-5g/xiaomi-redmi-10x-pro-5g-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2020/redmi-10x-pro-5g/xiaomi-redmi-10x-pro-5g-8gb-256gb-5g.json @@ -109,5 +109,11 @@ 256 ], "soc": "dimensity-820", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.8, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-8a-dual/xiaomi-redmi-8a-dual-3gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2020/redmi-8a-dual/xiaomi-redmi-8a-dual-3gb-64gb-4g-lte.json index 05369386a429..ed168a581b37 100644 --- a/data/smartphone/xiaomi/2020/redmi-8a-dual/xiaomi-redmi-8a-dual-3gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/redmi-8a-dual/xiaomi-redmi-8a-dual-3gb-64gb-4g-lte.json @@ -108,5 +108,11 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.4, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-8a-pro/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2020/redmi-8a-pro/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte.json index 7cbf1b652161..fe448575349e 100644 --- a/data/smartphone/xiaomi/2020/redmi-8a-pro/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/redmi-8a-pro/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.4, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-k30-ultra/xiaomi-redmi-k30-ultra-8gb-512gb-5g.json b/data/smartphone/xiaomi/2020/redmi-k30-ultra/xiaomi-redmi-k30-ultra-8gb-512gb-5g.json index da34c783047b..8a96d73a1aa5 100644 --- a/data/smartphone/xiaomi/2020/redmi-k30-ultra/xiaomi-redmi-k30-ultra-8gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2020/redmi-k30-ultra/xiaomi-redmi-k30-ultra-8gb-512gb-5g.json @@ -110,5 +110,11 @@ 512 ], "soc": "mediatek-dimensity-1000", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.3, + "width_mm": 75.4, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-note-9-5g/xiaomi-redmi-note-9-5g-8gb-256gb-5g.json b/data/smartphone/xiaomi/2020/redmi-note-9-5g/xiaomi-redmi-note-9-5g-8gb-256gb-5g.json index d6e3518381fb..9bd2ddae8925 100644 --- a/data/smartphone/xiaomi/2020/redmi-note-9-5g/xiaomi-redmi-note-9-5g-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2020/redmi-note-9-5g/xiaomi-redmi-note-9-5g-8gb-256gb-5g.json @@ -109,5 +109,11 @@ 256 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.3, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-note-9-pro-india/xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2020/redmi-note-9-pro-india/xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte.json index 28cf2e1c62e8..6d23a44bfa17 100644 --- a/data/smartphone/xiaomi/2020/redmi-note-9-pro-india/xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/redmi-note-9-pro-india/xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-note-9-pro-max/xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2020/redmi-note-9-pro-max/xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte.json index 9eb4df5bf1af..d7b2c70d50c0 100644 --- a/data/smartphone/xiaomi/2020/redmi-note-9-pro-max/xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/redmi-note-9-pro-max/xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 165.5, + "width_mm": 76.7, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-note-9-pro/xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2020/redmi-note-9-pro/xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte.json index 5a50ed2d9e78..3b3a155b2244 100644 --- a/data/smartphone/xiaomi/2020/redmi-note-9-pro/xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/redmi-note-9-pro/xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2020/redmi-note-9s/xiaomi-redmi-note-9s-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2020/redmi-note-9s/xiaomi-redmi-note-9s-6gb-128gb-4g-lte.json index 303191e7c7b1..a8cff70d85bd 100644 --- a/data/smartphone/xiaomi/2020/redmi-note-9s/xiaomi-redmi-note-9s-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2020/redmi-note-9s/xiaomi-redmi-note-9s-6gb-128gb-4g-lte.json @@ -116,5 +116,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2021/poco-f3-gt/xiaomi-poco-f3-gt-8gb-256gb-5g.json b/data/smartphone/xiaomi/2021/poco-f3-gt/xiaomi-poco-f3-gt-8gb-256gb-5g.json index 082afc014e83..e91ecb1ecb3d 100644 --- a/data/smartphone/xiaomi/2021/poco-f3-gt/xiaomi-poco-f3-gt-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2021/poco-f3-gt/xiaomi-poco-f3-gt-8gb-256gb-5g.json @@ -110,5 +110,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 161.9, + "width_mm": 76.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2021/poco-m3-pro/xiaomi-poco-m3-pro-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2021/poco-m3-pro/xiaomi-poco-m3-pro-6gb-128gb-4g-lte.json index 5c70fe750f04..6a06df960ff3 100644 --- a/data/smartphone/xiaomi/2021/poco-m3-pro/xiaomi-poco-m3-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2021/poco-m3-pro/xiaomi-poco-m3-pro-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.8, + "width_mm": 75.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2021/poco-m4-pro-5g/xiaomi-poco-m4-pro-5g-8gb-256gb-5g.json b/data/smartphone/xiaomi/2021/poco-m4-pro-5g/xiaomi-poco-m4-pro-5g-8gb-256gb-5g.json index fde8309d13c4..1f2eb2ee0ded 100644 --- a/data/smartphone/xiaomi/2021/poco-m4-pro-5g/xiaomi-poco-m4-pro-5g-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2021/poco-m4-pro-5g/xiaomi-poco-m4-pro-5g-8gb-256gb-5g.json @@ -118,5 +118,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2021/poco-x3-pro/xiaomi-poco-x3-pro-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2021/poco-x3-pro/xiaomi-poco-x3-pro-8gb-256gb-4g-lte.json index d52a5807c0b2..bad1abb977b1 100644 --- a/data/smartphone/xiaomi/2021/poco-x3-pro/xiaomi-poco-x3-pro-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2021/poco-x3-pro/xiaomi-poco-x3-pro-8gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "snapdragon-860", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 165.3, + "width_mm": 76.8, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/xiaomi/2021/redmi-k40-gaming/xiaomi-redmi-k40-gaming-12gb-256gb-5g.json b/data/smartphone/xiaomi/2021/redmi-k40-gaming/xiaomi-redmi-k40-gaming-12gb-256gb-5g.json index 9cafd056b633..1137dea4eb29 100644 --- a/data/smartphone/xiaomi/2021/redmi-k40-gaming/xiaomi-redmi-k40-gaming-12gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2021/redmi-k40-gaming/xiaomi-redmi-k40-gaming-12gb-256gb-5g.json @@ -109,5 +109,11 @@ 256 ], "soc": "dimensity-1200", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 161.9, + "width_mm": 76.9, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2021/redmi-note-10-5g/xiaomi-redmi-note-10-5g-8gb-256gb-5g.json b/data/smartphone/xiaomi/2021/redmi-note-10-5g/xiaomi-redmi-note-10-5g-8gb-256gb-5g.json index acbec805e536..3ce2dee1528e 100644 --- a/data/smartphone/xiaomi/2021/redmi-note-10-5g/xiaomi-redmi-note-10-5g-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2021/redmi-note-10-5g/xiaomi-redmi-note-10-5g-8gb-256gb-5g.json @@ -116,5 +116,11 @@ 256 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.8, + "width_mm": 75.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2021/redmi-note-10-lite/xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2021/redmi-note-10-lite/xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte.json index ab012d3c3faa..0b96f7207567 100644 --- a/data/smartphone/xiaomi/2021/redmi-note-10-lite/xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2021/redmi-note-10-lite/xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte.json @@ -110,5 +110,11 @@ 128 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2021/redmi-note-10-pro-china/xiaomi-redmi-note-10-pro-china-8gb-256gb-5g.json b/data/smartphone/xiaomi/2021/redmi-note-10-pro-china/xiaomi-redmi-note-10-pro-china-8gb-256gb-5g.json index d060685efbcf..60cde6b843f0 100644 --- a/data/smartphone/xiaomi/2021/redmi-note-10-pro-china/xiaomi-redmi-note-10-pro-china-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2021/redmi-note-10-pro-china/xiaomi-redmi-note-10-pro-china-8gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "dimensity-1100", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.3, + "width_mm": 75.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2021/redmi-note-11-china/xiaomi-redmi-note-11-china-8gb-256gb-5g.json b/data/smartphone/xiaomi/2021/redmi-note-11-china/xiaomi-redmi-note-11-china-8gb-256gb-5g.json index 8f6ffa17ab6a..358969423db6 100644 --- a/data/smartphone/xiaomi/2021/redmi-note-11-china/xiaomi-redmi-note-11-china-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2021/redmi-note-11-china/xiaomi-redmi-note-11-china-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2021/redmi-note-11-pro-5g/xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g.json b/data/smartphone/xiaomi/2021/redmi-note-11-pro-5g/xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g.json index 01ea86059eb8..cea1606971f3 100644 --- a/data/smartphone/xiaomi/2021/redmi-note-11-pro-5g/xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2021/redmi-note-11-pro-5g/xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g.json @@ -116,5 +116,11 @@ 256 ], "soc": "dimensity-920", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2021/redmi-note-11-pro-china/xiaomi-redmi-note-11-pro-china-8gb-256gb-5g.json b/data/smartphone/xiaomi/2021/redmi-note-11-pro-china/xiaomi-redmi-note-11-pro-china-8gb-256gb-5g.json index f6cd2ae77495..222dab73f654 100644 --- a/data/smartphone/xiaomi/2021/redmi-note-11-pro-china/xiaomi-redmi-note-11-pro-china-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2021/redmi-note-11-pro-china/xiaomi-redmi-note-11-pro-china-8gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "dimensity-920", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2021/redmi-note-9t/xiaomi-redmi-note-9t-6gb-128gb-5g.json b/data/smartphone/xiaomi/2021/redmi-note-9t/xiaomi-redmi-note-9t-6gb-128gb-5g.json index a0c7e2a102c2..905ff4cd7b9e 100644 --- a/data/smartphone/xiaomi/2021/redmi-note-9t/xiaomi-redmi-note-9t-6gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2021/redmi-note-9t/xiaomi-redmi-note-9t-6gb-128gb-5g.json @@ -116,5 +116,11 @@ 128 ], "soc": "dimensity-800u", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.2, + "width_mm": 77.3, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/xiaomi/2022/11i-hypercharge-5g/xiaomi-11i-hypercharge-5g-8gb-256gb-5g.json b/data/smartphone/xiaomi/2022/11i-hypercharge-5g/xiaomi-11i-hypercharge-5g-8gb-256gb-5g.json index 622ff7b3ee0c..5089d2cd4971 100644 --- a/data/smartphone/xiaomi/2022/11i-hypercharge-5g/xiaomi-11i-hypercharge-5g-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2022/11i-hypercharge-5g/xiaomi-11i-hypercharge-5g-8gb-256gb-5g.json @@ -115,5 +115,11 @@ 256 ], "soc": "dimensity-920", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2022/11i/xiaomi-11i-8gb-256gb-5g.json b/data/smartphone/xiaomi/2022/11i/xiaomi-11i-8gb-256gb-5g.json index 76a927c2ad4c..2addf0fe4a7f 100644 --- a/data/smartphone/xiaomi/2022/11i/xiaomi-11i-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2022/11i/xiaomi-11i-8gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "dimensity-920", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2022/12-pro-dimensity/xiaomi-12-pro-dimensity-12gb-256gb-5g.json b/data/smartphone/xiaomi/2022/12-pro-dimensity/xiaomi-12-pro-dimensity-12gb-256gb-5g.json index c2f6cb38e4f7..5946dcac2cf8 100644 --- a/data/smartphone/xiaomi/2022/12-pro-dimensity/xiaomi-12-pro-dimensity-12gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2022/12-pro-dimensity/xiaomi-12-pro-dimensity-12gb-256gb-5g.json @@ -108,5 +108,11 @@ 256 ], "soc": "dimensity-9000-plus", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 74.6, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/xiaomi/2022/poco-c40/xiaomi-poco-c40-4gb-64gb-4g-lte.json b/data/smartphone/xiaomi/2022/poco-c40/xiaomi-poco-c40-4gb-64gb-4g-lte.json index 70269599b890..6c78458ef397 100644 --- a/data/smartphone/xiaomi/2022/poco-c40/xiaomi-poco-c40-4gb-64gb-4g-lte.json +++ b/data/smartphone/xiaomi/2022/poco-c40/xiaomi-poco-c40-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "jlq-jr510", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 169.6, + "width_mm": 76.6, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/xiaomi/2022/poco-m4-5g-india/xiaomi-poco-m4-5g-india-6gb-128gb-5g.json b/data/smartphone/xiaomi/2022/poco-m4-5g-india/xiaomi-poco-m4-5g-india-6gb-128gb-5g.json index 1b277f9f18ac..160a38934b10 100644 --- a/data/smartphone/xiaomi/2022/poco-m4-5g-india/xiaomi-poco-m4-5g-india-6gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2022/poco-m4-5g-india/xiaomi-poco-m4-5g-india-6gb-128gb-5g.json @@ -114,5 +114,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/poco-m4-5g/xiaomi-poco-m4-5g-6gb-128gb-5g.json b/data/smartphone/xiaomi/2022/poco-m4-5g/xiaomi-poco-m4-5g-6gb-128gb-5g.json index 064bb4e74fba..a4eba2097160 100644 --- a/data/smartphone/xiaomi/2022/poco-m4-5g/xiaomi-poco-m4-5g-6gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2022/poco-m4-5g/xiaomi-poco-m4-5g-6gb-128gb-5g.json @@ -117,5 +117,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/poco-m5-india/xiaomi-poco-m5-india-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2022/poco-m5-india/xiaomi-poco-m5-india-6gb-128gb-4g-lte.json index 370ae2d37120..d0c4da7ea60f 100644 --- a/data/smartphone/xiaomi/2022/poco-m5-india/xiaomi-poco-m5-india-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2022/poco-m5-india/xiaomi-poco-m5-india-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/poco-m5/xiaomi-poco-m5-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2022/poco-m5/xiaomi-poco-m5-6gb-128gb-4g-lte.json index 792cdc52d481..45137bad873e 100644 --- a/data/smartphone/xiaomi/2022/poco-m5/xiaomi-poco-m5-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2022/poco-m5/xiaomi-poco-m5-6gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/poco-x4-gt/xiaomi-poco-x4-gt-8gb-256gb-5g.json b/data/smartphone/xiaomi/2022/poco-x4-gt/xiaomi-poco-x4-gt-8gb-256gb-5g.json index dd07187573fb..ddb2dbfb4f46 100644 --- a/data/smartphone/xiaomi/2022/poco-x4-gt/xiaomi-poco-x4-gt-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2022/poco-x4-gt/xiaomi-poco-x4-gt-8gb-256gb-5g.json @@ -115,5 +115,11 @@ 256 ], "soc": "dimensity-8100", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 74.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-10-5g/xiaomi-redmi-10-5g-6gb-128gb-5g.json b/data/smartphone/xiaomi/2022/redmi-10-5g/xiaomi-redmi-10-5g-6gb-128gb-5g.json index cb10959e0745..e51aadb8ab7c 100644 --- a/data/smartphone/xiaomi/2022/redmi-10-5g/xiaomi-redmi-10-5g-6gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-10-5g/xiaomi-redmi-10-5g-6gb-128gb-5g.json @@ -109,5 +109,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-11-prime-5g/xiaomi-redmi-11-prime-5g-6gb-128gb-5g.json b/data/smartphone/xiaomi/2022/redmi-11-prime-5g/xiaomi-redmi-11-prime-5g-6gb-128gb-5g.json index 81daa4184cf9..1018689e1963 100644 --- a/data/smartphone/xiaomi/2022/redmi-11-prime-5g/xiaomi-redmi-11-prime-5g-6gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-11-prime-5g/xiaomi-redmi-11-prime-5g-6gb-128gb-5g.json @@ -107,5 +107,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-11-prime/xiaomi-redmi-11-prime-6gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2022/redmi-11-prime/xiaomi-redmi-11-prime-6gb-128gb-4g-lte.json index b74c44fd2512..0d917ef2a4d2 100644 --- a/data/smartphone/xiaomi/2022/redmi-11-prime/xiaomi-redmi-11-prime-6gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2022/redmi-11-prime/xiaomi-redmi-11-prime-6gb-128gb-4g-lte.json @@ -108,5 +108,11 @@ 128 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-a1/xiaomi-redmi-a1-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2022/redmi-a1/xiaomi-redmi-a1-3gb-32gb-4g-lte.json index 40861edbef39..abfe1a43a46e 100644 --- a/data/smartphone/xiaomi/2022/redmi-a1/xiaomi-redmi-a1-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2022/redmi-a1/xiaomi-redmi-a1-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.8, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-k50-pro/xiaomi-redmi-k50-pro-12gb-512gb-5g.json b/data/smartphone/xiaomi/2022/redmi-k50-pro/xiaomi-redmi-k50-pro-12gb-512gb-5g.json index 2e36eb30f0c1..02549bed04b9 100644 --- a/data/smartphone/xiaomi/2022/redmi-k50-pro/xiaomi-redmi-k50-pro-12gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-k50-pro/xiaomi-redmi-k50-pro-12gb-512gb-5g.json @@ -109,5 +109,11 @@ 512 ], "soc": "dimensity-9000-plus", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 76.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-k50/xiaomi-redmi-k50-12gb-512gb-5g.json b/data/smartphone/xiaomi/2022/redmi-k50/xiaomi-redmi-k50-12gb-512gb-5g.json index 7fe5686f1db9..a9d9c2dca000 100644 --- a/data/smartphone/xiaomi/2022/redmi-k50/xiaomi-redmi-k50-12gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-k50/xiaomi-redmi-k50-12gb-512gb-5g.json @@ -109,5 +109,11 @@ 512 ], "soc": "dimensity-8100", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 76.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-k60e/xiaomi-redmi-k60e-12gb-512gb-5g.json b/data/smartphone/xiaomi/2022/redmi-k60e/xiaomi-redmi-k60e-12gb-512gb-5g.json index f80a947ba1cf..f735c91b9917 100644 --- a/data/smartphone/xiaomi/2022/redmi-k60e/xiaomi-redmi-k60e-12gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-k60e/xiaomi-redmi-k60e-12gb-512gb-5g.json @@ -109,5 +109,11 @@ 512 ], "soc": "dimensity-8200", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.1, + "width_mm": 76.2, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-note-11e/xiaomi-redmi-note-11e-6gb-128gb-5g.json b/data/smartphone/xiaomi/2022/redmi-note-11e/xiaomi-redmi-note-11e-6gb-128gb-5g.json index f3e342f939c4..9ca10713fed2 100644 --- a/data/smartphone/xiaomi/2022/redmi-note-11e/xiaomi-redmi-note-11e-6gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-note-11e/xiaomi-redmi-note-11e-6gb-128gb-5g.json @@ -106,5 +106,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-note-11s-5g/xiaomi-redmi-note-11s-5g-8gb-128gb-5g.json b/data/smartphone/xiaomi/2022/redmi-note-11s-5g/xiaomi-redmi-note-11s-5g-8gb-128gb-5g.json index bd369a87fffa..7de96fbf81d3 100644 --- a/data/smartphone/xiaomi/2022/redmi-note-11s-5g/xiaomi-redmi-note-11s-5g-8gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-note-11s-5g/xiaomi-redmi-note-11s-5g-8gb-128gb-5g.json @@ -116,5 +116,11 @@ 128 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.8, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-note-11se/xiaomi-redmi-note-11se-8gb-128gb-5g.json b/data/smartphone/xiaomi/2022/redmi-note-11se/xiaomi-redmi-note-11se-8gb-128gb-5g.json index f9e2e92e793f..055330fd2d93 100644 --- a/data/smartphone/xiaomi/2022/redmi-note-11se/xiaomi-redmi-note-11se-8gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-note-11se/xiaomi-redmi-note-11se-8gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 161.8, + "width_mm": 75.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-note-11t-pro/xiaomi-redmi-note-11t-pro-12gb-512gb-5g.json b/data/smartphone/xiaomi/2022/redmi-note-11t-pro/xiaomi-redmi-note-11t-pro-12gb-512gb-5g.json index 4522c058cb64..bc16b9842acc 100644 --- a/data/smartphone/xiaomi/2022/redmi-note-11t-pro/xiaomi-redmi-note-11t-pro-12gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-note-11t-pro/xiaomi-redmi-note-11t-pro-12gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "dimensity-8100", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 74.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-note-11t-pro/xiaomi-redmi-note-11t-pro-8gb-512gb-5g.json b/data/smartphone/xiaomi/2022/redmi-note-11t-pro/xiaomi-redmi-note-11t-pro-8gb-512gb-5g.json index 88714c0d0001..7750a4ee76e0 100644 --- a/data/smartphone/xiaomi/2022/redmi-note-11t-pro/xiaomi-redmi-note-11t-pro-8gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-note-11t-pro/xiaomi-redmi-note-11t-pro-8gb-512gb-5g.json @@ -107,5 +107,11 @@ 512 ], "soc": "dimensity-8100", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 163.6, + "width_mm": 74.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-note-12-discovery/xiaomi-redmi-note-12-discovery-8gb-256gb-5g.json b/data/smartphone/xiaomi/2022/redmi-note-12-discovery/xiaomi-redmi-note-12-discovery-8gb-256gb-5g.json index 54eb9c372b67..fe9ca3614e89 100644 --- a/data/smartphone/xiaomi/2022/redmi-note-12-discovery/xiaomi-redmi-note-12-discovery-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-note-12-discovery/xiaomi-redmi-note-12-discovery-8gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "dimensity-1080", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 210.0, + "dimensions": { + "height_mm": 162.9, + "width_mm": 76.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/xiaomi/2022/redmi-note-12-pro/xiaomi-redmi-note-12-pro-12gb-256gb-5g.json b/data/smartphone/xiaomi/2022/redmi-note-12-pro/xiaomi-redmi-note-12-pro-12gb-256gb-5g.json index bb177b5e47fc..37d354d65b0c 100644 --- a/data/smartphone/xiaomi/2022/redmi-note-12-pro/xiaomi-redmi-note-12-pro-12gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2022/redmi-note-12-pro/xiaomi-redmi-note-12-pro-12gb-256gb-5g.json @@ -116,5 +116,11 @@ 256 ], "soc": "dimensity-1080", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 163.0, + "width_mm": 76.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/xiaomi/2023/13t-pro/xiaomi-13t-pro-16gb-512gb-5g.json b/data/smartphone/xiaomi/2023/13t-pro/xiaomi-13t-pro-16gb-512gb-5g.json index f5fb40289ba3..92085ccd1d53 100644 --- a/data/smartphone/xiaomi/2023/13t-pro/xiaomi-13t-pro-16gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2023/13t-pro/xiaomi-13t-pro-16gb-512gb-5g.json @@ -116,5 +116,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2023/poco-c50/xiaomi-poco-c50-3gb-32gb-4g-lte.json b/data/smartphone/xiaomi/2023/poco-c50/xiaomi-poco-c50-3gb-32gb-4g-lte.json index 9a14bfaf9a1c..0250d160961c 100644 --- a/data/smartphone/xiaomi/2023/poco-c50/xiaomi-poco-c50-3gb-32gb-4g-lte.json +++ b/data/smartphone/xiaomi/2023/poco-c50/xiaomi-poco-c50-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.8, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/xiaomi/2023/poco-m6/xiaomi-poco-m6-8gb-256gb-5g.json b/data/smartphone/xiaomi/2023/poco-m6/xiaomi-poco-m6-8gb-256gb-5g.json index f2c94f42b7c4..c912e7fd310d 100644 --- a/data/smartphone/xiaomi/2023/poco-m6/xiaomi-poco-m6-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2023/poco-m6/xiaomi-poco-m6-8gb-256gb-5g.json @@ -110,5 +110,11 @@ 256 ], "soc": "dimensity-6100-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 168.0, + "width_mm": 78.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2023/redmi-13c-5g/xiaomi-redmi-13c-5g-8gb-256gb-5g.json b/data/smartphone/xiaomi/2023/redmi-13c-5g/xiaomi-redmi-13c-5g-8gb-256gb-5g.json index 620425b65de7..d6a9ca45e062 100644 --- a/data/smartphone/xiaomi/2023/redmi-13c-5g/xiaomi-redmi-13c-5g-8gb-256gb-5g.json +++ b/data/smartphone/xiaomi/2023/redmi-13c-5g/xiaomi-redmi-13c-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-6100-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 168.0, + "width_mm": 78.0, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/xiaomi/2023/redmi-13r/xiaomi-redmi-13r-4gb-128gb-5g.json b/data/smartphone/xiaomi/2023/redmi-13r/xiaomi-redmi-13r-4gb-128gb-5g.json index 248423be88dd..911760a98ec3 100644 --- a/data/smartphone/xiaomi/2023/redmi-13r/xiaomi-redmi-13r-4gb-128gb-5g.json +++ b/data/smartphone/xiaomi/2023/redmi-13r/xiaomi-redmi-13r-4gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-6100-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 168.1, + "width_mm": 77.9, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/xiaomi/2023/redmi-k60-ultra/xiaomi-redmi-k60-ultra-24gb-512gb-5g.json b/data/smartphone/xiaomi/2023/redmi-k60-ultra/xiaomi-redmi-k60-ultra-24gb-512gb-5g.json index 1bbf4dd8feac..c6290485b0fe 100644 --- a/data/smartphone/xiaomi/2023/redmi-k60-ultra/xiaomi-redmi-k60-ultra-24gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2023/redmi-k60-ultra/xiaomi-redmi-k60-ultra-24gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-9200-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/xiaomi/2024/14t-pro/xiaomi-14t-pro-16gb-512gb-5g.json b/data/smartphone/xiaomi/2024/14t-pro/xiaomi-14t-pro-16gb-512gb-5g.json index da09a37d4fcf..f695fdd21cc9 100644 --- a/data/smartphone/xiaomi/2024/14t-pro/xiaomi-14t-pro-16gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2024/14t-pro/xiaomi-14t-pro-16gb-512gb-5g.json @@ -113,5 +113,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 160.4, + "width_mm": 75.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/xiaomi/2024/poco-m6-4g/xiaomi-poco-m6-4g-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2024/poco-m6-4g/xiaomi-poco-m6-4g-8gb-256gb-4g-lte.json index 537613570165..ecfbc1587f5f 100644 --- a/data/smartphone/xiaomi/2024/poco-m6-4g/xiaomi-poco-m6-4g-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2024/poco-m6-4g/xiaomi-poco-m6-4g-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "mediatek-helio-g91-ultra", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.3, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2024/redmi-13/xiaomi-redmi-13-8gb-256gb-4g-lte.json b/data/smartphone/xiaomi/2024/redmi-13/xiaomi-redmi-13-8gb-256gb-4g-lte.json index bf012dd8257b..85896b513c58 100644 --- a/data/smartphone/xiaomi/2024/redmi-13/xiaomi-redmi-13-8gb-256gb-4g-lte.json +++ b/data/smartphone/xiaomi/2024/redmi-13/xiaomi-redmi-13-8gb-256gb-4g-lte.json @@ -112,5 +112,11 @@ 256 ], "soc": "mediatek-helio-g91-ultra", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.3, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2024/redmi-a3x/xiaomi-redmi-a3x-4gb-128gb-4g-lte.json b/data/smartphone/xiaomi/2024/redmi-a3x/xiaomi-redmi-a3x-4gb-128gb-4g-lte.json index 5fe8213ffc72..d6f282a7d750 100644 --- a/data/smartphone/xiaomi/2024/redmi-a3x/xiaomi-redmi-a3x-4gb-128gb-4g-lte.json +++ b/data/smartphone/xiaomi/2024/redmi-a3x/xiaomi-redmi-a3x-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-t603", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 168.4, + "width_mm": 76.3, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/xiaomi/2024/redmi-k70-ultra/xiaomi-redmi-k70-ultra-24gb-512gb-5g.json b/data/smartphone/xiaomi/2024/redmi-k70-ultra/xiaomi-redmi-k70-ultra-24gb-512gb-5g.json index eef51d0726d9..43199593783f 100644 --- a/data/smartphone/xiaomi/2024/redmi-k70-ultra/xiaomi-redmi-k70-ultra-24gb-512gb-5g.json +++ b/data/smartphone/xiaomi/2024/redmi-k70-ultra/xiaomi-redmi-k70-ultra-24gb-512gb-5g.json @@ -108,5 +108,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 160.4, + "width_mm": 75.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/zte/2012/flash/zte-flash-1gb-8gb-4g-lte.json b/data/smartphone/zte/2012/flash/zte-flash-1gb-8gb-4g-lte.json index 89156ff8c705..261d20608e3f 100644 --- a/data/smartphone/zte/2012/flash/zte-flash-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2012/flash/zte-flash-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 133.9, + "width_mm": 65.7, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/zte/2012/grand-era-u895/zte-grand-era-u895-1gb-4gb-3g.json b/data/smartphone/zte/2012/grand-era-u895/zte-grand-era-u895-1gb-4gb-3g.json index 58ad3a266651..d25307b251ae 100644 --- a/data/smartphone/zte/2012/grand-era-u895/zte-grand-era-u895-1gb-4gb-3g.json +++ b/data/smartphone/zte/2012/grand-era-u895/zte-grand-era-u895-1gb-4gb-3g.json @@ -99,5 +99,10 @@ 4 ], "soc": "nvidia-tegra-3", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 133.0, + "width_mm": 66.0, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/zte/2012/grand-x-in/zte-grand-x-in-1gb-16gb-3g.json b/data/smartphone/zte/2012/grand-x-in/zte-grand-x-in-1gb-16gb-3g.json index f7a5ae98417f..ed393b107e06 100644 --- a/data/smartphone/zte/2012/grand-x-in/zte-grand-x-in-1gb-16gb-3g.json +++ b/data/smartphone/zte/2012/grand-x-in/zte-grand-x-in-1gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "intel-xmm-6260", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 127.0, + "width_mm": 65.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/zte/2012/grand-x-lte-t82/zte-grand-x-lte-t82-1gb-4gb-4g-lte.json b/data/smartphone/zte/2012/grand-x-lte-t82/zte-grand-x-lte-t82-1gb-4gb-4g-lte.json index 0dd3a7fb2030..d0579c33a545 100644 --- a/data/smartphone/zte/2012/grand-x-lte-t82/zte-grand-x-lte-t82-1gb-4gb-4g-lte.json +++ b/data/smartphone/zte/2012/grand-x-lte-t82/zte-grand-x-lte-t82-1gb-4gb-4g-lte.json @@ -103,5 +103,10 @@ 4 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 130.9, + "width_mm": 65.0, + "depth_mm": 11.2 + } } diff --git a/data/smartphone/zte/2012/grand-x-v970/zte-grand-x-v970-1gb-4gb-3g.json b/data/smartphone/zte/2012/grand-x-v970/zte-grand-x-v970-1gb-4gb-3g.json index 88ea842f218f..ceac5edacd9a 100644 --- a/data/smartphone/zte/2012/grand-x-v970/zte-grand-x-v970-1gb-4gb-3g.json +++ b/data/smartphone/zte/2012/grand-x-v970/zte-grand-x-v970-1gb-4gb-3g.json @@ -98,5 +98,10 @@ 4 ], "soc": "nvidia-tegra-2", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 127.4, + "width_mm": 65.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/zte/2012/nubia-z5/zte-nubia-z5-2gb-32gb-3g.json b/data/smartphone/zte/2012/nubia-z5/zte-nubia-z5-2gb-32gb-3g.json index fadd33bfdfde..000db9eff4b2 100644 --- a/data/smartphone/zte/2012/nubia-z5/zte-nubia-z5-2gb-32gb-3g.json +++ b/data/smartphone/zte/2012/nubia-z5/zte-nubia-z5-2gb-32gb-3g.json @@ -100,5 +100,10 @@ 32 ], "soc": "qualcomm-apq8064-snapdragon-600", - "os_version": "4.1.1" + "os_version": "4.1.1", + "dimensions": { + "height_mm": 137.9, + "width_mm": 69.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2012/optik/zte-optik-1gb-16gb-3g.json b/data/smartphone/zte/2012/optik/zte-optik-1gb-16gb-3g.json index 1438b16194b5..271dcf941757 100644 --- a/data/smartphone/zte/2012/optik/zte-optik-1gb-16gb-3g.json +++ b/data/smartphone/zte/2012/optik/zte-optik-1gb-16gb-3g.json @@ -97,5 +97,10 @@ 16 ], "soc": "qualcomm-msm8660-snapdragon-s3", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 193.0, + "width_mm": 119.4, + "depth_mm": 13.2 + } } diff --git a/data/smartphone/zte/2013/blade-q-maxi/zte-blade-q-maxi-1gb-4gb-3g.json b/data/smartphone/zte/2013/blade-q-maxi/zte-blade-q-maxi-1gb-4gb-3g.json index 1f02e987018a..60c2ee0b59f5 100644 --- a/data/smartphone/zte/2013/blade-q-maxi/zte-blade-q-maxi-1gb-4gb-3g.json +++ b/data/smartphone/zte/2013/blade-q-maxi/zte-blade-q-maxi-1gb-4gb-3g.json @@ -98,5 +98,10 @@ 4 ], "soc": "mediatek-mt6572", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 143.0, + "width_mm": 72.0, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/zte/2013/blade-q-mini/zte-blade-q-mini-1gb-4gb-3g.json b/data/smartphone/zte/2013/blade-q-mini/zte-blade-q-mini-1gb-4gb-3g.json index 05d4a1754698..2b93ff17db6c 100644 --- a/data/smartphone/zte/2013/blade-q-mini/zte-blade-q-mini-1gb-4gb-3g.json +++ b/data/smartphone/zte/2013/blade-q-mini/zte-blade-q-mini-1gb-4gb-3g.json @@ -98,5 +98,10 @@ 4 ], "soc": "mediatek-mt6572", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 125.5, + "width_mm": 63.9, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2013/blade-q/zte-blade-q-1gb-4gb-3g.json b/data/smartphone/zte/2013/blade-q/zte-blade-q-1gb-4gb-3g.json index 67bfb6bad442..2316693d1916 100644 --- a/data/smartphone/zte/2013/blade-q/zte-blade-q-1gb-4gb-3g.json +++ b/data/smartphone/zte/2013/blade-q/zte-blade-q-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "mediatek-mt6572", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 135.5, + "width_mm": 67.8, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/zte/2013/blade-v/zte-blade-v-1gb-4gb-3g.json b/data/smartphone/zte/2013/blade-v/zte-blade-v-1gb-4gb-3g.json index d15fd022c66d..adae739d68b0 100644 --- a/data/smartphone/zte/2013/blade-v/zte-blade-v-1gb-4gb-3g.json +++ b/data/smartphone/zte/2013/blade-v/zte-blade-v-1gb-4gb-3g.json @@ -98,5 +98,10 @@ 4 ], "soc": "qualcomm-msm8225q-snapdragon-s4-play", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 126.0, + "width_mm": 64.0, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/zte/2013/geek-v975/zte-geek-v975-2gb-16gb-3g.json b/data/smartphone/zte/2013/geek-v975/zte-geek-v975-2gb-16gb-3g.json index 9d05faf2488e..1fc328f3cc3a 100644 --- a/data/smartphone/zte/2013/geek-v975/zte-geek-v975-2gb-16gb-3g.json +++ b/data/smartphone/zte/2013/geek-v975/zte-geek-v975-2gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "intel-atom-z2580", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 145.0, + "width_mm": 70.0, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/zte/2013/grand-memo-v9815/zte-grand-memo-v9815-2gb-16gb-4g-lte.json b/data/smartphone/zte/2013/grand-memo-v9815/zte-grand-memo-v9815-2gb-16gb-4g-lte.json index d05b0e8e3b41..a047968ee548 100644 --- a/data/smartphone/zte/2013/grand-memo-v9815/zte-grand-memo-v9815-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2013/grand-memo-v9815/zte-grand-memo-v9815-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-msm8974-snapdragon-800", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 159.9, + "width_mm": 82.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/zte/2013/grand-s-flex/zte-grand-s-flex-1gb-16gb-4g-lte.json b/data/smartphone/zte/2013/grand-s-flex/zte-grand-s-flex-1gb-16gb-4g-lte.json index 8523ed9037ec..eaec2e3a4f68 100644 --- a/data/smartphone/zte/2013/grand-s-flex/zte-grand-s-flex-1gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2013/grand-s-flex/zte-grand-s-flex-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 143.0, + "width_mm": 70.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2013/grand-s/zte-grand-s-2gb-16gb-4g-lte.json b/data/smartphone/zte/2013/grand-s/zte-grand-s-2gb-16gb-4g-lte.json index 4e5eade07261..a47de10f6e0d 100644 --- a/data/smartphone/zte/2013/grand-s/zte-grand-s-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2013/grand-s/zte-grand-s-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.0, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/zte/2013/grand-x-pro/zte-grand-x-pro-1gb-4gb-3g.json b/data/smartphone/zte/2013/grand-x-pro/zte-grand-x-pro-1gb-4gb-3g.json index 7ea54d839022..678844278449 100644 --- a/data/smartphone/zte/2013/grand-x-pro/zte-grand-x-pro-1gb-4gb-3g.json +++ b/data/smartphone/zte/2013/grand-x-pro/zte-grand-x-pro-1gb-4gb-3g.json @@ -102,5 +102,10 @@ 4 ], "soc": "mediatek-mt6577", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 132.6, + "width_mm": 64.4, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2013/grand-x-quad-v987/zte-grand-x-quad-v987-1gb-4gb-3g.json b/data/smartphone/zte/2013/grand-x-quad-v987/zte-grand-x-quad-v987-1gb-4gb-3g.json index bc680d5c11f6..c0beacc07eee 100644 --- a/data/smartphone/zte/2013/grand-x-quad-v987/zte-grand-x-quad-v987-1gb-4gb-3g.json +++ b/data/smartphone/zte/2013/grand-x-quad-v987/zte-grand-x-quad-v987-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "mediatek-mt6589", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2013/nubia-z5s-mini-nx403a/zte-nubia-z5s-mini-nx403a-2gb-16gb-3g.json b/data/smartphone/zte/2013/nubia-z5s-mini-nx403a/zte-nubia-z5s-mini-nx403a-2gb-16gb-3g.json index 48bee97c1109..ce6fd18f8c34 100644 --- a/data/smartphone/zte/2013/nubia-z5s-mini-nx403a/zte-nubia-z5s-mini-nx403a-2gb-16gb-3g.json +++ b/data/smartphone/zte/2013/nubia-z5s-mini-nx403a/zte-nubia-z5s-mini-nx403a-2gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-600", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 134.8, + "width_mm": 65.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2013/nubia-z5s/zte-nubia-z5s-2gb-32gb-4g-lte.json b/data/smartphone/zte/2013/nubia-z5s/zte-nubia-z5s-2gb-32gb-4g-lte.json index 2ae6d0122975..91327644815b 100644 --- a/data/smartphone/zte/2013/nubia-z5s/zte-nubia-z5s-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2013/nubia-z5s/zte-nubia-z5s-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 137.7, + "width_mm": 68.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2013/reef/zte-reef-1gb-4gb-3g.json b/data/smartphone/zte/2013/reef/zte-reef-1gb-4gb-3g.json index 20e4c71548f4..c5796e2fbade 100644 --- a/data/smartphone/zte/2013/reef/zte-reef-1gb-4gb-3g.json +++ b/data/smartphone/zte/2013/reef/zte-reef-1gb-4gb-3g.json @@ -101,5 +101,10 @@ 4 ], "soc": "qualcomm-msm8655-snapdragon-s2", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 127.0, + "width_mm": 64.8, + "depth_mm": 11.2 + } } diff --git a/data/smartphone/zte/2013/vital-n9810/zte-vital-n9810-1gb-8gb-4g-lte.json b/data/smartphone/zte/2013/vital-n9810/zte-vital-n9810-1gb-8gb-4g-lte.json index cef601655960..a47a401466df 100644 --- a/data/smartphone/zte/2013/vital-n9810/zte-vital-n9810-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2013/vital-n9810/zte-vital-n9810-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.4, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/zte/2013/warp-4g/zte-warp-4g-1gb-8gb-4g-lte.json b/data/smartphone/zte/2013/warp-4g/zte-warp-4g-1gb-8gb-4g-lte.json index 58fdb4c4182f..3da119ba56aa 100644 --- a/data/smartphone/zte/2013/warp-4g/zte-warp-4g-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2013/warp-4g/zte-warp-4g-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8930-snapdragon-400", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 132.1, + "width_mm": 66.0, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/zte/2014/blade-l2/zte-blade-l2-1gb-4gb-3g.json b/data/smartphone/zte/2014/blade-l2/zte-blade-l2-1gb-4gb-3g.json index c9aa500f9c44..957b57158add 100644 --- a/data/smartphone/zte/2014/blade-l2/zte-blade-l2-1gb-4gb-3g.json +++ b/data/smartphone/zte/2014/blade-l2/zte-blade-l2-1gb-4gb-3g.json @@ -99,5 +99,10 @@ 4 ], "soc": "mediatek-mt6582m", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 142.5, + "width_mm": 72.2, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/zte/2014/grand-s-ii-s291/zte-grand-s-ii-s291-2gb-16gb-4g-lte.json b/data/smartphone/zte/2014/grand-s-ii-s291/zte-grand-s-ii-s291-2gb-16gb-4g-lte.json index 48f5ffbdad75..46a7a5fc4578 100644 --- a/data/smartphone/zte/2014/grand-s-ii-s291/zte-grand-s-ii-s291-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2014/grand-s-ii-s291/zte-grand-s-ii-s291-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 157.0, + "width_mm": 77.0, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/zte/2014/grand-s-ii/zte-grand-s-ii-2gb-16gb-4g-lte.json b/data/smartphone/zte/2014/grand-s-ii/zte-grand-s-ii-2gb-16gb-4g-lte.json index 3b538ee65e74..79ce238422a9 100644 --- a/data/smartphone/zte/2014/grand-s-ii/zte-grand-s-ii-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2014/grand-s-ii/zte-grand-s-ii-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8674-1-snapdragon-800", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 157.0, + "width_mm": 77.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2014/grand-s-pro/zte-grand-s-pro-2gb-8gb-4g-lte.json b/data/smartphone/zte/2014/grand-s-pro/zte-grand-s-pro-2gb-8gb-4g-lte.json index 8cd808e96662..b8876eaa08d9 100644 --- a/data/smartphone/zte/2014/grand-s-pro/zte-grand-s-pro-2gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2014/grand-s-pro/zte-grand-s-pro-2gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 142.2, + "width_mm": 71.1, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/zte/2014/grand-x-plus-z826/zte-grand-x-plus-z826-2gb-8gb-4g-lte.json b/data/smartphone/zte/2014/grand-x-plus-z826/zte-grand-x-plus-z826-2gb-8gb-4g-lte.json index f46332dc09cc..c45244ba0e18 100644 --- a/data/smartphone/zte/2014/grand-x-plus-z826/zte-grand-x-plus-z826-2gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2014/grand-x-plus-z826/zte-grand-x-plus-z826-2gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 144.6, + "width_mm": 73.9, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/zte/2014/grand-xmax/zte-grand-xmax-1gb-8gb-3g.json b/data/smartphone/zte/2014/grand-xmax/zte-grand-xmax-1gb-8gb-3g.json index a79a7138e47a..d8c4daa9bedb 100644 --- a/data/smartphone/zte/2014/grand-xmax/zte-grand-xmax-1gb-8gb-3g.json +++ b/data/smartphone/zte/2014/grand-xmax/zte-grand-xmax-1gb-8gb-3g.json @@ -103,5 +103,11 @@ 8 ], "soc": "qualcomm-msm8212-snapdragon-200", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 83.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2014/nubia-x6/zte-nubia-x6-3gb-128gb-4g-lte.json b/data/smartphone/zte/2014/nubia-x6/zte-nubia-x6-3gb-128gb-4g-lte.json index daf9dc1bb998..f5821e975f31 100644 --- a/data/smartphone/zte/2014/nubia-x6/zte-nubia-x6-3gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2014/nubia-x6/zte-nubia-x6-3gb-128gb-4g-lte.json @@ -107,5 +107,10 @@ 128 ], "soc": "qualcomm-msm8974ab-msm8974ac-snapdragon-801", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 179.5, + "width_mm": 89.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2014/nubia-z5s-mini-nx405h/zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte.json b/data/smartphone/zte/2014/nubia-z5s-mini-nx405h/zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte.json index a2636aec93f6..58c27e450a6e 100644 --- a/data/smartphone/zte/2014/nubia-z5s-mini-nx405h/zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2014/nubia-z5s-mini-nx405h/zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 134.9, + "width_mm": 65.8, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/zte/2014/nubia-z7-max/zte-nubia-z7-max-2gb-32gb-4g-lte.json b/data/smartphone/zte/2014/nubia-z7-max/zte-nubia-z7-max-2gb-32gb-4g-lte.json index 72a81556bcd4..610c8ae9cde6 100644 --- a/data/smartphone/zte/2014/nubia-z7-max/zte-nubia-z7-max-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2014/nubia-z7-max/zte-nubia-z7-max-2gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-msm8974ac-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 152.7, + "width_mm": 76.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/zte/2014/nubia-z7-mini/zte-nubia-z7-mini-2gb-16gb-4g-lte.json b/data/smartphone/zte/2014/nubia-z7-mini/zte-nubia-z7-mini-2gb-16gb-4g-lte.json index 305d1c0f9ad9..41d00b72f471 100644 --- a/data/smartphone/zte/2014/nubia-z7-mini/zte-nubia-z7-mini-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2014/nubia-z7-mini/zte-nubia-z7-mini-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8974aa-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 140.9, + "width_mm": 69.3, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/zte/2014/redbull-v5-v9180/zte-redbull-v5-v9180-1gb-4gb-3g.json b/data/smartphone/zte/2014/redbull-v5-v9180/zte-redbull-v5-v9180-1gb-4gb-3g.json index 6afe723038f6..0b1cc49fad8b 100644 --- a/data/smartphone/zte/2014/redbull-v5-v9180/zte-redbull-v5-v9180-1gb-4gb-3g.json +++ b/data/smartphone/zte/2014/redbull-v5-v9180/zte-redbull-v5-v9180-1gb-4gb-3g.json @@ -100,5 +100,10 @@ 4 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 139.0, + "width_mm": 71.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2014/speed/zte-speed-1gb-8gb-4g-lte.json b/data/smartphone/zte/2014/speed/zte-speed-1gb-8gb-4g-lte.json index 3e076676b527..6bdde4bb22ba 100644 --- a/data/smartphone/zte/2014/speed/zte-speed-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2014/speed/zte-speed-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 134.6, + "width_mm": 66.0, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/zte/2014/star-1/zte-star-1-2gb-16gb-4g-lte.json b/data/smartphone/zte/2014/star-1/zte-star-1-2gb-16gb-4g-lte.json index 0c007895c7f4..92cca1c51692 100644 --- a/data/smartphone/zte/2014/star-1/zte-star-1-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2014/star-1/zte-star-1-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8928-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 139.0, + "width_mm": 69.0, + "depth_mm": 6.6 + } } diff --git a/data/smartphone/zte/2014/star-2/zte-star-2-2gb-16gb-4g-lte.json b/data/smartphone/zte/2014/star-2/zte-star-2-2gb-16gb-4g-lte.json index 28f3ff5521c2..c7b6ded9e168 100644 --- a/data/smartphone/zte/2014/star-2/zte-star-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2014/star-2/zte-star-2-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 140.3, + "width_mm": 69.2, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/zte/2014/zmax/zte-zmax-2gb-16gb-4g-lte.json b/data/smartphone/zte/2014/zmax/zte-zmax-2gb-16gb-4g-lte.json index f0ef5135cf8c..d270e70ced3c 100644 --- a/data/smartphone/zte/2014/zmax/zte-zmax-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2014/zmax/zte-zmax-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 162.6, + "width_mm": 83.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2015/axon-lux/zte-axon-lux-4gb-128gb-4g-lte.json b/data/smartphone/zte/2015/axon-lux/zte-axon-lux-4gb-128gb-4g-lte.json index fda0d3ec1c01..dfecb9bb2f07 100644 --- a/data/smartphone/zte/2015/axon-lux/zte-axon-lux-4gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2015/axon-lux/zte-axon-lux-4gb-128gb-4g-lte.json @@ -101,5 +101,11 @@ 128 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0.2" + "os_version": "5.0.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.3, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/zte/2015/axon-max/zte-axon-max-3gb-32gb-4g-lte.json b/data/smartphone/zte/2015/axon-max/zte-axon-max-3gb-32gb-4g-lte.json index 7f820726a0a1..da51dab9dd5a 100644 --- a/data/smartphone/zte/2015/axon-max/zte-axon-max-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2015/axon-max/zte-axon-max-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ 32 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "5.1" + "os_version": "5.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 160.0, + "width_mm": 80.0, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/zte/2015/axon-mini/zte-axon-mini-3gb-32gb-4g-lte.json b/data/smartphone/zte/2015/axon-mini/zte-axon-mini-3gb-32gb-4g-lte.json index 7db508dff31e..61376235995f 100644 --- a/data/smartphone/zte/2015/axon-mini/zte-axon-mini-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2015/axon-mini/zte-axon-mini-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8939v2-snapdragon-616", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 143.5, + "width_mm": 70.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2015/axon-pro/zte-axon-pro-4gb-64gb-4g-lte.json b/data/smartphone/zte/2015/axon-pro/zte-axon-pro-4gb-64gb-4g-lte.json index de418493e29d..d81a75fc2345 100644 --- a/data/smartphone/zte/2015/axon-pro/zte-axon-pro-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2015/axon-pro/zte-axon-pro-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.9, + "width_mm": 73.7, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2015/axon/zte-axon-2gb-32gb-4g-lte.json b/data/smartphone/zte/2015/axon/zte-axon-2gb-32gb-4g-lte.json index 1e82d28a3c00..9e1ffdfa64a9 100644 --- a/data/smartphone/zte/2015/axon/zte-axon-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2015/axon/zte-axon-2gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-msm8974-snapdragon-801", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 153.9, + "width_mm": 73.7, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2015/blade-a410/zte-blade-a410-1gb-8gb-4g-lte.json b/data/smartphone/zte/2015/blade-a410/zte-blade-a410-1gb-8gb-4g-lte.json index 4d96aaf276ac..a99d4c9d358c 100644 --- a/data/smartphone/zte/2015/blade-a410/zte-blade-a410-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-a410/zte-blade-a410-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6735m", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 126.0, + "width_mm": 64.0, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/zte/2015/blade-apex-3/zte-blade-apex-3-1gb-8gb-4g-lte.json b/data/smartphone/zte/2015/blade-apex-3/zte-blade-apex-3-1gb-8gb-4g-lte.json index 1f0995f7aa7c..b80afbef953b 100644 --- a/data/smartphone/zte/2015/blade-apex-3/zte-blade-apex-3-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-apex-3/zte-blade-apex-3-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 134.4, + "width_mm": 67.0, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/zte/2015/blade-d6/zte-blade-d6-2gb-16gb-4g-lte.json b/data/smartphone/zte/2015/blade-d6/zte-blade-d6-2gb-16gb-4g-lte.json index 5b6f14689071..23c1d2a80015 100644 --- a/data/smartphone/zte/2015/blade-d6/zte-blade-d6-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-d6/zte-blade-d6-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6735", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 142.0, + "width_mm": 69.5, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/zte/2015/blade-l3-plus/zte-blade-l3-plus-1gb-8gb-3g.json b/data/smartphone/zte/2015/blade-l3-plus/zte-blade-l3-plus-1gb-8gb-3g.json index 147783520d11..c9385ca50d0b 100644 --- a/data/smartphone/zte/2015/blade-l3-plus/zte-blade-l3-plus-1gb-8gb-3g.json +++ b/data/smartphone/zte/2015/blade-l3-plus/zte-blade-l3-plus-1gb-8gb-3g.json @@ -99,5 +99,10 @@ 8 ], "soc": "mediatek-mt6582", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 139.8, + "width_mm": 71.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/zte/2015/blade-q-pro/zte-blade-q-pro-1gb-8gb-3g.json b/data/smartphone/zte/2015/blade-q-pro/zte-blade-q-pro-1gb-8gb-3g.json index 0e8cfeb49217..1cce01b28f30 100644 --- a/data/smartphone/zte/2015/blade-q-pro/zte-blade-q-pro-1gb-8gb-3g.json +++ b/data/smartphone/zte/2015/blade-q-pro/zte-blade-q-pro-1gb-8gb-3g.json @@ -98,5 +98,10 @@ 8 ], "soc": "spreadtrum-sc7731", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 134.5, + "width_mm": 67.5, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/zte/2015/blade-qlux-4g/zte-blade-qlux-4g-1gb-8gb-4g-lte.json b/data/smartphone/zte/2015/blade-qlux-4g/zte-blade-qlux-4g-1gb-8gb-4g-lte.json index 583bb809625e..670802d888b5 100644 --- a/data/smartphone/zte/2015/blade-qlux-4g/zte-blade-qlux-4g-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-qlux-4g/zte-blade-qlux-4g-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "mediatek-mt6732m", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 134.5, + "width_mm": 67.4, + "depth_mm": 10.3 + } } diff --git a/data/smartphone/zte/2015/blade-s6-plus/zte-blade-s6-plus-2gb-16gb-4g-lte.json b/data/smartphone/zte/2015/blade-s6-plus/zte-blade-s6-plus-2gb-16gb-4g-lte.json index 5e08a90c5c1f..73e252bdb367 100644 --- a/data/smartphone/zte/2015/blade-s6-plus/zte-blade-s6-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-s6-plus/zte-blade-s6-plus-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.2" + "os_version": "5.2", + "dimensions": { + "height_mm": 155.0, + "width_mm": 78.0, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/zte/2015/blade-s6/zte-blade-s6-2gb-16gb-4g-lte.json b/data/smartphone/zte/2015/blade-s6/zte-blade-s6-2gb-16gb-4g-lte.json index f23d7e105454..414b606963c5 100644 --- a/data/smartphone/zte/2015/blade-s6/zte-blade-s6-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-s6/zte-blade-s6-2gb-16gb-4g-lte.json @@ -113,5 +113,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 144.0, + "width_mm": 70.7, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/zte/2015/blade-s7/zte-blade-s7-3gb-32gb-4g-lte.json b/data/smartphone/zte/2015/blade-s7/zte-blade-s7-3gb-32gb-4g-lte.json index 9f2e7f218914..94960386898e 100644 --- a/data/smartphone/zte/2015/blade-s7/zte-blade-s7-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-s7/zte-blade-s7-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 142.0, + "width_mm": 67.0, + "depth_mm": 7.2 + } } diff --git a/data/smartphone/zte/2015/blade-x3/zte-blade-x3-1gb-8gb-4g-lte.json b/data/smartphone/zte/2015/blade-x3/zte-blade-x3-1gb-8gb-4g-lte.json index a5941c0afb80..cb391b4481c9 100644 --- a/data/smartphone/zte/2015/blade-x3/zte-blade-x3-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-x3/zte-blade-x3-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6735p", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 145.0, + "width_mm": 71.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2015/blade-x9/zte-blade-x9-2gb-16gb-4g-lte.json b/data/smartphone/zte/2015/blade-x9/zte-blade-x9-2gb-16gb-4g-lte.json index eb9985e6aba7..6e3277966153 100644 --- a/data/smartphone/zte/2015/blade-x9/zte-blade-x9-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/blade-x9/zte-blade-x9-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 155.3, + "width_mm": 77.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/zte/2015/grand-x-max/zte-grand-x-max-2gb-16gb-4g-lte.json b/data/smartphone/zte/2015/grand-x-max/zte-grand-x-max-2gb-16gb-4g-lte.json index 093587fb380c..226b077abf01 100644 --- a/data/smartphone/zte/2015/grand-x-max/zte-grand-x-max-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/grand-x-max/zte-grand-x-max-2gb-16gb-4g-lte.json @@ -105,5 +105,11 @@ 16 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.4" + "os_version": "4.4.4", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 162.1, + "width_mm": 83.1, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2015/grand-x2/zte-grand-x2-2gb-16gb-4g-lte.json b/data/smartphone/zte/2015/grand-x2/zte-grand-x2-2gb-16gb-4g-lte.json index 958d66451870..a2dea577958d 100644 --- a/data/smartphone/zte/2015/grand-x2/zte-grand-x2-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/grand-x2/zte-grand-x2-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 145.0, + "width_mm": 72.8, + "depth_mm": 9.3 + } } diff --git a/data/smartphone/zte/2015/imperial-ii/zte-imperial-ii-1gb-8gb-4g-lte.json b/data/smartphone/zte/2015/imperial-ii/zte-imperial-ii-1gb-8gb-4g-lte.json index 15f4a18bb892..ed3c5aec5422 100644 --- a/data/smartphone/zte/2015/imperial-ii/zte-imperial-ii-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2015/imperial-ii/zte-imperial-ii-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 142.2, + "width_mm": 71.1, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/zte/2015/maven/zte-maven-1gb-8gb-4g-lte.json b/data/smartphone/zte/2015/maven/zte-maven-1gb-8gb-4g-lte.json index ef7a70096f52..21a281f595ef 100644 --- a/data/smartphone/zte/2015/maven/zte-maven-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2015/maven/zte-maven-1gb-8gb-4g-lte.json @@ -103,5 +103,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 134.9, + "width_mm": 66.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/zte/2015/nubia-my-prague/zte-nubia-my-prague-3gb-32gb-4g-lte.json b/data/smartphone/zte/2015/nubia-my-prague/zte-nubia-my-prague-3gb-32gb-4g-lte.json index 879c85c60ff5..38ad7c9093bb 100644 --- a/data/smartphone/zte/2015/nubia-my-prague/zte-nubia-my-prague-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2015/nubia-my-prague/zte-nubia-my-prague-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.2" + "os_version": "5.2", + "dimensions": { + "height_mm": 148.0, + "width_mm": 72.0, + "depth_mm": 5.5 + } } diff --git a/data/smartphone/zte/2015/nubia-z9-max/zte-nubia-z9-max-3gb-16gb-4g-lte.json b/data/smartphone/zte/2015/nubia-z9-max/zte-nubia-z9-max-3gb-16gb-4g-lte.json index 30ebade2b49f..de8f9fa38f9f 100644 --- a/data/smartphone/zte/2015/nubia-z9-max/zte-nubia-z9-max-3gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/nubia-z9-max/zte-nubia-z9-max-3gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 154.8, + "width_mm": 76.6, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2015/nubia-z9-mini/zte-nubia-z9-mini-2gb-16gb-4g-lte.json b/data/smartphone/zte/2015/nubia-z9-mini/zte-nubia-z9-mini-2gb-16gb-4g-lte.json index 93eb58e2c87a..8200b9a4919b 100644 --- a/data/smartphone/zte/2015/nubia-z9-mini/zte-nubia-z9-mini-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/nubia-z9-mini/zte-nubia-z9-mini-2gb-16gb-4g-lte.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 141.3, + "width_mm": 69.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/zte/2015/nubia-z9/zte-nubia-z9-4gb-64gb-4g-lte.json b/data/smartphone/zte/2015/nubia-z9/zte-nubia-z9-4gb-64gb-4g-lte.json index 56ea15f57fa7..444d51d1c381 100644 --- a/data/smartphone/zte/2015/nubia-z9/zte-nubia-z9-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2015/nubia-z9/zte-nubia-z9-4gb-64gb-4g-lte.json @@ -111,5 +111,10 @@ 64 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.2" + "os_version": "5.2", + "dimensions": { + "height_mm": 147.4, + "width_mm": 68.3, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2015/obsidian/zte-obsidian-1gb-4gb-4g-lte.json b/data/smartphone/zte/2015/obsidian/zte-obsidian-1gb-4gb-4g-lte.json index a446e8ec285f..56c2f952c67f 100644 --- a/data/smartphone/zte/2015/obsidian/zte-obsidian-1gb-4gb-4g-lte.json +++ b/data/smartphone/zte/2015/obsidian/zte-obsidian-1gb-4gb-4g-lte.json @@ -103,5 +103,10 @@ 4 ], "soc": "mediatek-mt6735m", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 137.4, + "width_mm": 68.6, + "depth_mm": 10.2 + } } diff --git a/data/smartphone/zte/2015/v5-lux/zte-v5-lux-1gb-8gb-4g-lte.json b/data/smartphone/zte/2015/v5-lux/zte-v5-lux-1gb-8gb-4g-lte.json index b74c6e7b86d7..391a488ee8bc 100644 --- a/data/smartphone/zte/2015/v5-lux/zte-v5-lux-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2015/v5-lux/zte-v5-lux-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 139.0, + "width_mm": 71.0, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/zte/2015/zmax-2/zte-zmax-2-2gb-16gb-4g-lte.json b/data/smartphone/zte/2015/zmax-2/zte-zmax-2-2gb-16gb-4g-lte.json index 37fd31afbb43..5bfe03b24d2a 100644 --- a/data/smartphone/zte/2015/zmax-2/zte-zmax-2-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2015/zmax-2/zte-zmax-2-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 153.9, + "width_mm": 76.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2016/avid-plus/zte-avid-plus-1gb-8gb-4g-lte.json b/data/smartphone/zte/2016/avid-plus/zte-avid-plus-1gb-8gb-4g-lte.json index 8ea2a56377ab..f45802b8b872 100644 --- a/data/smartphone/zte/2016/avid-plus/zte-avid-plus-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2016/avid-plus/zte-avid-plus-1gb-8gb-4g-lte.json @@ -104,5 +104,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 144.8, + "width_mm": 72.9, + "depth_mm": 10.9 + } } diff --git a/data/smartphone/zte/2016/axon-7-max/zte-axon-7-max-4gb-64gb-4g-lte.json b/data/smartphone/zte/2016/axon-7-max/zte-axon-7-max-4gb-64gb-4g-lte.json index fdf4f81b63ee..42b1cf86db21 100644 --- a/data/smartphone/zte/2016/axon-7-max/zte-axon-7-max-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2016/axon-7-max/zte-axon-7-max-4gb-64gb-4g-lte.json @@ -106,5 +106,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 80.4, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/zte/2016/axon-7-mini/zte-axon-7-mini-3gb-32gb-4g-lte.json b/data/smartphone/zte/2016/axon-7-mini/zte-axon-7-mini-3gb-32gb-4g-lte.json index 641eb45fbcda..063a18b44d49 100644 --- a/data/smartphone/zte/2016/axon-7-mini/zte-axon-7-mini-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2016/axon-7-mini/zte-axon-7-mini-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.0, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/zte/2016/axon-7/zte-axon-7-4gb-64gb-4g-lte.json b/data/smartphone/zte/2016/axon-7/zte-axon-7-4gb-64gb-4g-lte.json index 4d9f2fa32fad..96c4c19f0465 100644 --- a/data/smartphone/zte/2016/axon-7/zte-axon-7-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2016/axon-7/zte-axon-7-4gb-64gb-4g-lte.json @@ -113,5 +113,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2016/blade-a2/zte-blade-a2-2gb-16gb-4g-lte.json b/data/smartphone/zte/2016/blade-a2/zte-blade-a2-2gb-16gb-4g-lte.json index 2231162c1444..7563d744b9fc 100644 --- a/data/smartphone/zte/2016/blade-a2/zte-blade-a2-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2016/blade-a2/zte-blade-a2-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6750", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.8, + "width_mm": 70.2, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2016/blade-a452/zte-blade-a452-1gb-8gb-4g-lte.json b/data/smartphone/zte/2016/blade-a452/zte-blade-a452-1gb-8gb-4g-lte.json index 3660a51ef9f9..b880aab84644 100644 --- a/data/smartphone/zte/2016/blade-a452/zte-blade-a452-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2016/blade-a452/zte-blade-a452-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "mediatek-mt6735p", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 145.0, + "width_mm": 71.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2016/blade-a512/zte-blade-a512-2gb-16gb-4g-lte.json b/data/smartphone/zte/2016/blade-a512/zte-blade-a512-2gb-16gb-4g-lte.json index 36200ab78e5b..1a686b04c71b 100644 --- a/data/smartphone/zte/2016/blade-a512/zte-blade-a512-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2016/blade-a512/zte-blade-a512-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 164.3, + "width_mm": 71.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2016/blade-a910/zte-blade-a910-2gb-16gb-4g-lte.json b/data/smartphone/zte/2016/blade-a910/zte-blade-a910-2gb-16gb-4g-lte.json index fcfc925ff757..96887eba0ef9 100644 --- a/data/smartphone/zte/2016/blade-a910/zte-blade-a910-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2016/blade-a910/zte-blade-a910-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6735", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 154.0, + "width_mm": 79.0, + "depth_mm": 6.9 + } } diff --git a/data/smartphone/zte/2016/blade-l110-a110/zte-blade-l110-a110-1gb-8gb-4g-lte.json b/data/smartphone/zte/2016/blade-l110-a110/zte-blade-l110-a110-1gb-8gb-4g-lte.json index db5373aec105..41266ec83a5d 100644 --- a/data/smartphone/zte/2016/blade-l110-a110/zte-blade-l110-a110-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2016/blade-l110-a110/zte-blade-l110-a110-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "spreadtrum-sc7731g", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 125.0, + "width_mm": 64.4, + "depth_mm": 10.4 + } } diff --git a/data/smartphone/zte/2016/blade-l5-plus/zte-blade-l5-plus-1gb-8gb-3g.json b/data/smartphone/zte/2016/blade-l5-plus/zte-blade-l5-plus-1gb-8gb-3g.json index 2a9cd8123534..9b1b156409a2 100644 --- a/data/smartphone/zte/2016/blade-l5-plus/zte-blade-l5-plus-1gb-8gb-3g.json +++ b/data/smartphone/zte/2016/blade-l5-plus/zte-blade-l5-plus-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "mediatek-mt6580", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 143.0, + "width_mm": 72.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/zte/2016/blade-v-plus/zte-blade-v-plus-2gb-16gb-4g-lte.json b/data/smartphone/zte/2016/blade-v-plus/zte-blade-v-plus-2gb-16gb-4g-lte.json index 6bcab7c7f8c9..44d5575ed989 100644 --- a/data/smartphone/zte/2016/blade-v-plus/zte-blade-v-plus-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2016/blade-v-plus/zte-blade-v-plus-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 155.3, + "width_mm": 77.2, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/zte/2016/blade-v7-lite/zte-blade-v7-lite-2gb-16gb-4g-lte.json b/data/smartphone/zte/2016/blade-v7-lite/zte-blade-v7-lite-2gb-16gb-4g-lte.json index 408636c2de4f..4c522f904920 100644 --- a/data/smartphone/zte/2016/blade-v7-lite/zte-blade-v7-lite-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2016/blade-v7-lite/zte-blade-v7-lite-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6735p", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 143.8, + "width_mm": 70.2, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2016/blade-v7/zte-blade-v7-2gb-16gb-4g-lte.json b/data/smartphone/zte/2016/blade-v7/zte-blade-v7-2gb-16gb-4g-lte.json index f64797ecdc5e..2d1b9dd46dea 100644 --- a/data/smartphone/zte/2016/blade-v7/zte-blade-v7-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2016/blade-v7/zte-blade-v7-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.5, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/zte/2016/grand-x-3/zte-grand-x-3-2gb-16gb-4g-lte.json b/data/smartphone/zte/2016/grand-x-3/zte-grand-x-3-2gb-16gb-4g-lte.json index 39aec61c6798..aa1779479406 100644 --- a/data/smartphone/zte/2016/grand-x-3/zte-grand-x-3-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2016/grand-x-3/zte-grand-x-3-2gb-16gb-4g-lte.json @@ -102,5 +102,11 @@ 16 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 154.2, + "width_mm": 76.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2016/grand-x4/zte-grand-x4-2gb-16gb-4g-lte.json b/data/smartphone/zte/2016/grand-x4/zte-grand-x4-2gb-16gb-4g-lte.json index ef1f94a503b4..99cd8fa8a10c 100644 --- a/data/smartphone/zte/2016/grand-x4/zte-grand-x4-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2016/grand-x4/zte-grand-x4-2gb-16gb-4g-lte.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 155.2, + "width_mm": 77.0, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/zte/2016/nubia-n1/zte-nubia-n1-3gb-64gb-4g-lte.json b/data/smartphone/zte/2016/nubia-n1/zte-nubia-n1-3gb-64gb-4g-lte.json index 4d9ffefbe869..4f59426dddc8 100644 --- a/data/smartphone/zte/2016/nubia-n1/zte-nubia-n1-3gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2016/nubia-n1/zte-nubia-n1-3gb-64gb-4g-lte.json @@ -107,5 +107,10 @@ 64 ], "soc": "mediatek-mt6755-helio-p10", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 150.9, + "width_mm": 75.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2016/nubia-prague-s/zte-nubia-prague-s-3gb-64gb-4g-lte.json b/data/smartphone/zte/2016/nubia-prague-s/zte-nubia-prague-s-3gb-64gb-4g-lte.json index 856738ba3578..58a08510b2e0 100644 --- a/data/smartphone/zte/2016/nubia-prague-s/zte-nubia-prague-s-3gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2016/nubia-prague-s/zte-nubia-prague-s-3gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.2" + "os_version": "5.2", + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.5, + "depth_mm": 6.8 + } } diff --git a/data/smartphone/zte/2016/nubia-z11-max/zte-nubia-z11-max-4gb-64gb-4g-lte.json b/data/smartphone/zte/2016/nubia-z11-max/zte-nubia-z11-max-4gb-64gb-4g-lte.json index 4fce99dfc725..7a1180a8f86f 100644 --- a/data/smartphone/zte/2016/nubia-z11-max/zte-nubia-z11-max-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2016/nubia-z11-max/zte-nubia-z11-max-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "5.1.1" + "os_version": "5.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 82.3, + "depth_mm": 7.4 + } } diff --git a/data/smartphone/zte/2016/nubia-z11-mini-s/zte-nubia-z11-mini-s-4gb-128gb-4g-lte.json b/data/smartphone/zte/2016/nubia-z11-mini-s/zte-nubia-z11-mini-s-4gb-128gb-4g-lte.json index 5d2442c65709..8f9e2b1653d0 100644 --- a/data/smartphone/zte/2016/nubia-z11-mini-s/zte-nubia-z11-mini-s-4gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2016/nubia-z11-mini-s/zte-nubia-z11-mini-s-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 146.1, + "width_mm": 72.1, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2016/nubia-z11-mini/zte-nubia-z11-mini-3gb-64gb-4g-lte.json b/data/smartphone/zte/2016/nubia-z11-mini/zte-nubia-z11-mini-3gb-64gb-4g-lte.json index 9c435fab0626..af26671e51cb 100644 --- a/data/smartphone/zte/2016/nubia-z11-mini/zte-nubia-z11-mini-3gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2016/nubia-z11-mini/zte-nubia-z11-mini-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 141.4, + "width_mm": 70.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/zte/2016/nubia-z11/zte-nubia-z11-6gb-64gb-4g-lte.json b/data/smartphone/zte/2016/nubia-z11/zte-nubia-z11-6gb-64gb-4g-lte.json index 957ca1e531f7..b4a716065fb1 100644 --- a/data/smartphone/zte/2016/nubia-z11/zte-nubia-z11-6gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2016/nubia-z11/zte-nubia-z11-6gb-64gb-4g-lte.json @@ -111,5 +111,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "6.1" + "os_version": "6.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.8, + "width_mm": 72.3, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/zte/2017/axon-7s/zte-axon-7s-6gb-128gb-4g-lte.json b/data/smartphone/zte/2017/axon-7s/zte-axon-7s-6gb-128gb-4g-lte.json index ef9ccfde4d60..e2278c04807f 100644 --- a/data/smartphone/zte/2017/axon-7s/zte-axon-7s-6gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2017/axon-7s/zte-axon-7s-6gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "7" + "os_version": "7", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2017/axon-m/zte-axon-m-4gb-64gb-4g-lte.json b/data/smartphone/zte/2017/axon-m/zte-axon-m-4gb-64gb-4g-lte.json index 14a7f396dc6a..9c2430431ef9 100644 --- a/data/smartphone/zte/2017/axon-m/zte-axon-m-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2017/axon-m/zte-axon-m-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "7.1.2" + "os_version": "7.1.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 150.9, + "width_mm": 71.6, + "depth_mm": 12.2 + } } diff --git a/data/smartphone/zte/2017/blade-a2-plus/zte-blade-a2-plus-4gb-32gb-4g-lte.json b/data/smartphone/zte/2017/blade-a2-plus/zte-blade-a2-plus-4gb-32gb-4g-lte.json index 05dd38a1e70d..76748b989803 100644 --- a/data/smartphone/zte/2017/blade-a2-plus/zte-blade-a2-plus-4gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-a2-plus/zte-blade-a2-plus-4gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6750t", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 155.0, + "width_mm": 76.2, + "depth_mm": 9.8 + } } diff --git a/data/smartphone/zte/2017/blade-a3/zte-blade-a3-3gb-32gb-4g-lte.json b/data/smartphone/zte/2017/blade-a3/zte-blade-a3-3gb-32gb-4g-lte.json index f3345628b869..b548f60ad3e7 100644 --- a/data/smartphone/zte/2017/blade-a3/zte-blade-a3-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-a3/zte-blade-a3-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6737t", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 152.4, + "width_mm": 75.8, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/zte/2017/blade-a520/zte-blade-a520-2gb-16gb-4g-lte.json b/data/smartphone/zte/2017/blade-a520/zte-blade-a520-2gb-16gb-4g-lte.json index de351e5e37dd..3799f88e2262 100644 --- a/data/smartphone/zte/2017/blade-a520/zte-blade-a520-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-a520/zte-blade-a520-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 144.0, + "width_mm": 71.0, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/zte/2017/blade-a6/zte-blade-a6-3gb-32gb-4g-lte.json b/data/smartphone/zte/2017/blade-a6/zte-blade-a6-3gb-32gb-4g-lte.json index 1121afef5d89..0eb2e7fd26a5 100644 --- a/data/smartphone/zte/2017/blade-a6/zte-blade-a6-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-a6/zte-blade-a6-3gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 147.0, + "width_mm": 71.0, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/zte/2017/blade-force/zte-blade-force-2gb-16gb-4g-lte.json b/data/smartphone/zte/2017/blade-force/zte-blade-force-2gb-16gb-4g-lte.json index 846f2a2fd673..bd6b6b7e5ce6 100644 --- a/data/smartphone/zte/2017/blade-force/zte-blade-force-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-force/zte-blade-force-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8920-snapdragon-427", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 78.0, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/zte/2017/blade-v7-plus/zte-blade-v7-plus-3gb-32gb-4g-lte.json b/data/smartphone/zte/2017/blade-v7-plus/zte-blade-v7-plus-3gb-32gb-4g-lte.json index 1e72c473f418..f8e549924769 100644 --- a/data/smartphone/zte/2017/blade-v7-plus/zte-blade-v7-plus-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-v7-plus/zte-blade-v7-plus-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6753", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.5, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/zte/2017/blade-v8-lite/zte-blade-v8-lite-2gb-16gb-4g-lte.json b/data/smartphone/zte/2017/blade-v8-lite/zte-blade-v8-lite-2gb-16gb-4g-lte.json index a5a602ec1fd5..7af72c2b877c 100644 --- a/data/smartphone/zte/2017/blade-v8-lite/zte-blade-v8-lite-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-v8-lite/zte-blade-v8-lite-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt6750", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/zte/2017/blade-v8-mini/zte-blade-v8-mini-2gb-16gb-4g-lte.json b/data/smartphone/zte/2017/blade-v8-mini/zte-blade-v8-mini-2gb-16gb-4g-lte.json index bebb2922e055..649b7d4dce44 100644 --- a/data/smartphone/zte/2017/blade-v8-mini/zte-blade-v8-mini-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-v8-mini/zte-blade-v8-mini-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 143.5, + "width_mm": 70.0, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2017/blade-v8-pro/zte-blade-v8-pro-3gb-32gb-4g-lte.json b/data/smartphone/zte/2017/blade-v8-pro/zte-blade-v8-pro-3gb-32gb-4g-lte.json index 2b0590a05f77..81ba1ba824fa 100644 --- a/data/smartphone/zte/2017/blade-v8-pro/zte-blade-v8-pro-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-v8-pro/zte-blade-v8-pro-3gb-32gb-4g-lte.json @@ -109,5 +109,11 @@ 32 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.0, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/zte/2017/blade-v8/zte-blade-v8-3gb-32gb-4g-lte.json b/data/smartphone/zte/2017/blade-v8/zte-blade-v8-3gb-32gb-4g-lte.json index 1a7a6b2c1e86..24f58cbc2a42 100644 --- a/data/smartphone/zte/2017/blade-v8/zte-blade-v8-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-v8/zte-blade-v8-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 148.4, + "width_mm": 71.5, + "depth_mm": 7.7 + } } diff --git a/data/smartphone/zte/2017/blade-x/zte-blade-x-2gb-16gb-4g-lte.json b/data/smartphone/zte/2017/blade-x/zte-blade-x-2gb-16gb-4g-lte.json index 10d551dc2e3c..17462de7d4c4 100644 --- a/data/smartphone/zte/2017/blade-x/zte-blade-x-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-x/zte-blade-x-2gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.5, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2017/blade-z-max/zte-blade-z-max-2gb-32gb-4g-lte.json b/data/smartphone/zte/2017/blade-z-max/zte-blade-z-max-2gb-32gb-4g-lte.json index ba1ea13b9f0f..9fa4e246d00c 100644 --- a/data/smartphone/zte/2017/blade-z-max/zte-blade-z-max-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2017/blade-z-max/zte-blade-z-max-2gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 166.1, + "width_mm": 84.6, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/zte/2017/grand-x-view-2/zte-grand-x-view-2-1gb-8gb-4g-lte.json b/data/smartphone/zte/2017/grand-x-view-2/zte-grand-x-view-2-1gb-8gb-4g-lte.json index ba11afa8ddaa..09ee7ad08bac 100644 --- a/data/smartphone/zte/2017/grand-x-view-2/zte-grand-x-view-2-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2017/grand-x-view-2/zte-grand-x-view-2-1gb-8gb-4g-lte.json @@ -99,5 +99,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 215.0, + "width_mm": 125.0, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2017/maven-2/zte-maven-2-1gb-8gb-4g-lte.json b/data/smartphone/zte/2017/maven-2/zte-maven-2-1gb-8gb-4g-lte.json index 0a36d2d04a02..93c6d680cdcb 100644 --- a/data/smartphone/zte/2017/maven-2/zte-maven-2-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2017/maven-2/zte-maven-2-1gb-8gb-4g-lte.json @@ -102,5 +102,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 145.5, + "width_mm": 73.0, + "depth_mm": 11.0 + } } diff --git a/data/smartphone/zte/2017/max-xl/zte-max-xl-2gb-32gb-4g-lte.json b/data/smartphone/zte/2017/max-xl/zte-max-xl-2gb-32gb-4g-lte.json index e2dedaad305c..126a5622492c 100644 --- a/data/smartphone/zte/2017/max-xl/zte-max-xl-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2017/max-xl/zte-max-xl-2gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.1, + "width_mm": 83.8, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2017/nubia-m2-lite/zte-nubia-m2-lite-4gb-64gb-4g-lte.json b/data/smartphone/zte/2017/nubia-m2-lite/zte-nubia-m2-lite-4gb-64gb-4g-lte.json index 5156136181d3..a00d15f51750 100644 --- a/data/smartphone/zte/2017/nubia-m2-lite/zte-nubia-m2-lite-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2017/nubia-m2-lite/zte-nubia-m2-lite-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt6750", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.7, + "width_mm": 76.7, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/zte/2017/nubia-m2/zte-nubia-m2-4gb-64gb-4g-lte.json b/data/smartphone/zte/2017/nubia-m2/zte-nubia-m2-4gb-64gb-4g-lte.json index 77a790259d23..e991441f5333 100644 --- a/data/smartphone/zte/2017/nubia-m2/zte-nubia-m2-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2017/nubia-m2/zte-nubia-m2-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.9, + "depth_mm": 7.0 + } } diff --git a/data/smartphone/zte/2017/nubia-n1-lite/zte-nubia-n1-lite-2gb-16gb-4g-lte.json b/data/smartphone/zte/2017/nubia-n1-lite/zte-nubia-n1-lite-2gb-16gb-4g-lte.json index dee39aa29113..cb838dffc22a 100644 --- a/data/smartphone/zte/2017/nubia-n1-lite/zte-nubia-n1-lite-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2017/nubia-n1-lite/zte-nubia-n1-lite-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "mediatek-mt6737", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 153.0, + "width_mm": 77.5, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/zte/2017/nubia-n2/zte-nubia-n2-4gb-64gb-4g-lte.json b/data/smartphone/zte/2017/nubia-n2/zte-nubia-n2-4gb-64gb-4g-lte.json index 653c010b3a4e..8380925b3f63 100644 --- a/data/smartphone/zte/2017/nubia-n2/zte-nubia-n2-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2017/nubia-n2/zte-nubia-n2-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6750", - "os_version": "6" + "os_version": "6", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 155.0, + "width_mm": 75.0, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2017/nubia-z17-lite/zte-nubia-z17-lite-6gb-64gb-4g-lte.json b/data/smartphone/zte/2017/nubia-z17-lite/zte-nubia-z17-lite-6gb-64gb-4g-lte.json index 3ae9da10cfc3..ad0b9ffe1247 100644 --- a/data/smartphone/zte/2017/nubia-z17-lite/zte-nubia-z17-lite-6gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2017/nubia-z17-lite/zte-nubia-z17-lite-6gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-msm8976-pro-snapdragon-653", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 153.0, + "width_mm": 72.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2017/nubia-z17-minis/zte-nubia-z17-minis-6gb-64gb-4g-lte.json b/data/smartphone/zte/2017/nubia-z17-minis/zte-nubia-z17-minis-6gb-64gb-4g-lte.json index a7a6d416b088..4bcd304bda3f 100644 --- a/data/smartphone/zte/2017/nubia-z17-minis/zte-nubia-z17-minis-6gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2017/nubia-z17-minis/zte-nubia-z17-minis-6gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-msm8976-pro-snapdragon-653", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.2, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2017/nubia-z17/zte-nubia-z17-8gb-128gb-4g-lte.json b/data/smartphone/zte/2017/nubia-z17/zte-nubia-z17-8gb-128gb-4g-lte.json index d7430b5fc307..32c596985922 100644 --- a/data/smartphone/zte/2017/nubia-z17/zte-nubia-z17-8gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2017/nubia-z17/zte-nubia-z17-8gb-128gb-4g-lte.json @@ -115,5 +115,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 152.6, + "width_mm": 72.4, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2017/nubia-z17s/zte-nubia-z17s-8gb-128gb-4g-lte.json b/data/smartphone/zte/2017/nubia-z17s/zte-nubia-z17s-8gb-128gb-4g-lte.json index a3e35dd0621d..143bfb8128cd 100644 --- a/data/smartphone/zte/2017/nubia-z17s/zte-nubia-z17s-8gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2017/nubia-z17s/zte-nubia-z17s-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "7.1.1" + "os_version": "7.1.1", + "charging_wired_w": 26.0, + "dimensions": { + "height_mm": 147.5, + "width_mm": 72.7, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/zte/2017/tempo-x/zte-tempo-x-1gb-8gb-4g-lte.json b/data/smartphone/zte/2017/tempo-x/zte-tempo-x-1gb-8gb-4g-lte.json index 013d9a7c3730..34aa5ec3ad8d 100644 --- a/data/smartphone/zte/2017/tempo-x/zte-tempo-x-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2017/tempo-x/zte-tempo-x-1gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 145.5, + "width_mm": 71.9, + "depth_mm": 9.1 + } } diff --git a/data/smartphone/zte/2018/axon-9-pro/zte-axon-9-pro-6gb-128gb-4g-lte.json b/data/smartphone/zte/2018/axon-9-pro/zte-axon-9-pro-6gb-128gb-4g-lte.json index 3711c8a91a6d..d0d6e862ea97 100644 --- a/data/smartphone/zte/2018/axon-9-pro/zte-axon-9-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2018/axon-9-pro/zte-axon-9-pro-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 156.5, + "width_mm": 74.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2018/blade-a7-vita/zte-blade-a7-vita-3gb-32gb-4g-lte.json b/data/smartphone/zte/2018/blade-a7-vita/zte-blade-a7-vita-3gb-32gb-4g-lte.json index 7a2c011ff327..e39ad455e9ef 100644 --- a/data/smartphone/zte/2018/blade-a7-vita/zte-blade-a7-vita-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2018/blade-a7-vita/zte-blade-a7-vita-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 147.0, + "width_mm": 69.5, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2018/blade-v9-vita/zte-blade-v9-vita-3gb-32gb-4g-lte.json b/data/smartphone/zte/2018/blade-v9-vita/zte-blade-v9-vita-3gb-32gb-4g-lte.json index d96ca70dc8a9..7d9f7b84597c 100644 --- a/data/smartphone/zte/2018/blade-v9-vita/zte-blade-v9-vita-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2018/blade-v9-vita/zte-blade-v9-vita-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 146.8, + "width_mm": 68.7, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2018/blade-v9/zte-blade-v9-4gb-64gb-4g-lte.json b/data/smartphone/zte/2018/blade-v9/zte-blade-v9-4gb-64gb-4g-lte.json index 1fdc8ea1d0a7..aea5c95eb562 100644 --- a/data/smartphone/zte/2018/blade-v9/zte-blade-v9-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2018/blade-v9/zte-blade-v9-4gb-64gb-4g-lte.json @@ -105,5 +105,11 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 151.4, + "width_mm": 70.6, + "depth_mm": 7.5 + } } diff --git a/data/smartphone/zte/2018/nubia-n3/zte-nubia-n3-4gb-64gb-4g-lte.json b/data/smartphone/zte/2018/nubia-n3/zte-nubia-n3-4gb-64gb-4g-lte.json index ec7e77110cb6..5ce0a778c0e0 100644 --- a/data/smartphone/zte/2018/nubia-n3/zte-nubia-n3-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2018/nubia-n3/zte-nubia-n3-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.8, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/zte/2018/nubia-red-magic-mars/zte-nubia-red-magic-mars-10gb-256gb-4g-lte.json b/data/smartphone/zte/2018/nubia-red-magic-mars/zte-nubia-red-magic-mars-10gb-256gb-4g-lte.json index 81ee95347cd4..c0d7849f2fb6 100644 --- a/data/smartphone/zte/2018/nubia-red-magic-mars/zte-nubia-red-magic-mars-10gb-256gb-4g-lte.json +++ b/data/smartphone/zte/2018/nubia-red-magic-mars/zte-nubia-red-magic-mars-10gb-256gb-4g-lte.json @@ -108,5 +108,11 @@ 256 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.2, + "width_mm": 75.0, + "depth_mm": 9.9 + } } diff --git a/data/smartphone/zte/2018/nubia-red-magic/zte-nubia-red-magic-8gb-128gb-4g-lte.json b/data/smartphone/zte/2018/nubia-red-magic/zte-nubia-red-magic-8gb-128gb-4g-lte.json index 76be8bbdc4f2..dc502e732553 100644 --- a/data/smartphone/zte/2018/nubia-red-magic/zte-nubia-red-magic-8gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2018/nubia-red-magic/zte-nubia-red-magic-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.1, + "width_mm": 74.9, + "depth_mm": 9.5 + } } diff --git a/data/smartphone/zte/2018/nubia-v18/zte-nubia-v18-4gb-64gb-4g-lte.json b/data/smartphone/zte/2018/nubia-v18/zte-nubia-v18-4gb-64gb-4g-lte.json index 72b7c1dd9453..ac699a4ef9a3 100644 --- a/data/smartphone/zte/2018/nubia-v18/zte-nubia-v18-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2018/nubia-v18/zte-nubia-v18-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.5, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/zte/2018/nubia-x/zte-nubia-x-8gb-512gb-4g-lte.json b/data/smartphone/zte/2018/nubia-x/zte-nubia-x-8gb-512gb-4g-lte.json index a090d2d83313..8063a039db35 100644 --- a/data/smartphone/zte/2018/nubia-x/zte-nubia-x-8gb-512gb-4g-lte.json +++ b/data/smartphone/zte/2018/nubia-x/zte-nubia-x-8gb-512gb-4g-lte.json @@ -109,5 +109,11 @@ 512 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 154.1, + "width_mm": 73.3, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/zte/2018/nubia-z18-mini/zte-nubia-z18-mini-6gb-128gb-4g-lte.json b/data/smartphone/zte/2018/nubia-z18-mini/zte-nubia-z18-mini-6gb-128gb-4g-lte.json index 71e5a6ff4f6e..83fe9f88053c 100644 --- a/data/smartphone/zte/2018/nubia-z18-mini/zte-nubia-z18-mini-6gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2018/nubia-z18-mini/zte-nubia-z18-mini-6gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 148.0, + "width_mm": 70.6, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2018/nubia-z18/zte-nubia-z18-8gb-128gb-4g-lte.json b/data/smartphone/zte/2018/nubia-z18/zte-nubia-z18-8gb-128gb-4g-lte.json index 8c652d7c5759..cff6cbe9740d 100644 --- a/data/smartphone/zte/2018/nubia-z18/zte-nubia-z18-8gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2018/nubia-z18/zte-nubia-z18-8gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "qualcomm-sdm845-snapdragon-845", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 148.6, + "width_mm": 72.6, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/zte/2019/avid-559/zte-avid-559-2gb-16gb-4g-lte.json b/data/smartphone/zte/2019/avid-559/zte-avid-559-2gb-16gb-4g-lte.json index 6dcf92f0ad4e..6fb170a0436d 100644 --- a/data/smartphone/zte/2019/avid-559/zte-avid-559-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2019/avid-559/zte-avid-559-2gb-16gb-4g-lte.json @@ -99,5 +99,10 @@ 16 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 147.0, + "width_mm": 71.9, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2019/axon-10-pro-5g/zte-axon-10-pro-5g-12gb-256gb-5g.json b/data/smartphone/zte/2019/axon-10-pro-5g/zte-axon-10-pro-5g-12gb-256gb-5g.json index 542c2eea28ec..09a5652514ed 100644 --- a/data/smartphone/zte/2019/axon-10-pro-5g/zte-axon-10-pro-5g-12gb-256gb-5g.json +++ b/data/smartphone/zte/2019/axon-10-pro-5g/zte-axon-10-pro-5g-12gb-256gb-5g.json @@ -107,5 +107,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 73.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2019/axon-10-pro/zte-axon-10-pro-12gb-256gb-4g-lte.json b/data/smartphone/zte/2019/axon-10-pro/zte-axon-10-pro-12gb-256gb-4g-lte.json index 717203871b89..b5b7ea0ef3cd 100644 --- a/data/smartphone/zte/2019/axon-10-pro/zte-axon-10-pro-12gb-256gb-4g-lte.json +++ b/data/smartphone/zte/2019/axon-10-pro/zte-axon-10-pro-12gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 159.2, + "width_mm": 73.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2019/blade-10-prime/zte-blade-10-prime-3gb-64gb-4g-lte.json b/data/smartphone/zte/2019/blade-10-prime/zte-blade-10-prime-3gb-64gb-4g-lte.json index 527f93ce2829..f28cb058586e 100644 --- a/data/smartphone/zte/2019/blade-10-prime/zte-blade-10-prime-3gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-10-prime/zte-blade-10-prime-3gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.2, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2019/blade-20/zte-blade-20-4gb-128gb-4g-lte.json b/data/smartphone/zte/2019/blade-20/zte-blade-20-4gb-128gb-4g-lte.json index 3f41f44a92b2..4dcf8320a737 100644 --- a/data/smartphone/zte/2019/blade-20/zte-blade-20-4gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-20/zte-blade-20-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.9, + "width_mm": 76.6, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/zte/2019/blade-a3-2019/zte-blade-a3-2019-1gb-32gb-4g-lte.json b/data/smartphone/zte/2019/blade-a3-2019/zte-blade-a3-2019-1gb-32gb-4g-lte.json index 72632e8fbe93..bc1672810b41 100644 --- a/data/smartphone/zte/2019/blade-a3-2019/zte-blade-a3-2019-1gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-a3-2019/zte-blade-a3-2019-1gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "unisoc-sc9832e", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 137.4, + "width_mm": 67.5, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/zte/2019/blade-a5-2019/zte-blade-a5-2019-2gb-16gb-4g-lte.json b/data/smartphone/zte/2019/blade-a5-2019/zte-blade-a5-2019-2gb-16gb-4g-lte.json index 49afa1ad4b86..e5033edc5d70 100644 --- a/data/smartphone/zte/2019/blade-a5-2019/zte-blade-a5-2019-2gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-a5-2019/zte-blade-a5-2019-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "unisoc-sc9863a", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 145.8, + "width_mm": 70.0, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/zte/2019/blade-a7-prime/zte-blade-a7-prime-3gb-32gb-4g-lte.json b/data/smartphone/zte/2019/blade-a7-prime/zte-blade-a7-prime-3gb-32gb-4g-lte.json index dcaff0ccbe37..efa6393aff71 100644 --- a/data/smartphone/zte/2019/blade-a7-prime/zte-blade-a7-prime-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-a7-prime/zte-blade-a7-prime-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.7, + "width_mm": 72.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/zte/2019/blade-a7/zte-blade-a7-3gb-64gb-4g-lte.json b/data/smartphone/zte/2019/blade-a7/zte-blade-a7-3gb-64gb-4g-lte.json index 4a4e7619dc5d..e71015bf3318 100644 --- a/data/smartphone/zte/2019/blade-a7/zte-blade-a7-3gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-a7/zte-blade-a7-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6771-helio-p60", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 154.0, + "width_mm": 72.8, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2019/blade-max-view/zte-blade-max-view-3gb-32gb-4g-lte.json b/data/smartphone/zte/2019/blade-max-view/zte-blade-max-view-3gb-32gb-4g-lte.json index 42af9b9b9c2c..6b064a822a53 100644 --- a/data/smartphone/zte/2019/blade-max-view/zte-blade-max-view-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-max-view/zte-blade-max-view-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 163.1, + "width_mm": 74.9, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/zte/2019/blade-v10-vita/zte-blade-v10-vita-3gb-64gb-4g-lte.json b/data/smartphone/zte/2019/blade-v10-vita/zte-blade-v10-vita-3gb-64gb-4g-lte.json index b4d73a3ee65e..ed69a765b1c8 100644 --- a/data/smartphone/zte/2019/blade-v10-vita/zte-blade-v10-vita-3gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-v10-vita/zte-blade-v10-vita-3gb-64gb-4g-lte.json @@ -100,5 +100,10 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 157.1, + "width_mm": 75.8, + "depth_mm": 8.1 + } } diff --git a/data/smartphone/zte/2019/blade-v10/zte-blade-v10-4gb-64gb-4g-lte.json b/data/smartphone/zte/2019/blade-v10/zte-blade-v10-4gb-64gb-4g-lte.json index de656fdfdd1d..abf228c819c5 100644 --- a/data/smartphone/zte/2019/blade-v10/zte-blade-v10-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2019/blade-v10/zte-blade-v10-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "mediatek-mt6771v-helio-p70", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 157.8, + "width_mm": 75.2, + "depth_mm": 7.8 + } } diff --git a/data/smartphone/zte/2019/nubia-alpha/zte-nubia-alpha-1gb-8gb-4g-lte.json b/data/smartphone/zte/2019/nubia-alpha/zte-nubia-alpha-1gb-8gb-4g-lte.json index 996895efc4bc..1e4568fae46f 100644 --- a/data/smartphone/zte/2019/nubia-alpha/zte-nubia-alpha-1gb-8gb-4g-lte.json +++ b/data/smartphone/zte/2019/nubia-alpha/zte-nubia-alpha-1gb-8gb-4g-lte.json @@ -97,5 +97,10 @@ "storage_options_gb": [ 8 ], - "soc": "qualcomm-msm8909w-snapdragon-wear-2100" + "soc": "qualcomm-msm8909w-snapdragon-wear-2100", + "dimensions": { + "height_mm": 47.1, + "width_mm": 35.0, + "depth_mm": 13.8 + } } diff --git a/data/smartphone/zte/2019/nubia-red-magic-3/zte-nubia-red-magic-3-12gb-256gb-4g-lte.json b/data/smartphone/zte/2019/nubia-red-magic-3/zte-nubia-red-magic-3-12gb-256gb-4g-lte.json index ce067617d5be..ef2e4f860f1b 100644 --- a/data/smartphone/zte/2019/nubia-red-magic-3/zte-nubia-red-magic-3-12gb-256gb-4g-lte.json +++ b/data/smartphone/zte/2019/nubia-red-magic-3/zte-nubia-red-magic-3-12gb-256gb-4g-lte.json @@ -116,5 +116,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 171.7, + "width_mm": 78.5, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/zte/2019/nubia-red-magic-3s/zte-nubia-red-magic-3s-12gb-256gb-4g-lte.json b/data/smartphone/zte/2019/nubia-red-magic-3s/zte-nubia-red-magic-3s-12gb-256gb-4g-lte.json index 6246fce40311..a79f6f1a1a5d 100644 --- a/data/smartphone/zte/2019/nubia-red-magic-3s/zte-nubia-red-magic-3s-12gb-256gb-4g-lte.json +++ b/data/smartphone/zte/2019/nubia-red-magic-3s/zte-nubia-red-magic-3s-12gb-256gb-4g-lte.json @@ -115,5 +115,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 171.7, + "width_mm": 78.5, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/zte/2019/nubia-z20/zte-nubia-z20-8gb-512gb-4g-lte.json b/data/smartphone/zte/2019/nubia-z20/zte-nubia-z20-8gb-512gb-4g-lte.json index e90aa09af858..d0476e32b83a 100644 --- a/data/smartphone/zte/2019/nubia-z20/zte-nubia-z20-8gb-512gb-4g-lte.json +++ b/data/smartphone/zte/2019/nubia-z20/zte-nubia-z20-8gb-512gb-4g-lte.json @@ -114,5 +114,11 @@ 512 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 27.0, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.3, + "depth_mm": 9.0 + } } diff --git a/data/smartphone/zte/2020/avid-579/zte-avid-579-2gb-32gb-4g-lte.json b/data/smartphone/zte/2020/avid-579/zte-avid-579-2gb-32gb-4g-lte.json index e3a6ceedd88a..655ce9e7f171 100644 --- a/data/smartphone/zte/2020/avid-579/zte-avid-579-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2020/avid-579/zte-avid-579-2gb-32gb-4g-lte.json @@ -99,5 +99,10 @@ 32 ], "soc": "mediatek-mt6761d-helio-a20", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 147.0, + "width_mm": 71.0, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/zte/2020/axon-11-4g/zte-axon-11-4g-6gb-128gb-4g-lte.json b/data/smartphone/zte/2020/axon-11-4g/zte-axon-11-4g-6gb-128gb-4g-lte.json index 7035ef2bde14..422b3c5d90df 100644 --- a/data/smartphone/zte/2020/axon-11-4g/zte-axon-11-4g-6gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2020/axon-11-4g/zte-axon-11-4g-6gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "mediatek-mt6771-helio-p70", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 159.2, + "width_mm": 73.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2020/axon-11-se-5g/zte-axon-11-se-5g-6gb-128gb-5g.json b/data/smartphone/zte/2020/axon-11-se-5g/zte-axon-11-se-5g-6gb-128gb-5g.json index f030335fca85..58f7b2944fc7 100644 --- a/data/smartphone/zte/2020/axon-11-se-5g/zte-axon-11-se-5g-6gb-128gb-5g.json +++ b/data/smartphone/zte/2020/axon-11-se-5g/zte-axon-11-se-5g-6gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 76.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/zte/2020/blade-20-5g/zte-blade-20-5g-6gb-128gb-5g.json b/data/smartphone/zte/2020/blade-20-5g/zte-blade-20-5g-6gb-128gb-5g.json index b284b1dd5318..ecfa5f548bdc 100644 --- a/data/smartphone/zte/2020/blade-20-5g/zte-blade-20-5g-6gb-128gb-5g.json +++ b/data/smartphone/zte/2020/blade-20-5g/zte-blade-20-5g-6gb-128gb-5g.json @@ -103,5 +103,10 @@ 128 ], "soc": "dimensity-720", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 165.9, + "width_mm": 75.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2020/blade-a3-joy/zte-blade-a3-joy-2gb-32gb-4g-lte.json b/data/smartphone/zte/2020/blade-a3-joy/zte-blade-a3-joy-2gb-32gb-4g-lte.json index 4c4c694f19b6..875b0138f181 100644 --- a/data/smartphone/zte/2020/blade-a3-joy/zte-blade-a3-joy-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2020/blade-a3-joy/zte-blade-a3-joy-2gb-32gb-4g-lte.json @@ -99,5 +99,10 @@ 32 ], "soc": "mediatek-mt6761d-helio-a20", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 142.2, + "width_mm": 63.2, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2020/blade-a3-prime/zte-blade-a3-prime-2gb-32gb-4g-lte.json b/data/smartphone/zte/2020/blade-a3-prime/zte-blade-a3-prime-2gb-32gb-4g-lte.json index eac8677a0b1a..2e0abd05bfa3 100644 --- a/data/smartphone/zte/2020/blade-a3-prime/zte-blade-a3-prime-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2020/blade-a3-prime/zte-blade-a3-prime-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 146.0, + "width_mm": 71.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/zte/2020/blade-a3y/zte-blade-a3y-2gb-32gb-4g-lte.json b/data/smartphone/zte/2020/blade-a3y/zte-blade-a3y-2gb-32gb-4g-lte.json index 79ad47d07a6e..fae433edc1a9 100644 --- a/data/smartphone/zte/2020/blade-a3y/zte-blade-a3y-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2020/blade-a3y/zte-blade-a3y-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 146.0, + "width_mm": 71.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/zte/2020/blade-a5-2020/zte-blade-a5-2020-2gb-64gb-4g-lte.json b/data/smartphone/zte/2020/blade-a5-2020/zte-blade-a5-2020-2gb-64gb-4g-lte.json index 6e6fb0f55249..1e8663067a67 100644 --- a/data/smartphone/zte/2020/blade-a5-2020/zte-blade-a5-2020-2gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2020/blade-a5-2020/zte-blade-a5-2020-2gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 156.7, + "width_mm": 72.6, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/zte/2020/blade-a7s-2020/zte-blade-a7s-2020-3gb-64gb-4g-lte.json b/data/smartphone/zte/2020/blade-a7s-2020/zte-blade-a7s-2020-3gb-64gb-4g-lte.json index 131409dfc024..fbbba20d08e9 100644 --- a/data/smartphone/zte/2020/blade-a7s-2020/zte-blade-a7s-2020-3gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2020/blade-a7s-2020/zte-blade-a7s-2020-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 164.7, + "width_mm": 77.4, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/zte/2020/blade-v2020-5g/zte-blade-v2020-5g-6gb-128gb-5g.json b/data/smartphone/zte/2020/blade-v2020-5g/zte-blade-v2020-5g-6gb-128gb-5g.json index 042238002d48..619291ecb330 100644 --- a/data/smartphone/zte/2020/blade-v2020-5g/zte-blade-v2020-5g-6gb-128gb-5g.json +++ b/data/smartphone/zte/2020/blade-v2020-5g/zte-blade-v2020-5g-6gb-128gb-5g.json @@ -104,5 +104,11 @@ 128 ], "soc": "dimensity-800", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 162.7, + "width_mm": 76.3, + "depth_mm": 8.8 + } } diff --git a/data/smartphone/zte/2020/gabb-z2/zte-gabb-z2-2gb-32gb-4g-lte.json b/data/smartphone/zte/2020/gabb-z2/zte-gabb-z2-2gb-32gb-4g-lte.json index b659f8541d38..21bafa7eaa10 100644 --- a/data/smartphone/zte/2020/gabb-z2/zte-gabb-z2-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2020/gabb-z2/zte-gabb-z2-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 147.0, + "width_mm": 71.0, + "depth_mm": 9.7 + } } diff --git a/data/smartphone/zte/2020/quest-5/zte-quest-5-1gb-16gb-4g-lte.json b/data/smartphone/zte/2020/quest-5/zte-quest-5-1gb-16gb-4g-lte.json index cb80f787aac1..93b2b86254fb 100644 --- a/data/smartphone/zte/2020/quest-5/zte-quest-5-1gb-16gb-4g-lte.json +++ b/data/smartphone/zte/2020/quest-5/zte-quest-5-1gb-16gb-4g-lte.json @@ -98,5 +98,10 @@ 16 ], "soc": "mediatek-mt6739", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 137.0, + "width_mm": 68.0, + "depth_mm": 10.6 + } } diff --git a/data/smartphone/zte/2021/avid-589/zte-avid-589-2gb-32gb-4g-lte.json b/data/smartphone/zte/2021/avid-589/zte-avid-589-2gb-32gb-4g-lte.json index 3930201bc832..8385bd29cda4 100644 --- a/data/smartphone/zte/2021/avid-589/zte-avid-589-2gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2021/avid-589/zte-avid-589-2gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 142.2, + "width_mm": 70.9, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2021/blade-11-prime/zte-blade-11-prime-4gb-64gb-4g-lte.json b/data/smartphone/zte/2021/blade-11-prime/zte-blade-11-prime-4gb-64gb-4g-lte.json index 76a40208fe03..25af71a6e430 100644 --- a/data/smartphone/zte/2021/blade-11-prime/zte-blade-11-prime-4gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2021/blade-11-prime/zte-blade-11-prime-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "mediatek-mt6762-helio-p22", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 166.0, + "width_mm": 76.0, + "depth_mm": 8.7 + } } diff --git a/data/smartphone/zte/2021/blade-a31-lite/zte-blade-a31-lite-1gb-32gb-4g-lte.json b/data/smartphone/zte/2021/blade-a31-lite/zte-blade-a31-lite-1gb-32gb-4g-lte.json index d326074bd49e..462e9a470249 100644 --- a/data/smartphone/zte/2021/blade-a31-lite/zte-blade-a31-lite-1gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2021/blade-a31-lite/zte-blade-a31-lite-1gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "unisoc-sc9832e", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 137.3, + "width_mm": 67.5, + "depth_mm": 10.5 + } } diff --git a/data/smartphone/zte/2021/blade-a51/zte-blade-a51-2gb-64gb-4g-lte.json b/data/smartphone/zte/2021/blade-a51/zte-blade-a51-2gb-64gb-4g-lte.json index 3a7024b5f510..715aa46a0ef6 100644 --- a/data/smartphone/zte/2021/blade-a51/zte-blade-a51-2gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2021/blade-a51/zte-blade-a51-2gb-64gb-4g-lte.json @@ -100,5 +100,10 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 166.5, + "width_mm": 75.6, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/zte/2021/blade-a71/zte-blade-a71-3gb-64gb-4g-lte.json b/data/smartphone/zte/2021/blade-a71/zte-blade-a71-3gb-64gb-4g-lte.json index ea4667782acf..05f84d9f274a 100644 --- a/data/smartphone/zte/2021/blade-a71/zte-blade-a71-3gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2021/blade-a71/zte-blade-a71-3gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.2, + "depth_mm": 8.2 + } } diff --git a/data/smartphone/zte/2021/blade-a7p/zte-blade-a7p-3gb-32gb-4g-lte.json b/data/smartphone/zte/2021/blade-a7p/zte-blade-a7p-3gb-32gb-4g-lte.json index eed94c034fd6..83704f270ef0 100644 --- a/data/smartphone/zte/2021/blade-a7p/zte-blade-a7p-3gb-32gb-4g-lte.json +++ b/data/smartphone/zte/2021/blade-a7p/zte-blade-a7p-3gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt6762d-helio-p22", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/zte/2021/blade-l9/zte-blade-l9-1gb-32gb-3g.json b/data/smartphone/zte/2021/blade-l9/zte-blade-l9-1gb-32gb-3g.json index 45ce27692bfb..e327dad70590 100644 --- a/data/smartphone/zte/2021/blade-l9/zte-blade-l9-1gb-32gb-3g.json +++ b/data/smartphone/zte/2021/blade-l9/zte-blade-l9-1gb-32gb-3g.json @@ -99,5 +99,10 @@ 32 ], "soc": "unisoc-sc7731e", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 137.5, + "width_mm": 67.5, + "depth_mm": 10.0 + } } diff --git a/data/smartphone/zte/2021/blade-v30/zte-blade-v30-4gb-128gb-4g-lte.json b/data/smartphone/zte/2021/blade-v30/zte-blade-v30-4gb-128gb-4g-lte.json index 7b1c7036f171..e539903f5b4b 100644 --- a/data/smartphone/zte/2021/blade-v30/zte-blade-v30-4gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2021/blade-v30/zte-blade-v30-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-tiger-t618", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 77.8, + "depth_mm": 8.9 + } } diff --git a/data/smartphone/zte/2021/s30-se/zte-s30-se-6gb-128gb-5g.json b/data/smartphone/zte/2021/s30-se/zte-s30-se-6gb-128gb-5g.json index 0cc6ae2c6bba..91c404c939c2 100644 --- a/data/smartphone/zte/2021/s30-se/zte-s30-se-6gb-128gb-5g.json +++ b/data/smartphone/zte/2021/s30-se/zte-s30-se-6gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 165.8, + "width_mm": 77.0, + "depth_mm": 9.6 + } } diff --git a/data/smartphone/zte/2021/s30/zte-s30-8gb-256gb-5g.json b/data/smartphone/zte/2021/s30/zte-s30-8gb-256gb-5g.json index 60172273f705..82864c3de513 100644 --- a/data/smartphone/zte/2021/s30/zte-s30-8gb-256gb-5g.json +++ b/data/smartphone/zte/2021/s30/zte-s30-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-sm7125-snapdragon-720g", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.4, + "depth_mm": 7.9 + } } diff --git a/data/smartphone/zte/2021/voyage-20-pro/zte-voyage-20-pro-8gb-256gb-5g.json b/data/smartphone/zte/2021/voyage-20-pro/zte-voyage-20-pro-8gb-256gb-5g.json index 46194033762d..519ff3510dfe 100644 --- a/data/smartphone/zte/2021/voyage-20-pro/zte-voyage-20-pro-8gb-256gb-5g.json +++ b/data/smartphone/zte/2021/voyage-20-pro/zte-voyage-20-pro-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-720", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/zte/2022/blade-a52/zte-blade-a52-2gb-64gb-4g-lte.json b/data/smartphone/zte/2022/blade-a52/zte-blade-a52-2gb-64gb-4g-lte.json index b48fe33ad341..c26413f255b3 100644 --- a/data/smartphone/zte/2022/blade-a52/zte-blade-a52-2gb-64gb-4g-lte.json +++ b/data/smartphone/zte/2022/blade-a52/zte-blade-a52-2gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 168.0, + "width_mm": 77.5, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2022/blade-a72-5g/zte-blade-a72-5g-6gb-128gb-5g.json b/data/smartphone/zte/2022/blade-a72-5g/zte-blade-a72-5g-6gb-128gb-5g.json index f84b872fe8e3..06b50b1929fb 100644 --- a/data/smartphone/zte/2022/blade-a72-5g/zte-blade-a72-5g-6gb-128gb-5g.json +++ b/data/smartphone/zte/2022/blade-a72-5g/zte-blade-a72-5g-6gb-128gb-5g.json @@ -104,5 +104,10 @@ 128 ], "soc": "dimensity-700", - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.5, + "depth_mm": 9.2 + } } diff --git a/data/smartphone/zte/2022/blade-a72s/zte-blade-a72s-3gb-128gb-4g-lte.json b/data/smartphone/zte/2022/blade-a72s/zte-blade-a72s-3gb-128gb-4g-lte.json index 63cd5a82c35d..b2a5671eced6 100644 --- a/data/smartphone/zte/2022/blade-a72s/zte-blade-a72s-3gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2022/blade-a72s/zte-blade-a72s-3gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 168.0, + "width_mm": 77.5, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/zte/2022/blade-v40-design/zte-blade-v40-design-6gb-128gb-4g-lte.json b/data/smartphone/zte/2022/blade-v40-design/zte-blade-v40-design-6gb-128gb-4g-lte.json index 8be720709db2..3f139eae9807 100644 --- a/data/smartphone/zte/2022/blade-v40-design/zte-blade-v40-design-6gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2022/blade-v40-design/zte-blade-v40-design-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "unisoc-tiger-t616", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 163.0, + "width_mm": 74.0, + "depth_mm": 8.0 + } } diff --git a/data/smartphone/zte/2022/blade-v40-pro/zte-blade-v40-pro-6gb-128gb-4g-lte.json b/data/smartphone/zte/2022/blade-v40-pro/zte-blade-v40-pro-6gb-128gb-4g-lte.json index 08414a69761e..2f0a7b2bf993 100644 --- a/data/smartphone/zte/2022/blade-v40-pro/zte-blade-v40-pro-6gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2022/blade-v40-pro/zte-blade-v40-pro-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "unisoc-tiger-t618", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 65.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/zte/2022/blade-v40-vita/zte-blade-v40-vita-4gb-128gb-4g-lte.json b/data/smartphone/zte/2022/blade-v40-vita/zte-blade-v40-vita-4gb-128gb-4g-lte.json index dcc22823cd90..e5061ea0914f 100644 --- a/data/smartphone/zte/2022/blade-v40-vita/zte-blade-v40-vita-4gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2022/blade-v40-vita/zte-blade-v40-vita-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 168.0, + "width_mm": 77.5, + "depth_mm": 9.4 + } } diff --git a/data/smartphone/zte/2022/voyage-40-pro/zte-voyage-40-pro-8gb-256gb-5g.json b/data/smartphone/zte/2022/voyage-40-pro/zte-voyage-40-pro-8gb-256gb-5g.json index bdb88359d770..2931d5cad408 100644 --- a/data/smartphone/zte/2022/voyage-40-pro/zte-voyage-40-pro-8gb-256gb-5g.json +++ b/data/smartphone/zte/2022/voyage-40-pro/zte-voyage-40-pro-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 163.5, + "width_mm": 75.8, + "depth_mm": 7.6 + } } diff --git a/data/smartphone/zte/2023/blade-a54/zte-blade-a54-4gb-128gb-4g-lte.json b/data/smartphone/zte/2023/blade-a54/zte-blade-a54-4gb-128gb-4g-lte.json index bd162c3e4bf0..ae88c66dc676 100644 --- a/data/smartphone/zte/2023/blade-a54/zte-blade-a54-4gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2023/blade-a54/zte-blade-a54-4gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "unisoc-sc9863a", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.5 + } } diff --git a/data/smartphone/zte/2023/blade-a73/zte-blade-a73-4gb-128gb-4g-lte.json b/data/smartphone/zte/2023/blade-a73/zte-blade-a73-4gb-128gb-4g-lte.json index 0e48e2df420b..64ce0289f867 100644 --- a/data/smartphone/zte/2023/blade-a73/zte-blade-a73-4gb-128gb-4g-lte.json +++ b/data/smartphone/zte/2023/blade-a73/zte-blade-a73-4gb-128gb-4g-lte.json @@ -101,5 +101,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.1, + "depth_mm": 8.4 + } } diff --git a/data/smartphone/zte/2023/blade-v50-design-4g/zte-blade-v50-design-4g-8gb-256gb-4g-lte.json b/data/smartphone/zte/2023/blade-v50-design-4g/zte-blade-v50-design-4g-8gb-256gb-4g-lte.json index 03584fb901b6..66ef0bef77ca 100644 --- a/data/smartphone/zte/2023/blade-v50-design-4g/zte-blade-v50-design-4g-8gb-256gb-4g-lte.json +++ b/data/smartphone/zte/2023/blade-v50-design-4g/zte-blade-v50-design-4g-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.1, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/zte/2023/blade-v50-vita/zte-blade-v50-vita-4gb-256gb-4g-lte.json b/data/smartphone/zte/2023/blade-v50-vita/zte-blade-v50-vita-4gb-256gb-4g-lte.json index 3b936f9b1355..b5f4461c20a5 100644 --- a/data/smartphone/zte/2023/blade-v50-vita/zte-blade-v50-vita-4gb-256gb-4g-lte.json +++ b/data/smartphone/zte/2023/blade-v50-vita/zte-blade-v50-vita-4gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 167.4, + "width_mm": 76.0, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/zte/2023/v70/zte-v70-8gb-256gb-5g.json b/data/smartphone/zte/2023/v70/zte-v70-8gb-256gb-5g.json index 586a5399b898..b838ead07610 100644 --- a/data/smartphone/zte/2023/v70/zte-v70-8gb-256gb-5g.json +++ b/data/smartphone/zte/2023/v70/zte-v70-8gb-256gb-5g.json @@ -102,5 +102,11 @@ 256 ], "soc": "dimensity-810", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 66.0, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.2, + "depth_mm": 8.3 + } } diff --git a/data/smartphone/zte/2024/blade-a75-4g/zte-blade-a75-4g-4gb-256gb-4g-lte.json b/data/smartphone/zte/2024/blade-a75-4g/zte-blade-a75-4g-4gb-256gb-4g-lte.json index f484fc197c30..3330db697b46 100644 --- a/data/smartphone/zte/2024/blade-a75-4g/zte-blade-a75-4g-4gb-256gb-4g-lte.json +++ b/data/smartphone/zte/2024/blade-a75-4g/zte-blade-a75-4g-4gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.8, + "depth_mm": 8.6 + } } diff --git a/data/smartphone/zte/2024/blade-v60-design/zte-blade-v60-design-6gb-256gb-4g-lte.json b/data/smartphone/zte/2024/blade-v60-design/zte-blade-v60-design-6gb-256gb-4g-lte.json index 0cc1529e97d9..993af3a8b93f 100644 --- a/data/smartphone/zte/2024/blade-v60-design/zte-blade-v60-design-6gb-256gb-4g-lte.json +++ b/data/smartphone/zte/2024/blade-v60-design/zte-blade-v60-design-6gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.3, + "depth_mm": 8.6 + } } diff --git a/data/tablet/alcatel/2013/one-touch-t10/alcatel-one-touch-t10-1gb-4gb-2g.json b/data/tablet/alcatel/2013/one-touch-t10/alcatel-one-touch-t10-1gb-4gb-2g.json index 0e2b7f4a0430..6f5c8bc4e7d0 100644 --- a/data/tablet/alcatel/2013/one-touch-t10/alcatel-one-touch-t10-1gb-4gb-2g.json +++ b/data/tablet/alcatel/2013/one-touch-t10/alcatel-one-touch-t10-1gb-4gb-2g.json @@ -97,5 +97,10 @@ 4 ], "soc": "rochip-rk2918", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 192.0, + "width_mm": 117.6, + "depth_mm": 11.3 + } } diff --git a/data/tablet/alcatel/2013/one-touch-tab-7-hd/alcatel-one-touch-tab-7-hd-1gb-8gb-2g.json b/data/tablet/alcatel/2013/one-touch-tab-7-hd/alcatel-one-touch-tab-7-hd-1gb-8gb-2g.json index 1b8071c618d7..4300bcfb12ef 100644 --- a/data/tablet/alcatel/2013/one-touch-tab-7-hd/alcatel-one-touch-tab-7-hd-1gb-8gb-2g.json +++ b/data/tablet/alcatel/2013/one-touch-tab-7-hd/alcatel-one-touch-tab-7-hd-1gb-8gb-2g.json @@ -96,5 +96,10 @@ 8 ], "soc": "rockchip-3066", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 191.0, + "width_mm": 125.0, + "depth_mm": 9.1 + } } diff --git a/data/tablet/alcatel/2013/one-touch-tab-7/alcatel-one-touch-tab-7-1gb-4gb-2g.json b/data/tablet/alcatel/2013/one-touch-tab-7/alcatel-one-touch-tab-7-1gb-4gb-2g.json index cbd640633620..a7bbdc99a778 100644 --- a/data/tablet/alcatel/2013/one-touch-tab-7/alcatel-one-touch-tab-7-1gb-4gb-2g.json +++ b/data/tablet/alcatel/2013/one-touch-tab-7/alcatel-one-touch-tab-7-1gb-4gb-2g.json @@ -93,5 +93,10 @@ 4 ], "soc": "rockchip-rk2928", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 192.8, + "width_mm": 121.0, + "depth_mm": 9.5 + } } diff --git a/data/tablet/alcatel/2019/smart-tab-7/alcatel-smart-tab-7-1-5gb-16gb-4g-lte.json b/data/tablet/alcatel/2019/smart-tab-7/alcatel-smart-tab-7-1-5gb-16gb-4g-lte.json index a344273e45f6..75794c578bfd 100644 --- a/data/tablet/alcatel/2019/smart-tab-7/alcatel-smart-tab-7-1-5gb-16gb-4g-lte.json +++ b/data/tablet/alcatel/2019/smart-tab-7/alcatel-smart-tab-7-1-5gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt8167d", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 176.0, + "width_mm": 126.0, + "depth_mm": 12.0 + } } diff --git a/data/tablet/apple/2010/ipad-wi-fi-3g/apple-ipad-wi-fi-3g-0-25gb-64gb-3g.json b/data/tablet/apple/2010/ipad-wi-fi-3g/apple-ipad-wi-fi-3g-0-25gb-64gb-3g.json index b982ba9b2677..7c3d61253f68 100644 --- a/data/tablet/apple/2010/ipad-wi-fi-3g/apple-ipad-wi-fi-3g-0-25gb-64gb-3g.json +++ b/data/tablet/apple/2010/ipad-wi-fi-3g/apple-ipad-wi-fi-3g-0-25gb-64gb-3g.json @@ -95,5 +95,10 @@ 64 ], "soc": "apple-a4", - "os_version": "4" + "os_version": "4", + "dimensions": { + "height_mm": 242.8, + "width_mm": 189.7, + "depth_mm": 13.4 + } } diff --git a/data/tablet/apple/2010/ipad-wi-fi/apple-ipad-wi-fi-0-25gb-64gb-2g.json b/data/tablet/apple/2010/ipad-wi-fi/apple-ipad-wi-fi-0-25gb-64gb-2g.json index 56c257c51787..fa45edfc50cd 100644 --- a/data/tablet/apple/2010/ipad-wi-fi/apple-ipad-wi-fi-0-25gb-64gb-2g.json +++ b/data/tablet/apple/2010/ipad-wi-fi/apple-ipad-wi-fi-0-25gb-64gb-2g.json @@ -98,5 +98,10 @@ 64 ], "soc": "apple-a4", - "os_version": "4" + "os_version": "4", + "dimensions": { + "height_mm": 242.8, + "width_mm": 189.7, + "depth_mm": 13.4 + } } diff --git a/data/tablet/apple/2011/ipad-2-cdma/apple-ipad-2-cdma-0-5gb-64gb-3g.json b/data/tablet/apple/2011/ipad-2-cdma/apple-ipad-2-cdma-0-5gb-64gb-3g.json index 89301d21534b..2cf10138fa7a 100644 --- a/data/tablet/apple/2011/ipad-2-cdma/apple-ipad-2-cdma-0-5gb-64gb-3g.json +++ b/data/tablet/apple/2011/ipad-2-cdma/apple-ipad-2-cdma-0-5gb-64gb-3g.json @@ -102,5 +102,10 @@ 64 ], "soc": "apple-a5", - "os_version": "4" + "os_version": "4", + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 8.8 + } } diff --git a/data/tablet/apple/2011/ipad-2-wi-fi-3g/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g.json b/data/tablet/apple/2011/ipad-2-wi-fi-3g/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g.json index 449ea3e00698..966d02bfdd91 100644 --- a/data/tablet/apple/2011/ipad-2-wi-fi-3g/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g.json +++ b/data/tablet/apple/2011/ipad-2-wi-fi-3g/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g.json @@ -111,5 +111,10 @@ 64 ], "soc": "apple-a5", - "os_version": "4" + "os_version": "4", + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 8.8 + } } diff --git a/data/tablet/apple/2011/ipad-2-wi-fi/apple-ipad-2-wi-fi-0-5gb-64gb-2g.json b/data/tablet/apple/2011/ipad-2-wi-fi/apple-ipad-2-wi-fi-0-5gb-64gb-2g.json index d9f357a40ef7..462ef9a551f7 100644 --- a/data/tablet/apple/2011/ipad-2-wi-fi/apple-ipad-2-wi-fi-0-5gb-64gb-2g.json +++ b/data/tablet/apple/2011/ipad-2-wi-fi/apple-ipad-2-wi-fi-0-5gb-64gb-2g.json @@ -104,5 +104,10 @@ 64 ], "soc": "apple-a5", - "os_version": "4" + "os_version": "4", + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 8.8 + } } diff --git a/data/tablet/apple/2012/ipad-3-wi-fi-cellular/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte.json b/data/tablet/apple/2012/ipad-3-wi-fi-cellular/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte.json index 97e622bdf905..953ef65dc664 100644 --- a/data/tablet/apple/2012/ipad-3-wi-fi-cellular/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte.json +++ b/data/tablet/apple/2012/ipad-3-wi-fi-cellular/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte.json @@ -108,5 +108,10 @@ 64 ], "soc": "apple-a5x", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 9.4 + } } diff --git a/data/tablet/apple/2012/ipad-4-wi-fi-cellular/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte.json b/data/tablet/apple/2012/ipad-4-wi-fi-cellular/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte.json index 1885c20e3f41..eb5bceeaccd6 100644 --- a/data/tablet/apple/2012/ipad-4-wi-fi-cellular/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte.json +++ b/data/tablet/apple/2012/ipad-4-wi-fi-cellular/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte.json @@ -113,5 +113,10 @@ 128 ], "soc": "apple-a6x", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 9.4 + } } diff --git a/data/tablet/apple/2012/ipad-4-wi-fi/apple-ipad-4-wi-fi-1gb-128gb-2g.json b/data/tablet/apple/2012/ipad-4-wi-fi/apple-ipad-4-wi-fi-1gb-128gb-2g.json index a1d91fa66283..5ad90f804168 100644 --- a/data/tablet/apple/2012/ipad-4-wi-fi/apple-ipad-4-wi-fi-1gb-128gb-2g.json +++ b/data/tablet/apple/2012/ipad-4-wi-fi/apple-ipad-4-wi-fi-1gb-128gb-2g.json @@ -110,5 +110,10 @@ 128 ], "soc": "apple-a6x", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 9.4 + } } diff --git a/data/tablet/apple/2012/ipad-mini-wi-fi-cellular/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte.json b/data/tablet/apple/2012/ipad-mini-wi-fi-cellular/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte.json index 3aa5b3e45bc2..c9eea8421d4d 100644 --- a/data/tablet/apple/2012/ipad-mini-wi-fi-cellular/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte.json +++ b/data/tablet/apple/2012/ipad-mini-wi-fi-cellular/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte.json @@ -111,5 +111,10 @@ 64 ], "soc": "apple-a5", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 200.0, + "width_mm": 134.7, + "depth_mm": 7.2 + } } diff --git a/data/tablet/apple/2012/ipad-mini-wi-fi/apple-ipad-mini-wi-fi-0-5gb-64gb-2g.json b/data/tablet/apple/2012/ipad-mini-wi-fi/apple-ipad-mini-wi-fi-0-5gb-64gb-2g.json index f96b8b2b9f5c..efd85073808c 100644 --- a/data/tablet/apple/2012/ipad-mini-wi-fi/apple-ipad-mini-wi-fi-0-5gb-64gb-2g.json +++ b/data/tablet/apple/2012/ipad-mini-wi-fi/apple-ipad-mini-wi-fi-0-5gb-64gb-2g.json @@ -108,5 +108,10 @@ 64 ], "soc": "apple-a5", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 200.0, + "width_mm": 134.7, + "depth_mm": 7.2 + } } diff --git a/data/tablet/apple/2013/ipad-air/apple-ipad-air-1gb-128gb-4g-lte.json b/data/tablet/apple/2013/ipad-air/apple-ipad-air-1gb-128gb-4g-lte.json index 1221dcad9204..b31f087b8278 100644 --- a/data/tablet/apple/2013/ipad-air/apple-ipad-air-1gb-128gb-4g-lte.json +++ b/data/tablet/apple/2013/ipad-air/apple-ipad-air-1gb-128gb-4g-lte.json @@ -118,5 +118,10 @@ 128 ], "soc": "apple-a7", - "os_version": "7" + "os_version": "7", + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 7.5 + } } diff --git a/data/tablet/apple/2013/ipad-mini-2/apple-ipad-mini-2-1gb-128gb-4g-lte.json b/data/tablet/apple/2013/ipad-mini-2/apple-ipad-mini-2-1gb-128gb-4g-lte.json index b068c17719ba..257156790bb0 100644 --- a/data/tablet/apple/2013/ipad-mini-2/apple-ipad-mini-2-1gb-128gb-4g-lte.json +++ b/data/tablet/apple/2013/ipad-mini-2/apple-ipad-mini-2-1gb-128gb-4g-lte.json @@ -117,5 +117,10 @@ 128 ], "soc": "apple-a7", - "os_version": "7" + "os_version": "7", + "dimensions": { + "height_mm": 200.0, + "width_mm": 134.7, + "depth_mm": 7.5 + } } diff --git a/data/tablet/apple/2014/ipad-air-2/apple-ipad-air-2-2gb-128gb-4g-lte.json b/data/tablet/apple/2014/ipad-air-2/apple-ipad-air-2-2gb-128gb-4g-lte.json index 06f01c672eb1..6ec6fd75a6b7 100644 --- a/data/tablet/apple/2014/ipad-air-2/apple-ipad-air-2-2gb-128gb-4g-lte.json +++ b/data/tablet/apple/2014/ipad-air-2/apple-ipad-air-2-2gb-128gb-4g-lte.json @@ -116,5 +116,10 @@ 128 ], "soc": "apple-a8x", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 6.1 + } } diff --git a/data/tablet/apple/2014/ipad-mini-3/apple-ipad-mini-3-1gb-128gb-4g-lte.json b/data/tablet/apple/2014/ipad-mini-3/apple-ipad-mini-3-1gb-128gb-4g-lte.json index fdfdf20c1846..a0faac250663 100644 --- a/data/tablet/apple/2014/ipad-mini-3/apple-ipad-mini-3-1gb-128gb-4g-lte.json +++ b/data/tablet/apple/2014/ipad-mini-3/apple-ipad-mini-3-1gb-128gb-4g-lte.json @@ -114,5 +114,10 @@ 128 ], "soc": "apple-a7", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 200.0, + "width_mm": 134.7, + "depth_mm": 7.5 + } } diff --git a/data/tablet/apple/2015/ipad-mini-4-2015/apple-ipad-mini-4-2015-2gb-128gb-4g-lte.json b/data/tablet/apple/2015/ipad-mini-4-2015/apple-ipad-mini-4-2015-2gb-128gb-4g-lte.json index 9b9c7f6ba907..dd715cecec9d 100644 --- a/data/tablet/apple/2015/ipad-mini-4-2015/apple-ipad-mini-4-2015-2gb-128gb-4g-lte.json +++ b/data/tablet/apple/2015/ipad-mini-4-2015/apple-ipad-mini-4-2015-2gb-128gb-4g-lte.json @@ -111,5 +111,10 @@ 128 ], "soc": "apple-a8", - "os_version": "9" + "os_version": "9", + "dimensions": { + "height_mm": 203.2, + "width_mm": 134.8, + "depth_mm": 6.1 + } } diff --git a/data/tablet/apple/2015/ipad-pro-12-9-2015/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte.json b/data/tablet/apple/2015/ipad-pro-12-9-2015/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte.json index 94b5a9d07416..6fb7728083bf 100644 --- a/data/tablet/apple/2015/ipad-pro-12-9-2015/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte.json +++ b/data/tablet/apple/2015/ipad-pro-12-9-2015/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte.json @@ -110,5 +110,10 @@ 256 ], "soc": "apple-a9x", - "os_version": "9" + "os_version": "9", + "dimensions": { + "height_mm": 305.7, + "width_mm": 220.6, + "depth_mm": 6.9 + } } diff --git a/data/tablet/apple/2016/ipad-pro-9-7-2016/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte.json b/data/tablet/apple/2016/ipad-pro-9-7-2016/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte.json index 7bf8b856234a..a0dd17a5cc43 100644 --- a/data/tablet/apple/2016/ipad-pro-9-7-2016/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte.json +++ b/data/tablet/apple/2016/ipad-pro-9-7-2016/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte.json @@ -110,5 +110,10 @@ 256 ], "soc": "apple-a9x", - "os_version": "9.3.2" + "os_version": "9.3.2", + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 6.1 + } } diff --git a/data/tablet/apple/2017/ipad-9-7-2017/apple-ipad-9-7-2017-2gb-128gb-4g-lte.json b/data/tablet/apple/2017/ipad-9-7-2017/apple-ipad-9-7-2017-2gb-128gb-4g-lte.json index 1c57f5dc48f7..db834e5fc105 100644 --- a/data/tablet/apple/2017/ipad-9-7-2017/apple-ipad-9-7-2017-2gb-128gb-4g-lte.json +++ b/data/tablet/apple/2017/ipad-9-7-2017/apple-ipad-9-7-2017-2gb-128gb-4g-lte.json @@ -109,5 +109,10 @@ 128 ], "soc": "apple-a9", - "os_version": "10.3" + "os_version": "10.3", + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 7.5 + } } diff --git a/data/tablet/apple/2017/ipad-pro-10-5-2017/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte.json b/data/tablet/apple/2017/ipad-pro-10-5-2017/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte.json index 5433f4a8fb32..13ef39d34ef6 100644 --- a/data/tablet/apple/2017/ipad-pro-10-5-2017/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte.json +++ b/data/tablet/apple/2017/ipad-pro-10-5-2017/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte.json @@ -110,5 +110,10 @@ 512 ], "soc": "apple-a10x-fusion", - "os_version": "10.3.2" + "os_version": "10.3.2", + "dimensions": { + "height_mm": 250.6, + "width_mm": 174.1, + "depth_mm": 6.1 + } } diff --git a/data/tablet/apple/2017/ipad-pro-12-9-2017/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte.json b/data/tablet/apple/2017/ipad-pro-12-9-2017/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte.json index 4e97251b7bc8..c3da2bf66c25 100644 --- a/data/tablet/apple/2017/ipad-pro-12-9-2017/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte.json +++ b/data/tablet/apple/2017/ipad-pro-12-9-2017/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte.json @@ -109,5 +109,10 @@ 512 ], "soc": "apple-a10x-fusion", - "os_version": "10.3.2" + "os_version": "10.3.2", + "dimensions": { + "height_mm": 305.7, + "width_mm": 220.6, + "depth_mm": 6.9 + } } diff --git a/data/tablet/apple/2018/ipad-9-7-2018/apple-ipad-9-7-2018-2gb-128gb-4g-lte.json b/data/tablet/apple/2018/ipad-9-7-2018/apple-ipad-9-7-2018-2gb-128gb-4g-lte.json index 81e4b82ac2cf..b0f1a14d4f68 100644 --- a/data/tablet/apple/2018/ipad-9-7-2018/apple-ipad-9-7-2018-2gb-128gb-4g-lte.json +++ b/data/tablet/apple/2018/ipad-9-7-2018/apple-ipad-9-7-2018-2gb-128gb-4g-lte.json @@ -109,5 +109,10 @@ 128 ], "soc": "apple-a10-fusion", - "os_version": "11.3" + "os_version": "11.3", + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 7.5 + } } diff --git a/data/tablet/apple/2018/ipad-pro-11-2018/apple-ipad-pro-11-2018-6gb-512gb-4g-lte.json b/data/tablet/apple/2018/ipad-pro-11-2018/apple-ipad-pro-11-2018-6gb-512gb-4g-lte.json index b4454c594c77..19f996ab0d62 100644 --- a/data/tablet/apple/2018/ipad-pro-11-2018/apple-ipad-pro-11-2018-6gb-512gb-4g-lte.json +++ b/data/tablet/apple/2018/ipad-pro-11-2018/apple-ipad-pro-11-2018-6gb-512gb-4g-lte.json @@ -109,5 +109,10 @@ 512 ], "soc": "apple-a12x-bionic", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 5.9 + } } diff --git a/data/tablet/apple/2018/ipad-pro-12-9-2018/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte.json b/data/tablet/apple/2018/ipad-pro-12-9-2018/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte.json index b870ac076a3a..fcd3491632cb 100644 --- a/data/tablet/apple/2018/ipad-pro-12-9-2018/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte.json +++ b/data/tablet/apple/2018/ipad-pro-12-9-2018/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte.json @@ -113,5 +113,10 @@ 512 ], "soc": "apple-a12x-bionic", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 280.6, + "width_mm": 214.9, + "depth_mm": 5.9 + } } diff --git a/data/tablet/apple/2019/ipad-10-2-2019/apple-ipad-10-2-2019-3gb-128gb-4g-lte.json b/data/tablet/apple/2019/ipad-10-2-2019/apple-ipad-10-2-2019-3gb-128gb-4g-lte.json index 414d17bc3361..12e4d3a3a9bd 100644 --- a/data/tablet/apple/2019/ipad-10-2-2019/apple-ipad-10-2-2019-3gb-128gb-4g-lte.json +++ b/data/tablet/apple/2019/ipad-10-2-2019/apple-ipad-10-2-2019-3gb-128gb-4g-lte.json @@ -107,5 +107,10 @@ 128 ], "soc": "apple-a10-fusion", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 250.6, + "width_mm": 174.1, + "depth_mm": 7.5 + } } diff --git a/data/tablet/apple/2019/ipad-air-2019/apple-ipad-air-2019-3gb-256gb-4g-lte.json b/data/tablet/apple/2019/ipad-air-2019/apple-ipad-air-2019-3gb-256gb-4g-lte.json index 2ce1fa3e5dbc..6366dad648f1 100644 --- a/data/tablet/apple/2019/ipad-air-2019/apple-ipad-air-2019-3gb-256gb-4g-lte.json +++ b/data/tablet/apple/2019/ipad-air-2019/apple-ipad-air-2019-3gb-256gb-4g-lte.json @@ -109,5 +109,10 @@ 256 ], "soc": "apple-a12-bionic", - "os_version": "12.1.3" + "os_version": "12.1.3", + "dimensions": { + "height_mm": 250.6, + "width_mm": 174.1, + "depth_mm": 6.1 + } } diff --git a/data/tablet/apple/2019/ipad-mini-2019/apple-ipad-mini-2019-3gb-256gb-4g-lte.json b/data/tablet/apple/2019/ipad-mini-2019/apple-ipad-mini-2019-3gb-256gb-4g-lte.json index 087831812c7b..b98a1f765389 100644 --- a/data/tablet/apple/2019/ipad-mini-2019/apple-ipad-mini-2019-3gb-256gb-4g-lte.json +++ b/data/tablet/apple/2019/ipad-mini-2019/apple-ipad-mini-2019-3gb-256gb-4g-lte.json @@ -109,5 +109,10 @@ 256 ], "soc": "apple-a12-bionic", - "os_version": "12.1.3" + "os_version": "12.1.3", + "dimensions": { + "height_mm": 203.2, + "width_mm": 134.8, + "depth_mm": 6.1 + } } diff --git a/data/tablet/apple/2020/ipad-air-2020/apple-ipad-air-2020-4gb-256gb-4g-lte.json b/data/tablet/apple/2020/ipad-air-2020/apple-ipad-air-2020-4gb-256gb-4g-lte.json index 1285c60f59a7..713b6b819526 100644 --- a/data/tablet/apple/2020/ipad-air-2020/apple-ipad-air-2020-4gb-256gb-4g-lte.json +++ b/data/tablet/apple/2020/ipad-air-2020/apple-ipad-air-2020-4gb-256gb-4g-lte.json @@ -106,5 +106,10 @@ 256 ], "soc": "apple-a14-bionic", - "os_version": "14.1" + "os_version": "14.1", + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 6.1 + } } diff --git a/data/tablet/apple/2020/ipad-pro-11-2020/apple-ipad-pro-11-2020-6gb-512gb-4g-lte.json b/data/tablet/apple/2020/ipad-pro-11-2020/apple-ipad-pro-11-2020-6gb-512gb-4g-lte.json index 2b4891c3284c..6cb8b2ea23db 100644 --- a/data/tablet/apple/2020/ipad-pro-11-2020/apple-ipad-pro-11-2020-6gb-512gb-4g-lte.json +++ b/data/tablet/apple/2020/ipad-pro-11-2020/apple-ipad-pro-11-2020-6gb-512gb-4g-lte.json @@ -107,5 +107,10 @@ 512 ], "soc": "apple-a12z-bionic", - "os_version": "13.4" + "os_version": "13.4", + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 5.9 + } } diff --git a/data/tablet/apple/2020/ipad-pro-12-9-2020/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte.json b/data/tablet/apple/2020/ipad-pro-12-9-2020/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte.json index 0629fd6007a7..a95cde199a04 100644 --- a/data/tablet/apple/2020/ipad-pro-12-9-2020/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte.json +++ b/data/tablet/apple/2020/ipad-pro-12-9-2020/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte.json @@ -110,5 +110,10 @@ 512 ], "soc": "apple-a12z-bionic", - "os_version": "13.4" + "os_version": "13.4", + "dimensions": { + "height_mm": 280.6, + "width_mm": 214.9, + "depth_mm": 5.9 + } } diff --git a/data/tablet/apple/2021/ipad-10-2-2021/apple-ipad-10-2-2021-3gb-256gb-4g-lte.json b/data/tablet/apple/2021/ipad-10-2-2021/apple-ipad-10-2-2021-3gb-256gb-4g-lte.json index 5d3cb946a007..463620809ae3 100644 --- a/data/tablet/apple/2021/ipad-10-2-2021/apple-ipad-10-2-2021-3gb-256gb-4g-lte.json +++ b/data/tablet/apple/2021/ipad-10-2-2021/apple-ipad-10-2-2021-3gb-256gb-4g-lte.json @@ -112,5 +112,10 @@ 256 ], "soc": "apple-a13-bionic", - "os_version": "15" + "os_version": "15", + "dimensions": { + "height_mm": 250.6, + "width_mm": 174.1, + "depth_mm": 7.5 + } } diff --git a/data/tablet/apple/2021/ipad-pro-11-2021/apple-ipad-pro-11-2021-16gb-512gb-5g.json b/data/tablet/apple/2021/ipad-pro-11-2021/apple-ipad-pro-11-2021-16gb-512gb-5g.json index db9459c0f5b3..6eed4b5c636d 100644 --- a/data/tablet/apple/2021/ipad-pro-11-2021/apple-ipad-pro-11-2021-16gb-512gb-5g.json +++ b/data/tablet/apple/2021/ipad-pro-11-2021/apple-ipad-pro-11-2021-16gb-512gb-5g.json @@ -107,5 +107,10 @@ 256, 512 ], - "os_version": "14.5.1" + "os_version": "14.5.1", + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 5.9 + } } diff --git a/data/tablet/apple/2021/ipad-pro-12-9-2021/apple-ipad-pro-12-9-2021-16gb-512gb-5g.json b/data/tablet/apple/2021/ipad-pro-12-9-2021/apple-ipad-pro-12-9-2021-16gb-512gb-5g.json index cac375ad12c9..aa5470400f85 100644 --- a/data/tablet/apple/2021/ipad-pro-12-9-2021/apple-ipad-pro-12-9-2021-16gb-512gb-5g.json +++ b/data/tablet/apple/2021/ipad-pro-12-9-2021/apple-ipad-pro-12-9-2021-16gb-512gb-5g.json @@ -107,5 +107,10 @@ 256, 512 ], - "os_version": "14.5.1" + "os_version": "14.5.1", + "dimensions": { + "height_mm": 280.6, + "width_mm": 214.9, + "depth_mm": 6.4 + } } diff --git a/data/tablet/apple/2022/ipad-2022/apple-ipad-2022-4gb-256gb-5g.json b/data/tablet/apple/2022/ipad-2022/apple-ipad-2022-4gb-256gb-5g.json index 942f137d10fd..96533121ac63 100644 --- a/data/tablet/apple/2022/ipad-2022/apple-ipad-2022-4gb-256gb-5g.json +++ b/data/tablet/apple/2022/ipad-2022/apple-ipad-2022-4gb-256gb-5g.json @@ -107,5 +107,10 @@ 256 ], "soc": "apple-a14-bionic", - "os_version": "16.1" + "os_version": "16.1", + "dimensions": { + "height_mm": 248.6, + "width_mm": 179.5, + "depth_mm": 7.0 + } } diff --git a/data/tablet/apple/2022/ipad-pro-11-2022/apple-ipad-pro-11-2022-16gb-512gb-5g.json b/data/tablet/apple/2022/ipad-pro-11-2022/apple-ipad-pro-11-2022-16gb-512gb-5g.json index 138b53204612..b3772d1093eb 100644 --- a/data/tablet/apple/2022/ipad-pro-11-2022/apple-ipad-pro-11-2022-16gb-512gb-5g.json +++ b/data/tablet/apple/2022/ipad-pro-11-2022/apple-ipad-pro-11-2022-16gb-512gb-5g.json @@ -107,5 +107,10 @@ 256, 512 ], - "os_version": "16.1" + "os_version": "16.1", + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 5.9 + } } diff --git a/data/tablet/apple/2022/ipad-pro-12-9-2022/apple-ipad-pro-12-9-2022-16gb-512gb-5g.json b/data/tablet/apple/2022/ipad-pro-12-9-2022/apple-ipad-pro-12-9-2022-16gb-512gb-5g.json index 643f2ee6b503..2b4f478843d2 100644 --- a/data/tablet/apple/2022/ipad-pro-12-9-2022/apple-ipad-pro-12-9-2022-16gb-512gb-5g.json +++ b/data/tablet/apple/2022/ipad-pro-12-9-2022/apple-ipad-pro-12-9-2022-16gb-512gb-5g.json @@ -107,5 +107,10 @@ 256, 512 ], - "os_version": "16.1" + "os_version": "16.1", + "dimensions": { + "height_mm": 280.6, + "width_mm": 214.9, + "depth_mm": 6.4 + } } diff --git a/data/tablet/apple/2024/ipad-pro-11-2024/apple-ipad-pro-11-2024-16gb-512gb-5g.json b/data/tablet/apple/2024/ipad-pro-11-2024/apple-ipad-pro-11-2024-16gb-512gb-5g.json index 2926975e5fde..a118c68691d4 100644 --- a/data/tablet/apple/2024/ipad-pro-11-2024/apple-ipad-pro-11-2024-16gb-512gb-5g.json +++ b/data/tablet/apple/2024/ipad-pro-11-2024/apple-ipad-pro-11-2024-16gb-512gb-5g.json @@ -112,5 +112,10 @@ 256, 512 ], - "os_version": "17.5.1" + "os_version": "17.5.1", + "dimensions": { + "height_mm": 249.7, + "width_mm": 177.5, + "depth_mm": 5.3 + } } diff --git a/data/tablet/apple/2024/ipad-pro-13-2024/apple-ipad-pro-13-2024-16gb-512gb-5g.json b/data/tablet/apple/2024/ipad-pro-13-2024/apple-ipad-pro-13-2024-16gb-512gb-5g.json index a996a93c78a4..55014a76eb5a 100644 --- a/data/tablet/apple/2024/ipad-pro-13-2024/apple-ipad-pro-13-2024-16gb-512gb-5g.json +++ b/data/tablet/apple/2024/ipad-pro-13-2024/apple-ipad-pro-13-2024-16gb-512gb-5g.json @@ -106,5 +106,10 @@ 256, 512 ], - "os_version": "17.5.1" + "os_version": "17.5.1", + "dimensions": { + "height_mm": 281.6, + "width_mm": 215.5, + "depth_mm": 5.1 + } } diff --git a/data/tablet/asus/2012/google-nexus-7-cellular/asus-google-nexus-7-cellular-1gb-32gb-3g.json b/data/tablet/asus/2012/google-nexus-7-cellular/asus-google-nexus-7-cellular-1gb-32gb-3g.json index e7e5ba1272c6..9a46a373919c 100644 --- a/data/tablet/asus/2012/google-nexus-7-cellular/asus-google-nexus-7-cellular-1gb-32gb-3g.json +++ b/data/tablet/asus/2012/google-nexus-7-cellular/asus-google-nexus-7-cellular-1gb-32gb-3g.json @@ -104,5 +104,10 @@ 32 ], "soc": "nvidia-tegra-3", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 198.5, + "width_mm": 120.0, + "depth_mm": 10.5 + } } diff --git a/data/tablet/asus/2012/google-nexus-7/asus-google-nexus-7-1gb-32gb-2g.json b/data/tablet/asus/2012/google-nexus-7/asus-google-nexus-7-1gb-32gb-2g.json index 148025774d55..457e01a5dae2 100644 --- a/data/tablet/asus/2012/google-nexus-7/asus-google-nexus-7-1gb-32gb-2g.json +++ b/data/tablet/asus/2012/google-nexus-7/asus-google-nexus-7-1gb-32gb-2g.json @@ -105,5 +105,10 @@ 32 ], "soc": "nvidia-tegra-3", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 198.5, + "width_mm": 120.0, + "depth_mm": 10.5 + } } diff --git a/data/tablet/asus/2013/google-nexus-7-2013/asus-google-nexus-7-2013-2gb-32gb-4g-lte.json b/data/tablet/asus/2013/google-nexus-7-2013/asus-google-nexus-7-2013-2gb-32gb-4g-lte.json index 9cd2aa0d4392..51d8076a1fee 100644 --- a/data/tablet/asus/2013/google-nexus-7-2013/asus-google-nexus-7-2013-2gb-32gb-4g-lte.json +++ b/data/tablet/asus/2013/google-nexus-7-2013/asus-google-nexus-7-2013-2gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-snapdragon-s4-pro", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 200.0, + "width_mm": 114.0, + "depth_mm": 8.7 + } } diff --git a/data/tablet/asus/2013/memo-pad-10/asus-memo-pad-10-1gb-16gb-2g.json b/data/tablet/asus/2013/memo-pad-10/asus-memo-pad-10-1gb-16gb-2g.json index f8dee11b0bc3..97a1e53675d2 100644 --- a/data/tablet/asus/2013/memo-pad-10/asus-memo-pad-10-1gb-16gb-2g.json +++ b/data/tablet/asus/2013/memo-pad-10/asus-memo-pad-10-1gb-16gb-2g.json @@ -99,5 +99,10 @@ 16 ], "soc": "rockchip-rk101", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 256.0, + "width_mm": 174.6, + "depth_mm": 10.5 + } } diff --git a/data/tablet/asus/2013/memo-pad-8-me180a/asus-memo-pad-8-me180a-1gb-16gb-2g.json b/data/tablet/asus/2013/memo-pad-8-me180a/asus-memo-pad-8-me180a-1gb-16gb-2g.json index 6f565786ec52..3f617fb2c9e5 100644 --- a/data/tablet/asus/2013/memo-pad-8-me180a/asus-memo-pad-8-me180a-1gb-16gb-2g.json +++ b/data/tablet/asus/2013/memo-pad-8-me180a/asus-memo-pad-8-me180a-1gb-16gb-2g.json @@ -96,5 +96,10 @@ "storage_options_gb": [ 16 ], - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 212.4, + "width_mm": 127.4, + "depth_mm": 10.0 + } } diff --git a/data/tablet/asus/2013/memo-pad-fhd10/asus-memo-pad-fhd10-2gb-32gb-2g.json b/data/tablet/asus/2013/memo-pad-fhd10/asus-memo-pad-fhd10-2gb-32gb-2g.json index d31ed920113d..8db6fcefb2f8 100644 --- a/data/tablet/asus/2013/memo-pad-fhd10/asus-memo-pad-fhd10-2gb-32gb-2g.json +++ b/data/tablet/asus/2013/memo-pad-fhd10/asus-memo-pad-fhd10-2gb-32gb-2g.json @@ -99,5 +99,10 @@ 32 ], "soc": "intel-atom-z2560", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 264.6, + "width_mm": 182.4, + "depth_mm": 9.5 + } } diff --git a/data/tablet/asus/2013/memo-pad-me172v/asus-memo-pad-me172v-1gb-16gb-2g.json b/data/tablet/asus/2013/memo-pad-me172v/asus-memo-pad-me172v-1gb-16gb-2g.json index 9b596401d25a..76c8f792c3af 100644 --- a/data/tablet/asus/2013/memo-pad-me172v/asus-memo-pad-me172v-1gb-16gb-2g.json +++ b/data/tablet/asus/2013/memo-pad-me172v/asus-memo-pad-me172v-1gb-16gb-2g.json @@ -97,5 +97,10 @@ 16 ], "soc": "via-wm8950", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 196.2, + "width_mm": 119.2, + "depth_mm": 11.2 + } } diff --git a/data/tablet/asus/2014/memo-pad-10-me103k/asus-memo-pad-10-me103k-1gb-32gb-2g.json b/data/tablet/asus/2014/memo-pad-10-me103k/asus-memo-pad-10-me103k-1gb-32gb-2g.json index fe748e06d6f1..54426d496ccc 100644 --- a/data/tablet/asus/2014/memo-pad-10-me103k/asus-memo-pad-10-me103k-1gb-32gb-2g.json +++ b/data/tablet/asus/2014/memo-pad-10-me103k/asus-memo-pad-10-me103k-1gb-32gb-2g.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-snapdragon-s4-pro", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 256.0, + "width_mm": 174.0, + "depth_mm": 9.9 + } } diff --git a/data/tablet/asus/2014/memo-pad-7-me176c/asus-memo-pad-7-me176c-1gb-16gb-2g.json b/data/tablet/asus/2014/memo-pad-7-me176c/asus-memo-pad-7-me176c-1gb-16gb-2g.json index 883135de8796..22bbb8516021 100644 --- a/data/tablet/asus/2014/memo-pad-7-me176c/asus-memo-pad-7-me176c-1gb-16gb-2g.json +++ b/data/tablet/asus/2014/memo-pad-7-me176c/asus-memo-pad-7-me176c-1gb-16gb-2g.json @@ -103,5 +103,10 @@ 16 ], "soc": "intel-atom-z3745", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 189.3, + "width_mm": 113.7, + "depth_mm": 9.6 + } } diff --git a/data/tablet/asus/2014/memo-pad-7-me572c/asus-memo-pad-7-me572c-2gb-32gb-2g.json b/data/tablet/asus/2014/memo-pad-7-me572c/asus-memo-pad-7-me572c-2gb-32gb-2g.json index 4100c8de48da..fd01d9278b3b 100644 --- a/data/tablet/asus/2014/memo-pad-7-me572c/asus-memo-pad-7-me572c-2gb-32gb-2g.json +++ b/data/tablet/asus/2014/memo-pad-7-me572c/asus-memo-pad-7-me572c-2gb-32gb-2g.json @@ -102,5 +102,10 @@ 32 ], "soc": "intel-atom-z3560", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 200.0, + "width_mm": 114.4, + "depth_mm": 8.3 + } } diff --git a/data/tablet/asus/2014/memo-pad-7-me572cl/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte.json b/data/tablet/asus/2014/memo-pad-7-me572cl/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte.json index 59262c5a5bc2..e10916f2ccd2 100644 --- a/data/tablet/asus/2014/memo-pad-7-me572cl/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte.json +++ b/data/tablet/asus/2014/memo-pad-7-me572cl/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "intel-atom-z3560", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 200.0, + "width_mm": 114.4, + "depth_mm": 8.3 + } } diff --git a/data/tablet/asus/2014/memo-pad-8-me181c/asus-memo-pad-8-me181c-1gb-16gb-2g.json b/data/tablet/asus/2014/memo-pad-8-me181c/asus-memo-pad-8-me181c-1gb-16gb-2g.json index 3a993b298f2b..703dfc2c6251 100644 --- a/data/tablet/asus/2014/memo-pad-8-me181c/asus-memo-pad-8-me181c-1gb-16gb-2g.json +++ b/data/tablet/asus/2014/memo-pad-8-me181c/asus-memo-pad-8-me181c-1gb-16gb-2g.json @@ -99,5 +99,10 @@ 16 ], "soc": "intel-atom-z3745", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 211.7, + "width_mm": 124.9, + "depth_mm": 8.3 + } } diff --git a/data/tablet/asus/2014/memo-pad-8-me581cl/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte.json b/data/tablet/asus/2014/memo-pad-8-me581cl/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte.json index ac0a1d1a79bf..c96ad153846c 100644 --- a/data/tablet/asus/2014/memo-pad-8-me581cl/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte.json +++ b/data/tablet/asus/2014/memo-pad-8-me581cl/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "intel-atom-z3580", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 213.0, + "width_mm": 123.0, + "depth_mm": 7.5 + } } diff --git a/data/tablet/asus/2014/transformer-pad-tf103c/asus-transformer-pad-tf103c-1gb-16gb-2g.json b/data/tablet/asus/2014/transformer-pad-tf103c/asus-transformer-pad-tf103c-1gb-16gb-2g.json index 578dddb6b31d..48c57a3cd1e4 100644 --- a/data/tablet/asus/2014/transformer-pad-tf103c/asus-transformer-pad-tf103c-1gb-16gb-2g.json +++ b/data/tablet/asus/2014/transformer-pad-tf103c/asus-transformer-pad-tf103c-1gb-16gb-2g.json @@ -100,5 +100,10 @@ 16 ], "soc": "intel-atom-z3745", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 257.5, + "width_mm": 178.4, + "depth_mm": 9.9 + } } diff --git a/data/tablet/asus/2014/transformer-pad-tf303cl/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte.json b/data/tablet/asus/2014/transformer-pad-tf303cl/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte.json index bd8778f6cca2..7f13b7db8e28 100644 --- a/data/tablet/asus/2014/transformer-pad-tf303cl/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte.json +++ b/data/tablet/asus/2014/transformer-pad-tf303cl/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "intel-atom-z3745", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 257.4, + "width_mm": 178.4, + "depth_mm": 9.9 + } } diff --git a/data/tablet/asus/2015/zenpad-10-z300c/asus-zenpad-10-z300c-2gb-32gb-2g.json b/data/tablet/asus/2015/zenpad-10-z300c/asus-zenpad-10-z300c-2gb-32gb-2g.json index c3acc2f26a3c..cdcd20198b0b 100644 --- a/data/tablet/asus/2015/zenpad-10-z300c/asus-zenpad-10-z300c-2gb-32gb-2g.json +++ b/data/tablet/asus/2015/zenpad-10-z300c/asus-zenpad-10-z300c-2gb-32gb-2g.json @@ -102,5 +102,10 @@ 32 ], "soc": "intel-atom-x3-c3200", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 251.6, + "width_mm": 172.0, + "depth_mm": 7.9 + } } diff --git a/data/tablet/asus/2015/zenpad-7-0-z370cg/asus-zenpad-7-0-z370cg-2gb-16gb-3g.json b/data/tablet/asus/2015/zenpad-7-0-z370cg/asus-zenpad-7-0-z370cg-2gb-16gb-3g.json index 373ae78e9e98..c2ae8669d447 100644 --- a/data/tablet/asus/2015/zenpad-7-0-z370cg/asus-zenpad-7-0-z370cg-2gb-16gb-3g.json +++ b/data/tablet/asus/2015/zenpad-7-0-z370cg/asus-zenpad-7-0-z370cg-2gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "intel-atom-x3-c3230", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 189.0, + "width_mm": 110.9, + "depth_mm": 8.7 + } } diff --git a/data/tablet/asus/2015/zenpad-8-0-z380c/asus-zenpad-8-0-z380c-2gb-16gb-2g.json b/data/tablet/asus/2015/zenpad-8-0-z380c/asus-zenpad-8-0-z380c-2gb-16gb-2g.json index f2bc6d75c708..4f7e9ea97383 100644 --- a/data/tablet/asus/2015/zenpad-8-0-z380c/asus-zenpad-8-0-z380c-2gb-16gb-2g.json +++ b/data/tablet/asus/2015/zenpad-8-0-z380c/asus-zenpad-8-0-z380c-2gb-16gb-2g.json @@ -100,5 +100,10 @@ 16 ], "soc": "intel-atom-x3-c3200", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 209.0, + "width_mm": 123.0, + "depth_mm": 8.5 + } } diff --git a/data/tablet/asus/2015/zenpad-8-0-z380kl/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte.json b/data/tablet/asus/2015/zenpad-8-0-z380kl/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte.json index 808e93eac2a0..23dcdf5e95c7 100644 --- a/data/tablet/asus/2015/zenpad-8-0-z380kl/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte.json +++ b/data/tablet/asus/2015/zenpad-8-0-z380kl/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 209.0, + "width_mm": 123.0, + "depth_mm": 8.5 + } } diff --git a/data/tablet/asus/2015/zenpad-c-7-0-z170mg/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g.json b/data/tablet/asus/2015/zenpad-c-7-0-z170mg/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g.json index 686ac153ed01..3b124435f607 100644 --- a/data/tablet/asus/2015/zenpad-c-7-0-z170mg/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g.json +++ b/data/tablet/asus/2015/zenpad-c-7-0-z170mg/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt8382v-w", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 189.0, + "width_mm": 108.0, + "depth_mm": 9.5 + } } diff --git a/data/tablet/asus/2015/zenpad-c-7-0/asus-zenpad-c-7-0-1gb-16gb-3g.json b/data/tablet/asus/2015/zenpad-c-7-0/asus-zenpad-c-7-0-1gb-16gb-3g.json index e896cd8bf221..c76dee7adec6 100644 --- a/data/tablet/asus/2015/zenpad-c-7-0/asus-zenpad-c-7-0-1gb-16gb-3g.json +++ b/data/tablet/asus/2015/zenpad-c-7-0/asus-zenpad-c-7-0-1gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "intel-atom-x3-c3200", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 189.0, + "width_mm": 108.0, + "depth_mm": 8.4 + } } diff --git a/data/tablet/asus/2015/zenpad-s-8-0-z580c/asus-zenpad-s-8-0-z580c-2gb-32gb-2g.json b/data/tablet/asus/2015/zenpad-s-8-0-z580c/asus-zenpad-s-8-0-z580c-2gb-32gb-2g.json index 4de36117311d..4838871b3bd5 100644 --- a/data/tablet/asus/2015/zenpad-s-8-0-z580c/asus-zenpad-s-8-0-z580c-2gb-32gb-2g.json +++ b/data/tablet/asus/2015/zenpad-s-8-0-z580c/asus-zenpad-s-8-0-z580c-2gb-32gb-2g.json @@ -100,5 +100,10 @@ 32 ], "soc": "intel-atom-z3530", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 203.2, + "width_mm": 134.5, + "depth_mm": 6.9 + } } diff --git a/data/tablet/asus/2015/zenpad-s-8-0-z580ca/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g.json b/data/tablet/asus/2015/zenpad-s-8-0-z580ca/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g.json index e9fc038ab5d9..408ede09733f 100644 --- a/data/tablet/asus/2015/zenpad-s-8-0-z580ca/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g.json +++ b/data/tablet/asus/2015/zenpad-s-8-0-z580ca/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g.json @@ -101,5 +101,10 @@ 64 ], "soc": "intel-atom-z3560-or-z3580", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 203.2, + "width_mm": 134.5, + "depth_mm": 6.6 + } } diff --git a/data/tablet/asus/2016/zenpad-10-z300m/asus-zenpad-10-z300m-2gb-32gb-2g.json b/data/tablet/asus/2016/zenpad-10-z300m/asus-zenpad-10-z300m-2gb-32gb-2g.json index e494b518fef6..adb8a450dc5b 100644 --- a/data/tablet/asus/2016/zenpad-10-z300m/asus-zenpad-10-z300m-2gb-32gb-2g.json +++ b/data/tablet/asus/2016/zenpad-10-z300m/asus-zenpad-10-z300m-2gb-32gb-2g.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt8163", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 251.6, + "width_mm": 172.0, + "depth_mm": 7.9 + } } diff --git a/data/tablet/asus/2016/zenpad-3-8-0-z581kl/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte.json b/data/tablet/asus/2016/zenpad-3-8-0-z581kl/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte.json index 55fb50bdc8de..207111e89130 100644 --- a/data/tablet/asus/2016/zenpad-3-8-0-z581kl/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte.json +++ b/data/tablet/asus/2016/zenpad-3-8-0-z581kl/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "qualcomm-msm8956-snapdragon-650", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 205.4, + "width_mm": 136.4, + "depth_mm": 7.6 + } } diff --git a/data/tablet/asus/2016/zenpad-3s-10-z500m/asus-zenpad-3s-10-z500m-4gb-64gb-2g.json b/data/tablet/asus/2016/zenpad-3s-10-z500m/asus-zenpad-3s-10-z500m-4gb-64gb-2g.json index c7e03ca24d77..a8853eb43e6a 100644 --- a/data/tablet/asus/2016/zenpad-3s-10-z500m/asus-zenpad-3s-10-z500m-4gb-64gb-2g.json +++ b/data/tablet/asus/2016/zenpad-3s-10-z500m/asus-zenpad-3s-10-z500m-4gb-64gb-2g.json @@ -105,5 +105,11 @@ 64 ], "soc": "mediatek-mt8176", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 240.5, + "width_mm": 163.7, + "depth_mm": 7.2 + } } diff --git a/data/tablet/asus/2016/zenpad-8-0-z380m/asus-zenpad-8-0-z380m-2gb-16gb-2g.json b/data/tablet/asus/2016/zenpad-8-0-z380m/asus-zenpad-8-0-z380m-2gb-16gb-2g.json index 68898caaf684..7e638fc65e07 100644 --- a/data/tablet/asus/2016/zenpad-8-0-z380m/asus-zenpad-8-0-z380m-2gb-16gb-2g.json +++ b/data/tablet/asus/2016/zenpad-8-0-z380m/asus-zenpad-8-0-z380m-2gb-16gb-2g.json @@ -99,5 +99,10 @@ 16 ], "soc": "mediatek-mt8163", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 209.0, + "width_mm": 123.0, + "depth_mm": 8.5 + } } diff --git a/data/tablet/asus/2016/zenpad-z10-zt500kl/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte.json b/data/tablet/asus/2016/zenpad-z10-zt500kl/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte.json index 778b7dfae299..6e55533573c5 100644 --- a/data/tablet/asus/2016/zenpad-z10-zt500kl/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte.json +++ b/data/tablet/asus/2016/zenpad-z10-zt500kl/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "qualcomm-msm8956-snapdragon-650", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 242.3, + "width_mm": 166.1, + "depth_mm": 7.1 + } } diff --git a/data/tablet/asus/2017/zenpad-3s-10-z500kl/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte.json b/data/tablet/asus/2017/zenpad-3s-10-z500kl/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte.json index 949d94e1c3a1..0313f4d8e954 100644 --- a/data/tablet/asus/2017/zenpad-3s-10-z500kl/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte.json +++ b/data/tablet/asus/2017/zenpad-3s-10-z500kl/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-msm8956-snapdragon-650", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 242.3, + "width_mm": 164.2, + "depth_mm": 6.8 + } } diff --git a/data/tablet/asus/2017/zenpad-z8s-zt582kl/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte.json b/data/tablet/asus/2017/zenpad-z8s-zt582kl/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte.json index f2977a852d86..20ce7141a191 100644 --- a/data/tablet/asus/2017/zenpad-z8s-zt582kl/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte.json +++ b/data/tablet/asus/2017/zenpad-z8s-zt582kl/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8976-snapdragon-652", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 204.0, + "width_mm": 133.9, + "depth_mm": 6.9 + } } diff --git a/data/tablet/blackview/2020/tab-8/blackview-tab-8-4gb-64gb-4g-lte.json b/data/tablet/blackview/2020/tab-8/blackview-tab-8-4gb-64gb-4g-lte.json index 6d6b4688f0d4..a540d459976d 100644 --- a/data/tablet/blackview/2020/tab-8/blackview-tab-8-4gb-64gb-4g-lte.json +++ b/data/tablet/blackview/2020/tab-8/blackview-tab-8-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 243.6, + "width_mm": 162.4, + "depth_mm": 8.9 + } } diff --git a/data/tablet/blackview/2021/tab-10-pro/blackview-tab-10-pro-8gb-128gb-4g-lte.json b/data/tablet/blackview/2021/tab-10-pro/blackview-tab-10-pro-8gb-128gb-4g-lte.json index 56a3035f602d..c9a8848415e0 100644 --- a/data/tablet/blackview/2021/tab-10-pro/blackview-tab-10-pro-8gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2021/tab-10-pro/blackview-tab-10-pro-8gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 128 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 243.0, + "width_mm": 162.0, + "depth_mm": 8.8 + } } diff --git a/data/tablet/blackview/2021/tab-10/blackview-tab-10-4gb-64gb-4g-lte.json b/data/tablet/blackview/2021/tab-10/blackview-tab-10-4gb-64gb-4g-lte.json index b9d2e1756088..fbfd01f30660 100644 --- a/data/tablet/blackview/2021/tab-10/blackview-tab-10-4gb-64gb-4g-lte.json +++ b/data/tablet/blackview/2021/tab-10/blackview-tab-10-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 64 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 243.0, + "width_mm": 162.0, + "depth_mm": 8.4 + } } diff --git a/data/tablet/blackview/2021/tab-11/blackview-tab-11-8gb-128gb-4g-lte.json b/data/tablet/blackview/2021/tab-11/blackview-tab-11-8gb-128gb-4g-lte.json index 086803fe68df..e7cc0547c652 100644 --- a/data/tablet/blackview/2021/tab-11/blackview-tab-11-8gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2021/tab-11/blackview-tab-11-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "unisoc-tiger-t618", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 247.0, + "width_mm": 156.7, + "depth_mm": 8.1 + } } diff --git a/data/tablet/blackview/2021/tab-6/blackview-tab-6-3gb-32gb-4g-lte.json b/data/tablet/blackview/2021/tab-6/blackview-tab-6-3gb-32gb-4g-lte.json index c081dc9187a9..eb57104dfef0 100644 --- a/data/tablet/blackview/2021/tab-6/blackview-tab-6-3gb-32gb-4g-lte.json +++ b/data/tablet/blackview/2021/tab-6/blackview-tab-6-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ "storage_options_gb": [ 32 ], - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 207.6, + "width_mm": 124.0, + "depth_mm": 9.5 + } } diff --git a/data/tablet/blackview/2021/tab-8e/blackview-tab-8e-3gb-32gb-4g-lte.json b/data/tablet/blackview/2021/tab-8e/blackview-tab-8e-3gb-32gb-4g-lte.json index ed1a1afc63a2..884cdeee5adc 100644 --- a/data/tablet/blackview/2021/tab-8e/blackview-tab-8e-3gb-32gb-4g-lte.json +++ b/data/tablet/blackview/2021/tab-8e/blackview-tab-8e-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "unisoc-sc9863a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 243.6, + "width_mm": 162.4, + "depth_mm": 8.9 + } } diff --git a/data/tablet/blackview/2021/tab-9/blackview-tab-9-4gb-64gb-4g-lte.json b/data/tablet/blackview/2021/tab-9/blackview-tab-9-4gb-64gb-4g-lte.json index 1b8d3bd90e88..48a44dd3b24e 100644 --- a/data/tablet/blackview/2021/tab-9/blackview-tab-9-4gb-64gb-4g-lte.json +++ b/data/tablet/blackview/2021/tab-9/blackview-tab-9-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 64 ], - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 243.7, + "width_mm": 162.5, + "depth_mm": 8.5 + } } diff --git a/data/tablet/blackview/2022/tab-12/blackview-tab-12-4gb-64gb-4g-lte.json b/data/tablet/blackview/2022/tab-12/blackview-tab-12-4gb-64gb-4g-lte.json index a7932ecf81e5..a827ffcd5174 100644 --- a/data/tablet/blackview/2022/tab-12/blackview-tab-12-4gb-64gb-4g-lte.json +++ b/data/tablet/blackview/2022/tab-12/blackview-tab-12-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 238.5, + "width_mm": 157.5, + "depth_mm": 7.4 + } } diff --git a/data/tablet/blackview/2022/tab-13/blackview-tab-13-6gb-128gb-4g-lte.json b/data/tablet/blackview/2022/tab-13/blackview-tab-13-6gb-128gb-4g-lte.json index 506c6c342328..1a545e7ccfd4 100644 --- a/data/tablet/blackview/2022/tab-13/blackview-tab-13-6gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2022/tab-13/blackview-tab-13-6gb-128gb-4g-lte.json @@ -98,5 +98,10 @@ "storage_options_gb": [ 128 ], - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 238.8, + "width_mm": 157.6, + "depth_mm": 7.7 + } } diff --git a/data/tablet/blackview/2022/tab-15/blackview-tab-15-8gb-128gb-4g-lte.json b/data/tablet/blackview/2022/tab-15/blackview-tab-15-8gb-128gb-4g-lte.json index 2099fe6b39f0..fd79b878431c 100644 --- a/data/tablet/blackview/2022/tab-15/blackview-tab-15-8gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2022/tab-15/blackview-tab-15-8gb-128gb-4g-lte.json @@ -101,5 +101,11 @@ "storage_options_gb": [ 128 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 246.4, + "width_mm": 161.5, + "depth_mm": 7.3 + } } diff --git a/data/tablet/blackview/2022/tab-7/blackview-tab-7-3gb-32gb-4g-lte.json b/data/tablet/blackview/2022/tab-7/blackview-tab-7-3gb-32gb-4g-lte.json index abb89c64fd95..2adae62b4ca3 100644 --- a/data/tablet/blackview/2022/tab-7/blackview-tab-7-3gb-32gb-4g-lte.json +++ b/data/tablet/blackview/2022/tab-7/blackview-tab-7-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 32 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 241.3, + "width_mm": 160.0, + "depth_mm": 8.9 + } } diff --git a/data/tablet/blackview/2023/tab-11-se/blackview-tab-11-se-8gb-256gb-4g-lte.json b/data/tablet/blackview/2023/tab-11-se/blackview-tab-11-se-8gb-256gb-4g-lte.json index 4f2e4aceedfa..d09af7755f99 100644 --- a/data/tablet/blackview/2023/tab-11-se/blackview-tab-11-se-8gb-256gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-11-se/blackview-tab-11-se-8gb-256gb-4g-lte.json @@ -102,5 +102,10 @@ 256 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 249.0, + "width_mm": 156.7, + "depth_mm": 8.1 + } } diff --git a/data/tablet/blackview/2023/tab-11-wifi/blackview-tab-11-wifi-8gb-256gb-4g-lte.json b/data/tablet/blackview/2023/tab-11-wifi/blackview-tab-11-wifi-8gb-256gb-4g-lte.json index 2d6ca692dbd1..32c1ef8d4a40 100644 --- a/data/tablet/blackview/2023/tab-11-wifi/blackview-tab-11-wifi-8gb-256gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-11-wifi/blackview-tab-11-wifi-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 256 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 247.0, + "width_mm": 156.8, + "depth_mm": 7.6 + } } diff --git a/data/tablet/blackview/2023/tab-12-pro/blackview-tab-12-pro-8gb-128gb-4g-lte.json b/data/tablet/blackview/2023/tab-12-pro/blackview-tab-12-pro-8gb-128gb-4g-lte.json index 6ea8aecc0c1b..849c9b9c5c57 100644 --- a/data/tablet/blackview/2023/tab-12-pro/blackview-tab-12-pro-8gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-12-pro/blackview-tab-12-pro-8gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 238.5, + "width_mm": 157.5, + "depth_mm": 7.4 + } } diff --git a/data/tablet/blackview/2023/tab-16/blackview-tab-16-8gb-256gb-4g-lte.json b/data/tablet/blackview/2023/tab-16/blackview-tab-16-8gb-256gb-4g-lte.json index 1c5965eba182..a7cd06384eb1 100644 --- a/data/tablet/blackview/2023/tab-16/blackview-tab-16-8gb-256gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-16/blackview-tab-16-8gb-256gb-4g-lte.json @@ -102,5 +102,10 @@ 256 ], "soc": "unisoc-tiger-t616", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 260.1, + "width_mm": 164.7, + "depth_mm": 8.0 + } } diff --git a/data/tablet/blackview/2023/tab-18/blackview-tab-18-12gb-256gb-4g-lte.json b/data/tablet/blackview/2023/tab-18/blackview-tab-18-12gb-256gb-4g-lte.json index 73c3407fb5c2..ac9cde578ab0 100644 --- a/data/tablet/blackview/2023/tab-18/blackview-tab-18-12gb-256gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-18/blackview-tab-18-12gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 277.6, + "width_mm": 173.2, + "depth_mm": 7.9 + } } diff --git a/data/tablet/blackview/2023/tab-5/blackview-tab-5-3gb-64gb-4g-lte.json b/data/tablet/blackview/2023/tab-5/blackview-tab-5-3gb-64gb-4g-lte.json index e31f137893da..6243afa04276 100644 --- a/data/tablet/blackview/2023/tab-5/blackview-tab-5-3gb-64gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-5/blackview-tab-5-3gb-64gb-4g-lte.json @@ -97,5 +97,10 @@ "storage_options_gb": [ 64 ], - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 211.2, + "width_mm": 126.2, + "depth_mm": 9.7 + } } diff --git a/data/tablet/blackview/2023/tab-50-wifi/blackview-tab-50-wifi-4gb-128gb-4g-lte.json b/data/tablet/blackview/2023/tab-50-wifi/blackview-tab-50-wifi-4gb-128gb-4g-lte.json index 0ae9dd638344..633545c19bf6 100644 --- a/data/tablet/blackview/2023/tab-50-wifi/blackview-tab-50-wifi-4gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-50-wifi/blackview-tab-50-wifi-4gb-128gb-4g-lte.json @@ -98,5 +98,10 @@ "storage_options_gb": [ 128 ], - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 211.2, + "width_mm": 126.2, + "depth_mm": 9.7 + } } diff --git a/data/tablet/blackview/2023/tab-60/blackview-tab-60-6gb-128gb-4g-lte.json b/data/tablet/blackview/2023/tab-60/blackview-tab-60-6gb-128gb-4g-lte.json index 8241d9ac5ef9..44869b3e43de 100644 --- a/data/tablet/blackview/2023/tab-60/blackview-tab-60-6gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-60/blackview-tab-60-6gb-128gb-4g-lte.json @@ -99,5 +99,10 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 211.7, + "width_mm": 124.4, + "depth_mm": 8.4 + } } diff --git a/data/tablet/blackview/2023/tab-70-wifi/blackview-tab-70-wifi-3gb-64gb-4g-lte.json b/data/tablet/blackview/2023/tab-70-wifi/blackview-tab-70-wifi-3gb-64gb-4g-lte.json index c046912c49e1..bbbcb4fcc9ed 100644 --- a/data/tablet/blackview/2023/tab-70-wifi/blackview-tab-70-wifi-3gb-64gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-70-wifi/blackview-tab-70-wifi-3gb-64gb-4g-lte.json @@ -99,5 +99,11 @@ "storage_options_gb": [ 64 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 246.5, + "width_mm": 163.0, + "depth_mm": 9.9 + } } diff --git a/data/tablet/blackview/2023/tab-8-wifi/blackview-tab-8-wifi-4gb-128gb-4g-lte.json b/data/tablet/blackview/2023/tab-8-wifi/blackview-tab-8-wifi-4gb-128gb-4g-lte.json index 53cf82c37de4..37d648ce75b8 100644 --- a/data/tablet/blackview/2023/tab-8-wifi/blackview-tab-8-wifi-4gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-8-wifi/blackview-tab-8-wifi-4gb-128gb-4g-lte.json @@ -99,5 +99,10 @@ "storage_options_gb": [ 128 ], - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 246.5, + "width_mm": 163.0, + "depth_mm": 9.9 + } } diff --git a/data/tablet/blackview/2023/tab-80/blackview-tab-80-8gb-128gb-4g-lte.json b/data/tablet/blackview/2023/tab-80/blackview-tab-80-8gb-128gb-4g-lte.json index 52de743d4c8b..2b8236d93565 100644 --- a/data/tablet/blackview/2023/tab-80/blackview-tab-80-8gb-128gb-4g-lte.json +++ b/data/tablet/blackview/2023/tab-80/blackview-tab-80-8gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 241.0, + "width_mm": 156.0, + "depth_mm": 7.5 + } } diff --git a/data/tablet/blackview/2024/tab-16-pro/blackview-tab-16-pro-8gb-256gb-4g-lte.json b/data/tablet/blackview/2024/tab-16-pro/blackview-tab-16-pro-8gb-256gb-4g-lte.json index 56e664d34f32..7476f1212752 100644 --- a/data/tablet/blackview/2024/tab-16-pro/blackview-tab-16-pro-8gb-256gb-4g-lte.json +++ b/data/tablet/blackview/2024/tab-16-pro/blackview-tab-16-pro-8gb-256gb-4g-lte.json @@ -101,5 +101,11 @@ 256 ], "soc": "unisoc-tiger-t616", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 256.8, + "width_mm": 167.0, + "depth_mm": 7.5 + } } diff --git a/data/tablet/doogee/2022/t20/doogee-t20-8gb-256gb-4g-lte.json b/data/tablet/doogee/2022/t20/doogee-t20-8gb-256gb-4g-lte.json index fa800329194f..fa2e0f1d4f13 100644 --- a/data/tablet/doogee/2022/t20/doogee-t20-8gb-256gb-4g-lte.json +++ b/data/tablet/doogee/2022/t20/doogee-t20-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "unisoc-tiger-t616", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 245.8, + "width_mm": 155.6, + "depth_mm": 7.9 + } } diff --git a/data/tablet/doogee/2023/t10plus/doogee-t10plus-8gb-256gb-4g-lte.json b/data/tablet/doogee/2023/t10plus/doogee-t10plus-8gb-256gb-4g-lte.json index 797d73af2309..65150fcfeaaf 100644 --- a/data/tablet/doogee/2023/t10plus/doogee-t10plus-8gb-256gb-4g-lte.json +++ b/data/tablet/doogee/2023/t10plus/doogee-t10plus-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 246.4, + "width_mm": 161.5, + "depth_mm": 7.4 + } } diff --git a/data/tablet/doogee/2023/t10pro/doogee-t10pro-8gb-256gb-4g-lte.json b/data/tablet/doogee/2023/t10pro/doogee-t10pro-8gb-256gb-4g-lte.json index a9e52e419bb5..5e8b9dc8a082 100644 --- a/data/tablet/doogee/2023/t10pro/doogee-t10pro-8gb-256gb-4g-lte.json +++ b/data/tablet/doogee/2023/t10pro/doogee-t10pro-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 242.3, + "width_mm": 161.1, + "depth_mm": 8.5 + } } diff --git a/data/tablet/doogee/2023/t20-ultra/doogee-t20-ultra-12gb-256gb-4g-lte.json b/data/tablet/doogee/2023/t20-ultra/doogee-t20-ultra-12gb-256gb-4g-lte.json index 01273015a639..14485f2a540c 100644 --- a/data/tablet/doogee/2023/t20-ultra/doogee-t20-ultra-12gb-256gb-4g-lte.json +++ b/data/tablet/doogee/2023/t20-ultra/doogee-t20-ultra-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 278.8, + "width_mm": 174.3, + "depth_mm": 7.6 + } } diff --git a/data/tablet/doogee/2023/t30-ultra/doogee-t30-ultra-12gb-256gb-4g-lte.json b/data/tablet/doogee/2023/t30-ultra/doogee-t30-ultra-12gb-256gb-4g-lte.json index a52fd6f346be..335862159f9e 100644 --- a/data/tablet/doogee/2023/t30-ultra/doogee-t30-ultra-12gb-256gb-4g-lte.json +++ b/data/tablet/doogee/2023/t30-ultra/doogee-t30-ultra-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 256.5, + "width_mm": 168.0, + "depth_mm": 7.6 + } } diff --git a/data/tablet/doogee/2024/t30-max/doogee-t30-max-8gb-512gb-4g-lte.json b/data/tablet/doogee/2024/t30-max/doogee-t30-max-8gb-512gb-4g-lte.json index db989c93f15b..71196f1e8568 100644 --- a/data/tablet/doogee/2024/t30-max/doogee-t30-max-8gb-512gb-4g-lte.json +++ b/data/tablet/doogee/2024/t30-max/doogee-t30-max-8gb-512gb-4g-lte.json @@ -102,5 +102,11 @@ 512 ], "soc": "helio-g99", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 285.1, + "width_mm": 185.4, + "depth_mm": 7.9 + } } diff --git a/data/tablet/google/2023/pixel-tablet/google-pixel-tablet-8gb-256gb-4g-lte.json b/data/tablet/google/2023/pixel-tablet/google-pixel-tablet-8gb-256gb-4g-lte.json index a05cd293bd88..2e31916cf6b7 100644 --- a/data/tablet/google/2023/pixel-tablet/google-pixel-tablet-8gb-256gb-4g-lte.json +++ b/data/tablet/google/2023/pixel-tablet/google-pixel-tablet-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "tensor-g2", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 258.0, + "width_mm": 169.0, + "depth_mm": 8.1 + } } diff --git a/data/tablet/honor/2016/pad-2/honor-pad-2-3gb-32gb-4g-lte.json b/data/tablet/honor/2016/pad-2/honor-pad-2-3gb-32gb-4g-lte.json index 79f28c742f25..be05dedc093e 100644 --- a/data/tablet/honor/2016/pad-2/honor-pad-2-3gb-32gb-4g-lte.json +++ b/data/tablet/honor/2016/pad-2/honor-pad-2-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 209.3, + "width_mm": 123.0, + "depth_mm": 8.1 + } } diff --git a/data/tablet/honor/2019/tab-5/honor-tab-5-4gb-128gb-4g-lte.json b/data/tablet/honor/2019/tab-5/honor-tab-5-4gb-128gb-4g-lte.json index d37f11923cb8..593fc7b42aff 100644 --- a/data/tablet/honor/2019/tab-5/honor-tab-5-4gb-128gb-4g-lte.json +++ b/data/tablet/honor/2019/tab-5/honor-tab-5-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 204.2, + "width_mm": 122.2, + "depth_mm": 8.2 + } } diff --git a/data/tablet/honor/2020/pad-6/honor-pad-6-4gb-128gb-4g-lte.json b/data/tablet/honor/2020/pad-6/honor-pad-6-4gb-128gb-4g-lte.json index cf3ad22a85fc..6d8a4cfa829d 100644 --- a/data/tablet/honor/2020/pad-6/honor-pad-6-4gb-128gb-4g-lte.json +++ b/data/tablet/honor/2020/pad-6/honor-pad-6-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.6 + } } diff --git a/data/tablet/honor/2020/pad-x6/honor-pad-x6-4gb-64gb-4g-lte.json b/data/tablet/honor/2020/pad-x6/honor-pad-x6-4gb-64gb-4g-lte.json index e0e735f6e605..0815b3302772 100644 --- a/data/tablet/honor/2020/pad-x6/honor-pad-x6-4gb-64gb-4g-lte.json +++ b/data/tablet/honor/2020/pad-x6/honor-pad-x6-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.6 + } } diff --git a/data/tablet/honor/2021/tab-7/honor-tab-7-4gb-128gb-4g-lte.json b/data/tablet/honor/2021/tab-7/honor-tab-7-4gb-128gb-4g-lte.json index 591d2fae9c7d..94d85431bac4 100644 --- a/data/tablet/honor/2021/tab-7/honor-tab-7-4gb-128gb-4g-lte.json +++ b/data/tablet/honor/2021/tab-7/honor-tab-7-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 64, 128 ], - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.6 + } } diff --git a/data/tablet/honor/2021/tablet-v7-pro/honor-tablet-v7-pro-8gb-256gb-5g.json b/data/tablet/honor/2021/tablet-v7-pro/honor-tablet-v7-pro-8gb-256gb-5g.json index 73c599e2bcfe..3e9ae746726a 100644 --- a/data/tablet/honor/2021/tablet-v7-pro/honor-tablet-v7-pro-8gb-256gb-5g.json +++ b/data/tablet/honor/2021/tablet-v7-pro/honor-tablet-v7-pro-8gb-256gb-5g.json @@ -104,5 +104,11 @@ 128, 256 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 252.1, + "width_mm": 163.4, + "depth_mm": 7.3 + } } diff --git a/data/tablet/honor/2021/tablet-v7/honor-tablet-v7-8gb-128gb-5g.json b/data/tablet/honor/2021/tablet-v7/honor-tablet-v7-8gb-128gb-5g.json index 93ca8a7f971f..a2bc178099b2 100644 --- a/data/tablet/honor/2021/tablet-v7/honor-tablet-v7-8gb-128gb-5g.json +++ b/data/tablet/honor/2021/tablet-v7/honor-tablet-v7-8gb-128gb-5g.json @@ -103,5 +103,11 @@ "storage_options_gb": [ 128 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 245.2, + "width_mm": 155.0, + "depth_mm": 7.9 + } } diff --git a/data/tablet/honor/2021/tablet-x7/honor-tablet-x7-3gb-32gb-4g-lte.json b/data/tablet/honor/2021/tablet-x7/honor-tablet-x7-3gb-32gb-4g-lte.json index 016467d11a3c..b4759e3cc8f5 100644 --- a/data/tablet/honor/2021/tablet-x7/honor-tablet-x7-3gb-32gb-4g-lte.json +++ b/data/tablet/honor/2021/tablet-x7/honor-tablet-x7-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 32 ], - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 199.7, + "width_mm": 121.1, + "depth_mm": 8.5 + } } diff --git a/data/tablet/honor/2022/pad-8/honor-pad-8-8gb-256gb-4g-lte.json b/data/tablet/honor/2022/pad-8/honor-pad-8-8gb-256gb-4g-lte.json index c0566a23011e..3e299ccd4e8d 100644 --- a/data/tablet/honor/2022/pad-8/honor-pad-8-8gb-256gb-4g-lte.json +++ b/data/tablet/honor/2022/pad-8/honor-pad-8-8gb-256gb-4g-lte.json @@ -109,5 +109,11 @@ 128, 256 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 278.5, + "width_mm": 174.1, + "depth_mm": 6.9 + } } diff --git a/data/tablet/honor/2022/pad-v8-pro/honor-pad-v8-pro-12gb-256gb-4g-lte.json b/data/tablet/honor/2022/pad-v8-pro/honor-pad-v8-pro-12gb-256gb-4g-lte.json index c62592b86b97..16104e4a0c06 100644 --- a/data/tablet/honor/2022/pad-v8-pro/honor-pad-v8-pro-12gb-256gb-4g-lte.json +++ b/data/tablet/honor/2022/pad-v8-pro/honor-pad-v8-pro-12gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "dimensity-8100", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 35.0, + "dimensions": { + "height_mm": 277.0, + "width_mm": 179.0, + "depth_mm": 6.6 + } } diff --git a/data/tablet/honor/2022/pad-x8/honor-pad-x8-6gb-128gb-4g-lte.json b/data/tablet/honor/2022/pad-x8/honor-pad-x8-6gb-128gb-4g-lte.json index 60231b89a8e0..bd3f7a3a8b91 100644 --- a/data/tablet/honor/2022/pad-x8/honor-pad-x8-6gb-128gb-4g-lte.json +++ b/data/tablet/honor/2022/pad-x8/honor-pad-x8-6gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 64, 128 ], - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.6 + } } diff --git a/data/tablet/honor/2023/pad-9/honor-pad-9-12gb-512gb-5g.json b/data/tablet/honor/2023/pad-9/honor-pad-9-12gb-512gb-5g.json index cb4b95181b19..fce67febd4db 100644 --- a/data/tablet/honor/2023/pad-9/honor-pad-9-12gb-512gb-5g.json +++ b/data/tablet/honor/2023/pad-9/honor-pad-9-12gb-512gb-5g.json @@ -115,5 +115,11 @@ 256, 512 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 35.0, + "dimensions": { + "height_mm": 278.2, + "width_mm": 180.1, + "depth_mm": 6.9 + } } diff --git a/data/tablet/honor/2023/pad-v8/honor-pad-v8-8gb-256gb-4g-lte.json b/data/tablet/honor/2023/pad-v8/honor-pad-v8-8gb-256gb-4g-lte.json index 7227730ef698..9677ebda4e0c 100644 --- a/data/tablet/honor/2023/pad-v8/honor-pad-v8-8gb-256gb-4g-lte.json +++ b/data/tablet/honor/2023/pad-v8/honor-pad-v8-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 128, 256 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 252.1, + "width_mm": 163.6, + "depth_mm": 7.4 + } } diff --git a/data/tablet/honor/2023/pad-x8-pro/honor-pad-x8-pro-8gb-128gb-4g-lte.json b/data/tablet/honor/2023/pad-x8-pro/honor-pad-x8-pro-8gb-128gb-4g-lte.json index 1ed662964043..556926357686 100644 --- a/data/tablet/honor/2023/pad-x8-pro/honor-pad-x8-pro-8gb-128gb-4g-lte.json +++ b/data/tablet/honor/2023/pad-x8-pro/honor-pad-x8-pro-8gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ "storage_options_gb": [ 128 ], - "os_version": "13" + "os_version": "13", + "dimensions": { + "height_mm": 267.3, + "width_mm": 167.4, + "depth_mm": 6.9 + } } diff --git a/data/tablet/honor/2023/pad-x9/honor-pad-x9-4gb-128gb-4g-lte.json b/data/tablet/honor/2023/pad-x9/honor-pad-x9-4gb-128gb-4g-lte.json index 82ec3b50cb22..668c6a01164f 100644 --- a/data/tablet/honor/2023/pad-x9/honor-pad-x9-4gb-128gb-4g-lte.json +++ b/data/tablet/honor/2023/pad-x9/honor-pad-x9-4gb-128gb-4g-lte.json @@ -107,5 +107,11 @@ "storage_options_gb": [ 128 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 22.5, + "dimensions": { + "height_mm": 267.3, + "width_mm": 167.4, + "depth_mm": 6.9 + } } diff --git a/data/tablet/honor/2024/pad-9-pro/honor-pad-9-pro-12gb-256gb-3g.json b/data/tablet/honor/2024/pad-9-pro/honor-pad-9-pro-12gb-256gb-3g.json index 8d9c65d7c7a1..d039cae7d6a8 100644 --- a/data/tablet/honor/2024/pad-9-pro/honor-pad-9-pro-12gb-256gb-3g.json +++ b/data/tablet/honor/2024/pad-9-pro/honor-pad-9-pro-12gb-256gb-3g.json @@ -103,5 +103,11 @@ 256 ], "soc": "dimensity-8100", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 35.0, + "dimensions": { + "height_mm": 277.0, + "width_mm": 179.9, + "depth_mm": 6.6 + } } diff --git a/data/tablet/honor/2024/pad-x8a/honor-pad-x8a-4gb-128gb-4g-lte.json b/data/tablet/honor/2024/pad-x8a/honor-pad-x8a-4gb-128gb-4g-lte.json index 38441d71591d..15768b2e2a39 100644 --- a/data/tablet/honor/2024/pad-x8a/honor-pad-x8a-4gb-128gb-4g-lte.json +++ b/data/tablet/honor/2024/pad-x8a/honor-pad-x8a-4gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ 64, 128 ], - "os_version": "14" + "os_version": "14", + "dimensions": { + "height_mm": 257.0, + "width_mm": 168.5, + "depth_mm": 7.3 + } } diff --git a/data/tablet/htc/2014/nexus-9/htc-nexus-9-2gb-32gb-4g-lte.json b/data/tablet/htc/2014/nexus-9/htc-nexus-9-2gb-32gb-4g-lte.json index a7004c4f3e33..d800565a6deb 100644 --- a/data/tablet/htc/2014/nexus-9/htc-nexus-9-2gb-32gb-4g-lte.json +++ b/data/tablet/htc/2014/nexus-9/htc-nexus-9-2gb-32gb-4g-lte.json @@ -109,5 +109,10 @@ 32 ], "soc": "nvidia-tegra-k1", - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 228.2, + "width_mm": 153.7, + "depth_mm": 8.0 + } } diff --git a/data/tablet/huawei/2011/mediapad-s7-301w/huawei-mediapad-s7-301w-1gb-8gb-2g.json b/data/tablet/huawei/2011/mediapad-s7-301w/huawei-mediapad-s7-301w-1gb-8gb-2g.json index 7db93ec0b436..c0aa7b864d9c 100644 --- a/data/tablet/huawei/2011/mediapad-s7-301w/huawei-mediapad-s7-301w-1gb-8gb-2g.json +++ b/data/tablet/huawei/2011/mediapad-s7-301w/huawei-mediapad-s7-301w-1gb-8gb-2g.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 190.0, + "width_mm": 124.0, + "depth_mm": 10.5 + } } diff --git a/data/tablet/huawei/2011/mediapad/huawei-mediapad-1gb-8gb-3g.json b/data/tablet/huawei/2011/mediapad/huawei-mediapad-1gb-8gb-3g.json index 66c734f1883e..2133e70b933d 100644 --- a/data/tablet/huawei/2011/mediapad/huawei-mediapad-1gb-8gb-3g.json +++ b/data/tablet/huawei/2011/mediapad/huawei-mediapad-1gb-8gb-3g.json @@ -107,5 +107,10 @@ 8 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 190.0, + "width_mm": 124.0, + "depth_mm": 10.5 + } } diff --git a/data/tablet/huawei/2012/mediapad-10-fhd/huawei-mediapad-10-fhd-2gb-64gb-4g-lte.json b/data/tablet/huawei/2012/mediapad-10-fhd/huawei-mediapad-10-fhd-2gb-64gb-4g-lte.json index ec7a4a8d7beb..183d073185b7 100644 --- a/data/tablet/huawei/2012/mediapad-10-fhd/huawei-mediapad-10-fhd-2gb-64gb-4g-lte.json +++ b/data/tablet/huawei/2012/mediapad-10-fhd/huawei-mediapad-10-fhd-2gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 32, 64 ], - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 257.4, + "width_mm": 175.9, + "depth_mm": 8.8 + } } diff --git a/data/tablet/huawei/2012/mediapad-7-lite/huawei-mediapad-7-lite-1gb-8gb-3g.json b/data/tablet/huawei/2012/mediapad-7-lite/huawei-mediapad-7-lite-1gb-8gb-3g.json index 515da30c2ebb..d5144e6edb39 100644 --- a/data/tablet/huawei/2012/mediapad-7-lite/huawei-mediapad-7-lite-1gb-8gb-3g.json +++ b/data/tablet/huawei/2012/mediapad-7-lite/huawei-mediapad-7-lite-1gb-8gb-3g.json @@ -96,5 +96,10 @@ "storage_options_gb": [ 8 ], - "os_version": "4.0.4" + "os_version": "4.0.4", + "dimensions": { + "height_mm": 193.0, + "width_mm": 120.0, + "depth_mm": 11.0 + } } diff --git a/data/tablet/huawei/2013/mediapad-10-link/huawei-mediapad-10-link-1gb-32gb-4g-lte.json b/data/tablet/huawei/2013/mediapad-10-link/huawei-mediapad-10-link-1gb-32gb-4g-lte.json index a096f60045b5..f0458d1835e5 100644 --- a/data/tablet/huawei/2013/mediapad-10-link/huawei-mediapad-10-link-1gb-32gb-4g-lte.json +++ b/data/tablet/huawei/2013/mediapad-10-link/huawei-mediapad-10-link-1gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "huawei-k3v2", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 257.4, + "width_mm": 175.9, + "depth_mm": 9.9 + } } diff --git a/data/tablet/huawei/2013/mediapad-7-vogue/huawei-mediapad-7-vogue-1gb-8gb-3g.json b/data/tablet/huawei/2013/mediapad-7-vogue/huawei-mediapad-7-vogue-1gb-8gb-3g.json index 1667c904603e..014760c9b54b 100644 --- a/data/tablet/huawei/2013/mediapad-7-vogue/huawei-mediapad-7-vogue-1gb-8gb-3g.json +++ b/data/tablet/huawei/2013/mediapad-7-vogue/huawei-mediapad-7-vogue-1gb-8gb-3g.json @@ -106,5 +106,10 @@ 8 ], "soc": "huawei-k3v2", - "os_version": "4.1" + "os_version": "4.1", + "dimensions": { + "height_mm": 193.8, + "width_mm": 121.3, + "depth_mm": 9.5 + } } diff --git a/data/tablet/huawei/2013/mediapad-7-youth/huawei-mediapad-7-youth-1gb-8gb-3g.json b/data/tablet/huawei/2013/mediapad-7-youth/huawei-mediapad-7-youth-1gb-8gb-3g.json index 85190a40bfef..e6f5f49ad4e3 100644 --- a/data/tablet/huawei/2013/mediapad-7-youth/huawei-mediapad-7-youth-1gb-8gb-3g.json +++ b/data/tablet/huawei/2013/mediapad-7-youth/huawei-mediapad-7-youth-1gb-8gb-3g.json @@ -92,5 +92,10 @@ "storage_options_gb": [ 8 ], - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 193.4, + "width_mm": 120.6, + "depth_mm": 9.9 + } } diff --git a/data/tablet/huawei/2014/mediapad-10-link/huawei-mediapad-10-link-1gb-16gb-4g-lte.json b/data/tablet/huawei/2014/mediapad-10-link/huawei-mediapad-10-link-1gb-16gb-4g-lte.json index acd823bb7f9b..258d2f42e15c 100644 --- a/data/tablet/huawei/2014/mediapad-10-link/huawei-mediapad-10-link-1gb-16gb-4g-lte.json +++ b/data/tablet/huawei/2014/mediapad-10-link/huawei-mediapad-10-link-1gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 8, 16 ], - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 257.4, + "width_mm": 175.9, + "depth_mm": 9.9 + } } diff --git a/data/tablet/huawei/2014/mediapad-7-youth2/huawei-mediapad-7-youth2-1gb-8gb-3g.json b/data/tablet/huawei/2014/mediapad-7-youth2/huawei-mediapad-7-youth2-1gb-8gb-3g.json index de3c7db571a0..9001211fb468 100644 --- a/data/tablet/huawei/2014/mediapad-7-youth2/huawei-mediapad-7-youth2-1gb-8gb-3g.json +++ b/data/tablet/huawei/2014/mediapad-7-youth2/huawei-mediapad-7-youth2-1gb-8gb-3g.json @@ -96,5 +96,10 @@ 4, 8 ], - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 193.4, + "width_mm": 120.6, + "depth_mm": 9.9 + } } diff --git a/data/tablet/huawei/2014/mediapad-m1/huawei-mediapad-m1-1gb-8gb-4g-lte.json b/data/tablet/huawei/2014/mediapad-m1/huawei-mediapad-m1-1gb-8gb-4g-lte.json index fcd29b14b621..a975a796aca3 100644 --- a/data/tablet/huawei/2014/mediapad-m1/huawei-mediapad-m1-1gb-8gb-4g-lte.json +++ b/data/tablet/huawei/2014/mediapad-m1/huawei-mediapad-m1-1gb-8gb-4g-lte.json @@ -98,5 +98,10 @@ "storage_options_gb": [ 8 ], - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 214.4, + "width_mm": 120.7, + "depth_mm": 7.9 + } } diff --git a/data/tablet/huawei/2014/mediapad-t1-8-0/huawei-mediapad-t1-8-0-1gb-16gb-3g.json b/data/tablet/huawei/2014/mediapad-t1-8-0/huawei-mediapad-t1-8-0-1gb-16gb-3g.json index 9cf7d774d9fe..386292cd0c82 100644 --- a/data/tablet/huawei/2014/mediapad-t1-8-0/huawei-mediapad-t1-8-0-1gb-16gb-3g.json +++ b/data/tablet/huawei/2014/mediapad-t1-8-0/huawei-mediapad-t1-8-0-1gb-16gb-3g.json @@ -105,5 +105,10 @@ 16 ], "soc": "qualcomm-msm8212-snapdragon-200", - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 210.6, + "width_mm": 127.7, + "depth_mm": 7.9 + } } diff --git a/data/tablet/huawei/2014/mediapad-x1/huawei-mediapad-x1-2gb-16gb-4g-lte.json b/data/tablet/huawei/2014/mediapad-x1/huawei-mediapad-x1-2gb-16gb-4g-lte.json index 4a05cc1d8785..b5cf1372f629 100644 --- a/data/tablet/huawei/2014/mediapad-x1/huawei-mediapad-x1-2gb-16gb-4g-lte.json +++ b/data/tablet/huawei/2014/mediapad-x1/huawei-mediapad-x1-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ "storage_options_gb": [ 16 ], - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 183.5, + "width_mm": 103.9, + "depth_mm": 7.2 + } } diff --git a/data/tablet/huawei/2015/mediapad-m2-8-0/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte.json b/data/tablet/huawei/2015/mediapad-m2-8-0/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte.json index b6b8370f07ec..e39adfaaab57 100644 --- a/data/tablet/huawei/2015/mediapad-m2-8-0/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte.json +++ b/data/tablet/huawei/2015/mediapad-m2-8-0/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 16, 32 ], - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 214.8, + "width_mm": 124.0, + "depth_mm": 7.8 + } } diff --git a/data/tablet/huawei/2015/mediapad-t1-10/huawei-mediapad-t1-10-1gb-16gb-4g-lte.json b/data/tablet/huawei/2015/mediapad-t1-10/huawei-mediapad-t1-10-1gb-16gb-4g-lte.json index 2811df2a2735..c17b2b951420 100644 --- a/data/tablet/huawei/2015/mediapad-t1-10/huawei-mediapad-t1-10-1gb-16gb-4g-lte.json +++ b/data/tablet/huawei/2015/mediapad-t1-10/huawei-mediapad-t1-10-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 248.5, + "width_mm": 150.0, + "depth_mm": 8.3 + } } diff --git a/data/tablet/huawei/2015/mediapad-x2/huawei-mediapad-x2-3gb-32gb-4g-lte.json b/data/tablet/huawei/2015/mediapad-x2/huawei-mediapad-x2-3gb-32gb-4g-lte.json index ff20edde0dbb..c2618668ac63 100644 --- a/data/tablet/huawei/2015/mediapad-x2/huawei-mediapad-x2-3gb-32gb-4g-lte.json +++ b/data/tablet/huawei/2015/mediapad-x2/huawei-mediapad-x2-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 16, 32 ], - "os_version": "5" + "os_version": "5", + "dimensions": { + "height_mm": 183.5, + "width_mm": 103.9, + "depth_mm": 7.2 + } } diff --git a/data/tablet/huawei/2016/mediapad-m2-10-0/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte.json b/data/tablet/huawei/2016/mediapad-m2-10-0/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte.json index 30dec7ad2d7b..268cd4a38039 100644 --- a/data/tablet/huawei/2016/mediapad-m2-10-0/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte.json +++ b/data/tablet/huawei/2016/mediapad-m2-10-0/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 16, 64 ], - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 239.8, + "width_mm": 172.8, + "depth_mm": 7.4 + } } diff --git a/data/tablet/huawei/2016/mediapad-m2-7-0/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte.json b/data/tablet/huawei/2016/mediapad-m2-7-0/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte.json index cea03e7b94a5..cbb4091f0d6c 100644 --- a/data/tablet/huawei/2016/mediapad-m2-7-0/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte.json +++ b/data/tablet/huawei/2016/mediapad-m2-7-0/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 187.4, + "width_mm": 105.8, + "depth_mm": 8.2 + } } diff --git a/data/tablet/huawei/2016/mediapad-m3-8-4/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte.json b/data/tablet/huawei/2016/mediapad-m3-8-4/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte.json index 1673d60e2c34..762d31c0c424 100644 --- a/data/tablet/huawei/2016/mediapad-m3-8-4/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte.json +++ b/data/tablet/huawei/2016/mediapad-m3-8-4/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "kirin-950", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 215.5, + "width_mm": 124.2, + "depth_mm": 7.3 + } } diff --git a/data/tablet/huawei/2016/mediapad-t1-7-0-plus/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g.json b/data/tablet/huawei/2016/mediapad-t1-7-0-plus/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g.json index f71a81ff7023..b8f0e90edc17 100644 --- a/data/tablet/huawei/2016/mediapad-t1-7-0-plus/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g.json +++ b/data/tablet/huawei/2016/mediapad-t1-7-0-plus/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "spreadtrum-sc7731g", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 191.8, + "width_mm": 107.0, + "depth_mm": 8.5 + } } diff --git a/data/tablet/huawei/2016/mediapad-t2-10-0-pro/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte.json b/data/tablet/huawei/2016/mediapad-t2-10-0-pro/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte.json index b22cd0bcdd8e..963eafc21a12 100644 --- a/data/tablet/huawei/2016/mediapad-t2-10-0-pro/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte.json +++ b/data/tablet/huawei/2016/mediapad-t2-10-0-pro/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 259.1, + "width_mm": 156.4, + "depth_mm": 8.5 + } } diff --git a/data/tablet/huawei/2016/mediapad-t2-7-0-pro/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte.json b/data/tablet/huawei/2016/mediapad-t2-7-0-pro/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte.json index 26feb8b0355d..6e9e76a862e6 100644 --- a/data/tablet/huawei/2016/mediapad-t2-7-0-pro/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte.json +++ b/data/tablet/huawei/2016/mediapad-t2-7-0-pro/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 187.4, + "width_mm": 105.8, + "depth_mm": 8.2 + } } diff --git a/data/tablet/huawei/2016/mediapad-t2-7-0/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte.json b/data/tablet/huawei/2016/mediapad-t2-7-0/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte.json index 3eed49ae3afe..00d0db177bd0 100644 --- a/data/tablet/huawei/2016/mediapad-t2-7-0/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte.json +++ b/data/tablet/huawei/2016/mediapad-t2-7-0/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "spreadtrum-sc9830l", - "os_version": "6" + "os_version": "6", + "dimensions": { + "height_mm": 191.8, + "width_mm": 107.0, + "depth_mm": 8.5 + } } diff --git a/data/tablet/huawei/2017/mediapad-m3-lite-10/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte.json b/data/tablet/huawei/2017/mediapad-m3-lite-10/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte.json index 684c3b95810c..d62d876620d4 100644 --- a/data/tablet/huawei/2017/mediapad-m3-lite-10/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte.json +++ b/data/tablet/huawei/2017/mediapad-m3-lite-10/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 241.3, + "width_mm": 171.5, + "depth_mm": 7.1 + } } diff --git a/data/tablet/huawei/2017/mediapad-m3-lite-8/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte.json b/data/tablet/huawei/2017/mediapad-m3-lite-8/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte.json index 976a6206e0c7..6763a46e02c7 100644 --- a/data/tablet/huawei/2017/mediapad-m3-lite-8/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte.json +++ b/data/tablet/huawei/2017/mediapad-m3-lite-8/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte.json @@ -102,5 +102,10 @@ 64 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 213.3, + "width_mm": 123.3, + "depth_mm": 7.5 + } } diff --git a/data/tablet/huawei/2017/mediapad-t3-10/huawei-mediapad-t3-10-3gb-32gb-4g-lte.json b/data/tablet/huawei/2017/mediapad-t3-10/huawei-mediapad-t3-10-3gb-32gb-4g-lte.json index e00e5d013f59..61456ab2dac8 100644 --- a/data/tablet/huawei/2017/mediapad-t3-10/huawei-mediapad-t3-10-3gb-32gb-4g-lte.json +++ b/data/tablet/huawei/2017/mediapad-t3-10/huawei-mediapad-t3-10-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 229.8, + "width_mm": 159.8, + "depth_mm": 8.0 + } } diff --git a/data/tablet/huawei/2017/mediapad-t3-7-0/huawei-mediapad-t3-7-0-2gb-16gb-2g.json b/data/tablet/huawei/2017/mediapad-t3-7-0/huawei-mediapad-t3-7-0-2gb-16gb-2g.json index 6bb22d17db44..4c423044ead4 100644 --- a/data/tablet/huawei/2017/mediapad-t3-7-0/huawei-mediapad-t3-7-0-2gb-16gb-2g.json +++ b/data/tablet/huawei/2017/mediapad-t3-7-0/huawei-mediapad-t3-7-0-2gb-16gb-2g.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt8127", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 179.0, + "width_mm": 103.7, + "depth_mm": 8.6 + } } diff --git a/data/tablet/huawei/2017/mediapad-t3-8-0/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte.json b/data/tablet/huawei/2017/mediapad-t3-8-0/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte.json index 28aa0ae8ca41..7491e074b68b 100644 --- a/data/tablet/huawei/2017/mediapad-t3-8-0/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte.json +++ b/data/tablet/huawei/2017/mediapad-t3-8-0/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 211.1, + "width_mm": 124.7, + "depth_mm": 8.0 + } } diff --git a/data/tablet/huawei/2018/mediapad-m5-10-pro/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte.json b/data/tablet/huawei/2018/mediapad-m5-10-pro/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte.json index b5d2967b9c98..2411d9547b3c 100644 --- a/data/tablet/huawei/2018/mediapad-m5-10-pro/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte.json +++ b/data/tablet/huawei/2018/mediapad-m5-10-pro/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "kirin-960", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 258.7, + "width_mm": 171.8, + "depth_mm": 7.3 + } } diff --git a/data/tablet/huawei/2018/mediapad-m5-10/huawei-mediapad-m5-10-4gb-128gb-4g-lte.json b/data/tablet/huawei/2018/mediapad-m5-10/huawei-mediapad-m5-10-4gb-128gb-4g-lte.json index dc904d42ea46..44bfa45d7ff5 100644 --- a/data/tablet/huawei/2018/mediapad-m5-10/huawei-mediapad-m5-10-4gb-128gb-4g-lte.json +++ b/data/tablet/huawei/2018/mediapad-m5-10/huawei-mediapad-m5-10-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 64, 128 ], - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 258.7, + "width_mm": 171.8, + "depth_mm": 7.3 + } } diff --git a/data/tablet/huawei/2018/mediapad-m5-8/huawei-mediapad-m5-8-4gb-128gb-4g-lte.json b/data/tablet/huawei/2018/mediapad-m5-8/huawei-mediapad-m5-8-4gb-128gb-4g-lte.json index 642fca6fafb0..6389b3c3c0a2 100644 --- a/data/tablet/huawei/2018/mediapad-m5-8/huawei-mediapad-m5-8-4gb-128gb-4g-lte.json +++ b/data/tablet/huawei/2018/mediapad-m5-8/huawei-mediapad-m5-8-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 64, 128 ], - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 212.6, + "width_mm": 124.8, + "depth_mm": 7.3 + } } diff --git a/data/tablet/huawei/2018/mediapad-m5-lite/huawei-mediapad-m5-lite-4gb-64gb-4g-lte.json b/data/tablet/huawei/2018/mediapad-m5-lite/huawei-mediapad-m5-lite-4gb-64gb-4g-lte.json index 963593423949..097a959be589 100644 --- a/data/tablet/huawei/2018/mediapad-m5-lite/huawei-mediapad-m5-lite-4gb-64gb-4g-lte.json +++ b/data/tablet/huawei/2018/mediapad-m5-lite/huawei-mediapad-m5-lite-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "kirin-659", - "os_version": "8.0" + "os_version": "8.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 243.4, + "width_mm": 162.2, + "depth_mm": 7.7 + } } diff --git a/data/tablet/huawei/2018/mediapad-t5/huawei-mediapad-t5-4gb-64gb-4g-lte.json b/data/tablet/huawei/2018/mediapad-t5/huawei-mediapad-t5-4gb-64gb-4g-lte.json index fa53b9ab2581..80fa8174932a 100644 --- a/data/tablet/huawei/2018/mediapad-t5/huawei-mediapad-t5-4gb-64gb-4g-lte.json +++ b/data/tablet/huawei/2018/mediapad-t5/huawei-mediapad-t5-4gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "kirin-659", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 243.0, + "width_mm": 164.0, + "depth_mm": 7.8 + } } diff --git a/data/tablet/huawei/2019/mediapad-m5-lite-8/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte.json b/data/tablet/huawei/2019/mediapad-m5-lite-8/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte.json index b53518faa748..966c5bdba0c2 100644 --- a/data/tablet/huawei/2019/mediapad-m5-lite-8/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte.json +++ b/data/tablet/huawei/2019/mediapad-m5-lite-8/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "kirin-710", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 204.2, + "width_mm": 122.2, + "depth_mm": 8.2 + } } diff --git a/data/tablet/huawei/2019/mediapad-m6-10-8/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte.json b/data/tablet/huawei/2019/mediapad-m6-10-8/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte.json index 486b66e74c7b..26268a83b329 100644 --- a/data/tablet/huawei/2019/mediapad-m6-10-8/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte.json +++ b/data/tablet/huawei/2019/mediapad-m6-10-8/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte.json @@ -104,5 +104,10 @@ 256 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 257.0, + "width_mm": 170.0, + "depth_mm": 7.2 + } } diff --git a/data/tablet/huawei/2019/mediapad-m6-8-4/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte.json b/data/tablet/huawei/2019/mediapad-m6-8-4/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte.json index faa63edb9900..f08b54612209 100644 --- a/data/tablet/huawei/2019/mediapad-m6-8-4/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte.json +++ b/data/tablet/huawei/2019/mediapad-m6-8-4/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 206.4, + "width_mm": 125.2, + "depth_mm": 7.4 + } } diff --git a/data/tablet/huawei/2019/mediapad-m6-turbo-8-4/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte.json b/data/tablet/huawei/2019/mediapad-m6-turbo-8-4/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte.json index 67842bb43e86..de983997355f 100644 --- a/data/tablet/huawei/2019/mediapad-m6-turbo-8-4/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte.json +++ b/data/tablet/huawei/2019/mediapad-m6-turbo-8-4/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "kirin-980", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 206.4, + "width_mm": 125.2, + "depth_mm": 8.2 + } } diff --git a/data/tablet/huawei/2020/enjoy-tablet-2/huawei-enjoy-tablet-2-4gb-128gb-4g-lte.json b/data/tablet/huawei/2020/enjoy-tablet-2/huawei-enjoy-tablet-2-4gb-128gb-4g-lte.json index b14deeece6bc..b835a16d5a81 100644 --- a/data/tablet/huawei/2020/enjoy-tablet-2/huawei-enjoy-tablet-2-4gb-128gb-4g-lte.json +++ b/data/tablet/huawei/2020/enjoy-tablet-2/huawei-enjoy-tablet-2-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "kirin-710a", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + } } diff --git a/data/tablet/lenovo/2011/ideapad-k1/lenovo-ideapad-k1-1gb-32gb-3g.json b/data/tablet/lenovo/2011/ideapad-k1/lenovo-ideapad-k1-1gb-32gb-3g.json index 70076dbfd9bb..24d21ec68c77 100644 --- a/data/tablet/lenovo/2011/ideapad-k1/lenovo-ideapad-k1-1gb-32gb-3g.json +++ b/data/tablet/lenovo/2011/ideapad-k1/lenovo-ideapad-k1-1gb-32gb-3g.json @@ -100,5 +100,10 @@ 32 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.1" + "os_version": "3.1", + "dimensions": { + "height_mm": 264.0, + "width_mm": 189.0, + "depth_mm": 13.3 + } } diff --git a/data/tablet/lenovo/2013/yoga-tablet-10/lenovo-yoga-tablet-10-1gb-32gb-3g.json b/data/tablet/lenovo/2013/yoga-tablet-10/lenovo-yoga-tablet-10-1gb-32gb-3g.json index 29441e255ed3..3e05aae8b7ba 100644 --- a/data/tablet/lenovo/2013/yoga-tablet-10/lenovo-yoga-tablet-10-1gb-32gb-3g.json +++ b/data/tablet/lenovo/2013/yoga-tablet-10/lenovo-yoga-tablet-10-1gb-32gb-3g.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt8125", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 261.0, + "width_mm": 180.0, + "depth_mm": 8.1 + } } diff --git a/data/tablet/lenovo/2013/yoga-tablet-8/lenovo-yoga-tablet-8-1gb-32gb-3g.json b/data/tablet/lenovo/2013/yoga-tablet-8/lenovo-yoga-tablet-8-1gb-32gb-3g.json index 43b0c0f807af..cbf7d2e15d81 100644 --- a/data/tablet/lenovo/2013/yoga-tablet-8/lenovo-yoga-tablet-8-1gb-32gb-3g.json +++ b/data/tablet/lenovo/2013/yoga-tablet-8/lenovo-yoga-tablet-8-1gb-32gb-3g.json @@ -100,5 +100,10 @@ 32 ], "soc": "mediatek-mt8125", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 213.0, + "width_mm": 144.0, + "depth_mm": 7.3 + } } diff --git a/data/tablet/lenovo/2014/tab-s8/lenovo-tab-s8-2gb-16gb-4g-lte.json b/data/tablet/lenovo/2014/tab-s8/lenovo-tab-s8-2gb-16gb-4g-lte.json index 7fa9a6e53ac0..fa24ae73836e 100644 --- a/data/tablet/lenovo/2014/tab-s8/lenovo-tab-s8-2gb-16gb-4g-lte.json +++ b/data/tablet/lenovo/2014/tab-s8/lenovo-tab-s8-2gb-16gb-4g-lte.json @@ -106,5 +106,10 @@ 16 ], "soc": "intel-atom-z3745", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 209.8, + "width_mm": 123.8, + "depth_mm": 7.9 + } } diff --git a/data/tablet/lenovo/2014/yoga-tablet-10-hd/lenovo-yoga-tablet-10-hd-2gb-32gb-3g.json b/data/tablet/lenovo/2014/yoga-tablet-10-hd/lenovo-yoga-tablet-10-hd-2gb-32gb-3g.json index 86a598737acd..4435c204b317 100644 --- a/data/tablet/lenovo/2014/yoga-tablet-10-hd/lenovo-yoga-tablet-10-hd-2gb-32gb-3g.json +++ b/data/tablet/lenovo/2014/yoga-tablet-10-hd/lenovo-yoga-tablet-10-hd-2gb-32gb-3g.json @@ -99,5 +99,10 @@ 16, 32 ], - "os_version": "4.3" + "os_version": "4.3", + "dimensions": { + "height_mm": 261.0, + "width_mm": 180.0, + "depth_mm": 8.1 + } } diff --git a/data/tablet/lenovo/2014/yoga-tablet-2-10-1/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte.json b/data/tablet/lenovo/2014/yoga-tablet-2-10-1/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte.json index e9836bda144b..1607831365d7 100644 --- a/data/tablet/lenovo/2014/yoga-tablet-2-10-1/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte.json +++ b/data/tablet/lenovo/2014/yoga-tablet-2-10-1/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "intel-atom-z3745", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 255.0, + "width_mm": 183.0, + "depth_mm": 7.2 + } } diff --git a/data/tablet/lenovo/2014/yoga-tablet-2-8-0/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g.json b/data/tablet/lenovo/2014/yoga-tablet-2-8-0/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g.json index ca938f8f578c..32e62c62865b 100644 --- a/data/tablet/lenovo/2014/yoga-tablet-2-8-0/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g.json +++ b/data/tablet/lenovo/2014/yoga-tablet-2-8-0/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g.json @@ -100,5 +100,10 @@ 16 ], "soc": "intel-atom-z3745", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 210.0, + "width_mm": 149.0, + "depth_mm": 7.0 + } } diff --git a/data/tablet/lenovo/2014/yoga-tablet-2-pro/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte.json b/data/tablet/lenovo/2014/yoga-tablet-2-pro/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte.json index b6c758627fed..e6c6402e5b7d 100644 --- a/data/tablet/lenovo/2014/yoga-tablet-2-pro/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2014/yoga-tablet-2-pro/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "intel-atom-z3745", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 333.0, + "width_mm": 233.0, + "depth_mm": 12.6 + } } diff --git a/data/tablet/lenovo/2015/tab-2-a10-70/lenovo-tab-2-a10-70-2gb-16gb-4g-lte.json b/data/tablet/lenovo/2015/tab-2-a10-70/lenovo-tab-2-a10-70-2gb-16gb-4g-lte.json index 2e67aeabe3f1..3a34dd12e2a5 100644 --- a/data/tablet/lenovo/2015/tab-2-a10-70/lenovo-tab-2-a10-70-2gb-16gb-4g-lte.json +++ b/data/tablet/lenovo/2015/tab-2-a10-70/lenovo-tab-2-a10-70-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ "storage_options_gb": [ 16 ], - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 247.0, + "width_mm": 171.0, + "depth_mm": 8.9 + } } diff --git a/data/tablet/lenovo/2015/tab-2-a7-10/lenovo-tab-2-a7-10-1gb-16gb-2g.json b/data/tablet/lenovo/2015/tab-2-a7-10/lenovo-tab-2-a7-10-1gb-16gb-2g.json index 9d6a003a01b0..85ddd2593b21 100644 --- a/data/tablet/lenovo/2015/tab-2-a7-10/lenovo-tab-2-a7-10-1gb-16gb-2g.json +++ b/data/tablet/lenovo/2015/tab-2-a7-10/lenovo-tab-2-a7-10-1gb-16gb-2g.json @@ -98,5 +98,10 @@ 16 ], "soc": "mediatek-mt8127", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 189.0, + "width_mm": 105.0, + "depth_mm": 9.3 + } } diff --git a/data/tablet/lenovo/2015/tab-2-a7-20/lenovo-tab-2-a7-20-1gb-16gb-2g.json b/data/tablet/lenovo/2015/tab-2-a7-20/lenovo-tab-2-a7-20-1gb-16gb-2g.json index 27997c7e92e4..605a252d9e78 100644 --- a/data/tablet/lenovo/2015/tab-2-a7-20/lenovo-tab-2-a7-20-1gb-16gb-2g.json +++ b/data/tablet/lenovo/2015/tab-2-a7-20/lenovo-tab-2-a7-20-1gb-16gb-2g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt8127", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 189.0, + "width_mm": 105.0, + "depth_mm": 9.3 + } } diff --git a/data/tablet/lenovo/2015/tab-2-a7-30/lenovo-tab-2-a7-30-1gb-16gb-3g.json b/data/tablet/lenovo/2015/tab-2-a7-30/lenovo-tab-2-a7-30-1gb-16gb-3g.json index 61e461bf930e..c3edf3e7e650 100644 --- a/data/tablet/lenovo/2015/tab-2-a7-30/lenovo-tab-2-a7-30-1gb-16gb-3g.json +++ b/data/tablet/lenovo/2015/tab-2-a7-30/lenovo-tab-2-a7-30-1gb-16gb-3g.json @@ -101,5 +101,10 @@ 16 ], "soc": "mediatek-mt8382m", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 191.0, + "width_mm": 105.0, + "depth_mm": 8.9 + } } diff --git a/data/tablet/lenovo/2015/tab-2-a8-50/lenovo-tab-2-a8-50-1gb-16gb-4g-lte.json b/data/tablet/lenovo/2015/tab-2-a8-50/lenovo-tab-2-a8-50-1gb-16gb-4g-lte.json index eb6041064411..afbfd9b32f27 100644 --- a/data/tablet/lenovo/2015/tab-2-a8-50/lenovo-tab-2-a8-50-1gb-16gb-4g-lte.json +++ b/data/tablet/lenovo/2015/tab-2-a8-50/lenovo-tab-2-a8-50-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 8, 16 ], - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 210.0, + "width_mm": 125.0, + "depth_mm": 8.9 + } } diff --git a/data/tablet/lenovo/2015/yoga-tab-3-8-0/lenovo-yoga-tab-3-8-0-1gb-16gb-2g.json b/data/tablet/lenovo/2015/yoga-tab-3-8-0/lenovo-yoga-tab-3-8-0-1gb-16gb-2g.json index e6fae9d92e2f..f913dabe445f 100644 --- a/data/tablet/lenovo/2015/yoga-tab-3-8-0/lenovo-yoga-tab-3-8-0-1gb-16gb-2g.json +++ b/data/tablet/lenovo/2015/yoga-tab-3-8-0/lenovo-yoga-tab-3-8-0-1gb-16gb-2g.json @@ -97,5 +97,10 @@ 16 ], "soc": "qualcomm-msm8909-snapdragon-210", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 209.8, + "width_mm": 145.8, + "depth_mm": 7.0 + } } 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 b2db07718cbe..8ba04d72517e 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 @@ -101,5 +101,11 @@ 64 ], "soc": "intel-r-atom-x5-z8500", - "os_version": "6.0" + "os_version": "6.0", + "charging_wired_w": 24.0, + "dimensions": { + "height_mm": 246.9, + "width_mm": 179.1, + "depth_mm": 4.7 + } } diff --git a/data/tablet/lenovo/2016/yoga-tab-3-10/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte.json b/data/tablet/lenovo/2016/yoga-tab-3-10/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte.json index 4463518a5469..df1a3639f8b7 100644 --- a/data/tablet/lenovo/2016/yoga-tab-3-10/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte.json +++ b/data/tablet/lenovo/2016/yoga-tab-3-10/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ "storage_options_gb": [ 16 ], - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 253.0, + "width_mm": 185.0, + "depth_mm": 9.5 + } } diff --git a/data/tablet/lenovo/2016/yoga-tab-3-plus/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte.json b/data/tablet/lenovo/2016/yoga-tab-3-plus/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte.json index 32c5c4f3a619..dab331cd0e89 100644 --- a/data/tablet/lenovo/2016/yoga-tab-3-plus/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2016/yoga-tab-3-plus/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte.json @@ -102,5 +102,6 @@ "storage_options_gb": [ 32 ], - "os_version": "6.0.1" + "os_version": "6.0.1", + "charging_wired_w": 18.0 } diff --git a/data/tablet/lenovo/2017/moto-tab/lenovo-moto-tab-2gb-32gb-4g-lte.json b/data/tablet/lenovo/2017/moto-tab/lenovo-moto-tab-2gb-32gb-4g-lte.json index 87d7c59ce3f5..c89f8c78ed94 100644 --- a/data/tablet/lenovo/2017/moto-tab/lenovo-moto-tab-2gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2017/moto-tab/lenovo-moto-tab-2gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ 32 ], "soc": "qualcomm-msm8953-snapdragon-625", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 247.0, + "width_mm": 175.0, + "depth_mm": 7.6 + } } diff --git a/data/tablet/lenovo/2017/tab-4-10-plus/lenovo-tab-4-10-plus-4gb-64gb-4g-lte.json b/data/tablet/lenovo/2017/tab-4-10-plus/lenovo-tab-4-10-plus-4gb-64gb-4g-lte.json index f9ee1e95a381..765c04192ed6 100644 --- a/data/tablet/lenovo/2017/tab-4-10-plus/lenovo-tab-4-10-plus-4gb-64gb-4g-lte.json +++ b/data/tablet/lenovo/2017/tab-4-10-plus/lenovo-tab-4-10-plus-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 16, 64 ], - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 247.0, + "width_mm": 173.0, + "depth_mm": 7.0 + } } diff --git a/data/tablet/lenovo/2017/tab-4-10/lenovo-tab-4-10-2gb-32gb-4g-lte.json b/data/tablet/lenovo/2017/tab-4-10/lenovo-tab-4-10-2gb-32gb-4g-lte.json index cc388cf77d0c..2d6a8c45579a 100644 --- a/data/tablet/lenovo/2017/tab-4-10/lenovo-tab-4-10-2gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2017/tab-4-10/lenovo-tab-4-10-2gb-32gb-4g-lte.json @@ -103,5 +103,11 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1" + "os_version": "7.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 247.0, + "width_mm": 171.0, + "depth_mm": 8.3 + } } diff --git a/data/tablet/lenovo/2017/tab-4-8-plus/lenovo-tab-4-8-plus-4gb-64gb-4g-lte.json b/data/tablet/lenovo/2017/tab-4-8-plus/lenovo-tab-4-8-plus-4gb-64gb-4g-lte.json index 7cd3ede541d2..b25a6b49680e 100644 --- a/data/tablet/lenovo/2017/tab-4-8-plus/lenovo-tab-4-8-plus-4gb-64gb-4g-lte.json +++ b/data/tablet/lenovo/2017/tab-4-8-plus/lenovo-tab-4-8-plus-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 16, 64 ], - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 210.0, + "width_mm": 123.0, + "depth_mm": 7.0 + } } diff --git a/data/tablet/lenovo/2017/tab-4-8/lenovo-tab-4-8-2gb-32gb-4g-lte.json b/data/tablet/lenovo/2017/tab-4-8/lenovo-tab-4-8-2gb-32gb-4g-lte.json index 76ecd02c0296..04d5c4e6dd31 100644 --- a/data/tablet/lenovo/2017/tab-4-8/lenovo-tab-4-8-2gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2017/tab-4-8/lenovo-tab-4-8-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 211.0, + "width_mm": 124.0, + "depth_mm": 8.2 + } } diff --git a/data/tablet/lenovo/2017/tab-7-essential/lenovo-tab-7-essential-2gb-16gb-4g-lte.json b/data/tablet/lenovo/2017/tab-7-essential/lenovo-tab-7-essential-2gb-16gb-4g-lte.json index aa64ad9331d6..6aa1fb00ab26 100644 --- a/data/tablet/lenovo/2017/tab-7-essential/lenovo-tab-7-essential-2gb-16gb-4g-lte.json +++ b/data/tablet/lenovo/2017/tab-7-essential/lenovo-tab-7-essential-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 8, 16 ], - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 194.8, + "width_mm": 102.0, + "depth_mm": 8.8 + } } diff --git a/data/tablet/lenovo/2017/tab-7/lenovo-tab-7-2gb-16gb-4g-lte.json b/data/tablet/lenovo/2017/tab-7/lenovo-tab-7-2gb-16gb-4g-lte.json index 95773341eaaa..c51510a99424 100644 --- a/data/tablet/lenovo/2017/tab-7/lenovo-tab-7-2gb-16gb-4g-lte.json +++ b/data/tablet/lenovo/2017/tab-7/lenovo-tab-7-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "mediatek-mt8161", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 193.0, + "width_mm": 98.7, + "depth_mm": 8.4 + } } diff --git a/data/tablet/lenovo/2019/tab-m7/lenovo-tab-m7-2gb-32gb-4g-lte.json b/data/tablet/lenovo/2019/tab-m7/lenovo-tab-m7-2gb-32gb-4g-lte.json index a84020794038..2022f1ea456c 100644 --- a/data/tablet/lenovo/2019/tab-m7/lenovo-tab-m7-2gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2019/tab-m7/lenovo-tab-m7-2gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 16, 32 ], - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 176.3, + "width_mm": 102.9, + "depth_mm": 8.3 + } } diff --git a/data/tablet/lenovo/2019/tab-m8-fhd/lenovo-tab-m8-fhd-3gb-32gb-4g-lte.json b/data/tablet/lenovo/2019/tab-m8-fhd/lenovo-tab-m8-fhd-3gb-32gb-4g-lte.json index 04ab210e9fc5..ec5046e71cc0 100644 --- a/data/tablet/lenovo/2019/tab-m8-fhd/lenovo-tab-m8-fhd-3gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2019/tab-m8-fhd/lenovo-tab-m8-fhd-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6762-helio-p22t", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 198.2, + "width_mm": 122.6, + "depth_mm": 8.2 + } } diff --git a/data/tablet/lenovo/2019/tab-m8-hd/lenovo-tab-m8-hd-3gb-32gb-4g-lte.json b/data/tablet/lenovo/2019/tab-m8-hd/lenovo-tab-m8-hd-3gb-32gb-4g-lte.json index eb8b048993b8..c1673220c364 100644 --- a/data/tablet/lenovo/2019/tab-m8-hd/lenovo-tab-m8-hd-3gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2019/tab-m8-hd/lenovo-tab-m8-hd-3gb-32gb-4g-lte.json @@ -103,5 +103,10 @@ 32 ], "soc": "mediatek-mt6761-helio-a22", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 199.1, + "width_mm": 121.8, + "depth_mm": 8.2 + } } diff --git a/data/tablet/lenovo/2019/tab-v7/lenovo-tab-v7-4gb-64gb-4g-lte.json b/data/tablet/lenovo/2019/tab-v7/lenovo-tab-v7-4gb-64gb-4g-lte.json index 5d7b4d20f0c9..da70632e25c9 100644 --- a/data/tablet/lenovo/2019/tab-v7/lenovo-tab-v7-4gb-64gb-4g-lte.json +++ b/data/tablet/lenovo/2019/tab-v7/lenovo-tab-v7-4gb-64gb-4g-lte.json @@ -101,5 +101,10 @@ 64 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 177.9, + "width_mm": 86.5, + "depth_mm": 7.9 + } } diff --git a/data/tablet/lenovo/2019/yoga-smart-tab/lenovo-yoga-smart-tab-4gb-64gb-4g-lte.json b/data/tablet/lenovo/2019/yoga-smart-tab/lenovo-yoga-smart-tab-4gb-64gb-4g-lte.json index f261e78249a3..e8d51012a9ff 100644 --- a/data/tablet/lenovo/2019/yoga-smart-tab/lenovo-yoga-smart-tab-4gb-64gb-4g-lte.json +++ b/data/tablet/lenovo/2019/yoga-smart-tab/lenovo-yoga-smart-tab-4gb-64gb-4g-lte.json @@ -102,5 +102,6 @@ 64 ], "soc": "qualcomm-sdm439-snapdragon-439", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 10.0 } diff --git a/data/tablet/lenovo/2020/tab-m10-hd-gen-2/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte.json b/data/tablet/lenovo/2020/tab-m10-hd-gen-2/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte.json index d14eef58aaad..4def27ae506d 100644 --- a/data/tablet/lenovo/2020/tab-m10-hd-gen-2/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte.json +++ b/data/tablet/lenovo/2020/tab-m10-hd-gen-2/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 64 ], "soc": "mediatek-mt6762-helio-p22t", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 241.5, + "width_mm": 149.4, + "depth_mm": 8.3 + } } diff --git a/data/tablet/lenovo/2020/tab-p11-pro/lenovo-tab-p11-pro-6gb-128gb-4g-lte.json b/data/tablet/lenovo/2020/tab-p11-pro/lenovo-tab-p11-pro-6gb-128gb-4g-lte.json index 65de484fa796..7e5adec46434 100644 --- a/data/tablet/lenovo/2020/tab-p11-pro/lenovo-tab-p11-pro-6gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2020/tab-p11-pro/lenovo-tab-p11-pro-6gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 128 ], "soc": "qualcomm-sdm730-snapdragon-730g", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 264.3, + "width_mm": 171.4, + "depth_mm": 6.9 + } } diff --git a/data/tablet/lenovo/2021/pad-plus/lenovo-pad-plus-6gb-128gb-4g-lte.json b/data/tablet/lenovo/2021/pad-plus/lenovo-pad-plus-6gb-128gb-4g-lte.json index 64a89540a893..446edc1fe4ba 100644 --- a/data/tablet/lenovo/2021/pad-plus/lenovo-pad-plus-6gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2021/pad-plus/lenovo-pad-plus-6gb-128gb-4g-lte.json @@ -103,5 +103,10 @@ "storage_options_gb": [ 128 ], - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.9 + } } diff --git a/data/tablet/lenovo/2021/pad-pro/lenovo-pad-pro-6gb-128gb-4g-lte.json b/data/tablet/lenovo/2021/pad-pro/lenovo-pad-pro-6gb-128gb-4g-lte.json index d7fc1e3c7a4c..c68f645b8d24 100644 --- a/data/tablet/lenovo/2021/pad-pro/lenovo-pad-pro-6gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2021/pad-pro/lenovo-pad-pro-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ "storage_options_gb": [ 128 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 264.3, + "width_mm": 171.4, + "depth_mm": 5.8 + } } diff --git a/data/tablet/lenovo/2021/pad/lenovo-pad-6gb-128gb-4g-lte.json b/data/tablet/lenovo/2021/pad/lenovo-pad-6gb-128gb-4g-lte.json index 2a1126d05eea..ae16c3b13fca 100644 --- a/data/tablet/lenovo/2021/pad/lenovo-pad-6gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2021/pad/lenovo-pad-6gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 64, 128 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.5 + } } diff --git a/data/tablet/lenovo/2021/tab-k10/lenovo-tab-k10-4gb-128gb-4g-lte.json b/data/tablet/lenovo/2021/tab-k10/lenovo-tab-k10-4gb-128gb-4g-lte.json index 9cda9c47dabc..aadb07a2123a 100644 --- a/data/tablet/lenovo/2021/tab-k10/lenovo-tab-k10-4gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2021/tab-k10/lenovo-tab-k10-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22t", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 244.0, + "width_mm": 153.0, + "depth_mm": 8.2 + } } diff --git a/data/tablet/lenovo/2021/tab-m7-3rd-gen/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte.json b/data/tablet/lenovo/2021/tab-m7-3rd-gen/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte.json index 82d6ad273b9c..5e8e835a2fce 100644 --- a/data/tablet/lenovo/2021/tab-m7-3rd-gen/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2021/tab-m7-3rd-gen/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte.json @@ -100,5 +100,10 @@ "storage_options_gb": [ 32 ], - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 176.2, + "width_mm": 102.3, + "depth_mm": 8.3 + } } diff --git a/data/tablet/lenovo/2021/tab-m8-3rd-gen/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte.json b/data/tablet/lenovo/2021/tab-m8-3rd-gen/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte.json index 1fe807042bed..c779018d8925 100644 --- a/data/tablet/lenovo/2021/tab-m8-3rd-gen/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte.json +++ b/data/tablet/lenovo/2021/tab-m8-3rd-gen/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte.json @@ -99,5 +99,10 @@ "storage_options_gb": [ 32 ], - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 199.1, + "width_mm": 121.8, + "depth_mm": 8.2 + } } diff --git a/data/tablet/lenovo/2021/tab-p11-5g/lenovo-tab-p11-5g-8gb-256gb-5g.json b/data/tablet/lenovo/2021/tab-p11-5g/lenovo-tab-p11-5g-8gb-256gb-5g.json index cab8b47c5a12..3821662c0c33 100644 --- a/data/tablet/lenovo/2021/tab-p11-5g/lenovo-tab-p11-5g-8gb-256gb-5g.json +++ b/data/tablet/lenovo/2021/tab-p11-5g/lenovo-tab-p11-5g-8gb-256gb-5g.json @@ -103,5 +103,11 @@ 128, 256 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 258.0, + "width_mm": 163.0, + "depth_mm": 7.9 + } } diff --git a/data/tablet/lenovo/2021/tab-p11-plus/lenovo-tab-p11-plus-6gb-128gb-4g-lte.json b/data/tablet/lenovo/2021/tab-p11-plus/lenovo-tab-p11-plus-6gb-128gb-4g-lte.json index b0cadc73fcf1..e256821d764c 100644 --- a/data/tablet/lenovo/2021/tab-p11-plus/lenovo-tab-p11-plus-6gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2021/tab-p11-plus/lenovo-tab-p11-plus-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.5 + } } diff --git a/data/tablet/lenovo/2021/tab-p11/lenovo-tab-p11-6gb-128gb-4g-lte.json b/data/tablet/lenovo/2021/tab-p11/lenovo-tab-p11-6gb-128gb-4g-lte.json index 99b50984c7f6..a0c5c240a558 100644 --- a/data/tablet/lenovo/2021/tab-p11/lenovo-tab-p11-6gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2021/tab-p11/lenovo-tab-p11-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 64, 128 ], - "os_version": "10" + "os_version": "10", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.5 + } } diff --git a/data/tablet/lenovo/2021/tab-p12-pro/lenovo-tab-p12-pro-8gb-256gb-5g.json b/data/tablet/lenovo/2021/tab-p12-pro/lenovo-tab-p12-pro-8gb-256gb-5g.json index 790eb6b16c7e..f89be8de41fc 100644 --- a/data/tablet/lenovo/2021/tab-p12-pro/lenovo-tab-p12-pro-8gb-256gb-5g.json +++ b/data/tablet/lenovo/2021/tab-p12-pro/lenovo-tab-p12-pro-8gb-256gb-5g.json @@ -103,5 +103,11 @@ 128, 256 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 285.6, + "width_mm": 184.5, + "depth_mm": 5.6 + } } diff --git a/data/tablet/lenovo/2021/yoga-tab-11/lenovo-yoga-tab-11-8gb-256gb-4g-lte.json b/data/tablet/lenovo/2021/yoga-tab-11/lenovo-yoga-tab-11-8gb-256gb-4g-lte.json index 0a1482a4229c..414ed03930b1 100644 --- a/data/tablet/lenovo/2021/yoga-tab-11/lenovo-yoga-tab-11-8gb-256gb-4g-lte.json +++ b/data/tablet/lenovo/2021/yoga-tab-11/lenovo-yoga-tab-11-8gb-256gb-4g-lte.json @@ -103,5 +103,6 @@ 256 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 20.0 } diff --git a/data/tablet/lenovo/2022/pad-pro-2022/lenovo-pad-pro-2022-8gb-128gb-4g-lte.json b/data/tablet/lenovo/2022/pad-pro-2022/lenovo-pad-pro-2022-8gb-128gb-4g-lte.json index c09af55af52b..743b8ada4f71 100644 --- a/data/tablet/lenovo/2022/pad-pro-2022/lenovo-pad-pro-2022-8gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2022/pad-pro-2022/lenovo-pad-pro-2022-8gb-128gb-4g-lte.json @@ -103,5 +103,6 @@ "storage_options_gb": [ 128 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 30.0 } diff --git a/data/tablet/lenovo/2022/tab-m10-gen-3/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte.json b/data/tablet/lenovo/2022/tab-m10-gen-3/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte.json index 81ce48c260ea..9439129fd2a9 100644 --- a/data/tablet/lenovo/2022/tab-m10-gen-3/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte.json +++ b/data/tablet/lenovo/2022/tab-m10-gen-3/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 32, 64 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 239.8, + "width_mm": 158.6, + "depth_mm": 8.5 + } } diff --git a/data/tablet/lenovo/2022/tab-m10-plus-3rd-gen/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte.json b/data/tablet/lenovo/2022/tab-m10-plus-3rd-gen/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte.json index ec019934d97a..73b3f10b7df6 100644 --- a/data/tablet/lenovo/2022/tab-m10-plus-3rd-gen/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2022/tab-m10-plus-3rd-gen/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte.json @@ -101,5 +101,11 @@ 64, 128 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 251.2, + "width_mm": 158.8, + "depth_mm": 7.5 + } } diff --git a/data/tablet/lenovo/2022/tab-m9/lenovo-tab-m9-4gb-128gb-4g-lte.json b/data/tablet/lenovo/2022/tab-m9/lenovo-tab-m9-4gb-128gb-4g-lte.json index e6e2a20dc4b0..de11b7665260 100644 --- a/data/tablet/lenovo/2022/tab-m9/lenovo-tab-m9-4gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2022/tab-m9/lenovo-tab-m9-4gb-128gb-4g-lte.json @@ -102,5 +102,11 @@ 64, 128 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 215.4, + "width_mm": 136.8, + "depth_mm": 8.0 + } } diff --git a/data/tablet/lenovo/2022/tab-p11-gen-2/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte.json b/data/tablet/lenovo/2022/tab-p11-gen-2/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte.json index ec14949b91b4..ee2cc69fe2f4 100644 --- a/data/tablet/lenovo/2022/tab-p11-gen-2/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2022/tab-p11-gen-2/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte.json @@ -102,5 +102,10 @@ 128 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 269.1, + "width_mm": 169.4, + "depth_mm": 7.4 + } } diff --git a/data/tablet/lenovo/2022/tab-p11-pro-gen-2/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte.json b/data/tablet/lenovo/2022/tab-p11-pro-gen-2/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte.json index 6a5f1b027384..187d18c6d8dd 100644 --- a/data/tablet/lenovo/2022/tab-p11-pro-gen-2/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte.json +++ b/data/tablet/lenovo/2022/tab-p11-pro-gen-2/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte.json @@ -107,5 +107,11 @@ 128, 256 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 263.7, + "width_mm": 166.7, + "depth_mm": 6.8 + } } diff --git a/data/tablet/lenovo/2023/tab-extreme/lenovo-tab-extreme-12gb-256gb-4g-lte.json b/data/tablet/lenovo/2023/tab-extreme/lenovo-tab-extreme-12gb-256gb-4g-lte.json index 1147a010618f..6d2b5bba10a9 100644 --- a/data/tablet/lenovo/2023/tab-extreme/lenovo-tab-extreme-12gb-256gb-4g-lte.json +++ b/data/tablet/lenovo/2023/tab-extreme/lenovo-tab-extreme-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 68.0, + "dimensions": { + "height_mm": 327.8, + "width_mm": 210.8, + "depth_mm": 5.9 + } } diff --git a/data/tablet/lenovo/2023/tab-m10/lenovo-tab-m10-6gb-128gb-5g.json b/data/tablet/lenovo/2023/tab-m10/lenovo-tab-m10-6gb-128gb-5g.json index 63a41d6f12f9..a30eedce05e6 100644 --- a/data/tablet/lenovo/2023/tab-m10/lenovo-tab-m10-6gb-128gb-5g.json +++ b/data/tablet/lenovo/2023/tab-m10/lenovo-tab-m10-6gb-128gb-5g.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 128 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 160.3, + "width_mm": 252.7, + "depth_mm": 8.3 + } } diff --git a/data/tablet/lenovo/2023/tab-m8-4th-gen/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte.json b/data/tablet/lenovo/2023/tab-m8-4th-gen/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte.json index eff2299f66d0..46bd06dfc4d2 100644 --- a/data/tablet/lenovo/2023/tab-m8-4th-gen/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte.json +++ b/data/tablet/lenovo/2023/tab-m8-4th-gen/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ 32, 64 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 197.8, + "width_mm": 119.8, + "depth_mm": 9.0 + } } diff --git a/data/tablet/lenovo/2023/tab-p12/lenovo-tab-p12-8gb-256gb-4g-lte.json b/data/tablet/lenovo/2023/tab-p12/lenovo-tab-p12-8gb-256gb-4g-lte.json index c814f57d65be..31c08539f146 100644 --- a/data/tablet/lenovo/2023/tab-p12/lenovo-tab-p12-8gb-256gb-4g-lte.json +++ b/data/tablet/lenovo/2023/tab-p12/lenovo-tab-p12-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 128, 256 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 30.0, + "dimensions": { + "height_mm": 293.3, + "width_mm": 190.7, + "depth_mm": 6.9 + } } diff --git a/data/tablet/lenovo/2024/legion-tab/lenovo-legion-tab-12gb-256gb-4g-lte.json b/data/tablet/lenovo/2024/legion-tab/lenovo-legion-tab-12gb-256gb-4g-lte.json index 8a1bf6b2c448..b3aca77cd391 100644 --- a/data/tablet/lenovo/2024/legion-tab/lenovo-legion-tab-12gb-256gb-4g-lte.json +++ b/data/tablet/lenovo/2024/legion-tab/lenovo-legion-tab-12gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ "storage_options_gb": [ 256 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 208.5, + "width_mm": 129.5, + "depth_mm": 7.6 + } } diff --git a/data/tablet/lenovo/2024/tab-k11-plus/lenovo-tab-k11-plus-8gb-256gb-4g-lte.json b/data/tablet/lenovo/2024/tab-k11-plus/lenovo-tab-k11-plus-8gb-256gb-4g-lte.json index c641b5b676d0..511f5d338ed0 100644 --- a/data/tablet/lenovo/2024/tab-k11-plus/lenovo-tab-k11-plus-8gb-256gb-4g-lte.json +++ b/data/tablet/lenovo/2024/tab-k11-plus/lenovo-tab-k11-plus-8gb-256gb-4g-lte.json @@ -105,5 +105,11 @@ 128, 256 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 169.0, + "width_mm": 268.7, + "depth_mm": 7.2 + } } diff --git a/data/tablet/lenovo/2024/tab-m11/lenovo-tab-m11-8gb-128gb-4g-lte.json b/data/tablet/lenovo/2024/tab-m11/lenovo-tab-m11-8gb-128gb-4g-lte.json index f1bc8f3bfb7c..b96b713edfe2 100644 --- a/data/tablet/lenovo/2024/tab-m11/lenovo-tab-m11-8gb-128gb-4g-lte.json +++ b/data/tablet/lenovo/2024/tab-m11/lenovo-tab-m11-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 64, 128 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 166.3, + "width_mm": 255.3, + "depth_mm": 7.2 + } } diff --git a/data/tablet/lenovo/2024/tab-plus/lenovo-tab-plus-8gb-256gb-4g-lte.json b/data/tablet/lenovo/2024/tab-plus/lenovo-tab-plus-8gb-256gb-4g-lte.json index dc66ee6fca8a..06365790f03e 100644 --- a/data/tablet/lenovo/2024/tab-plus/lenovo-tab-plus-8gb-256gb-4g-lte.json +++ b/data/tablet/lenovo/2024/tab-plus/lenovo-tab-plus-8gb-256gb-4g-lte.json @@ -103,5 +103,6 @@ 256 ], "soc": "helio-g99", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0 } diff --git a/data/tablet/lg/2013/g-pad-8-3/lg-g-pad-8-3-2gb-16gb-2g.json b/data/tablet/lg/2013/g-pad-8-3/lg-g-pad-8-3-2gb-16gb-2g.json index 796dae4b3e30..efbaaa74140f 100644 --- a/data/tablet/lg/2013/g-pad-8-3/lg-g-pad-8-3-2gb-16gb-2g.json +++ b/data/tablet/lg/2013/g-pad-8-3/lg-g-pad-8-3-2gb-16gb-2g.json @@ -111,5 +111,10 @@ 16 ], "soc": "qualcomm-apq8064-pro-snapdragon-600", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 216.8, + "width_mm": 126.5, + "depth_mm": 8.3 + } } diff --git a/data/tablet/lg/2014/g-pad-10-1-lte/lg-g-pad-10-1-lte-1gb-16gb-4g-lte.json b/data/tablet/lg/2014/g-pad-10-1-lte/lg-g-pad-10-1-lte-1gb-16gb-4g-lte.json index cddea3edf906..6586ad9147b1 100644 --- a/data/tablet/lg/2014/g-pad-10-1-lte/lg-g-pad-10-1-lte-1gb-16gb-4g-lte.json +++ b/data/tablet/lg/2014/g-pad-10-1-lte/lg-g-pad-10-1-lte-1gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ "storage_options_gb": [ 16 ], - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 260.9, + "width_mm": 165.9, + "depth_mm": 8.9 + } } diff --git a/data/tablet/lg/2014/g-pad-10-1/lg-g-pad-10-1-1gb-16gb-2g.json b/data/tablet/lg/2014/g-pad-10-1/lg-g-pad-10-1-1gb-16gb-2g.json index 7416d6f6e6fe..a06e5ddda450 100644 --- a/data/tablet/lg/2014/g-pad-10-1/lg-g-pad-10-1-1gb-16gb-2g.json +++ b/data/tablet/lg/2014/g-pad-10-1/lg-g-pad-10-1-1gb-16gb-2g.json @@ -108,5 +108,10 @@ 16 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 260.9, + "width_mm": 165.9, + "depth_mm": 8.9 + } } diff --git a/data/tablet/lg/2014/g-pad-7-0-lte/lg-g-pad-7-0-lte-1gb-16gb-4g-lte.json b/data/tablet/lg/2014/g-pad-7-0-lte/lg-g-pad-7-0-lte-1gb-16gb-4g-lte.json index a7b3ec32dfc5..1999a585a0ea 100644 --- a/data/tablet/lg/2014/g-pad-7-0-lte/lg-g-pad-7-0-lte-1gb-16gb-4g-lte.json +++ b/data/tablet/lg/2014/g-pad-7-0-lte/lg-g-pad-7-0-lte-1gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 189.2, + "width_mm": 113.8, + "depth_mm": 10.2 + } } diff --git a/data/tablet/lg/2014/g-pad-7-0/lg-g-pad-7-0-1gb-8gb-2g.json b/data/tablet/lg/2014/g-pad-7-0/lg-g-pad-7-0-1gb-8gb-2g.json index 0b0ee4e77900..f7504c3da176 100644 --- a/data/tablet/lg/2014/g-pad-7-0/lg-g-pad-7-0-1gb-8gb-2g.json +++ b/data/tablet/lg/2014/g-pad-7-0/lg-g-pad-7-0-1gb-8gb-2g.json @@ -107,5 +107,10 @@ 8 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 189.3, + "width_mm": 113.8, + "depth_mm": 10.1 + } } diff --git a/data/tablet/lg/2014/g-pad-8-0-lte/lg-g-pad-8-0-lte-1gb-32gb-4g-lte.json b/data/tablet/lg/2014/g-pad-8-0-lte/lg-g-pad-8-0-lte-1gb-32gb-4g-lte.json index 56df4ff57477..61ee5e651ad1 100644 --- a/data/tablet/lg/2014/g-pad-8-0-lte/lg-g-pad-8-0-lte-1gb-32gb-4g-lte.json +++ b/data/tablet/lg/2014/g-pad-8-0-lte/lg-g-pad-8-0-lte-1gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 210.8, + "width_mm": 124.2, + "depth_mm": 10.0 + } } diff --git a/data/tablet/lg/2014/g-pad-8-0/lg-g-pad-8-0-1gb-16gb-2g.json b/data/tablet/lg/2014/g-pad-8-0/lg-g-pad-8-0-1gb-16gb-2g.json index 344c3ac437db..264d46374202 100644 --- a/data/tablet/lg/2014/g-pad-8-0/lg-g-pad-8-0-1gb-16gb-2g.json +++ b/data/tablet/lg/2014/g-pad-8-0/lg-g-pad-8-0-1gb-16gb-2g.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8226-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 210.8, + "width_mm": 124.2, + "depth_mm": 9.9 + } } diff --git a/data/tablet/lg/2014/g-pad-8-3-lte/lg-g-pad-8-3-lte-2gb-16gb-4g-lte.json b/data/tablet/lg/2014/g-pad-8-3-lte/lg-g-pad-8-3-lte-2gb-16gb-4g-lte.json index 4f01dc169c67..0218dd6731d4 100644 --- a/data/tablet/lg/2014/g-pad-8-3-lte/lg-g-pad-8-3-lte-2gb-16gb-4g-lte.json +++ b/data/tablet/lg/2014/g-pad-8-3-lte/lg-g-pad-8-3-lte-2gb-16gb-4g-lte.json @@ -107,5 +107,10 @@ 16 ], "soc": "qualcomm-apq8064-pro-snapdragon-600", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 216.9, + "width_mm": 126.5, + "depth_mm": 8.9 + } } diff --git a/data/tablet/lg/2015/g-pad-ii-10-1/lg-g-pad-ii-10-1-2gb-16gb-4g-lte.json b/data/tablet/lg/2015/g-pad-ii-10-1/lg-g-pad-ii-10-1-2gb-16gb-4g-lte.json index 8543fb5b8b64..4604b693893d 100644 --- a/data/tablet/lg/2015/g-pad-ii-10-1/lg-g-pad-ii-10-1-2gb-16gb-4g-lte.json +++ b/data/tablet/lg/2015/g-pad-ii-10-1/lg-g-pad-ii-10-1-2gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-snapdragon-800", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 254.3, + "width_mm": 161.1, + "depth_mm": 7.8 + } } diff --git a/data/tablet/lg/2015/g-pad-ii-8-0-lte/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte.json b/data/tablet/lg/2015/g-pad-ii-8-0-lte/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte.json index 43373aa6f614..ad5a8207d3f6 100644 --- a/data/tablet/lg/2015/g-pad-ii-8-0-lte/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte.json +++ b/data/tablet/lg/2015/g-pad-ii-8-0-lte/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "qualcomm-msm8926-snapdragon-400", - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 210.8, + "width_mm": 124.2, + "depth_mm": 9.0 + } } diff --git a/data/tablet/lg/2015/g-pad-ii-8-3-lte/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte.json b/data/tablet/lg/2015/g-pad-ii-8-3-lte/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte.json index f8e52de8fc94..b38b48ea29e0 100644 --- a/data/tablet/lg/2015/g-pad-ii-8-3-lte/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte.json +++ b/data/tablet/lg/2015/g-pad-ii-8-3-lte/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte.json @@ -102,5 +102,10 @@ 16 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 216.8, + "width_mm": 126.5, + "depth_mm": 8.8 + } } diff --git a/data/tablet/lg/2016/g-pad-iii-10-1-fhd/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte.json b/data/tablet/lg/2016/g-pad-iii-10-1-fhd/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte.json index 800caef1349a..e04b3f3f9f69 100644 --- a/data/tablet/lg/2016/g-pad-iii-10-1-fhd/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte.json +++ b/data/tablet/lg/2016/g-pad-iii-10-1-fhd/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8952-snapdragon-617", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 256.2, + "width_mm": 167.9, + "depth_mm": 6.7 + } } diff --git a/data/tablet/lg/2016/g-pad-x-8-0/lg-g-pad-x-8-0-2gb-32gb-4g-lte.json b/data/tablet/lg/2016/g-pad-x-8-0/lg-g-pad-x-8-0-2gb-32gb-4g-lte.json index 0e98358ac2ab..f48ef66c9421 100644 --- a/data/tablet/lg/2016/g-pad-x-8-0/lg-g-pad-x-8-0-2gb-32gb-4g-lte.json +++ b/data/tablet/lg/2016/g-pad-x-8-0/lg-g-pad-x-8-0-2gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "qualcomm-msm8939-snapdragon-615", - "os_version": "6.0.1" + "os_version": "6.0.1", + "dimensions": { + "height_mm": 210.8, + "width_mm": 121.9, + "depth_mm": 7.9 + } } diff --git a/data/tablet/lg/2017/g-pad-iv-8-0-fhd/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte.json b/data/tablet/lg/2017/g-pad-iv-8-0-fhd/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte.json index c92146fced11..7fea8cce4a75 100644 --- a/data/tablet/lg/2017/g-pad-iv-8-0-fhd/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte.json +++ b/data/tablet/lg/2017/g-pad-iv-8-0-fhd/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8940-snapdragon-435", - "os_version": "7.0" + "os_version": "7.0", + "dimensions": { + "height_mm": 216.2, + "width_mm": 127.0, + "depth_mm": 6.9 + } } diff --git a/data/tablet/lg/2019/g-pad-5-10-1/lg-g-pad-5-10-1-4gb-32gb-4g-lte.json b/data/tablet/lg/2019/g-pad-5-10-1/lg-g-pad-5-10-1-4gb-32gb-4g-lte.json index 424012f545d2..686f22a3cb3e 100644 --- a/data/tablet/lg/2019/g-pad-5-10-1/lg-g-pad-5-10-1-4gb-32gb-4g-lte.json +++ b/data/tablet/lg/2019/g-pad-5-10-1/lg-g-pad-5-10-1-4gb-32gb-4g-lte.json @@ -104,5 +104,11 @@ 32 ], "soc": "qualcomm-msm8996-snapdragon-821", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 247.2, + "width_mm": 150.7, + "depth_mm": 8.0 + } } diff --git a/data/tablet/lg/2022/ultra-tab/lg-ultra-tab-4gb-64gb-4g-lte.json b/data/tablet/lg/2022/ultra-tab/lg-ultra-tab-4gb-64gb-4g-lte.json index 8c13b2bc5186..244457a1b4d9 100644 --- a/data/tablet/lg/2022/ultra-tab/lg-ultra-tab-4gb-64gb-4g-lte.json +++ b/data/tablet/lg/2022/ultra-tab/lg-ultra-tab-4gb-64gb-4g-lte.json @@ -100,5 +100,11 @@ "storage_options_gb": [ 64 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 16.0, + "dimensions": { + "height_mm": 247.6, + "width_mm": 157.3, + "depth_mm": 7.1 + } } diff --git a/data/tablet/micromax/2015/canvas-tab-p470/micromax-canvas-tab-p470-1gb-8gb-3g.json b/data/tablet/micromax/2015/canvas-tab-p470/micromax-canvas-tab-p470-1gb-8gb-3g.json index 7d6efebb23ed..c6b2710d3289 100644 --- a/data/tablet/micromax/2015/canvas-tab-p470/micromax-canvas-tab-p470-1gb-8gb-3g.json +++ b/data/tablet/micromax/2015/canvas-tab-p470/micromax-canvas-tab-p470-1gb-8gb-3g.json @@ -101,5 +101,10 @@ 8 ], "soc": "mediatek-mt8312", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 192.0, + "width_mm": 113.0, + "depth_mm": 10.4 + } } diff --git a/data/tablet/micromax/2015/canvas-tab-p666/micromax-canvas-tab-p666-1gb-8gb-3g.json b/data/tablet/micromax/2015/canvas-tab-p666/micromax-canvas-tab-p666-1gb-8gb-3g.json index 2b34c9cddbee..32fe212c8a4f 100644 --- a/data/tablet/micromax/2015/canvas-tab-p666/micromax-canvas-tab-p666-1gb-8gb-3g.json +++ b/data/tablet/micromax/2015/canvas-tab-p666/micromax-canvas-tab-p666-1gb-8gb-3g.json @@ -99,5 +99,10 @@ 8 ], "soc": "intel-atom", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 213.9, + "width_mm": 124.7, + "depth_mm": 7.9 + } } diff --git a/data/tablet/motorola/2011/xoom-2-3g-mz616/motorola-xoom-2-3g-mz616-1gb-32gb-3g.json b/data/tablet/motorola/2011/xoom-2-3g-mz616/motorola-xoom-2-3g-mz616-1gb-32gb-3g.json index 52f295f95342..2dc96f57277a 100644 --- a/data/tablet/motorola/2011/xoom-2-3g-mz616/motorola-xoom-2-3g-mz616-1gb-32gb-3g.json +++ b/data/tablet/motorola/2011/xoom-2-3g-mz616/motorola-xoom-2-3g-mz616-1gb-32gb-3g.json @@ -102,5 +102,10 @@ 32 ], "soc": "ti-omap-4430", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 253.9, + "width_mm": 173.6, + "depth_mm": 8.8 + } } diff --git a/data/tablet/motorola/2011/xoom-2-media-edition-3g-mz608/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g.json b/data/tablet/motorola/2011/xoom-2-media-edition-3g-mz608/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g.json index f3774dab1cb8..2be68cfb76f0 100644 --- a/data/tablet/motorola/2011/xoom-2-media-edition-3g-mz608/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g.json +++ b/data/tablet/motorola/2011/xoom-2-media-edition-3g-mz608/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "ti-omap-4430", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 216.0, + "width_mm": 139.0, + "depth_mm": 9.0 + } } diff --git a/data/tablet/motorola/2011/xoom-2-media-edition-mz607/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g.json b/data/tablet/motorola/2011/xoom-2-media-edition-mz607/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g.json index c56c44fe3830..308c0ef250f4 100644 --- a/data/tablet/motorola/2011/xoom-2-media-edition-mz607/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g.json +++ b/data/tablet/motorola/2011/xoom-2-media-edition-mz607/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g.json @@ -103,5 +103,10 @@ 32 ], "soc": "ti-omap-4430", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 216.0, + "width_mm": 139.0, + "depth_mm": 9.0 + } } diff --git a/data/tablet/motorola/2011/xoom-2-mz615/motorola-xoom-2-mz615-1gb-32gb-2g.json b/data/tablet/motorola/2011/xoom-2-mz615/motorola-xoom-2-mz615-1gb-32gb-2g.json index 1b9187952556..e0e60b031817 100644 --- a/data/tablet/motorola/2011/xoom-2-mz615/motorola-xoom-2-mz615-1gb-32gb-2g.json +++ b/data/tablet/motorola/2011/xoom-2-mz615/motorola-xoom-2-mz615-1gb-32gb-2g.json @@ -102,5 +102,10 @@ 32 ], "soc": "ti-omap-4430", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 253.9, + "width_mm": 173.6, + "depth_mm": 8.8 + } } diff --git a/data/tablet/motorola/2021/tab-g20/motorola-tab-g20-3gb-32gb-4g-lte.json b/data/tablet/motorola/2021/tab-g20/motorola-tab-g20-3gb-32gb-4g-lte.json index 1e7c8fe1c6a9..d6bd79aa7c7a 100644 --- a/data/tablet/motorola/2021/tab-g20/motorola-tab-g20-3gb-32gb-4g-lte.json +++ b/data/tablet/motorola/2021/tab-g20/motorola-tab-g20-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 32 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 199.1, + "width_mm": 121.8, + "depth_mm": 8.2 + } } diff --git a/data/tablet/motorola/2022/moto-tab-g62/motorola-moto-tab-g62-4gb-64gb-4g-lte.json b/data/tablet/motorola/2022/moto-tab-g62/motorola-moto-tab-g62-4gb-64gb-4g-lte.json index a1eec4044ae7..b5885ab838f4 100644 --- a/data/tablet/motorola/2022/moto-tab-g62/motorola-moto-tab-g62-4gb-64gb-4g-lte.json +++ b/data/tablet/motorola/2022/moto-tab-g62/motorola-moto-tab-g62-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ "storage_options_gb": [ 64 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 251.2, + "width_mm": 158.8, + "depth_mm": 7.5 + } } diff --git a/data/tablet/motorola/2022/moto-tab-g70/motorola-moto-tab-g70-6gb-128gb-4g-lte.json b/data/tablet/motorola/2022/moto-tab-g70/motorola-moto-tab-g70-6gb-128gb-4g-lte.json index 0720c6e982e9..cbdf71dfa97e 100644 --- a/data/tablet/motorola/2022/moto-tab-g70/motorola-moto-tab-g70-6gb-128gb-4g-lte.json +++ b/data/tablet/motorola/2022/moto-tab-g70/motorola-moto-tab-g70-6gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "mediatek-mt6785-helio-g90t", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 20.0, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.5 + } } diff --git a/data/tablet/nokia/2021/t20/nokia-t20-4gb-64gb-4g-lte.json b/data/tablet/nokia/2021/t20/nokia-t20-4gb-64gb-4g-lte.json index 4d2e540b3c62..71291bfe2773 100644 --- a/data/tablet/nokia/2021/t20/nokia-t20-4gb-64gb-4g-lte.json +++ b/data/tablet/nokia/2021/t20/nokia-t20-4gb-64gb-4g-lte.json @@ -110,5 +110,11 @@ 32, 64 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 247.6, + "width_mm": 157.5, + "depth_mm": 7.8 + } } diff --git a/data/tablet/nokia/2022/t10/nokia-t10-4gb-64gb-4g-lte.json b/data/tablet/nokia/2022/t10/nokia-t10-4gb-64gb-4g-lte.json index c8aa99b9c3bc..cea62026376e 100644 --- a/data/tablet/nokia/2022/t10/nokia-t10-4gb-64gb-4g-lte.json +++ b/data/tablet/nokia/2022/t10/nokia-t10-4gb-64gb-4g-lte.json @@ -107,5 +107,11 @@ 64 ], "soc": "unisoc-t606", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 208.0, + "width_mm": 123.2, + "depth_mm": 9.0 + } } diff --git a/data/tablet/oneplus/2023/pad-go/oneplus-pad-go-8gb-256gb-4g-lte.json b/data/tablet/oneplus/2023/pad-go/oneplus-pad-go-8gb-256gb-4g-lte.json index 6584879e3b93..1ee7f24a7635 100644 --- a/data/tablet/oneplus/2023/pad-go/oneplus-pad-go-8gb-256gb-4g-lte.json +++ b/data/tablet/oneplus/2023/pad-go/oneplus-pad-go-8gb-256gb-4g-lte.json @@ -102,5 +102,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 255.1, + "width_mm": 188.0, + "depth_mm": 6.9 + } } diff --git a/data/tablet/oneplus/2023/pad/oneplus-pad-12gb-256gb-4g-lte.json b/data/tablet/oneplus/2023/pad/oneplus-pad-12gb-256gb-4g-lte.json index a610c6b83873..298ef2fed00e 100644 --- a/data/tablet/oneplus/2023/pad/oneplus-pad-12gb-256gb-4g-lte.json +++ b/data/tablet/oneplus/2023/pad/oneplus-pad-12gb-256gb-4g-lte.json @@ -110,5 +110,11 @@ 256 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 258.0, + "width_mm": 189.4, + "depth_mm": 6.5 + } } diff --git a/data/tablet/oneplus/2024/pad-2/oneplus-pad-2-12gb-256gb-4g-lte.json b/data/tablet/oneplus/2024/pad-2/oneplus-pad-2-12gb-256gb-4g-lte.json index 504eb7ad49f1..656d783a03ad 100644 --- a/data/tablet/oneplus/2024/pad-2/oneplus-pad-2-12gb-256gb-4g-lte.json +++ b/data/tablet/oneplus/2024/pad-2/oneplus-pad-2-12gb-256gb-4g-lte.json @@ -110,5 +110,11 @@ 128, 256 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 268.7, + "width_mm": 195.1, + "depth_mm": 6.5 + } } diff --git a/data/tablet/oneplus/2024/pad-pro/oneplus-pad-pro-16gb-512gb-4g-lte.json b/data/tablet/oneplus/2024/pad-pro/oneplus-pad-pro-16gb-512gb-4g-lte.json index 495b461cca3b..e6766f601e5d 100644 --- a/data/tablet/oneplus/2024/pad-pro/oneplus-pad-pro-16gb-512gb-4g-lte.json +++ b/data/tablet/oneplus/2024/pad-pro/oneplus-pad-pro-16gb-512gb-4g-lte.json @@ -106,5 +106,11 @@ 256, 512 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 268.7, + "width_mm": 195.1, + "depth_mm": 6.5 + } } diff --git a/data/tablet/oppo/2022/pad-air/oppo-pad-air-6gb-128gb-4g-lte.json b/data/tablet/oppo/2022/pad-air/oppo-pad-air-6gb-128gb-4g-lte.json index 223b5beb5c44..b9aab75e1860 100644 --- a/data/tablet/oppo/2022/pad-air/oppo-pad-air-6gb-128gb-4g-lte.json +++ b/data/tablet/oppo/2022/pad-air/oppo-pad-air-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 64, 128 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 245.1, + "width_mm": 154.8, + "depth_mm": 6.9 + } } diff --git a/data/tablet/oppo/2022/pad/oppo-pad-8gb-256gb-4g-lte.json b/data/tablet/oppo/2022/pad/oppo-pad-8gb-256gb-4g-lte.json index 7afd71746864..86f8eb1b1930 100644 --- a/data/tablet/oppo/2022/pad/oppo-pad-8gb-256gb-4g-lte.json +++ b/data/tablet/oppo/2022/pad/oppo-pad-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 128, 256 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 252.2, + "width_mm": 163.8, + "depth_mm": 7.1 + } } diff --git a/data/tablet/oppo/2023/pad-2/oppo-pad-2-12gb-512gb-4g-lte.json b/data/tablet/oppo/2023/pad-2/oppo-pad-2-12gb-512gb-4g-lte.json index 2e6d6a105997..44574a7a597e 100644 --- a/data/tablet/oppo/2023/pad-2/oppo-pad-2-12gb-512gb-4g-lte.json +++ b/data/tablet/oppo/2023/pad-2/oppo-pad-2-12gb-512gb-4g-lte.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 258.0, + "width_mm": 189.4, + "depth_mm": 6.5 + } } diff --git a/data/tablet/oppo/2023/pad-air2/oppo-pad-air2-8gb-256gb-4g-lte.json b/data/tablet/oppo/2023/pad-air2/oppo-pad-air2-8gb-256gb-4g-lte.json index edc7b8a9d779..e78b9a9bafef 100644 --- a/data/tablet/oppo/2023/pad-air2/oppo-pad-air2-8gb-256gb-4g-lte.json +++ b/data/tablet/oppo/2023/pad-air2/oppo-pad-air2-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 255.1, + "width_mm": 188.0, + "depth_mm": 6.9 + } } diff --git a/data/tablet/oppo/2024/pad-neo/oppo-pad-neo-8gb-128gb-4g-lte.json b/data/tablet/oppo/2024/pad-neo/oppo-pad-neo-8gb-128gb-4g-lte.json index 539b9c0413c1..75ae4ad1c507 100644 --- a/data/tablet/oppo/2024/pad-neo/oppo-pad-neo-8gb-128gb-4g-lte.json +++ b/data/tablet/oppo/2024/pad-neo/oppo-pad-neo-8gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 255.1, + "width_mm": 188.0, + "depth_mm": 6.9 + } } diff --git a/data/tablet/realme/2021/pad/realme-pad-6gb-128gb-4g-lte.json b/data/tablet/realme/2021/pad/realme-pad-6gb-128gb-4g-lte.json index 78a65703ed1d..630edf853243 100644 --- a/data/tablet/realme/2021/pad/realme-pad-6gb-128gb-4g-lte.json +++ b/data/tablet/realme/2021/pad/realme-pad-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 64, 128 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 246.1, + "width_mm": 155.9, + "depth_mm": 6.9 + } } diff --git a/data/tablet/realme/2022/pad-mini/realme-pad-mini-6gb-128gb-4g-lte.json b/data/tablet/realme/2022/pad-mini/realme-pad-mini-6gb-128gb-4g-lte.json index 94ccb5afe121..9425e33b5afc 100644 --- a/data/tablet/realme/2022/pad-mini/realme-pad-mini-6gb-128gb-4g-lte.json +++ b/data/tablet/realme/2022/pad-mini/realme-pad-mini-6gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "unisoc-tiger-t616", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 211.8, + "width_mm": 124.5, + "depth_mm": 7.6 + } } diff --git a/data/tablet/realme/2022/pad-x/realme-pad-x-6gb-128gb-5g.json b/data/tablet/realme/2022/pad-x/realme-pad-x-6gb-128gb-5g.json index 80d2bf298cfb..ffc07bb1bb5f 100644 --- a/data/tablet/realme/2022/pad-x/realme-pad-x-6gb-128gb-5g.json +++ b/data/tablet/realme/2022/pad-x/realme-pad-x-6gb-128gb-5g.json @@ -108,5 +108,11 @@ "storage_options_gb": [ 64, 128 - ] + ], + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 256.5, + "width_mm": 161.1, + "depth_mm": 7.1 + } } diff --git a/data/tablet/realme/2023/pad-2/realme-pad-2-8gb-256gb-4g-lte.json b/data/tablet/realme/2023/pad-2/realme-pad-2-8gb-256gb-4g-lte.json index fa8ad3b44618..ee3445b78644 100644 --- a/data/tablet/realme/2023/pad-2/realme-pad-2-8gb-256gb-4g-lte.json +++ b/data/tablet/realme/2023/pad-2/realme-pad-2-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 268.2, + "width_mm": 168.5, + "depth_mm": 7.2 + } } diff --git a/data/tablet/realme/2024/pad-2-lite/realme-pad-2-lite-8gb-128gb-4g-lte.json b/data/tablet/realme/2024/pad-2-lite/realme-pad-2-lite-8gb-128gb-4g-lte.json index 9329d0462311..937bca8ef3f6 100644 --- a/data/tablet/realme/2024/pad-2-lite/realme-pad-2-lite-8gb-128gb-4g-lte.json +++ b/data/tablet/realme/2024/pad-2-lite/realme-pad-2-lite-8gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 128 ], "soc": "helio-g99", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 258.0, + "width_mm": 169.5, + "depth_mm": 8.3 + } } diff --git a/data/tablet/samsung/2010/galaxy-tab-t-mobile-t849/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g.json b/data/tablet/samsung/2010/galaxy-tab-t-mobile-t849/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g.json index 0b7045cfd9c1..0dee420fb730 100644 --- a/data/tablet/samsung/2010/galaxy-tab-t-mobile-t849/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g.json +++ b/data/tablet/samsung/2010/galaxy-tab-t-mobile-t849/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "hummingbird", - "os_version": "2.2" + "os_version": "2.2", + "dimensions": { + "height_mm": 190.1, + "width_mm": 120.5, + "depth_mm": 12.0 + } } diff --git a/data/tablet/samsung/2010/p1000-galaxy-tab/samsung-p1000-galaxy-tab-0-5gb-32gb-3g.json b/data/tablet/samsung/2010/p1000-galaxy-tab/samsung-p1000-galaxy-tab-0-5gb-32gb-3g.json index d8d4cd9d2b2a..56eacea5309f 100644 --- a/data/tablet/samsung/2010/p1000-galaxy-tab/samsung-p1000-galaxy-tab-0-5gb-32gb-3g.json +++ b/data/tablet/samsung/2010/p1000-galaxy-tab/samsung-p1000-galaxy-tab-0-5gb-32gb-3g.json @@ -110,5 +110,10 @@ 32 ], "soc": "hummingbird", - "os_version": "2.2" + "os_version": "2.2", + "dimensions": { + "height_mm": 190.1, + "width_mm": 120.5, + "depth_mm": 12.0 + } } diff --git a/data/tablet/samsung/2011/galaxy-tab-10-1-lte-i905/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte.json b/data/tablet/samsung/2011/galaxy-tab-10-1-lte-i905/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte.json index 1870629a1710..3b4a8592651c 100644 --- a/data/tablet/samsung/2011/galaxy-tab-10-1-lte-i905/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2011/galaxy-tab-10-1-lte-i905/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.1" + "os_version": "3.1", + "dimensions": { + "height_mm": 256.7, + "width_mm": 175.3, + "depth_mm": 8.6 + } } diff --git a/data/tablet/samsung/2011/galaxy-tab-10-1-p7510/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g.json b/data/tablet/samsung/2011/galaxy-tab-10-1-p7510/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g.json index dde7311bf7d6..43204547f652 100644 --- a/data/tablet/samsung/2011/galaxy-tab-10-1-p7510/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g.json +++ b/data/tablet/samsung/2011/galaxy-tab-10-1-p7510/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g.json @@ -105,5 +105,10 @@ 64 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.0" + "os_version": "3.0", + "dimensions": { + "height_mm": 256.7, + "width_mm": 175.3, + "depth_mm": 8.6 + } } diff --git a/data/tablet/samsung/2011/galaxy-tab-8-9-lte-i957/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte.json b/data/tablet/samsung/2011/galaxy-tab-8-9-lte-i957/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte.json index 6f72668911cd..ef561720ede0 100644 --- a/data/tablet/samsung/2011/galaxy-tab-8-9-lte-i957/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2011/galaxy-tab-8-9-lte-i957/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 16, 32 ], - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 230.9, + "width_mm": 157.8, + "depth_mm": 8.6 + } } diff --git a/data/tablet/samsung/2011/galaxy-tab-8-9-p7300/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g.json b/data/tablet/samsung/2011/galaxy-tab-8-9-p7300/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g.json index b415acf4a553..db617632839b 100644 --- a/data/tablet/samsung/2011/galaxy-tab-8-9-p7300/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g.json +++ b/data/tablet/samsung/2011/galaxy-tab-8-9-p7300/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g.json @@ -103,5 +103,10 @@ 64 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.0" + "os_version": "3.0", + "dimensions": { + "height_mm": 230.9, + "width_mm": 157.8, + "depth_mm": 8.6 + } } diff --git a/data/tablet/samsung/2011/galaxy-tab-8-9-p7310/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g.json b/data/tablet/samsung/2011/galaxy-tab-8-9-p7310/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g.json index b95f520b8e16..ddcfaca37253 100644 --- a/data/tablet/samsung/2011/galaxy-tab-8-9-p7310/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g.json +++ b/data/tablet/samsung/2011/galaxy-tab-8-9-p7310/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g.json @@ -102,5 +102,10 @@ 64 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.0" + "os_version": "3.0", + "dimensions": { + "height_mm": 230.9, + "width_mm": 157.8, + "depth_mm": 8.6 + } } diff --git a/data/tablet/samsung/2011/p1010-galaxy-tab-wi-fi/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g.json b/data/tablet/samsung/2011/p1010-galaxy-tab-wi-fi/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g.json index 13210c0750d1..24fb9ed4dc55 100644 --- a/data/tablet/samsung/2011/p1010-galaxy-tab-wi-fi/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g.json +++ b/data/tablet/samsung/2011/p1010-galaxy-tab-wi-fi/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g.json @@ -102,5 +102,10 @@ 16 ], "soc": "ti-omap-3630", - "os_version": "2.2" + "os_version": "2.2", + "dimensions": { + "height_mm": 190.1, + "width_mm": 120.5, + "depth_mm": 12.0 + } } diff --git a/data/tablet/samsung/2011/p6200-galaxy-tab-7-0-plus/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g.json b/data/tablet/samsung/2011/p6200-galaxy-tab-7-0-plus/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g.json index 00ad563f1b4c..f428fbc3784c 100644 --- a/data/tablet/samsung/2011/p6200-galaxy-tab-7-0-plus/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g.json +++ b/data/tablet/samsung/2011/p6200-galaxy-tab-7-0-plus/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g.json @@ -111,5 +111,10 @@ 32 ], "soc": "exynos-4210", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 193.7, + "width_mm": 122.4, + "depth_mm": 9.9 + } } diff --git a/data/tablet/samsung/2011/p6210-galaxy-tab-7-0-plus/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g.json b/data/tablet/samsung/2011/p6210-galaxy-tab-7-0-plus/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g.json index 6d983463fc4e..9a326ec547a5 100644 --- a/data/tablet/samsung/2011/p6210-galaxy-tab-7-0-plus/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g.json +++ b/data/tablet/samsung/2011/p6210-galaxy-tab-7-0-plus/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g.json @@ -103,5 +103,10 @@ 32 ], "soc": "exynos-4210", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 193.7, + "width_mm": 122.4, + "depth_mm": 9.9 + } } diff --git a/data/tablet/samsung/2011/p6800-galaxy-tab-7-7/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g.json b/data/tablet/samsung/2011/p6800-galaxy-tab-7-7/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g.json index 84277b86918d..f9033fe152b1 100644 --- a/data/tablet/samsung/2011/p6800-galaxy-tab-7-7/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g.json +++ b/data/tablet/samsung/2011/p6800-galaxy-tab-7-7/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g.json @@ -112,5 +112,10 @@ 64 ], "soc": "exynos", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 196.7, + "width_mm": 133.0, + "depth_mm": 7.9 + } } diff --git a/data/tablet/samsung/2011/p6810-galaxy-tab-7-7/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g.json b/data/tablet/samsung/2011/p6810-galaxy-tab-7-7/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g.json index 1bc4667edc86..187822b0f161 100644 --- a/data/tablet/samsung/2011/p6810-galaxy-tab-7-7/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g.json +++ b/data/tablet/samsung/2011/p6810-galaxy-tab-7-7/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g.json @@ -102,5 +102,10 @@ 64 ], "soc": "exynos", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 196.7, + "width_mm": 133.0, + "depth_mm": 7.9 + } } diff --git a/data/tablet/samsung/2011/p7500-galaxy-tab-10-1-3g/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g.json b/data/tablet/samsung/2011/p7500-galaxy-tab-10-1-3g/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g.json index 1409870523db..d5515e697cdf 100644 --- a/data/tablet/samsung/2011/p7500-galaxy-tab-10-1-3g/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g.json +++ b/data/tablet/samsung/2011/p7500-galaxy-tab-10-1-3g/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g.json @@ -112,5 +112,10 @@ 64 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.1" + "os_version": "3.1", + "dimensions": { + "height_mm": 256.7, + "width_mm": 175.3, + "depth_mm": 8.6 + } } diff --git a/data/tablet/samsung/2012/ativ-tab-p8510/samsung-ativ-tab-p8510-2gb-64gb-2g.json b/data/tablet/samsung/2012/ativ-tab-p8510/samsung-ativ-tab-p8510-2gb-64gb-2g.json index d6fb26d36e7d..9ee62cbf6342 100644 --- a/data/tablet/samsung/2012/ativ-tab-p8510/samsung-ativ-tab-p8510-2gb-64gb-2g.json +++ b/data/tablet/samsung/2012/ativ-tab-p8510/samsung-ativ-tab-p8510-2gb-64gb-2g.json @@ -103,5 +103,10 @@ 32, 64 ], - "soc": "qualcomm-apq8090a" + "soc": "qualcomm-apq8090a", + "dimensions": { + "height_mm": 265.8, + "width_mm": 168.1, + "depth_mm": 8.9 + } } diff --git a/data/tablet/samsung/2012/galaxy-tab-2-10-1-cdma/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte.json b/data/tablet/samsung/2012/galaxy-tab-2-10-1-cdma/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte.json index 9c8c5e68ae29..fe79d78c1fa5 100644 --- a/data/tablet/samsung/2012/galaxy-tab-2-10-1-cdma/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2012/galaxy-tab-2-10-1-cdma/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0" + "os_version": "4.0", + "dimensions": { + "height_mm": 256.6, + "width_mm": 175.3, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2012/galaxy-tab-2-10-1-p5100/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g.json b/data/tablet/samsung/2012/galaxy-tab-2-10-1-p5100/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g.json index f79aa219baab..3728a78b8080 100644 --- a/data/tablet/samsung/2012/galaxy-tab-2-10-1-p5100/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g.json +++ b/data/tablet/samsung/2012/galaxy-tab-2-10-1-p5100/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g.json @@ -104,5 +104,10 @@ 32 ], "soc": "ti-omap-4430", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 256.6, + "width_mm": 175.3, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2012/galaxy-tab-2-10-1-p5110/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g.json b/data/tablet/samsung/2012/galaxy-tab-2-10-1-p5110/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g.json index 8b25261fde12..f3c2fe9b8fbc 100644 --- a/data/tablet/samsung/2012/galaxy-tab-2-10-1-p5110/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g.json +++ b/data/tablet/samsung/2012/galaxy-tab-2-10-1-p5110/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g.json @@ -111,5 +111,10 @@ 32 ], "soc": "ti-omap-4430", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 256.6, + "width_mm": 175.3, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2012/galaxy-tab-2-7-0-i705/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte.json b/data/tablet/samsung/2012/galaxy-tab-2-7-0-i705/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte.json index bc74d4aaeb4f..347827d53f3e 100644 --- a/data/tablet/samsung/2012/galaxy-tab-2-7-0-i705/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte.json +++ b/data/tablet/samsung/2012/galaxy-tab-2-7-0-i705/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte.json @@ -101,5 +101,10 @@ 8 ], "soc": "qualcomm-msm8960-snapdragon-s4-plus", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 193.8, + "width_mm": 122.4, + "depth_mm": 10.4 + } } diff --git a/data/tablet/samsung/2012/galaxy-tab-2-7-0-p3100/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g.json b/data/tablet/samsung/2012/galaxy-tab-2-7-0-p3100/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g.json index fbaf8c384297..a907b0fd5fd3 100644 --- a/data/tablet/samsung/2012/galaxy-tab-2-7-0-p3100/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g.json +++ b/data/tablet/samsung/2012/galaxy-tab-2-7-0-p3100/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g.json @@ -103,5 +103,10 @@ 32 ], "soc": "ti-omap-4430", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 193.7, + "width_mm": 122.4, + "depth_mm": 10.5 + } } diff --git a/data/tablet/samsung/2012/galaxy-tab-2-7-0-p3110/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g.json b/data/tablet/samsung/2012/galaxy-tab-2-7-0-p3110/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g.json index 56fce13f3c70..54af7a0d1941 100644 --- a/data/tablet/samsung/2012/galaxy-tab-2-7-0-p3110/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g.json +++ b/data/tablet/samsung/2012/galaxy-tab-2-7-0-p3110/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g.json @@ -102,5 +102,10 @@ 32 ], "soc": "ti-omap-4430", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 193.7, + "width_mm": 122.4, + "depth_mm": 10.5 + } } diff --git a/data/tablet/samsung/2012/galaxy-tab-7-7-lte-i815/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte.json b/data/tablet/samsung/2012/galaxy-tab-7-7-lte-i815/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte.json index 8db37551c5c2..d4a711ba2ffe 100644 --- a/data/tablet/samsung/2012/galaxy-tab-7-7-lte-i815/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2012/galaxy-tab-7-7-lte-i815/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte.json @@ -104,5 +104,10 @@ 32 ], "soc": "exynos-4210", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 196.6, + "width_mm": 133.1, + "depth_mm": 7.9 + } } diff --git a/data/tablet/samsung/2012/galaxy-tab-8-9-4g-p7320t/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte.json b/data/tablet/samsung/2012/galaxy-tab-8-9-4g-p7320t/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte.json index 88d3b79ec47e..3ef40ae336e2 100644 --- a/data/tablet/samsung/2012/galaxy-tab-8-9-4g-p7320t/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2012/galaxy-tab-8-9-4g-p7320t/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 230.9, + "width_mm": 157.8, + "depth_mm": 8.6 + } } diff --git a/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5200/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g.json b/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5200/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g.json index ca33a8391711..9b6f10afe3c1 100644 --- a/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5200/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g.json +++ b/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5200/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g.json @@ -108,5 +108,10 @@ 32 ], "soc": "intel-atom-z2560", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 243.1, + "width_mm": 176.1, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5210/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g.json b/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5210/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g.json index 5673b339deaa..5a9b94474cc0 100644 --- a/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5210/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g.json +++ b/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5210/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g.json @@ -107,5 +107,10 @@ 32 ], "soc": "intel-atom-z2560", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 243.1, + "width_mm": 176.1, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5220/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte.json b/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5220/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte.json index 9046e6dc84d9..20748313772a 100644 --- a/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5220/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2013/galaxy-tab-3-10-1-p5220/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "intel-atom-z2560", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 243.1, + "width_mm": 176.1, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2013/galaxy-tab-3-7-0-wifi/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g.json b/data/tablet/samsung/2013/galaxy-tab-3-7-0-wifi/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g.json index f15d4e1b11c3..b9d920538c19 100644 --- a/data/tablet/samsung/2013/galaxy-tab-3-7-0-wifi/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g.json +++ b/data/tablet/samsung/2013/galaxy-tab-3-7-0-wifi/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g.json @@ -105,5 +105,10 @@ 16 ], "soc": "marvell-pxa986", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 188.0, + "width_mm": 111.1, + "depth_mm": 9.9 + } } diff --git a/data/tablet/samsung/2013/galaxy-tab-3-7-0/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte.json b/data/tablet/samsung/2013/galaxy-tab-3-7-0/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte.json index 21da5cdcf8f5..1caedbeaed3d 100644 --- a/data/tablet/samsung/2013/galaxy-tab-3-7-0/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2013/galaxy-tab-3-7-0/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte.json @@ -109,5 +109,10 @@ 16 ], "soc": "marvell-pxa986", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 188.0, + "width_mm": 111.1, + "depth_mm": 9.9 + } } diff --git a/data/tablet/samsung/2013/galaxy-tab-3-8-0/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte.json b/data/tablet/samsung/2013/galaxy-tab-3-8-0/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte.json index d7e97e8ef779..3566c9b1aab0 100644 --- a/data/tablet/samsung/2013/galaxy-tab-3-8-0/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2013/galaxy-tab-3-8-0/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "exynos-4212-dual", - "os_version": "4.2.2" + "os_version": "4.2.2", + "dimensions": { + "height_mm": 209.8, + "width_mm": 123.8, + "depth_mm": 7.4 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-3-lite-7-0-3g/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g.json b/data/tablet/samsung/2014/galaxy-tab-3-lite-7-0-3g/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g.json index 552c81eb979f..d43575bdf2e4 100644 --- a/data/tablet/samsung/2014/galaxy-tab-3-lite-7-0-3g/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g.json +++ b/data/tablet/samsung/2014/galaxy-tab-3-lite-7-0-3g/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g.json @@ -100,5 +100,10 @@ 8 ], "soc": "marvell-pxa986", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 193.4, + "width_mm": 116.4, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-3-lite-7-0/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-3-lite-7-0/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g.json index fc00058c7d78..68bc83841a89 100644 --- a/data/tablet/samsung/2014/galaxy-tab-3-lite-7-0/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-3-lite-7-0/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g.json @@ -104,5 +104,10 @@ 8 ], "soc": "marvell-pxa986", - "os_version": "4.2" + "os_version": "4.2", + "dimensions": { + "height_mm": 193.4, + "width_mm": 116.4, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-10-1-3g/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g.json b/data/tablet/samsung/2014/galaxy-tab-4-10-1-3g/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g.json index 4d1a055926c8..6609a3dbfac6 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-10-1-3g/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-10-1-3g/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g.json @@ -99,5 +99,10 @@ "storage_options_gb": [ 16 ], - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 243.4, + "width_mm": 176.4, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-10-1-lte/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-4-10-1-lte/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte.json index e96e73da07cb..e8efac3c4073 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-10-1-lte/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-10-1-lte/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte.json @@ -100,5 +100,10 @@ "storage_options_gb": [ 16 ], - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 243.4, + "width_mm": 176.4, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-10-1/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-4-10-1/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g.json index e48cc67264ec..3c889b6de1cd 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-10-1/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-10-1/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 243.4, + "width_mm": 176.4, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-7-0-3g/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g.json b/data/tablet/samsung/2014/galaxy-tab-4-7-0-3g/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g.json index aa57091b449d..2f62ef5a9b73 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-7-0-3g/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-7-0-3g/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g.json @@ -103,5 +103,10 @@ 16 ], "soc": "marvell-pxa1088", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 186.9, + "width_mm": 107.9, + "depth_mm": 9.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-7-0-lte/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-4-7-0-lte/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte.json index 4842937a8c2b..2f150d379120 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-7-0-lte/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-7-0-lte/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte.json @@ -104,5 +104,10 @@ 16 ], "soc": "exynos-3470-quad", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 186.9, + "width_mm": 107.9, + "depth_mm": 9.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-7-0/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-4-7-0/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g.json index 6577742e94f2..28e56b3e527b 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-7-0/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-7-0/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g.json @@ -104,5 +104,10 @@ 16 ], "soc": "marvell-pxa1088", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 186.9, + "width_mm": 107.9, + "depth_mm": 9.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-8-0-3g/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g.json b/data/tablet/samsung/2014/galaxy-tab-4-8-0-3g/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g.json index 51137e5e5882..1c4d28147dc0 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-8-0-3g/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-8-0-3g/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g.json @@ -100,5 +100,10 @@ "storage_options_gb": [ 16 ], - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.0, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-8-0-lte/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-4-8-0-lte/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte.json index cc0ed1d0eec5..96ccdf2893ba 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-8-0-lte/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-8-0-lte/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ "storage_options_gb": [ 16 ], - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.0, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-4-8-0/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-4-8-0/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g.json index 049a2f181d18..1954c22a5dbe 100644 --- a/data/tablet/samsung/2014/galaxy-tab-4-8-0/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-4-8-0/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g.json @@ -104,5 +104,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.0, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-active-lte/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-active-lte/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte.json index e10f7b77057f..6e3169161baf 100644 --- a/data/tablet/samsung/2014/galaxy-tab-active-lte/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-active-lte/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 213.1, + "width_mm": 126.2, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-active/samsung-galaxy-tab-active-1-5gb-16gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-active/samsung-galaxy-tab-active-1-5gb-16gb-2g.json index 2aa56dc06caa..33ff559b8c62 100644 --- a/data/tablet/samsung/2014/galaxy-tab-active/samsung-galaxy-tab-active-1-5gb-16gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-active/samsung-galaxy-tab-active-1-5gb-16gb-2g.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-snapdragon-400", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 213.1, + "width_mm": 126.2, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-pro-10-1-lte/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-pro-10-1-lte/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte.json index 0c5efe426109..a96007f6cfaf 100644 --- a/data/tablet/samsung/2014/galaxy-tab-pro-10-1-lte/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-pro-10-1-lte/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte.json @@ -114,5 +114,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 243.1, + "width_mm": 171.4, + "depth_mm": 7.3 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-pro-10-1/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-pro-10-1/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g.json index e4e96ac609d7..7381bcdb99f1 100644 --- a/data/tablet/samsung/2014/galaxy-tab-pro-10-1/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-pro-10-1/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g.json @@ -112,5 +112,10 @@ 32 ], "soc": "exynos-5420-octa", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 243.1, + "width_mm": 171.4, + "depth_mm": 7.3 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-pro-12-2-3g/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g.json b/data/tablet/samsung/2014/galaxy-tab-pro-12-2-3g/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g.json index 4e696fb2a894..2c3cd84daaf9 100644 --- a/data/tablet/samsung/2014/galaxy-tab-pro-12-2-3g/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g.json +++ b/data/tablet/samsung/2014/galaxy-tab-pro-12-2-3g/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g.json @@ -102,5 +102,10 @@ 64 ], "soc": "exynos-5420-octa", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 295.6, + "width_mm": 204.0, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-pro-12-2-lte/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-pro-12-2-lte/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte.json index 838b6f359dc6..ee4a763e7c3d 100644 --- a/data/tablet/samsung/2014/galaxy-tab-pro-12-2-lte/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-pro-12-2-lte/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 64 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 295.6, + "width_mm": 204.0, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-pro-12-2/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-pro-12-2/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g.json index be4c3e8ae905..88c751b48155 100644 --- a/data/tablet/samsung/2014/galaxy-tab-pro-12-2/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-pro-12-2/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g.json @@ -105,5 +105,10 @@ 64 ], "soc": "exynos-5420-octa", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 295.4, + "width_mm": 203.7, + "depth_mm": 7.9 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-pro-8-4-3g-lte/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-pro-8-4-3g-lte/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte.json index 3980e25121aa..b2056830cd81 100644 --- a/data/tablet/samsung/2014/galaxy-tab-pro-8-4-3g-lte/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-pro-8-4-3g-lte/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte.json @@ -106,5 +106,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 219.0, + "width_mm": 128.5, + "depth_mm": 7.2 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-pro-8-4/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-pro-8-4/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g.json index 24da37653e0d..2a824d5bb284 100644 --- a/data/tablet/samsung/2014/galaxy-tab-pro-8-4/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-pro-8-4/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g.json @@ -112,5 +112,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 219.0, + "width_mm": 128.5, + "depth_mm": 7.2 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-s-10-5-lte/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-s-10-5-lte/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte.json index 534296e6f366..0deb530ff707 100644 --- a/data/tablet/samsung/2014/galaxy-tab-s-10-5-lte/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-s-10-5-lte/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte.json @@ -112,5 +112,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 247.3, + "width_mm": 177.3, + "depth_mm": 6.6 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-s-10-5/samsung-galaxy-tab-s-10-5-3gb-32gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-s-10-5/samsung-galaxy-tab-s-10-5-3gb-32gb-2g.json index f5020edef0a8..db5fa299a506 100644 --- a/data/tablet/samsung/2014/galaxy-tab-s-10-5/samsung-galaxy-tab-s-10-5-3gb-32gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-s-10-5/samsung-galaxy-tab-s-10-5-3gb-32gb-2g.json @@ -113,5 +113,10 @@ 32 ], "soc": "exynos-5420-octa", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 247.3, + "width_mm": 177.3, + "depth_mm": 6.6 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-s-8-4-lte/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte.json b/data/tablet/samsung/2014/galaxy-tab-s-8-4-lte/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte.json index cea48b39ac79..2f3913504568 100644 --- a/data/tablet/samsung/2014/galaxy-tab-s-8-4-lte/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2014/galaxy-tab-s-8-4-lte/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte.json @@ -113,5 +113,10 @@ 32 ], "soc": "qualcomm-snapdragon-800", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 212.8, + "width_mm": 125.6, + "depth_mm": 6.6 + } } diff --git a/data/tablet/samsung/2014/galaxy-tab-s-8-4/samsung-galaxy-tab-s-8-4-3gb-32gb-2g.json b/data/tablet/samsung/2014/galaxy-tab-s-8-4/samsung-galaxy-tab-s-8-4-3gb-32gb-2g.json index a241716c6c34..f6dac9b1365a 100644 --- a/data/tablet/samsung/2014/galaxy-tab-s-8-4/samsung-galaxy-tab-s-8-4-3gb-32gb-2g.json +++ b/data/tablet/samsung/2014/galaxy-tab-s-8-4/samsung-galaxy-tab-s-8-4-3gb-32gb-2g.json @@ -112,5 +112,10 @@ 32 ], "soc": "exynos-5420-octa", - "os_version": "4.4.2" + "os_version": "4.4.2", + "dimensions": { + "height_mm": 212.8, + "width_mm": 125.6, + "depth_mm": 6.6 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-3-lite-7-0-ve/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g.json b/data/tablet/samsung/2015/galaxy-tab-3-lite-7-0-ve/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g.json index 8f328eb7453e..5cbf354e11ab 100644 --- a/data/tablet/samsung/2015/galaxy-tab-3-lite-7-0-ve/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g.json +++ b/data/tablet/samsung/2015/galaxy-tab-3-lite-7-0-ve/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g.json @@ -98,5 +98,10 @@ 8 ], "soc": "spreadtrum-sc8830", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 193.4, + "width_mm": 116.4, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-3-v/samsung-galaxy-tab-3-v-1gb-8gb-3g.json b/data/tablet/samsung/2015/galaxy-tab-3-v/samsung-galaxy-tab-3-v-1gb-8gb-3g.json index e8a5042d1c37..c65f36a655c4 100644 --- a/data/tablet/samsung/2015/galaxy-tab-3-v/samsung-galaxy-tab-3-v-1gb-8gb-3g.json +++ b/data/tablet/samsung/2015/galaxy-tab-3-v/samsung-galaxy-tab-3-v-1gb-8gb-3g.json @@ -100,5 +100,10 @@ "storage_options_gb": [ 8 ], - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 193.4, + "width_mm": 116.4, + "depth_mm": 9.7 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-4-10-1-2015/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g.json b/data/tablet/samsung/2015/galaxy-tab-4-10-1-2015/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g.json index 83c1fdef26a3..443725421b5e 100644 --- a/data/tablet/samsung/2015/galaxy-tab-4-10-1-2015/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g.json +++ b/data/tablet/samsung/2015/galaxy-tab-4-10-1-2015/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g.json @@ -100,5 +100,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 243.4, + "width_mm": 176.4, + "depth_mm": 7.9 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-4-8-0-2015/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g.json b/data/tablet/samsung/2015/galaxy-tab-4-8-0-2015/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g.json index 230fd596b877..c663bd9b7f90 100644 --- a/data/tablet/samsung/2015/galaxy-tab-4-8-0-2015/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g.json +++ b/data/tablet/samsung/2015/galaxy-tab-4-8-0-2015/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g.json @@ -99,5 +99,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.0, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-a-8-0-2015/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte.json b/data/tablet/samsung/2015/galaxy-tab-a-8-0-2015/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte.json index c361efa34dce..08fa50d446a8 100644 --- a/data/tablet/samsung/2015/galaxy-tab-a-8-0-2015/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2015/galaxy-tab-a-8-0-2015/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 16, 32 ], - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 208.3, + "width_mm": 137.9, + "depth_mm": 7.4 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-a-8-0-s-pen-2015/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte.json b/data/tablet/samsung/2015/galaxy-tab-a-8-0-s-pen-2015/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte.json index 8cf77f199e51..e3380cf51ee5 100644 --- a/data/tablet/samsung/2015/galaxy-tab-a-8-0-s-pen-2015/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2015/galaxy-tab-a-8-0-s-pen-2015/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte.json @@ -99,5 +99,10 @@ "storage_options_gb": [ 16 ], - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 208.4, + "width_mm": 137.9, + "depth_mm": 7.5 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-a-9-7-s-pen/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte.json b/data/tablet/samsung/2015/galaxy-tab-a-9-7-s-pen/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte.json index cbedc18ea063..c0a157eb7cbf 100644 --- a/data/tablet/samsung/2015/galaxy-tab-a-9-7-s-pen/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2015/galaxy-tab-a-9-7-s-pen/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ "storage_options_gb": [ 16 ], - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 242.5, + "width_mm": 166.8, + "depth_mm": 7.5 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-a-9-7/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte.json b/data/tablet/samsung/2015/galaxy-tab-a-9-7/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte.json index 322ba0223029..7250325bb7e9 100644 --- a/data/tablet/samsung/2015/galaxy-tab-a-9-7/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2015/galaxy-tab-a-9-7/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 16, 32 ], - "os_version": "5.0" + "os_version": "5.0", + "dimensions": { + "height_mm": 242.5, + "width_mm": 166.8, + "depth_mm": 7.5 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-e-9-6/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g.json b/data/tablet/samsung/2015/galaxy-tab-e-9-6/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g.json index 9caccb70fcff..81db68ddc429 100644 --- a/data/tablet/samsung/2015/galaxy-tab-e-9-6/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g.json +++ b/data/tablet/samsung/2015/galaxy-tab-e-9-6/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g.json @@ -101,5 +101,10 @@ 8, 16 ], - "os_version": "4.4" + "os_version": "4.4", + "dimensions": { + "height_mm": 241.9, + "width_mm": 149.5, + "depth_mm": 8.5 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-s2-8-0/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte.json b/data/tablet/samsung/2015/galaxy-tab-s2-8-0/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte.json index 525a17b41cb7..0b488048185b 100644 --- a/data/tablet/samsung/2015/galaxy-tab-s2-8-0/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte.json +++ b/data/tablet/samsung/2015/galaxy-tab-s2-8-0/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte.json @@ -104,5 +104,10 @@ 32, 64 ], - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 198.6, + "width_mm": 134.8, + "depth_mm": 5.6 + } } diff --git a/data/tablet/samsung/2015/galaxy-tab-s2-9-7/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte.json b/data/tablet/samsung/2015/galaxy-tab-s2-9-7/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte.json index a4fc7d3282f1..9fa83eb4f3e5 100644 --- a/data/tablet/samsung/2015/galaxy-tab-s2-9-7/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte.json +++ b/data/tablet/samsung/2015/galaxy-tab-s2-9-7/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 32, 64 ], - "os_version": "5.0.2" + "os_version": "5.0.2", + "dimensions": { + "height_mm": 237.3, + "width_mm": 169.0, + "depth_mm": 5.6 + } } diff --git a/data/tablet/samsung/2016/galaxy-tab-a-10-1-2016/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte.json b/data/tablet/samsung/2016/galaxy-tab-a-10-1-2016/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte.json index ec8ede7380cb..7eecab38d178 100644 --- a/data/tablet/samsung/2016/galaxy-tab-a-10-1-2016/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2016/galaxy-tab-a-10-1-2016/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte.json @@ -105,5 +105,10 @@ 32 ], "soc": "exynos-7870-octa", - "os_version": "6.0" + "os_version": "6.0", + "dimensions": { + "height_mm": 254.2, + "width_mm": 155.3, + "depth_mm": 8.2 + } } diff --git a/data/tablet/samsung/2016/galaxy-tab-a-7-0-2016/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte.json b/data/tablet/samsung/2016/galaxy-tab-a-7-0-2016/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte.json index ec7bea3bc415..fbcf7dac9e84 100644 --- a/data/tablet/samsung/2016/galaxy-tab-a-7-0-2016/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte.json +++ b/data/tablet/samsung/2016/galaxy-tab-a-7-0-2016/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte.json @@ -105,5 +105,10 @@ 8 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 186.9, + "width_mm": 108.8, + "depth_mm": 8.7 + } } diff --git a/data/tablet/samsung/2016/galaxy-tab-e-8-0/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte.json b/data/tablet/samsung/2016/galaxy-tab-e-8-0/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte.json index 3d60caf8ec14..81bb0b3c1a90 100644 --- a/data/tablet/samsung/2016/galaxy-tab-e-8-0/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2016/galaxy-tab-e-8-0/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte.json @@ -103,5 +103,10 @@ 16 ], "soc": "qualcomm-msm8916-snapdragon-410", - "os_version": "5.1.1" + "os_version": "5.1.1", + "dimensions": { + "height_mm": 212.1, + "width_mm": 126.1, + "depth_mm": 8.9 + } } diff --git a/data/tablet/samsung/2016/galaxy-tab-j/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte.json b/data/tablet/samsung/2016/galaxy-tab-j/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte.json index 681098f7435e..6a902862d24b 100644 --- a/data/tablet/samsung/2016/galaxy-tab-j/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte.json +++ b/data/tablet/samsung/2016/galaxy-tab-j/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte.json @@ -100,5 +100,10 @@ 8 ], "soc": "spreadtrum-sc8830", - "os_version": "5.1" + "os_version": "5.1", + "dimensions": { + "height_mm": 186.9, + "width_mm": 108.8, + "depth_mm": 8.7 + } } diff --git a/data/tablet/samsung/2017/galaxy-tab-a-8-0-2017/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte.json b/data/tablet/samsung/2017/galaxy-tab-a-8-0-2017/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte.json index 8b21bd266949..1b8fa5a1d4bb 100644 --- a/data/tablet/samsung/2017/galaxy-tab-a-8-0-2017/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2017/galaxy-tab-a-8-0-2017/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte.json @@ -107,5 +107,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "7.1" + "os_version": "7.1", + "dimensions": { + "height_mm": 212.1, + "width_mm": 124.1, + "depth_mm": 8.9 + } } diff --git a/data/tablet/samsung/2017/galaxy-tab-active2/samsung-galaxy-tab-active2-3gb-16gb-4g-lte.json b/data/tablet/samsung/2017/galaxy-tab-active2/samsung-galaxy-tab-active2-3gb-16gb-4g-lte.json index 349ead61912b..f562da00a361 100644 --- a/data/tablet/samsung/2017/galaxy-tab-active2/samsung-galaxy-tab-active2-3gb-16gb-4g-lte.json +++ b/data/tablet/samsung/2017/galaxy-tab-active2/samsung-galaxy-tab-active2-3gb-16gb-4g-lte.json @@ -101,5 +101,10 @@ 16 ], "soc": "exynos-7870-octa", - "os_version": "7.1.1" + "os_version": "7.1.1", + "dimensions": { + "height_mm": 127.6, + "width_mm": 214.7, + "depth_mm": 9.9 + } } diff --git a/data/tablet/samsung/2017/galaxy-tab-s3-9-7/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte.json b/data/tablet/samsung/2017/galaxy-tab-s3-9-7/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte.json index 201323d45579..913a4ff60092 100644 --- a/data/tablet/samsung/2017/galaxy-tab-s3-9-7/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2017/galaxy-tab-s3-9-7/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-msm8996-snapdragon-820", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 237.3, + "width_mm": 169.0, + "depth_mm": 6.0 + } } diff --git a/data/tablet/samsung/2018/galaxy-tab-a-10-5/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte.json b/data/tablet/samsung/2018/galaxy-tab-a-10-5/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte.json index 3d34eb1a7068..9afedbe6cbef 100644 --- a/data/tablet/samsung/2018/galaxy-tab-a-10-5/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2018/galaxy-tab-a-10-5/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte.json @@ -105,5 +105,11 @@ 32 ], "soc": "qualcomm-sdm450-snapdragon-450", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 260.0, + "width_mm": 161.1, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2018/galaxy-tab-a-8-0-2018/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte.json b/data/tablet/samsung/2018/galaxy-tab-a-8-0-2018/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte.json index fc4e6074d115..8e6721c7cbf6 100644 --- a/data/tablet/samsung/2018/galaxy-tab-a-8-0-2018/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2018/galaxy-tab-a-8-0-2018/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte.json @@ -101,5 +101,10 @@ 32 ], "soc": "qualcomm-msm8917-snapdragon-425", - "os_version": "8.1" + "os_version": "8.1", + "dimensions": { + "height_mm": 206.6, + "width_mm": 126.7, + "depth_mm": 8.9 + } } diff --git a/data/tablet/samsung/2018/galaxy-tab-advanced2/samsung-galaxy-tab-advanced2-3gb-32gb-2g.json b/data/tablet/samsung/2018/galaxy-tab-advanced2/samsung-galaxy-tab-advanced2-3gb-32gb-2g.json index 315dd4b93f96..a6d9f87d8f86 100644 --- a/data/tablet/samsung/2018/galaxy-tab-advanced2/samsung-galaxy-tab-advanced2-3gb-32gb-2g.json +++ b/data/tablet/samsung/2018/galaxy-tab-advanced2/samsung-galaxy-tab-advanced2-3gb-32gb-2g.json @@ -101,5 +101,10 @@ 32 ], "soc": "exynos-7870-octa", - "os_version": "8.0" + "os_version": "8.0", + "dimensions": { + "height_mm": 250.4, + "width_mm": 166.2, + "depth_mm": 8.5 + } } diff --git a/data/tablet/samsung/2018/galaxy-tab-s4-10-5/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte.json b/data/tablet/samsung/2018/galaxy-tab-s4-10-5/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte.json index 26f3a4266b23..5a397c2e19a9 100644 --- a/data/tablet/samsung/2018/galaxy-tab-s4-10-5/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte.json +++ b/data/tablet/samsung/2018/galaxy-tab-s4-10-5/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 256 ], "soc": "qualcomm-msm8998-snapdragon-835", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 249.3, + "width_mm": 164.3, + "depth_mm": 7.1 + } } diff --git a/data/tablet/samsung/2019/galaxy-tab-a-10-1-2019/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte.json b/data/tablet/samsung/2019/galaxy-tab-a-10-1-2019/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte.json index 757c255d8c76..8b35d1c3ad05 100644 --- a/data/tablet/samsung/2019/galaxy-tab-a-10-1-2019/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2019/galaxy-tab-a-10-1-2019/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte.json @@ -108,5 +108,10 @@ 128 ], "soc": "exynos-7904", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 245.2, + "width_mm": 149.4, + "depth_mm": 7.5 + } } diff --git a/data/tablet/samsung/2019/galaxy-tab-a-8-0-2019/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte.json b/data/tablet/samsung/2019/galaxy-tab-a-8-0-2019/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte.json index 3dab8965bd2a..48cb5561a1ac 100644 --- a/data/tablet/samsung/2019/galaxy-tab-a-8-0-2019/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte.json +++ b/data/tablet/samsung/2019/galaxy-tab-a-8-0-2019/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte.json @@ -103,5 +103,10 @@ 64 ], "soc": "qualcomm-sdm429-snapdragon-429", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.4, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2019/galaxy-tab-a-8-0-s-pen-2019/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte.json b/data/tablet/samsung/2019/galaxy-tab-a-8-0-s-pen-2019/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte.json index 3b2cd8e0531d..11a8efafd919 100644 --- a/data/tablet/samsung/2019/galaxy-tab-a-8-0-s-pen-2019/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2019/galaxy-tab-a-8-0-s-pen-2019/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "exynos-7904", - "os_version": "9.0" + "os_version": "9.0", + "dimensions": { + "height_mm": 201.5, + "width_mm": 122.4, + "depth_mm": 8.9 + } } diff --git a/data/tablet/samsung/2019/galaxy-tab-active-pro/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte.json b/data/tablet/samsung/2019/galaxy-tab-active-pro/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte.json index 059cbd61baa9..ae76a08e409a 100644 --- a/data/tablet/samsung/2019/galaxy-tab-active-pro/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte.json +++ b/data/tablet/samsung/2019/galaxy-tab-active-pro/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "qualcomm-sdm670-snapdragon-670", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 243.5, + "width_mm": 170.2, + "depth_mm": 9.9 + } } diff --git a/data/tablet/samsung/2019/galaxy-tab-s5e/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte.json b/data/tablet/samsung/2019/galaxy-tab-s5e/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte.json index a1cac57f01e1..fe15f655b196 100644 --- a/data/tablet/samsung/2019/galaxy-tab-s5e/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2019/galaxy-tab-s5e/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte.json @@ -109,5 +109,11 @@ 128 ], "soc": "qualcomm-sdm670-snapdragon-670", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 245.0, + "width_mm": 160.0, + "depth_mm": 5.5 + } } diff --git a/data/tablet/samsung/2019/galaxy-tab-s6/samsung-galaxy-tab-s6-8gb-256gb-4g-lte.json b/data/tablet/samsung/2019/galaxy-tab-s6/samsung-galaxy-tab-s6-8gb-256gb-4g-lte.json index ec2e639524c0..57d2daf78b49 100644 --- a/data/tablet/samsung/2019/galaxy-tab-s6/samsung-galaxy-tab-s6-8gb-256gb-4g-lte.json +++ b/data/tablet/samsung/2019/galaxy-tab-s6/samsung-galaxy-tab-s6-8gb-256gb-4g-lte.json @@ -108,5 +108,11 @@ 256 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "9.0" + "os_version": "9.0", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 244.5, + "width_mm": 159.5, + "depth_mm": 5.7 + } } diff --git a/data/tablet/samsung/2020/galaxy-tab-a-8-4-2020/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte.json b/data/tablet/samsung/2020/galaxy-tab-a-8-4-2020/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte.json index 3bfa5eed081c..f8a381338947 100644 --- a/data/tablet/samsung/2020/galaxy-tab-a-8-4-2020/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte.json +++ b/data/tablet/samsung/2020/galaxy-tab-a-8-4-2020/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte.json @@ -102,5 +102,10 @@ 32 ], "soc": "exynos-7904", - "os_version": "10" + "os_version": "10", + "dimensions": { + "height_mm": 202.0, + "width_mm": 125.2, + "depth_mm": 7.1 + } } diff --git a/data/tablet/samsung/2020/galaxy-tab-a7-10-4-2020/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte.json b/data/tablet/samsung/2020/galaxy-tab-a7-10-4-2020/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte.json index a7291371fa7c..e0c3ba9e9eb7 100644 --- a/data/tablet/samsung/2020/galaxy-tab-a7-10-4-2020/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte.json +++ b/data/tablet/samsung/2020/galaxy-tab-a7-10-4-2020/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 32, 64 ], - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 247.6, + "width_mm": 157.4, + "depth_mm": 7.0 + } } diff --git a/data/tablet/samsung/2020/galaxy-tab-active3/samsung-galaxy-tab-active3-4gb-128gb-4g-lte.json b/data/tablet/samsung/2020/galaxy-tab-active3/samsung-galaxy-tab-active3-4gb-128gb-4g-lte.json index b5e67e51b753..0ff3257b05eb 100644 --- a/data/tablet/samsung/2020/galaxy-tab-active3/samsung-galaxy-tab-active3-4gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2020/galaxy-tab-active3/samsung-galaxy-tab-active3-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "exynos-9810", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 213.8, + "width_mm": 126.8, + "depth_mm": 9.9 + } } diff --git a/data/tablet/samsung/2020/galaxy-tab-s6-5g/samsung-galaxy-tab-s6-5g-6gb-128gb-5g.json b/data/tablet/samsung/2020/galaxy-tab-s6-5g/samsung-galaxy-tab-s6-5g-6gb-128gb-5g.json index 79ee8b689f0c..e39c453e902d 100644 --- a/data/tablet/samsung/2020/galaxy-tab-s6-5g/samsung-galaxy-tab-s6-5g-6gb-128gb-5g.json +++ b/data/tablet/samsung/2020/galaxy-tab-s6-5g/samsung-galaxy-tab-s6-5g-6gb-128gb-5g.json @@ -105,5 +105,11 @@ 128 ], "soc": "qualcomm-sm8150-snapdragon-855", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 244.5, + "width_mm": 159.5, + "depth_mm": 5.7 + } } diff --git a/data/tablet/samsung/2020/galaxy-tab-s6-lite-2020/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte.json b/data/tablet/samsung/2020/galaxy-tab-s6-lite-2020/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte.json index 63865e3237b8..e1c078293b27 100644 --- a/data/tablet/samsung/2020/galaxy-tab-s6-lite-2020/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2020/galaxy-tab-s6-lite-2020/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "exynos-9611", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 244.5, + "width_mm": 154.3, + "depth_mm": 7.0 + } } diff --git a/data/tablet/samsung/2020/galaxy-tab-s7/samsung-galaxy-tab-s7-8gb-512gb-5g.json b/data/tablet/samsung/2020/galaxy-tab-s7/samsung-galaxy-tab-s7-8gb-512gb-5g.json index 076dc9225162..7921927fcf63 100644 --- a/data/tablet/samsung/2020/galaxy-tab-s7/samsung-galaxy-tab-s7-8gb-512gb-5g.json +++ b/data/tablet/samsung/2020/galaxy-tab-s7/samsung-galaxy-tab-s7-8gb-512gb-5g.json @@ -113,5 +113,11 @@ 256, 512 ], - "os_version": "10" + "os_version": "10", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 285.0, + "width_mm": 185.0, + "depth_mm": 5.7 + } } diff --git a/data/tablet/samsung/2021/galaxy-tab-a7-lite/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte.json b/data/tablet/samsung/2021/galaxy-tab-a7-lite/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte.json index 07fa1322bcf3..bea3920e548c 100644 --- a/data/tablet/samsung/2021/galaxy-tab-a7-lite/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte.json +++ b/data/tablet/samsung/2021/galaxy-tab-a7-lite/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 32, 64 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 212.5, + "width_mm": 124.7, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2021/galaxy-tab-a8-10-5-2021/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte.json b/data/tablet/samsung/2021/galaxy-tab-a8-10-5-2021/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte.json index e2a1e60c043b..11ea2bf6e7bb 100644 --- a/data/tablet/samsung/2021/galaxy-tab-a8-10-5-2021/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2021/galaxy-tab-a8-10-5-2021/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "unisoc-tiger-t618", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 246.8, + "width_mm": 161.9, + "depth_mm": 6.9 + } } diff --git a/data/tablet/samsung/2021/galaxy-tab-s7-fe/samsung-galaxy-tab-s7-fe-8gb-256gb-5g.json b/data/tablet/samsung/2021/galaxy-tab-s7-fe/samsung-galaxy-tab-s7-fe-8gb-256gb-5g.json index 13bf972a9bc1..f5faf29dc713 100644 --- a/data/tablet/samsung/2021/galaxy-tab-s7-fe/samsung-galaxy-tab-s7-fe-8gb-256gb-5g.json +++ b/data/tablet/samsung/2021/galaxy-tab-s7-fe/samsung-galaxy-tab-s7-fe-8gb-256gb-5g.json @@ -111,5 +111,11 @@ 128, 256 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 284.8, + "width_mm": 185.0, + "depth_mm": 6.3 + } } diff --git a/data/tablet/samsung/2022/galaxy-tab-a7-10-4-2022/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte.json b/data/tablet/samsung/2022/galaxy-tab-a7-10-4-2022/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte.json index 29dc512b03d7..5ad69d84a90e 100644 --- a/data/tablet/samsung/2022/galaxy-tab-a7-10-4-2022/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte.json +++ b/data/tablet/samsung/2022/galaxy-tab-a7-10-4-2022/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 32, 64 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 247.6, + "width_mm": 157.4, + "depth_mm": 7.0 + } } diff --git a/data/tablet/samsung/2022/galaxy-tab-active4-pro/samsung-galaxy-tab-active4-pro-6gb-128gb-5g.json b/data/tablet/samsung/2022/galaxy-tab-active4-pro/samsung-galaxy-tab-active4-pro-6gb-128gb-5g.json index 0176bd777a42..1a87c2b540a1 100644 --- a/data/tablet/samsung/2022/galaxy-tab-active4-pro/samsung-galaxy-tab-active4-pro-6gb-128gb-5g.json +++ b/data/tablet/samsung/2022/galaxy-tab-active4-pro/samsung-galaxy-tab-active4-pro-6gb-128gb-5g.json @@ -105,5 +105,10 @@ 64, 128 ], - "os_version": "12" + "os_version": "12", + "dimensions": { + "height_mm": 242.9, + "width_mm": 170.2, + "depth_mm": 10.2 + } } diff --git a/data/tablet/samsung/2022/galaxy-tab-s6-lite-2022/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte.json b/data/tablet/samsung/2022/galaxy-tab-s6-lite-2022/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte.json index 6abd30604d8f..ab3c82d1be2b 100644 --- a/data/tablet/samsung/2022/galaxy-tab-s6-lite-2022/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2022/galaxy-tab-s6-lite-2022/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 64, 128 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 244.5, + "width_mm": 154.3, + "depth_mm": 7.0 + } } diff --git a/data/tablet/samsung/2022/galaxy-tab-s8-ultra/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g.json b/data/tablet/samsung/2022/galaxy-tab-s8-ultra/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g.json index b1b0d86a5bef..e37ce0cecad0 100644 --- a/data/tablet/samsung/2022/galaxy-tab-s8-ultra/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g.json +++ b/data/tablet/samsung/2022/galaxy-tab-s8-ultra/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g.json @@ -108,5 +108,11 @@ 256, 512 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 326.4, + "width_mm": 208.6, + "depth_mm": 5.5 + } } diff --git a/data/tablet/samsung/2022/galaxy-tab-s8/samsung-galaxy-tab-s8-12gb-256gb-5g.json b/data/tablet/samsung/2022/galaxy-tab-s8/samsung-galaxy-tab-s8-12gb-256gb-5g.json index 3e86c9b5d575..34a5cc6e87e7 100644 --- a/data/tablet/samsung/2022/galaxy-tab-s8/samsung-galaxy-tab-s8-12gb-256gb-5g.json +++ b/data/tablet/samsung/2022/galaxy-tab-s8/samsung-galaxy-tab-s8-12gb-256gb-5g.json @@ -107,5 +107,11 @@ 128, 256 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 253.8, + "width_mm": 165.3, + "depth_mm": 6.3 + } } diff --git a/data/tablet/samsung/2022/galaxy-tab-s8/samsung-galaxy-tab-s8-16gb-512gb-5g.json b/data/tablet/samsung/2022/galaxy-tab-s8/samsung-galaxy-tab-s8-16gb-512gb-5g.json index f7d8eacafca5..fc476ef10bdd 100644 --- a/data/tablet/samsung/2022/galaxy-tab-s8/samsung-galaxy-tab-s8-16gb-512gb-5g.json +++ b/data/tablet/samsung/2022/galaxy-tab-s8/samsung-galaxy-tab-s8-16gb-512gb-5g.json @@ -108,5 +108,11 @@ 256, 512 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 285.0, + "width_mm": 185.0, + "depth_mm": 5.7 + } } diff --git a/data/tablet/samsung/2023/galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-128gb-4g-lte.json b/data/tablet/samsung/2023/galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-128gb-4g-lte.json index 69eb740f6390..0d7dbf3d0a30 100644 --- a/data/tablet/samsung/2023/galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2023/galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 211.0, + "width_mm": 124.7, + "depth_mm": 8.0 + } } diff --git a/data/tablet/samsung/2023/galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-256gb-5g.json b/data/tablet/samsung/2023/galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-256gb-5g.json index e3524af9af7e..daad84eed770 100644 --- a/data/tablet/samsung/2023/galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-256gb-5g.json +++ b/data/tablet/samsung/2023/galaxy-tab-a9/samsung-galaxy-tab-a9-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 128, 256 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 257.1, + "width_mm": 168.7, + "depth_mm": 6.9 + } } diff --git a/data/tablet/samsung/2023/galaxy-tab-s9-fe/samsung-galaxy-tab-s9-fe-12gb-256gb-5g.json b/data/tablet/samsung/2023/galaxy-tab-s9-fe/samsung-galaxy-tab-s9-fe-12gb-256gb-5g.json index 4abb28788e7f..29eb82ffeead 100644 --- a/data/tablet/samsung/2023/galaxy-tab-s9-fe/samsung-galaxy-tab-s9-fe-12gb-256gb-5g.json +++ b/data/tablet/samsung/2023/galaxy-tab-s9-fe/samsung-galaxy-tab-s9-fe-12gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "exynos-1380", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 285.4, + "width_mm": 185.4, + "depth_mm": 6.5 + } } diff --git a/data/tablet/samsung/2023/galaxy-tab-s9-fe/samsung-galaxy-tab-s9-fe-8gb-256gb-5g.json b/data/tablet/samsung/2023/galaxy-tab-s9-fe/samsung-galaxy-tab-s9-fe-8gb-256gb-5g.json index 7148b9b4ba5e..7868ac2c757f 100644 --- a/data/tablet/samsung/2023/galaxy-tab-s9-fe/samsung-galaxy-tab-s9-fe-8gb-256gb-5g.json +++ b/data/tablet/samsung/2023/galaxy-tab-s9-fe/samsung-galaxy-tab-s9-fe-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 256 ], "soc": "exynos-1380", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 254.3, + "width_mm": 165.8, + "depth_mm": 6.5 + } } diff --git a/data/tablet/samsung/2023/galaxy-tab-s9-ultra/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g.json b/data/tablet/samsung/2023/galaxy-tab-s9-ultra/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g.json index 837433ac5ebb..9339ec6b0134 100644 --- a/data/tablet/samsung/2023/galaxy-tab-s9-ultra/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g.json +++ b/data/tablet/samsung/2023/galaxy-tab-s9-ultra/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g.json @@ -114,5 +114,11 @@ 256, 512 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 326.4, + "width_mm": 208.6, + "depth_mm": 5.5 + } } diff --git a/data/tablet/samsung/2023/galaxy-tab-s9/samsung-galaxy-tab-s9-12gb-256gb-5g.json b/data/tablet/samsung/2023/galaxy-tab-s9/samsung-galaxy-tab-s9-12gb-256gb-5g.json index 0f273a46783a..30b736567e6a 100644 --- a/data/tablet/samsung/2023/galaxy-tab-s9/samsung-galaxy-tab-s9-12gb-256gb-5g.json +++ b/data/tablet/samsung/2023/galaxy-tab-s9/samsung-galaxy-tab-s9-12gb-256gb-5g.json @@ -108,5 +108,11 @@ 128, 256 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 254.3, + "width_mm": 165.8, + "depth_mm": 5.9 + } } diff --git a/data/tablet/samsung/2023/galaxy-tab-s9/samsung-galaxy-tab-s9-12gb-512gb-5g.json b/data/tablet/samsung/2023/galaxy-tab-s9/samsung-galaxy-tab-s9-12gb-512gb-5g.json index 4d6fbf2763a9..65ba5533cb8c 100644 --- a/data/tablet/samsung/2023/galaxy-tab-s9/samsung-galaxy-tab-s9-12gb-512gb-5g.json +++ b/data/tablet/samsung/2023/galaxy-tab-s9/samsung-galaxy-tab-s9-12gb-512gb-5g.json @@ -108,5 +108,11 @@ 256, 512 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 285.4, + "width_mm": 185.4, + "depth_mm": 5.7 + } } diff --git a/data/tablet/samsung/2024/galaxy-tab-active5/samsung-galaxy-tab-active5-8gb-256gb-5g.json b/data/tablet/samsung/2024/galaxy-tab-active5/samsung-galaxy-tab-active5-8gb-256gb-5g.json index b14c01189d7c..16c2402ebcd9 100644 --- a/data/tablet/samsung/2024/galaxy-tab-active5/samsung-galaxy-tab-active5-8gb-256gb-5g.json +++ b/data/tablet/samsung/2024/galaxy-tab-active5/samsung-galaxy-tab-active5-8gb-256gb-5g.json @@ -104,5 +104,10 @@ 128, 256 ], - "os_version": "14" + "os_version": "14", + "dimensions": { + "height_mm": 213.8, + "width_mm": 126.8, + "depth_mm": 10.1 + } } diff --git a/data/tablet/samsung/2024/galaxy-tab-s10-ultra/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g.json b/data/tablet/samsung/2024/galaxy-tab-s10-ultra/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g.json index 9a85a5e59604..06cd6c035d40 100644 --- a/data/tablet/samsung/2024/galaxy-tab-s10-ultra/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g.json +++ b/data/tablet/samsung/2024/galaxy-tab-s10-ultra/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g.json @@ -109,5 +109,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 326.4, + "width_mm": 208.6, + "depth_mm": 5.4 + } } diff --git a/data/tablet/samsung/2024/galaxy-tab-s10/samsung-galaxy-tab-s10-12gb-512gb-5g.json b/data/tablet/samsung/2024/galaxy-tab-s10/samsung-galaxy-tab-s10-12gb-512gb-5g.json index 9f49655aa516..773b6f39dfc9 100644 --- a/data/tablet/samsung/2024/galaxy-tab-s10/samsung-galaxy-tab-s10-12gb-512gb-5g.json +++ b/data/tablet/samsung/2024/galaxy-tab-s10/samsung-galaxy-tab-s10-12gb-512gb-5g.json @@ -109,5 +109,11 @@ 512 ], "soc": "dimensity-9300-plus", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 45.0, + "dimensions": { + "height_mm": 285.4, + "width_mm": 185.4, + "depth_mm": 5.6 + } } diff --git a/data/tablet/samsung/2024/galaxy-tab-s6-lite-2024/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte.json b/data/tablet/samsung/2024/galaxy-tab-s6-lite-2024/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte.json index ff993adae892..743fa21ecd39 100644 --- a/data/tablet/samsung/2024/galaxy-tab-s6-lite-2024/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte.json +++ b/data/tablet/samsung/2024/galaxy-tab-s6-lite-2024/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte.json @@ -103,5 +103,11 @@ 64, 128 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 15.0, + "dimensions": { + "height_mm": 244.5, + "width_mm": 154.3, + "depth_mm": 7.0 + } } diff --git a/data/tablet/sony/2011/tablet-p-3g/sony-tablet-p-3g-1gb-4gb-4g-lte.json b/data/tablet/sony/2011/tablet-p-3g/sony-tablet-p-3g-1gb-4gb-4g-lte.json index 5035023480da..8d946558805b 100644 --- a/data/tablet/sony/2011/tablet-p-3g/sony-tablet-p-3g-1gb-4gb-4g-lte.json +++ b/data/tablet/sony/2011/tablet-p-3g/sony-tablet-p-3g-1gb-4gb-4g-lte.json @@ -100,5 +100,10 @@ 4 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 180.0, + "width_mm": 158.0, + "depth_mm": 14.0 + } } diff --git a/data/tablet/sony/2012/tablet-p/sony-tablet-p-1gb-4gb-2g.json b/data/tablet/sony/2012/tablet-p/sony-tablet-p-1gb-4gb-2g.json index 8b9139f14145..d8fdfde2b22c 100644 --- a/data/tablet/sony/2012/tablet-p/sony-tablet-p-1gb-4gb-2g.json +++ b/data/tablet/sony/2012/tablet-p/sony-tablet-p-1gb-4gb-2g.json @@ -99,5 +99,10 @@ 4 ], "soc": "nvidia-tegra-2-t20", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 180.0, + "width_mm": 158.0, + "depth_mm": 14.0 + } } diff --git a/data/tablet/sony/2012/xperia-tablet-s-3g/sony-xperia-tablet-s-3g-1gb-64gb-3g.json b/data/tablet/sony/2012/xperia-tablet-s-3g/sony-xperia-tablet-s-3g-1gb-64gb-3g.json index 6f1dc3f7c7a5..8e4bf3de13be 100644 --- a/data/tablet/sony/2012/xperia-tablet-s-3g/sony-xperia-tablet-s-3g-1gb-64gb-3g.json +++ b/data/tablet/sony/2012/xperia-tablet-s-3g/sony-xperia-tablet-s-3g-1gb-64gb-3g.json @@ -105,5 +105,10 @@ 64 ], "soc": "nvidia-tegra-3", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 239.8, + "width_mm": 174.4, + "depth_mm": 8.8 + } } diff --git a/data/tablet/sony/2012/xperia-tablet-s/sony-xperia-tablet-s-1gb-64gb-2g.json b/data/tablet/sony/2012/xperia-tablet-s/sony-xperia-tablet-s-1gb-64gb-2g.json index db0ab7bf4e05..9f0aa79221d8 100644 --- a/data/tablet/sony/2012/xperia-tablet-s/sony-xperia-tablet-s-1gb-64gb-2g.json +++ b/data/tablet/sony/2012/xperia-tablet-s/sony-xperia-tablet-s-1gb-64gb-2g.json @@ -106,5 +106,10 @@ 64 ], "soc": "nvidia-tegra-3", - "os_version": "4.0.3" + "os_version": "4.0.3", + "dimensions": { + "height_mm": 239.8, + "width_mm": 174.4, + "depth_mm": 8.8 + } } diff --git a/data/tablet/sony/2013/xperia-tablet-z-lte/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte.json b/data/tablet/sony/2013/xperia-tablet-z-lte/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte.json index f1d06c442459..702b1e04dd82 100644 --- a/data/tablet/sony/2013/xperia-tablet-z-lte/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte.json +++ b/data/tablet/sony/2013/xperia-tablet-z-lte/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte.json @@ -114,5 +114,10 @@ 16 ], "soc": "qualcomm-apq8064-snapdragon-s4-pro", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 266.0, + "width_mm": 172.0, + "depth_mm": 6.9 + } } diff --git a/data/tablet/sony/2013/xperia-tablet-z-wi-fi/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g.json b/data/tablet/sony/2013/xperia-tablet-z-wi-fi/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g.json index cd8a32527374..fabc362c2c7f 100644 --- a/data/tablet/sony/2013/xperia-tablet-z-wi-fi/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g.json +++ b/data/tablet/sony/2013/xperia-tablet-z-wi-fi/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g.json @@ -114,5 +114,10 @@ 32 ], "soc": "qualcomm-apq8064-snapdragon-600", - "os_version": "4.1.2" + "os_version": "4.1.2", + "dimensions": { + "height_mm": 266.0, + "width_mm": 172.0, + "depth_mm": 6.9 + } } diff --git a/data/tablet/sony/2014/xperia-z2-tablet-lte/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte.json b/data/tablet/sony/2014/xperia-z2-tablet-lte/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte.json index b40a52573396..420c03f7ee3a 100644 --- a/data/tablet/sony/2014/xperia-z2-tablet-lte/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte.json +++ b/data/tablet/sony/2014/xperia-z2-tablet-lte/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte.json @@ -110,5 +110,11 @@ 16 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 266.0, + "width_mm": 172.0, + "depth_mm": 6.4 + } } diff --git a/data/tablet/sony/2014/xperia-z2-tablet-wi-fi/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g.json b/data/tablet/sony/2014/xperia-z2-tablet-wi-fi/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g.json index 24a32a88dab0..86e9e84afc7f 100644 --- a/data/tablet/sony/2014/xperia-z2-tablet-wi-fi/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g.json +++ b/data/tablet/sony/2014/xperia-z2-tablet-wi-fi/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g.json @@ -107,5 +107,11 @@ 32 ], "soc": "qualcomm-apq8074ab-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 266.0, + "width_mm": 172.0, + "depth_mm": 6.4 + } } diff --git a/data/tablet/sony/2014/xperia-z3-tablet-compact/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte.json b/data/tablet/sony/2014/xperia-z3-tablet-compact/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte.json index f82eefc54298..93161883bf4f 100644 --- a/data/tablet/sony/2014/xperia-z3-tablet-compact/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte.json +++ b/data/tablet/sony/2014/xperia-z3-tablet-compact/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte.json @@ -116,5 +116,11 @@ 16 ], "soc": "qualcomm-msm8974ab-snapdragon-801", - "os_version": "4.4.2" + "os_version": "4.4.2", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 213.4, + "width_mm": 123.6, + "depth_mm": 6.4 + } } diff --git a/data/tablet/sony/2015/xperia-z4-tablet-lte/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte.json b/data/tablet/sony/2015/xperia-z4-tablet-lte/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte.json index 7ae8713b7a70..b76845e1287c 100644 --- a/data/tablet/sony/2015/xperia-z4-tablet-lte/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte.json +++ b/data/tablet/sony/2015/xperia-z4-tablet-lte/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte.json @@ -106,5 +106,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 254.0, + "width_mm": 167.0, + "depth_mm": 6.1 + } } diff --git a/data/tablet/sony/2015/xperia-z4-tablet-wifi/sony-xperia-z4-tablet-wifi-3gb-32gb-2g.json b/data/tablet/sony/2015/xperia-z4-tablet-wifi/sony-xperia-z4-tablet-wifi-3gb-32gb-2g.json index 819d6ec38223..420eef7e5172 100644 --- a/data/tablet/sony/2015/xperia-z4-tablet-wifi/sony-xperia-z4-tablet-wifi-3gb-32gb-2g.json +++ b/data/tablet/sony/2015/xperia-z4-tablet-wifi/sony-xperia-z4-tablet-wifi-3gb-32gb-2g.json @@ -103,5 +103,11 @@ 32 ], "soc": "qualcomm-msm8994-snapdragon-810", - "os_version": "5.0" + "os_version": "5.0", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 254.0, + "width_mm": 167.0, + "depth_mm": 6.1 + } } diff --git a/data/tablet/tcl/2021/tab-10s/tcl-tab-10s-4gb-64gb-4g-lte.json b/data/tablet/tcl/2021/tab-10s/tcl-tab-10s-4gb-64gb-4g-lte.json index c0fcef0b9fef..dbcf73748104 100644 --- a/data/tablet/tcl/2021/tab-10s/tcl-tab-10s-4gb-64gb-4g-lte.json +++ b/data/tablet/tcl/2021/tab-10s/tcl-tab-10s-4gb-64gb-4g-lte.json @@ -103,5 +103,11 @@ 64 ], "soc": "mediatek-mt8768", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 241.0, + "width_mm": 158.6, + "depth_mm": 8.3 + } } diff --git a/data/tablet/tcl/2022/tab-10-hd-4g/tcl-tab-10-hd-4g-3gb-32gb-4g-lte.json b/data/tablet/tcl/2022/tab-10-hd-4g/tcl-tab-10-hd-4g-3gb-32gb-4g-lte.json index 59cc93fbb090..6832a9e4fd06 100644 --- a/data/tablet/tcl/2022/tab-10-hd-4g/tcl-tab-10-hd-4g-3gb-32gb-4g-lte.json +++ b/data/tablet/tcl/2022/tab-10-hd-4g/tcl-tab-10-hd-4g-3gb-32gb-4g-lte.json @@ -100,5 +100,11 @@ "storage_options_gb": [ 32 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 243.2, + "width_mm": 158.2, + "depth_mm": 9.2 + } } diff --git a/data/tablet/tcl/2022/tab-10l/tcl-tab-10l-2gb-32gb-3g.json b/data/tablet/tcl/2022/tab-10l/tcl-tab-10l-2gb-32gb-3g.json index ad5c63672e37..6024d642589c 100644 --- a/data/tablet/tcl/2022/tab-10l/tcl-tab-10l-2gb-32gb-3g.json +++ b/data/tablet/tcl/2022/tab-10l/tcl-tab-10l-2gb-32gb-3g.json @@ -99,5 +99,10 @@ "storage_options_gb": [ 32 ], - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 243.2, + "width_mm": 158.2, + "depth_mm": 9.2 + } } diff --git a/data/tablet/tcl/2022/tab-10s-5g/tcl-tab-10s-5g-4gb-64gb-5g.json b/data/tablet/tcl/2022/tab-10s-5g/tcl-tab-10s-5g-4gb-64gb-5g.json index 0aa03ae967ef..0aadd4773314 100644 --- a/data/tablet/tcl/2022/tab-10s-5g/tcl-tab-10s-5g-4gb-64gb-5g.json +++ b/data/tablet/tcl/2022/tab-10s-5g/tcl-tab-10s-5g-4gb-64gb-5g.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 64 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 241.7, + "width_mm": 158.6, + "depth_mm": 8.5 + } } diff --git a/data/tablet/tcl/2022/tab-8-4g/tcl-tab-8-4g-2gb-32gb-4g-lte.json b/data/tablet/tcl/2022/tab-8-4g/tcl-tab-8-4g-2gb-32gb-4g-lte.json index 70b22da8e184..e9e350625a46 100644 --- a/data/tablet/tcl/2022/tab-8-4g/tcl-tab-8-4g-2gb-32gb-4g-lte.json +++ b/data/tablet/tcl/2022/tab-8-4g/tcl-tab-8-4g-2gb-32gb-4g-lte.json @@ -99,5 +99,10 @@ "storage_options_gb": [ 32 ], - "os_version": "11" + "os_version": "11", + "dimensions": { + "height_mm": 197.0, + "width_mm": 124.8, + "depth_mm": 8.9 + } } diff --git a/data/tablet/tcl/2023/tab-10-gen2/tcl-tab-10-gen2-4gb-128gb-4g-lte.json b/data/tablet/tcl/2023/tab-10-gen2/tcl-tab-10-gen2-4gb-128gb-4g-lte.json index 17aa3e352a99..069a7ea854cc 100644 --- a/data/tablet/tcl/2023/tab-10-gen2/tcl-tab-10-gen2-4gb-128gb-4g-lte.json +++ b/data/tablet/tcl/2023/tab-10-gen2/tcl-tab-10-gen2-4gb-128gb-4g-lte.json @@ -105,5 +105,11 @@ 128 ], "soc": "mediatek-mt6762-helio-p22t", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 244.9, + "width_mm": 154.7, + "depth_mm": 7.4 + } } diff --git a/data/tablet/tcl/2023/tab-10l-gen2/tcl-tab-10l-gen2-3gb-32gb-4g-lte.json b/data/tablet/tcl/2023/tab-10l-gen2/tcl-tab-10l-gen2-3gb-32gb-4g-lte.json index 32b6484022e7..9c528380954c 100644 --- a/data/tablet/tcl/2023/tab-10l-gen2/tcl-tab-10l-gen2-3gb-32gb-4g-lte.json +++ b/data/tablet/tcl/2023/tab-10l-gen2/tcl-tab-10l-gen2-3gb-32gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 32 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 241.2, + "width_mm": 156.6, + "depth_mm": 8.0 + } } diff --git a/data/tablet/tcl/2024/tab-10-nxtpaper/tcl-tab-10-nxtpaper-6gb-128gb-5g.json b/data/tablet/tcl/2024/tab-10-nxtpaper/tcl-tab-10-nxtpaper-6gb-128gb-5g.json index 7d850eb65778..a92cb009eb04 100644 --- a/data/tablet/tcl/2024/tab-10-nxtpaper/tcl-tab-10-nxtpaper-6gb-128gb-5g.json +++ b/data/tablet/tcl/2024/tab-10-nxtpaper/tcl-tab-10-nxtpaper-6gb-128gb-5g.json @@ -101,5 +101,11 @@ "storage_options_gb": [ 128 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 246.1, + "width_mm": 155.9, + "depth_mm": 7.8 + } } diff --git a/data/tablet/tcl/2024/tab-10l-gen-3/tcl-tab-10l-gen-3-4gb-64gb-4g-lte.json b/data/tablet/tcl/2024/tab-10l-gen-3/tcl-tab-10l-gen-3-4gb-64gb-4g-lte.json index bc57d8a879e7..13f8f15d99ff 100644 --- a/data/tablet/tcl/2024/tab-10l-gen-3/tcl-tab-10l-gen-3-4gb-64gb-4g-lte.json +++ b/data/tablet/tcl/2024/tab-10l-gen-3/tcl-tab-10l-gen-3-4gb-64gb-4g-lte.json @@ -102,5 +102,11 @@ "storage_options_gb": [ 64 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 241.2, + "width_mm": 156.6, + "depth_mm": 8.0 + } } diff --git a/data/tablet/ulefone/2021/tab-a7/ulefone-tab-a7-4gb-64gb-4g-lte.json b/data/tablet/ulefone/2021/tab-a7/ulefone-tab-a7-4gb-64gb-4g-lte.json index e6a89288086a..d3f61f55210d 100644 --- a/data/tablet/ulefone/2021/tab-a7/ulefone-tab-a7-4gb-64gb-4g-lte.json +++ b/data/tablet/ulefone/2021/tab-a7/ulefone-tab-a7-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ 64 ], "soc": "unisoc-sc9863a", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 243.6, + "width_mm": 162.4, + "depth_mm": 7.9 + } } diff --git a/data/tablet/ulefone/2023/armor-pad-2/ulefone-armor-pad-2-8gb-256gb-4g-lte.json b/data/tablet/ulefone/2023/armor-pad-2/ulefone-armor-pad-2-8gb-256gb-4g-lte.json index f12cae46e73a..4e8d1dc48b78 100644 --- a/data/tablet/ulefone/2023/armor-pad-2/ulefone-armor-pad-2-8gb-256gb-4g-lte.json +++ b/data/tablet/ulefone/2023/armor-pad-2/ulefone-armor-pad-2-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 277.8, + "width_mm": 178.0, + "depth_mm": 14.0 + } } diff --git a/data/tablet/ulefone/2023/armor-pad/ulefone-armor-pad-4gb-64gb-4g-lte.json b/data/tablet/ulefone/2023/armor-pad/ulefone-armor-pad-4gb-64gb-4g-lte.json index 8e7e07f1b389..2af4570cd0bb 100644 --- a/data/tablet/ulefone/2023/armor-pad/ulefone-armor-pad-4gb-64gb-4g-lte.json +++ b/data/tablet/ulefone/2023/armor-pad/ulefone-armor-pad-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ "storage_options_gb": [ 64 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 213.0, + "width_mm": 128.8, + "depth_mm": 14.0 + } } diff --git a/data/tablet/ulefone/2023/tab-a8/ulefone-tab-a8-4gb-64gb-4g-lte.json b/data/tablet/ulefone/2023/tab-a8/ulefone-tab-a8-4gb-64gb-4g-lte.json index 39fcd10a3bc9..41ec820cf4cd 100644 --- a/data/tablet/ulefone/2023/tab-a8/ulefone-tab-a8-4gb-64gb-4g-lte.json +++ b/data/tablet/ulefone/2023/tab-a8/ulefone-tab-a8-4gb-64gb-4g-lte.json @@ -101,5 +101,11 @@ "storage_options_gb": [ 64 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 238.7, + "width_mm": 157.5, + "depth_mm": 7.4 + } } diff --git a/data/tablet/ulefone/2024/armor-pad-pro/ulefone-armor-pad-pro-8gb-128gb-4g-lte.json b/data/tablet/ulefone/2024/armor-pad-pro/ulefone-armor-pad-pro-8gb-128gb-4g-lte.json index 3e49e15394dd..4c9e49791873 100644 --- a/data/tablet/ulefone/2024/armor-pad-pro/ulefone-armor-pad-pro-8gb-128gb-4g-lte.json +++ b/data/tablet/ulefone/2024/armor-pad-pro/ulefone-armor-pad-pro-8gb-128gb-4g-lte.json @@ -101,5 +101,11 @@ "storage_options_gb": [ 128 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 213.0, + "width_mm": 128.8, + "depth_mm": 14.0 + } } diff --git a/data/tablet/ulefone/2024/tab-a11-pro/ulefone-tab-a11-pro-8gb-256gb-4g-lte.json b/data/tablet/ulefone/2024/tab-a11-pro/ulefone-tab-a11-pro-8gb-256gb-4g-lte.json index 67ddd08f7542..7be4e9b98228 100644 --- a/data/tablet/ulefone/2024/tab-a11-pro/ulefone-tab-a11-pro-8gb-256gb-4g-lte.json +++ b/data/tablet/ulefone/2024/tab-a11-pro/ulefone-tab-a11-pro-8gb-256gb-4g-lte.json @@ -103,5 +103,11 @@ 256 ], "soc": "helio-g99", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 256.9, + "width_mm": 168.4, + "depth_mm": 7.6 + } } diff --git a/data/tablet/vivo/2022/pad/vivo-pad-8gb-256gb-4g-lte.json b/data/tablet/vivo/2022/pad/vivo-pad-8gb-256gb-4g-lte.json index 7d9907fb292b..0c03ada6c694 100644 --- a/data/tablet/vivo/2022/pad/vivo-pad-8gb-256gb-4g-lte.json +++ b/data/tablet/vivo/2022/pad/vivo-pad-8gb-256gb-4g-lte.json @@ -104,5 +104,11 @@ 128, 256 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 253.2, + "width_mm": 164.7, + "depth_mm": 6.6 + } } diff --git a/data/tablet/vivo/2023/iqoo-pad/vivo-iqoo-pad-12gb-512gb-4g-lte.json b/data/tablet/vivo/2023/iqoo-pad/vivo-iqoo-pad-12gb-512gb-4g-lte.json index 93b1c4eac844..fd0f687dda28 100644 --- a/data/tablet/vivo/2023/iqoo-pad/vivo-iqoo-pad-12gb-512gb-4g-lte.json +++ b/data/tablet/vivo/2023/iqoo-pad/vivo-iqoo-pad-12gb-512gb-4g-lte.json @@ -106,5 +106,11 @@ 512 ], "soc": "dimensity-9000-plus", - "os_version": "13" + "os_version": "13", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 266.0, + "width_mm": 191.6, + "depth_mm": 6.6 + } } diff --git a/data/tablet/vivo/2023/pad-air/vivo-pad-air-12gb-512gb-4g-lte.json b/data/tablet/vivo/2023/pad-air/vivo-pad-air-12gb-512gb-4g-lte.json index a11331aacb34..fafcc70c2a4a 100644 --- a/data/tablet/vivo/2023/pad-air/vivo-pad-air-12gb-512gb-4g-lte.json +++ b/data/tablet/vivo/2023/pad-air/vivo-pad-air-12gb-512gb-4g-lte.json @@ -105,5 +105,11 @@ 256, 512 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 44.0, + "dimensions": { + "height_mm": 259.7, + "width_mm": 176.0, + "depth_mm": 6.7 + } } diff --git a/data/tablet/xiaomi/2014/mi-pad-7-9/xiaomi-mi-pad-7-9-2gb-64gb-2g.json b/data/tablet/xiaomi/2014/mi-pad-7-9/xiaomi-mi-pad-7-9-2gb-64gb-2g.json index 4dc58692b5dd..8b5aebf040e7 100644 --- a/data/tablet/xiaomi/2014/mi-pad-7-9/xiaomi-mi-pad-7-9-2gb-64gb-2g.json +++ b/data/tablet/xiaomi/2014/mi-pad-7-9/xiaomi-mi-pad-7-9-2gb-64gb-2g.json @@ -106,5 +106,10 @@ 64 ], "soc": "nvidia-tegra-k1", - "os_version": "4.4.4" + "os_version": "4.4.4", + "dimensions": { + "height_mm": 202.0, + "width_mm": 135.4, + "depth_mm": 8.5 + } } diff --git a/data/tablet/xiaomi/2015/mi-pad-2/xiaomi-mi-pad-2-2gb-64gb-2g.json b/data/tablet/xiaomi/2015/mi-pad-2/xiaomi-mi-pad-2-2gb-64gb-2g.json index 9ac8f1d316ec..67d1dab24a58 100644 --- a/data/tablet/xiaomi/2015/mi-pad-2/xiaomi-mi-pad-2-2gb-64gb-2g.json +++ b/data/tablet/xiaomi/2015/mi-pad-2/xiaomi-mi-pad-2-2gb-64gb-2g.json @@ -103,5 +103,11 @@ 64 ], "soc": "intel-r-atom-x5-z8500", - "os_version": "10" + "os_version": "10", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 200.4, + "width_mm": 132.6, + "depth_mm": 7.0 + } } diff --git a/data/tablet/xiaomi/2017/mi-pad-3/xiaomi-mi-pad-3-4gb-64gb-2g.json b/data/tablet/xiaomi/2017/mi-pad-3/xiaomi-mi-pad-3-4gb-64gb-2g.json index e44f734b2906..358e95fb0d81 100644 --- a/data/tablet/xiaomi/2017/mi-pad-3/xiaomi-mi-pad-3-4gb-64gb-2g.json +++ b/data/tablet/xiaomi/2017/mi-pad-3/xiaomi-mi-pad-3-4gb-64gb-2g.json @@ -101,5 +101,11 @@ 64 ], "soc": "mediatek-mt8176", - "os_version": "7.0" + "os_version": "7.0", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 200.4, + "width_mm": 132.6, + "depth_mm": 7.0 + } } diff --git a/data/tablet/xiaomi/2018/mi-pad-4-plus/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte.json b/data/tablet/xiaomi/2018/mi-pad-4-plus/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte.json index c75ad34c8f43..1f22905a3dcd 100644 --- a/data/tablet/xiaomi/2018/mi-pad-4-plus/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte.json +++ b/data/tablet/xiaomi/2018/mi-pad-4-plus/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte.json @@ -104,5 +104,11 @@ 128 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 245.6, + "width_mm": 149.1, + "depth_mm": 8.0 + } } diff --git a/data/tablet/xiaomi/2018/mi-pad-4/xiaomi-mi-pad-4-4gb-64gb-4g-lte.json b/data/tablet/xiaomi/2018/mi-pad-4/xiaomi-mi-pad-4-4gb-64gb-4g-lte.json index c182948c4922..2c8e5be1ef6d 100644 --- a/data/tablet/xiaomi/2018/mi-pad-4/xiaomi-mi-pad-4-4gb-64gb-4g-lte.json +++ b/data/tablet/xiaomi/2018/mi-pad-4/xiaomi-mi-pad-4-4gb-64gb-4g-lte.json @@ -104,5 +104,11 @@ 64 ], "soc": "qualcomm-sdm660-snapdragon-660", - "os_version": "8.1" + "os_version": "8.1", + "charging_wired_w": 10.0, + "dimensions": { + "height_mm": 200.2, + "width_mm": 120.3, + "depth_mm": 7.9 + } } diff --git a/data/tablet/xiaomi/2021/pad-5-pro/xiaomi-pad-5-pro-8gb-256gb-5g.json b/data/tablet/xiaomi/2021/pad-5-pro/xiaomi-pad-5-pro-8gb-256gb-5g.json index aae926ef4e2b..f523bee3a1d7 100644 --- a/data/tablet/xiaomi/2021/pad-5-pro/xiaomi-pad-5-pro-8gb-256gb-5g.json +++ b/data/tablet/xiaomi/2021/pad-5-pro/xiaomi-pad-5-pro-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 128, 256 ], - "os_version": "11" + "os_version": "11", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 254.7, + "width_mm": 166.3, + "depth_mm": 6.9 + } } diff --git a/data/tablet/xiaomi/2021/pad-5/xiaomi-pad-5-6gb-256gb-3g.json b/data/tablet/xiaomi/2021/pad-5/xiaomi-pad-5-6gb-256gb-3g.json index 0e36090a4f06..73d7956babd1 100644 --- a/data/tablet/xiaomi/2021/pad-5/xiaomi-pad-5-6gb-256gb-3g.json +++ b/data/tablet/xiaomi/2021/pad-5/xiaomi-pad-5-6gb-256gb-3g.json @@ -110,5 +110,11 @@ 256 ], "soc": "snapdragon-860", - "os_version": "11" + "os_version": "11", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 254.7, + "width_mm": 166.3, + "depth_mm": 6.9 + } } diff --git a/data/tablet/xiaomi/2022/pad-5-pro-12-4/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte.json b/data/tablet/xiaomi/2022/pad-5-pro-12-4/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte.json index e8e75dd37bdb..354f5f74dbab 100644 --- a/data/tablet/xiaomi/2022/pad-5-pro-12-4/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte.json +++ b/data/tablet/xiaomi/2022/pad-5-pro-12-4/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte.json @@ -106,5 +106,11 @@ 256, 512 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 285.0, + "width_mm": 185.2, + "depth_mm": 6.7 + } } diff --git a/data/tablet/xiaomi/2022/redmi-pad/xiaomi-redmi-pad-6gb-128gb-4g-lte.json b/data/tablet/xiaomi/2022/redmi-pad/xiaomi-redmi-pad-6gb-128gb-4g-lte.json index 98ab6a68a9e1..f6865348cc90 100644 --- a/data/tablet/xiaomi/2022/redmi-pad/xiaomi-redmi-pad-6gb-128gb-4g-lte.json +++ b/data/tablet/xiaomi/2022/redmi-pad/xiaomi-redmi-pad-6gb-128gb-4g-lte.json @@ -110,5 +110,11 @@ 128 ], "soc": "helio-g99", - "os_version": "12" + "os_version": "12", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 250.5, + "width_mm": 158.1, + "depth_mm": 7.1 + } } diff --git a/data/tablet/xiaomi/2023/pad-6-max-14/xiaomi-pad-6-max-14-16gb-512gb-3g.json b/data/tablet/xiaomi/2023/pad-6-max-14/xiaomi-pad-6-max-14-16gb-512gb-3g.json index 0825682300c8..62f016f9844a 100644 --- a/data/tablet/xiaomi/2023/pad-6-max-14/xiaomi-pad-6-max-14-16gb-512gb-3g.json +++ b/data/tablet/xiaomi/2023/pad-6-max-14/xiaomi-pad-6-max-14-16gb-512gb-3g.json @@ -103,5 +103,11 @@ 256, 512 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 318.6, + "width_mm": 206.1, + "depth_mm": 6.5 + } } diff --git a/data/tablet/xiaomi/2023/pad-6-pro/xiaomi-pad-6-pro-12gb-512gb-3g.json b/data/tablet/xiaomi/2023/pad-6-pro/xiaomi-pad-6-pro-12gb-512gb-3g.json index 4b16419a0f65..3c9cbafd6487 100644 --- a/data/tablet/xiaomi/2023/pad-6-pro/xiaomi-pad-6-pro-12gb-512gb-3g.json +++ b/data/tablet/xiaomi/2023/pad-6-pro/xiaomi-pad-6-pro-12gb-512gb-3g.json @@ -105,5 +105,11 @@ 256, 512 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 67.0, + "dimensions": { + "height_mm": 254.0, + "width_mm": 165.2, + "depth_mm": 6.5 + } } diff --git a/data/tablet/xiaomi/2023/pad-6/xiaomi-pad-6-8gb-256gb-3g.json b/data/tablet/xiaomi/2023/pad-6/xiaomi-pad-6-8gb-256gb-3g.json index b470fcb9b7e0..47c1ae8505d8 100644 --- a/data/tablet/xiaomi/2023/pad-6/xiaomi-pad-6-8gb-256gb-3g.json +++ b/data/tablet/xiaomi/2023/pad-6/xiaomi-pad-6-8gb-256gb-3g.json @@ -110,5 +110,11 @@ 128, 256 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 254.0, + "width_mm": 165.2, + "depth_mm": 6.5 + } } diff --git a/data/tablet/xiaomi/2023/redmi-pad-se/xiaomi-redmi-pad-se-8gb-256gb-4g-lte.json b/data/tablet/xiaomi/2023/redmi-pad-se/xiaomi-redmi-pad-se-8gb-256gb-4g-lte.json index 8119fe7c043c..dfb3c7953d24 100644 --- a/data/tablet/xiaomi/2023/redmi-pad-se/xiaomi-redmi-pad-se-8gb-256gb-4g-lte.json +++ b/data/tablet/xiaomi/2023/redmi-pad-se/xiaomi-redmi-pad-se-8gb-256gb-4g-lte.json @@ -110,5 +110,11 @@ 128, 256 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 255.5, + "width_mm": 167.1, + "depth_mm": 7.4 + } } diff --git a/data/tablet/xiaomi/2024/pad-6s-pro-12-4/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g.json b/data/tablet/xiaomi/2024/pad-6s-pro-12-4/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g.json index 4bffb98df523..8fec861b1ef7 100644 --- a/data/tablet/xiaomi/2024/pad-6s-pro-12-4/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g.json +++ b/data/tablet/xiaomi/2024/pad-6s-pro-12-4/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g.json @@ -110,5 +110,11 @@ 256, 512 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 120.0, + "dimensions": { + "height_mm": 278.7, + "width_mm": 191.6, + "depth_mm": 6.3 + } } diff --git a/data/tablet/xiaomi/2024/poco-pad-5g/xiaomi-poco-pad-5g-8gb-256gb-5g.json b/data/tablet/xiaomi/2024/poco-pad-5g/xiaomi-poco-pad-5g-8gb-256gb-5g.json index 4aa48099f533..dc5a98bc30e2 100644 --- a/data/tablet/xiaomi/2024/poco-pad-5g/xiaomi-poco-pad-5g-8gb-256gb-5g.json +++ b/data/tablet/xiaomi/2024/poco-pad-5g/xiaomi-poco-pad-5g-8gb-256gb-5g.json @@ -105,5 +105,11 @@ 128, 256 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 280.0, + "width_mm": 181.9, + "depth_mm": 7.5 + } } diff --git a/data/tablet/xiaomi/2024/poco-pad/xiaomi-poco-pad-8gb-256gb-3g.json b/data/tablet/xiaomi/2024/poco-pad/xiaomi-poco-pad-8gb-256gb-3g.json index 5d0e626b052f..3f60c6421e4f 100644 --- a/data/tablet/xiaomi/2024/poco-pad/xiaomi-poco-pad-8gb-256gb-3g.json +++ b/data/tablet/xiaomi/2024/poco-pad/xiaomi-poco-pad-8gb-256gb-3g.json @@ -110,5 +110,11 @@ "storage_options_gb": [ 256 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 280.0, + "width_mm": 181.9, + "depth_mm": 7.5 + } } diff --git a/data/tablet/xiaomi/2024/redmi-pad-pro-5g/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g.json b/data/tablet/xiaomi/2024/redmi-pad-pro-5g/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g.json index 1363e055756c..238b4b17ddb1 100644 --- a/data/tablet/xiaomi/2024/redmi-pad-pro-5g/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g.json +++ b/data/tablet/xiaomi/2024/redmi-pad-pro-5g/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g.json @@ -106,5 +106,11 @@ 128, 256 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 280.0, + "width_mm": 181.9, + "depth_mm": 7.5 + } } diff --git a/data/tablet/xiaomi/2024/redmi-pad-pro/xiaomi-redmi-pad-pro-8gb-256gb-3g.json b/data/tablet/xiaomi/2024/redmi-pad-pro/xiaomi-redmi-pad-pro-8gb-256gb-3g.json index 2d81d7c69e77..a8d690d0e68b 100644 --- a/data/tablet/xiaomi/2024/redmi-pad-pro/xiaomi-redmi-pad-pro-8gb-256gb-3g.json +++ b/data/tablet/xiaomi/2024/redmi-pad-pro/xiaomi-redmi-pad-pro-8gb-256gb-3g.json @@ -110,5 +110,11 @@ 128, 256 ], - "os_version": "14" + "os_version": "14", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 280.0, + "width_mm": 181.9, + "depth_mm": 7.5 + } } diff --git a/data/tablet/xiaomi/2024/redmi-pad-se-8-7/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte.json b/data/tablet/xiaomi/2024/redmi-pad-se-8-7/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte.json index a3d9d742e604..4ae6b018c089 100644 --- a/data/tablet/xiaomi/2024/redmi-pad-se-8-7/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte.json +++ b/data/tablet/xiaomi/2024/redmi-pad-se-8-7/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte.json @@ -106,5 +106,11 @@ 128 ], "soc": "mediatek-helio-g85", - "os_version": "14" + "os_version": "14", + "charging_wired_w": 18.0, + "dimensions": { + "height_mm": 211.6, + "width_mm": 125.5, + "depth_mm": 8.8 + } } diff --git a/data/tablet/zte/2011/light-tab-2-v9a/zte-light-tab-2-v9a-0-5gb-4gb-3g.json b/data/tablet/zte/2011/light-tab-2-v9a/zte-light-tab-2-v9a-0-5gb-4gb-3g.json index 774e50b2a1f6..198b243e4dfb 100644 --- a/data/tablet/zte/2011/light-tab-2-v9a/zte-light-tab-2-v9a-0-5gb-4gb-3g.json +++ b/data/tablet/zte/2011/light-tab-2-v9a/zte-light-tab-2-v9a-0-5gb-4gb-3g.json @@ -99,5 +99,10 @@ 4 ], "soc": "qualcomm-msm8255-snapdragon-s2", - "os_version": "2.3" + "os_version": "2.3", + "dimensions": { + "height_mm": 202.0, + "width_mm": 122.0, + "depth_mm": 12.6 + } } diff --git a/data/tablet/zte/2011/light-tab-v9c/zte-light-tab-v9c-0-5gb-1gb-3g.json b/data/tablet/zte/2011/light-tab-v9c/zte-light-tab-v9c-0-5gb-1gb-3g.json index 52e0a7518e14..3bdd7c2cb52d 100644 --- a/data/tablet/zte/2011/light-tab-v9c/zte-light-tab-v9c-0-5gb-1gb-3g.json +++ b/data/tablet/zte/2011/light-tab-v9c/zte-light-tab-v9c-0-5gb-1gb-3g.json @@ -94,5 +94,10 @@ "storage_options_gb": [ 1 ], - "os_version": "2.1" + "os_version": "2.1", + "dimensions": { + "height_mm": 202.0, + "width_mm": 122.0, + "depth_mm": 12.6 + } } diff --git a/data/tablet/zte/2012/light-tab-3-v9s/zte-light-tab-3-v9s-1gb-16gb-3g.json b/data/tablet/zte/2012/light-tab-3-v9s/zte-light-tab-3-v9s-1gb-16gb-3g.json index b9a2ebe5e0e0..5f4c68ff5779 100644 --- a/data/tablet/zte/2012/light-tab-3-v9s/zte-light-tab-3-v9s-1gb-16gb-3g.json +++ b/data/tablet/zte/2012/light-tab-3-v9s/zte-light-tab-3-v9s-1gb-16gb-3g.json @@ -96,5 +96,10 @@ 16 ], "soc": "qualcomm-msm8260-snapdragon-s3", - "os_version": "3.2" + "os_version": "3.2", + "dimensions": { + "height_mm": 194.0, + "width_mm": 120.0, + "depth_mm": 12.0 + } } diff --git a/data/tablet/zte/2023/axon-pad/zte-axon-pad-12gb-512gb-5g.json b/data/tablet/zte/2023/axon-pad/zte-axon-pad-12gb-512gb-5g.json index b8422365baa3..1562533a70e3 100644 --- a/data/tablet/zte/2023/axon-pad/zte-axon-pad-12gb-512gb-5g.json +++ b/data/tablet/zte/2023/axon-pad/zte-axon-pad-12gb-512gb-5g.json @@ -103,5 +103,11 @@ 256, 512 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 279.0, + "width_mm": 181.0, + "depth_mm": 6.5 + } } diff --git a/data/tablet/zte/2023/nubia-pad-3d/zte-nubia-pad-3d-8gb-256gb-4g-lte.json b/data/tablet/zte/2023/nubia-pad-3d/zte-nubia-pad-3d-8gb-256gb-4g-lte.json index 38992cba3faa..0f3068661e28 100644 --- a/data/tablet/zte/2023/nubia-pad-3d/zte-nubia-pad-3d-8gb-256gb-4g-lte.json +++ b/data/tablet/zte/2023/nubia-pad-3d/zte-nubia-pad-3d-8gb-256gb-4g-lte.json @@ -106,5 +106,11 @@ 128, 256 ], - "os_version": "12" + "os_version": "12", + "charging_wired_w": 33.0, + "dimensions": { + "height_mm": 285.0, + "width_mm": 190.0, + "depth_mm": 8.5 + } } diff --git a/data/tablet/zte/2023/nubia-red-magic-tablet/zte-nubia-red-magic-tablet-16gb-512gb-5g.json b/data/tablet/zte/2023/nubia-red-magic-tablet/zte-nubia-red-magic-tablet-16gb-512gb-5g.json index c88247a794bc..1dece10a9b1e 100644 --- a/data/tablet/zte/2023/nubia-red-magic-tablet/zte-nubia-red-magic-tablet-16gb-512gb-5g.json +++ b/data/tablet/zte/2023/nubia-red-magic-tablet/zte-nubia-red-magic-tablet-16gb-512gb-5g.json @@ -104,5 +104,11 @@ 256, 512 ], - "os_version": "13" + "os_version": "13", + "charging_wired_w": 80.0, + "dimensions": { + "height_mm": 279.7, + "width_mm": 181.9, + "depth_mm": 6.5 + } } From ec5f707982fd16c5a653debe8fee7d24efddd7cc Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 9 Jul 2026 13:45:36 +0900 Subject: [PATCH 2/2] chore(site): refresh public dump for dimensions + charging extraction Refs #1 --- .../alcatel-1-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1-2021-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1b-2022-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1c-2019-1gb-8gb-3g/index.json | 10 +++++++--- .../alcatel-1l-2021-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../alcatel-1s-2020-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1s-2021-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-1s-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1se-2020-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1t-10-1gb-16gb-2g/index.json | 10 +++++++--- .../alcatel-1t-7-1gb-8gb-2g/index.json | 10 +++++++--- .../alcatel-1v-2019-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1v-2020-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1v-2021-2gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-1x-2019-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-1x-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-3-2019-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../alcatel-3-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-3c-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-3l-2020-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-3l-2021-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-3t-8-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../alcatel-3v-2019-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-3v-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../alcatel-3x-2018-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../alcatel-3x-2019-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-3x-2020-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-5-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../alcatel-5v-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../alcatel-7-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-a7-xl-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-fierce-1gb-4gb-3g/index.json | 10 +++++++--- .../alcatel-fierce-4-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-fierce-xl-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../alcatel-flash-2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../alcatel-go-flip-v-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../alcatel-hero-2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-hero-8-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../alcatel-idol-4-3gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-idol-4s-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../alcatel-idol-5-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-idol-5s-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../alcatel-idol-alpha-1gb-16gb-3g/index.json | 10 +++++++--- .../alcatel-idol-s-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../alcatel-idol-x-2gb-32gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../alcatel-ot-997-1gb-4gb-3g/index.json | 10 +++++++--- .../alcatel-ot-997d-1gb-4gb-3g/index.json | 10 +++++++--- .../alcatel-pixi-3-4-5-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../alcatel-pixi-3-8-3g-1gb-4gb-3g/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../alcatel-pop-10-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../alcatel-pop-2-4-5-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../alcatel-pop-7s-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../alcatel-pop-8-1gb-4gb-3g/index.json | 10 +++++++--- .../alcatel-pop-8s-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../alcatel-pop-astro-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../alcatel-tetra-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-u5-hd-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../alcatel-x1-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../apple-iphone-11-4gb-256gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-iphone-12-4gb-256gb-5g/index.json | 10 +++++++--- .../apple-iphone-12-mini-4gb-256gb-5g/index.json | 10 +++++++--- .../apple-iphone-12-pro-6gb-512gb-5g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-iphone-13-4gb-512gb-5g/index.json | 10 +++++++--- .../apple-iphone-13-mini-4gb-512gb-5g/index.json | 10 +++++++--- .../apple-iphone-13-pro-6gb-512gb-5g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-iphone-14-6gb-512gb-5g/index.json | 10 +++++++--- .../apple-iphone-14-plus-6gb-512gb-5g/index.json | 10 +++++++--- .../apple-iphone-14-pro-6gb-512gb-5g/index.json | 10 +++++++--- .../apple-iphone-15-6gb-512gb-5g/index.json | 10 +++++++--- .../apple-iphone-15-plus-6gb-512gb-5g/index.json | 10 +++++++--- .../apple-iphone-5-1gb-64gb-4g-lte/index.json | 10 +++++++--- .../apple-iphone-5c-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../apple-iphone-5s-1gb-64gb-4g-lte/index.json | 10 +++++++--- .../apple-iphone-6-1gb-128gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-iphone-6s-2gb-128gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-iphone-7-2gb-256gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-iphone-8-2gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../apple-iphone-se-2gb-128gb-4g-lte/index.json | 10 +++++++--- .../apple-iphone-x-3gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../apple-iphone-xr-3gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../apple-iphone-xs-4gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../asus-fonepad-1gb-16gb-3g/index.json | 10 +++++++--- .../asus-fonepad-7-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../asus-fonepad-7-2014-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../asus-live-g500tg-2gb-16gb-3g/index.json | 10 +++++++--- .../smartphones/asus-memo-1gb-32gb-2g/index.json | 10 +++++++--- .../asus-padfone-1gb-64gb-3g/index.json | 10 +++++++--- .../asus-padfone-2-2gb-64gb-4g-lte/index.json | 10 +++++++--- .../smartphones/asus-padfone-e-1gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../asus-padfone-mini-1gb-16gb-3g/index.json | 10 +++++++--- .../asus-padfone-s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../asus-padfone-x-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../asus-pegasus-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../asus-rog-phone-6d-16gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../asus-zenfone-2e-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../asus-zenfone-c-zc451cg-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../blackview-a10-2gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../blackview-a53-3gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-a55-pro-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../blackview-a7-1gb-8gb-3g/index.json | 10 +++++++--- .../blackview-a7-pro-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../blackview-a70-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-a85-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-a90-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-a96-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-bl5000-8gb-128gb-5g/index.json | 16 ++++++++++------ .../blackview-bl6000-pro-8gb-258gb-5g/index.json | 16 ++++++++++------ .../blackview-bl8800-8gb-128gb-5g/index.json | 16 ++++++++++------ .../blackview-bl8800-pro-8gb-128gb-5g/index.json | 16 ++++++++++------ .../blackview-bv4900s-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../blackview-bv5200-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../blackview-bv5900-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-bv6600e-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-bv8100-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-bv8900-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../blackview-n6000-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-p6000-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../blackview-s8-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../doogee-n40-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-n55-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-n55-pro-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s110-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s35-3gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s41-max-6gb-256gb-4g-lte/index.json | 10 +++++++--- .../doogee-s41-plus-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../doogee-s41t-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../doogee-s58-pro-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s59-pro-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s86-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s86-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s88-plus-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s89-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-s89-pro-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-smini-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-t10e-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-t20mini-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../doogee-v10-8gb-128gb-5g/index.json | 16 ++++++++++------ .../doogee-v11-8gb-128gb-5g/index.json | 16 ++++++++++------ .../doogee-v20-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../doogee-v30-8gb-256gb-5g/index.json | 16 ++++++++++------ .../doogee-v31gt-12gb-256gb-5g/index.json | 16 ++++++++++------ .../doogee-x96-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../doogee-x96-pro-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../energizer-energy-500-1gb-8gb-3g/index.json | 10 +++++++--- .../energizer-energy-e500-1gb-8gb-3g/index.json | 14 +++++++++----- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../energizer-energy-s500e-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../energizer-h67g-4gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../google-pixel-2-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../google-pixel-3-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../google-pixel-3a-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../google-pixel-4-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../google-pixel-4a-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../google-pixel-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../google-pixel-6-pro-12gb-512gb-5g/index.json | 16 ++++++++++------ .../google-pixel-8a-8gb-256gb-5g/index.json | 16 ++++++++++------ .../google-pixel-9-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../google-pixel-xl-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-10-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-10-lite-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-10x-lite-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../v1/smartphones/honor-2-2gb-8gb-3g/index.json | 10 +++++++--- .../honor-20-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../honor-20-lite-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../honor-20-pro-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../honor-20e-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../honor-20i-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../honor-20s-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/honor-30-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-30-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-30-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-30-youth-8gb-128gb-5g/index.json | 16 ++++++++++------ .../honor-30i-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-30s-8gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/honor-3c-2gb-8gb-3g/index.json | 10 +++++++--- .../honor-3c-play-1gb-16gb-3g/index.json | 10 +++++++--- .../honor-3x-g750-2gb-16gb-3g/index.json | 10 +++++++--- .../honor-3x-pro-2gb-32gb-3g/index.json | 10 +++++++--- .../honor-4-play-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../honor-50-se-12gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-5x-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../honor-60-se-12gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-6a-pro-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../honor-6c-pro-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../honor-70-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-70-pro-12gb-512gb-5g/index.json | 16 ++++++++++------ .../honor-7a-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../honor-7c-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-7i-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../honor-7s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../honor-7x-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../honor-8-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../honor-8-pro-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../honor-80-se-12gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-8a-2020-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-8a-prime-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-8a-pro-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-8c-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../honor-8s-2020-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-8s-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-8x-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-8x-max-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-9-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-9-lite-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-9a-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-9c-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-9n-9i-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../honor-9s-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../honor-9x-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-9x-china-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-9x-lite-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-9x-pro-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../honor-magic-2-3d-8gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../honor-magic-2-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../honor-magic-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../honor-note-10-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-note-8-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-play-3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-play-30-plus-8gb-128gb-5g/index.json | 16 ++++++++++------ .../honor-play-3e-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-play-40-plus-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-play-4t-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../honor-play-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-play-8a-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-play-9a-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-play4-8gb-128gb-5g/index.json | 16 ++++++++++------ .../honor-play5-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-play5-youth-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-play6t-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-play6t-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-v30-8gb-128gb-5g/index.json | 16 ++++++++++------ .../honor-v30-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-v40-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-v40-lite-8gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/honor-v6-8gb-256gb-5g/index.json | 10 +++++++--- .../honor-v8-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../honor-view-10-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../honor-view-20-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../honor-view30-8gb-128gb-5g/index.json | 16 ++++++++++------ .../honor-view30-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-view40-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-x10-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../honor-x10-max-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../honor-x20-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-x20-se-8gb-128gb-5g/index.json | 16 ++++++++++------ .../honor-x30-max-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-x30i-8gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-x40i-12gb-256gb-5g/index.json | 16 ++++++++++------ .../honor-x6b-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../htc-10-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../htc-10-evo-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../htc-10-lifestyle-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../htc-8xt-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../htc-a104-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../htc-butterfly-2-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../htc-butterfly-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-butterfly-3-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../htc-butterfly-s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-desire-10-pro-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../htc-desire-12-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-12s-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-19s-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../htc-desire-20-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../htc-desire-310-1gb-4gb-3g/index.json | 10 +++++++--- .../htc-desire-500-1gb-4gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-desire-601-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-610-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-612-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-620-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-626-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-626g-1gb-8gb-3g/index.json | 10 +++++++--- .../htc-desire-628-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-630-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-650-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-700-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-desire-820-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-desire-825-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-desire-830-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../htc-desire-eye-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../htc-desire-l-1gb-4gb-3g/index.json | 10 +++++++--- .../htc-droid-dna-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../smartphones/htc-evo-3d-1gb-1gb-3g/index.json | 10 +++++++--- .../htc-evo-3d-cdma-1gb-4gb-3g/index.json | 10 +++++++--- .../smartphones/htc-evo-4g-1gb-4gb-3g/index.json | 10 +++++++--- .../htc-evo-4g-lte-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-exodus-1-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../htc-exodus-1s-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../htc-first-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../smartphones/htc-flyer-1gb-32gb-3g/index.json | 10 +++++++--- .../htc-flyer-wi-fi-1gb-32gb-2g/index.json | 10 +++++++--- .../htc-one-2gb-64gb-4g-lte/index.json | 10 +++++++--- .../htc-one-a9-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../htc-one-a9s-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../htc-one-dual-sim-2gb-32gb-3g/index.json | 10 +++++++--- .../htc-one-e8-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../htc-one-e8-cdma-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-one-e9-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-one-e9-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-one-m8-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../htc-one-m8-cdma-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../htc-one-m8-eye-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-one-m8s-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../htc-one-m9-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-one-m9s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-one-max-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../htc-one-me-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../htc-one-mini-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-one-mini-2-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../smartphones/htc-one-s-1gb-16gb-3g/index.json | 10 +++++++--- .../htc-one-s-c2-1gb-16gb-3g/index.json | 10 +++++++--- .../htc-one-s9-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-one-sv-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../htc-one-vx-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../htc-one-x-1gb-64gb-4g-lte/index.json | 10 +++++++--- .../htc-one-x-at-t-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-one-x10-3gb-32gb-4g-lte/index.json | 14 +++++++++----- .../htc-one-x9-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../htc-one-xl-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../htc-rezound-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-u-play-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../htc-u-ultra-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../htc-u11-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../htc-u11-eyes-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../htc-u11-life-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../htc-u12-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../htc-u12-life-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../htc-u19e-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../htc-velocity-4g-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-vivid-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../htc-wildfire-e-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-wildfire-e1-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../htc-wildfire-e2-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../htc-wildfire-e3-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../htc-wildfire-r70-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../htc-wildfire-x-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../huawei-ascend-d-quad-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-ascend-d1-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-ascend-d2-2gb-32gb-3g/index.json | 10 +++++++--- .../huawei-ascend-g500-1gb-4gb-3g/index.json | 10 +++++++--- .../huawei-ascend-g525-1gb-4gb-3g/index.json | 10 +++++++--- .../huawei-ascend-g535-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-ascend-g615-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-ascend-g7-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../huawei-ascend-g740-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../huawei-ascend-gx1-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-ascend-p1-1gb-4gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-ascend-p1s-1gb-4gb-3g/index.json | 10 +++++++--- .../huawei-ascend-p2-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../huawei-ascend-p6-2gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-ascend-y550-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../huawei-enjoy-10-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-enjoy-10e-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-enjoy-10s-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-enjoy-20-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-enjoy-20-pro-8gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-enjoy-20e-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-enjoy-5s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../huawei-enjoy-6-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../huawei-enjoy-6s-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../huawei-enjoy-70-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-enjoy-70z-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-enjoy-9-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-enjoy-9s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-enjoy-z-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../huawei-g610s-1gb-4gb-3g/index.json | 10 +++++++--- .../huawei-g7-plus-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../huawei-g9-plus-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../huawei-mate-10-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-mate-20-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-mate-20-x-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../huawei-mate-20-x-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-mate-30-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../huawei-mate-30-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-mate-60-12gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-mate-60-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-mate-8-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-mate-9-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-mate-x2-4g-8gb-512gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-matepad-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../huawei-matepad-t8-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../huawei-nexus-6p-3gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-11i-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-12-pro-12gb-512gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-12i-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-2-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-2s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-3i-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-4-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-4e-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-5-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-5i-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-5t-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-5z-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-6-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../huawei-nova-6-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-6-se-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-7-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../huawei-nova-7-pro-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-7-se-8gb-256gb-5g/index.json | 16 ++++++++++------ .../huawei-nova-7i-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-8-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-8-pro-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-plus-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-y60-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-nova-y71-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-y72-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-nova-y91-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-p-smart-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../huawei-p-smart-s-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p-smart-z-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../huawei-p10-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p10-plus-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p20-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-p20-lite-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p20-pro-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p30-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p30-lite-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-p30-pro-8gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../huawei-p40-4g-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p40-8gb-256gb-5g/index.json | 16 ++++++++++------ .../huawei-p40-lite-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../huawei-p40-lite-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p40-lite-e-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-p40-pro-8gb-512gb-5g/index.json | 16 ++++++++++------ .../huawei-p50-pro-12gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../huawei-p9-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../huawei-p9-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../huawei-pura-70-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../huawei-snapto-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../huawei-y-max-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../huawei-y3-2017-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../huawei-y3-2018-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../huawei-y5-2017-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../huawei-y5-2019-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-y560-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../huawei-y5p-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../huawei-y6-2017-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../huawei-y6-2018-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../huawei-y6-2019-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../huawei-y6-2gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-y6-pro-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../huawei-y6p-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-y6s-2019-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../huawei-y7-2018-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../huawei-y7-2019-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-y7-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../huawei-y7-prime-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../huawei-y7a-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-y7p-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-y8p-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-y8s-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../huawei-y9-2018-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../huawei-y9-2019-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../huawei-y9s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../infinix-hot-12i-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-hot-20-5g-4gb-128gb-5g/index.json | 16 ++++++++++------ .../infinix-hot-30i-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-hot-4-2gb-16gb-3g/index.json | 10 +++++++--- .../infinix-hot-4-pro-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../infinix-hot-40i-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-hot-5-2gb-16gb-3g/index.json | 10 +++++++--- .../infinix-hot-5-lite-1gb-16gb-3g/index.json | 10 +++++++--- .../infinix-hot-50-8gb-128gb-5g/index.json | 16 ++++++++++------ .../infinix-hot-6-pro-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../infinix-hot-6x-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../infinix-hot-7-4gb-64gb-4g-lte/index.json | 14 +++++++++----- .../index.json | 10 +++++++--- .../infinix-hot-9-pro-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../infinix-hot-s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../infinix-hot-s3-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../infinix-note-12-5g-6gb-64gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../infinix-note-3-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../infinix-note-30-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../infinix-note-30-vip-12gb-256gb-5g/index.json | 16 ++++++++++------ .../infinix-note-4-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../infinix-note-40x-5g-12gb-256gb-5g/index.json | 16 ++++++++++------ .../infinix-note-5-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../infinix-note-6-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../infinix-s2-pro-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-s3x-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-s4-6gb-64gb-4g-lte/index.json | 10 +++++++--- .../infinix-s5-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../infinix-s5-lite-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../infinix-s5-pro-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../infinix-smart-1gb-16gb-3g/index.json | 10 +++++++--- .../infinix-smart-2-hd-1gb-16gb-3g/index.json | 10 +++++++--- .../infinix-smart-4-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../infinix-smart-4c-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../infinix-smart-5-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-smart-8-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../infinix-xpad-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-zero-20-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../infinix-zero-4-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../infinix-zero-5-6gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../infinix-zero-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../infinix-zero-8-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-zero-8i-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../infinix-zero-ultra-8gb-256gb-5g/index.json | 16 ++++++++++------ .../itel-a50c-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../itel-p55-8gb-256gb-4g-lte/index.json | 10 +++++----- .../itel-p65-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../itel-s23-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../itel-s24-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-a-plus-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-a1000-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-a2010-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a3690-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a5-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-a5000-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-a526-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-a536-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-a6-note-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-a6000-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a6000-plus-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a6010-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a6010-plus-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a606-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a6600-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a6600-plus-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a680-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-a7-30-a3300-1gb-8gb-2g/index.json | 10 +++++++--- .../lenovo-a7-50-a3500-1gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-a7000-2gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-a7000-plus-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-a706-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-a8-2020-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-a8-50-a5500-1gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-a820-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-a830-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-a850-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-a859-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-a880-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-a889-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-a916-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-b-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-c2-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-ideatab-a1000-1gb-16gb-2g/index.json | 10 +++++++--- .../lenovo-ideatab-a2107-1gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-ideatab-a3000-1gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-k10-note-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-k10-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-k13-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-k3-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k3-note-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k320t-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k5-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-k5-note-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k5-play-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k5-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-k6-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k6-enjoy-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-k6-note-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k6-power-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k8-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k8-note-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-k8-plus-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-k800-1gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-k860-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-k9-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-k900-2gb-32gb-3g/index.json | 10 +++++++--- .../lenovo-lemon-3-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-lepad-s2005-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-lepad-s2007-1gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-m10-plus-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-p2-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-p70-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-p770-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-p780-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-p90-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-phab-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-phab-plus-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-phab2-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-phab2-plus-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-phab2-pro-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-s5-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../lenovo-s5-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-s5-pro-gt-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-s5000-1gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-s580-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-s60-2gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-s650-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-s660-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-s750-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-s820-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-s850-1gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-s856-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lenovo-s860-2gb-16gb-3g/index.json | 10 +++++++--- .../lenovo-s90-sisley-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-s920-1gb-4gb-3g/index.json | 10 +++++++--- .../lenovo-s930-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-s939-1gb-8gb-3g/index.json | 10 +++++++--- .../lenovo-tab3-7-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-tab3-8-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-vibe-c-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-vibe-k5-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-vibe-p1-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../lenovo-vibe-p1m-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-vibe-s1-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-vibe-shot-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-vibe-x-s960-2gb-32gb-3g/index.json | 10 +++++++--- .../lenovo-vibe-x2-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-vibe-x3-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../lenovo-vibe-z2-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-z5-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-z5-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../lenovo-z5s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-z6-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-z6-pro-12gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-z6-pro-5g-12gb-512gb-5g/index.json | 16 ++++++++++------ .../lenovo-z6-youth-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-zuk-edge-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-zuk-z1-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lenovo-zuk-z2-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../lg-aristo-2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lg-enact-vs890-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-escape-p870-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../smartphones/lg-f60-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-f70-d315-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-g-flex-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g-flex2-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g-pro-2-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g-pro-lite-1gb-8gb-3g/index.json | 10 +++++++--- .../lg-g-stylo-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-g-vista-2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../smartphones/lg-g2-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g2-mini-lte-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../smartphones/lg-g3-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g3-a-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g3-cdma-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g3-dual-lte-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g3-lte-a-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g3-s-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-g3-screen-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-g3-stylus-1gb-8gb-3g/index.json | 10 +++++++--- .../smartphones/lg-g4-3gb-32gb-4g-lte/index.json | 10 +++++----- .../lg-g4-dual-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/lg-g4c-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../smartphones/lg-g5-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g5-se-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g6-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g7-fit-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g7-one-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g7-thinq-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g8-thinq-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g8s-thinq-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-g8x-thinq-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-gx-f310l-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k10-2017-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k10-2018-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k11-plus-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k20-2019-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-k20-plus-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k3-2017-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-k30-2019-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-k30-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lg-k31-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k4-2017-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-k40-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k40s-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k41s-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k42-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/lg-k5-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-k50-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k50s-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-k51s-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../lg-k52-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../lg-k61-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../lg-k62-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../lg-k7-2017-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-k71-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../smartphones/lg-l-fino-1gb-4gb-3g/index.json | 10 +++++++--- .../lg-l65-d280-1gb-4gb-3g/index.json | 10 +++++++--- .../lg-l65-dual-d285-1gb-4gb-3g/index.json | 10 +++++++--- .../lg-l70-d320n-1gb-4gb-3g/index.json | 10 +++++++--- .../lg-l90-d405-1gb-8gb-3g/index.json | 10 +++++++--- .../lg-l90-dual-d410-1gb-8gb-3g/index.json | 10 +++++++--- .../lg-leon-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-lucid-4g-vs840-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-lucid2-vs870-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-mach-ls860-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-magna-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-motion-4g-ms770-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-nexus-5-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-nexus-5x-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-optimus-3d-max-p720-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lg-optimus-4x-hd-p880-1gb-16gb-3g/index.json | 10 +++++++--- .../lg-optimus-ex-su880-1gb-8gb-3g/index.json | 10 +++++++--- .../lg-optimus-f3-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../lg-optimus-f3q-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../lg-optimus-f5-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-optimus-f6-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-optimus-g-e970-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-optimus-g-e975-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lg-optimus-gj-e975w-2gb-16gb-3g/index.json | 10 +++++++--- .../lg-optimus-l9-ii-1gb-8gb-3g/index.json | 10 +++++++--- .../lg-optimus-l9-p760-1gb-4gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lg-optimus-lte2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-optimus-q2-lu6500-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lg-optimus-vu-ii-2gb-16gb-3g/index.json | 10 +++++++--- .../lg-optimus-vu-ii-f200-2gb-4g-lte/index.json | 10 +++++++--- .../lg-optimus-vu-p895-1gb-32gb-3g/index.json | 10 +++++++--- .../lg-prada-3-0-1gb-8gb-3g/index.json | 10 +++++++--- .../lg-q-stylo-4-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lg-q-stylus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lg-q31-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-q52-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../smartphones/lg-q6-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../lg-q60-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../lg-q70-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lg-q8-2017-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lg-q8-2018-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/lg-q9-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../v1/smartphones/lg-ray-1gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lg-spectrum-vs920-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../lg-stylo-2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-stylo-3-plus-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-stylo-5-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-stylo-6-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../lg-stylus-2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-stylus-2-plus-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-tribute-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../lg-tribute-2-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-tribute-empire-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-v10-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lg-v20-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../lg-v30-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-v30s-thinq-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../lg-v35-thinq-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-v40-thinq-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-v50s-thinq-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../lg-velvet-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../lg-volt-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../lg-w10-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-w10-alpha-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-w30-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../lg-w30-pro-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../lg-w31-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../lg-x-cam-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-x-mach-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-x-power-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../lg-x-power-3-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../lg-x-power2-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../lg-x-screen-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-x-venture-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/lg-x4-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-zero-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-zone-4-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../meizu-15-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-15-lite-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-15-plus-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-16-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-16-plus-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-16s-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-16s-pro-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-16t-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-16x-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../meizu-16xs-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-c9-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../meizu-c9-pro-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-e2-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-e3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m1-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../meizu-m1-metal-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-m1-note-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-m10-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-m2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../meizu-m2-note-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-m3-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-m3-max-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m3-note-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-m3e-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m3s-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-m3x-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m5-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-m5-note-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m5c-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../meizu-m5s-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m6-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m6-note-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m6s-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-m6t-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../meizu-m8c-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../smartphones/meizu-mx-1gb-16gb-3g/index.json | 10 +++++++--- .../meizu-mx-4-core-1gb-64gb-3g/index.json | 10 +++++++--- .../smartphones/meizu-mx2-2gb-64gb-3g/index.json | 10 +++++++--- .../meizu-mx3-2gb-128gb-3g/index.json | 10 +++++++--- .../meizu-mx4-2gb-64gb-4g-lte/index.json | 10 +++++++--- .../meizu-mx4-pro-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../meizu-mx5-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-mx5e-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-mx6-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-note-8-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-note-9-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-pro-5-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-pro-6-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-pro-6-plus-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-pro-6s-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-pro-7-plus-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../meizu-u10-3gb-32gb-4g-lte/index.json | 14 +++++++++----- .../meizu-u20-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-v8-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../meizu-v8-pro-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../meizu-x8-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../micromax-a092-unite-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../micromax-a106-unite-2-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../micromax-bharat-5-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../micromax-bharat-go-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../micromax-canvas-1-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../micromax-canvas-6-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../micromax-dual-5-4gb-128gb-4g-lte/index.json | 10 +++++----- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../micromax-vdeo-2-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../microsoft-lumia-532-1gb-8gb-3g/index.json | 10 +++++++--- .../microsoft-lumia-535-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../microsoft-lumia-640-xl-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-atrix-1gb-16gb-3g/index.json | 10 +++++++--- .../motorola-atrix-2-mb865-1gb-8gb-3g/index.json | 10 +++++++--- .../motorola-atrix-4g-1gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../motorola-defy-2-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++----- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../motorola-luge-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../motorola-moto-c-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../motorola-moto-e-1gb-4gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../motorola-moto-e14-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../motorola-moto-e20-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../motorola-moto-e3-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../motorola-moto-e32-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../motorola-moto-e4-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-e5-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-e6-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../motorola-moto-e6i-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../motorola-moto-g-2022-6gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../motorola-moto-g-4g-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-g4-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../motorola-moto-g5-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-g50-5g-4gb-128gb-5g/index.json | 16 ++++++++++------ .../motorola-moto-g5s-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-g6-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-g7-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-g73-8gb-256gb-5g/index.json | 16 ++++++++++------ .../motorola-moto-g8-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-m-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++----- .../motorola-moto-s50-12gb-512gb-5g/index.json | 16 ++++++++++------ .../motorola-moto-x-2gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-x4-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../motorola-moto-z-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-z3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-moto-z4-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../motorola-nexus-6-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../motorola-p30-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../motorola-razr-d1-1gb-4gb-3g/index.json | 10 +++++++--- .../motorola-razr-d3-xt919-1gb-4gb-3g/index.json | 10 +++++++--- .../motorola-razr-i-xt890-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../motorola-razr-maxx-1gb-16gb-3g/index.json | 10 +++++++--- .../motorola-razr-v-xt885-1gb-4gb-3g/index.json | 10 +++++++--- .../motorola-razr-v-xt889-1gb-4gb-3g/index.json | 10 +++++++--- .../motorola-razr-xt910-1gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../nokia-1-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../nokia-1-plus-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../nokia-2-1-1gb-8gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-2-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../nokia-2-2-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-2-3-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-2-4-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-2-v-tella-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-3-1-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-3-1-a-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-3-1-c-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-3-2-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-3-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../nokia-3-v-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-4-2-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-5-3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-5-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../nokia-6-1-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../nokia-6-2-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-6-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-7-1-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-7-2-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-7-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-7-plus-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../nokia-8-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-8-sirocco-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-9-pureview-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c01-plus-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-c110-3gb-32gb-4g-lte/index.json | 12 ++++++++---- .../nokia-c2-tava-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c2-tennen-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c20-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-c20-plus-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c200-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c21-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../nokia-c21-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c22-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c3-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-c30-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c31-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-c5-endi-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-g11-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-g11-plus-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-g21-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-g22-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-lumia-1020-2gb-64gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-1520-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-525-1gb-8gb-3g/index.json | 10 +++++++--- .../nokia-lumia-635-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-638-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-735-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-810-1gb-8gb-3g/index.json | 10 +++++++--- .../nokia-lumia-820-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-822-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-830-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-920-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-925-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-928-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-930-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../nokia-lumia-icon-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../smartphones/nokia-n1-2gb-32gb-2g/index.json | 10 +++++++--- .../smartphones/nokia-n9-1gb-64gb-3g/index.json | 10 +++++++--- .../nokia-t21-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nokia-x71-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../nothing-cmf-phone-1-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oneplus-2-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oneplus-3-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-3t-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-5-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-5t-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-6-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-6t-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../oneplus-7-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-7-pro-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-7-pro-5g-12gb-256gb-5g/index.json | 16 ++++++++++------ .../oneplus-7t-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-7t-pro-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oneplus-ace-2v-16gb-512gb-5g/index.json | 16 ++++++++++------ .../oneplus-nord-2t-12gb-256gb-5g/index.json | 16 ++++++++++------ .../oneplus-nord-3-16gb-256gb-5g/index.json | 16 ++++++++++------ .../oneplus-nord-n300-4gb-64gb-5g/index.json | 16 ++++++++++------ .../oneplus-one-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../oneplus-x-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-a1-2018-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-a11-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a11k-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../oppo-a12-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-a12e-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-a12s-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a15-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a15s-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a16e-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a1k-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../smartphones/oppo-a1x-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a3-2018-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../smartphones/oppo-a3-6gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a31-2015-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../oppo-a31-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../oppo-a33-2015-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-a35-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a37-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-a39-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../oppo-a3s-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/oppo-a3x-4gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a3x-china-8gb-512gb-5g/index.json | 16 ++++++++++------ .../oppo-a5-2020-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../oppo-a5-ax5-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-a52-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a53-2015-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-a53-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a53s-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a54-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a55-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a55s-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a56-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a56s-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-a57-2016-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../smartphones/oppo-a57-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-a58-china-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-a58x-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a59-2016-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../oppo-a5s-ax5s-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-a7-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-a71-2018-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-a71-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-a72-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a72-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a73-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a77-2017-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../smartphones/oppo-a77-6gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a77-mediatek-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../smartphones/oppo-a78-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a7n-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-a7x-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a8-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../smartphones/oppo-a80-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-a83-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-a9-2020-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a9-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a91-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a92-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-a92s-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-a93s-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-a94-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-a95-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-a97-12gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-a9x-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-f1-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-f1-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-f11-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-f11-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-f15-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-f19-pro-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../smartphones/oppo-f27-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-f3-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-f3-plus-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-f5-6gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-f5-youth-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../oppo-f7-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../oppo-f7-youth-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../oppo-f9-f9-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-find-5-mini-1gb-4gb-3g/index.json | 10 +++++++--- .../oppo-find-7a-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-find-n2-flip-16gb-512gb-5g/index.json | 16 ++++++++++------ .../oppo-find-x-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../oppo-find-x5-lite-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-find-x7-16gb-512gb-5g/index.json | 16 ++++++++++------ .../oppo-k1-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-k10-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-k12x-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-k3-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-k5-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/oppo-k7x-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-k9-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/oppo-k9x-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-mirror-3-1gb-8gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-mirror-5-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-mirror-5s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../smartphones/oppo-n1-2gb-32gb-3g/index.json | 10 +++++++--- .../oppo-n1-mini-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-n3-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/oppo-neo-5-1gb-4gb-3g/index.json | 10 +++++++--- .../oppo-neo-5-2015-1gb-16gb-3g/index.json | 10 +++++++--- .../oppo-neo-5s-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../oppo-r1-r829t-1gb-16gb-3g/index.json | 10 +++++++--- .../oppo-r11-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r11-plus-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r11s-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r11s-plus-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r15-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r15-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r15x-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r17-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r1s-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-r1x-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../oppo-r2001-yoyo-1gb-4gb-3g/index.json | 10 +++++++--- .../oppo-r3-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../oppo-r5-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r5s-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r7-3gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r7-lite-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r7-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r815t-clover-1gb-4gb-3g/index.json | 10 +++++++--- .../oppo-r817-real-1gb-4gb-3g/index.json | 10 +++++++--- .../smartphones/oppo-r819-1gb-16gb-3g/index.json | 10 +++++++--- .../oppo-r9-plus-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r9s-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-r9s-plus-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../oppo-reno-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-reno-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno-a-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../oppo-reno-ace-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno-z-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../oppo-reno11-china-12gb-512gb-5g/index.json | 16 ++++++++++------ .../oppo-reno12-f-12gb-512gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../oppo-reno2-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno2-f-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno2-z-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno3-5g-12gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-reno3-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno4-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno4-pro-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno4-se-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-reno4-z-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-reno5-4g-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno5-pro-5g-12gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-reno5-z-8gb-128gb-5g/index.json | 16 ++++++++++------ .../oppo-reno6-5g-12gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-reno6-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-reno6-z-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-reno7-se-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-reno8-12gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-reno8-china-12gb-256gb-5g/index.json | 16 ++++++++++------ .../oppo-reno8-t-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-rx17-neo-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-rx17-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/oppo-t29-1gb-4gb-3g/index.json | 10 +++++++--- .../oppo-u3-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../oppo-u705t-ulike-2-1gb-16gb-3g/index.json | 10 +++++++--- .../realme-1-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../realme-10-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-10-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-10s-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-10t-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-11-4g-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-11-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-11x-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-12-8gb-512gb-5g/index.json | 16 ++++++++++------ .../realme-12x-12gb-512gb-5g/index.json | 16 ++++++++++------ .../realme-12x-india-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-2-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../realme-2-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-3-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../realme-3-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-3i-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../realme-5-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-5-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-5i-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-5s-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-6-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-6-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-6i-india-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../realme-6s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-7-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-7-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-8-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-8s-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-9-5g-india-6gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-9-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-c1-2019-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../realme-c1-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../realme-c11-2021-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c2-2020-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../realme-c2-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../realme-c2s-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../realme-c30-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c31-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c33-2023-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c33-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c35-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c51-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c51s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c53-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c53-india-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c61-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c61-india-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c63-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-c63-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c65-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-c65-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-c67-6gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-gt-neo-12gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-gt-neo-3-12gb-512gb-5g/index.json | 16 ++++++++++------ .../realme-gt-neo-flash-12gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-gt-neo2t-12gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-narzo-20a-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../realme-narzo-30-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../realme-narzo-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-narzo-50-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../realme-narzo-60x-6gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-narzo-n53-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-narzo-n61-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-narzo-n63-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-note-50-4gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-note-60-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-q-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../realme-q2-6gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-q2-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-q2i-4gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-q3-pro-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-q3i-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-u1-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../realme-v11-5g-6gb-128gb-5g/index.json | 10 +++++----- .../realme-v11s-5g-6gb-128gb-5g/index.json | 10 +++++----- .../realme-v13-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-v15-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-v20-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-v23-12gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-v23i-4gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-v3-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-v5-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-v50s-8gb-256gb-5g/index.json | 10 +++++++--- .../realme-v60-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-x-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-x2-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-x2-pro-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../realme-x3-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../realme-x7-india-8gb-128gb-5g/index.json | 16 ++++++++++------ .../realme-x7-max-5g-12gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-x7-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-x7-pro-ultra-12gb-256gb-5g/index.json | 16 ++++++++++------ .../realme-xt-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../samsung-ativ-s-i8750-1gb-32gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-a34-8gb-256gb-5g/index.json | 16 ++++++++++------ .../samsung-galaxy-a35-12gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-a5-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-a54-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-a8-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-c5-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../samsung-galaxy-c7-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-e7-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-f15-8gb-128gb-5g/index.json | 16 ++++++++++------ .../samsung-galaxy-f34-8gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-f54-8gb-256gb-5g/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-j-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-j2-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-j4-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-j6-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-j8-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-m14-6gb-128gb-5g/index.json | 16 ++++++++++------ .../samsung-galaxy-m15-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-m53-8gb-256gb-5g/index.json | 16 ++++++++++------ .../samsung-galaxy-m54-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-s5-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../samsung-galaxy-s7-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-i9103-galaxy-r-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-z2-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../smartphones/samsung-z3-1gb-8gb-3g/index.json | 10 +++++++--- .../sharp-aquos-b10-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../sharp-aquos-c10-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../sharp-aquos-d10-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../sharp-aquos-r2-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sharp-aquos-r3-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../sharp-aquos-s3-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../sharp-aquos-v-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../sharp-aquos-xx-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sharp-aquos-zero-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../sharp-ms1-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../sharp-z2-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../sharp-z3-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../sony-xperia-1-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../sony-xperia-10-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sony-xperia-5-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-c3-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-c4-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-e3-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-e4-1gb-8gb-3g/index.json | 10 +++++++--- .../sony-xperia-e4g-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-ion-hspa-1gb-13gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-l-1gb-8gb-3g/index.json | 10 +++++++--- .../sony-xperia-l1-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-l2-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-l3-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-l4-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-m2-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-m5-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-sp-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-t-lte-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-v-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-x-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sony-xperia-xa-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../sony-xperia-xa1-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sony-xperia-xa2-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sony-xperia-xz-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sony-xperia-xz1-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sony-xperia-xz2-6gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sony-xperia-xz3-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../sony-xperia-xzs-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../sony-xperia-z-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-z1-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../sony-xperia-z1s-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-z2-3gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../sony-xperia-z2a-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-z3-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../sony-xperia-z3v-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../sony-xperia-z4v-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../sony-xperia-z5-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../sony-xperia-zl-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-zr-2gb-8gb-4g-lte/index.json | 10 +++++++--- .../tcl-10-plus-8gb-256gb-4g-lte/index.json | 10 +++++++--- .../tcl-10-pro-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-10-se-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-10-tabmid-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-10l-6gb-256gb-4g-lte/index.json | 10 +++++++--- .../tcl-20-r-5g-4gb-128gb-5g/index.json | 16 ++++++++++------ .../tcl-20-xe-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-205-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../tcl-20b-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-20e-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-20s-6gb-256gb-4g-lte/index.json | 10 +++++++--- .../tcl-20y-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-30-5g-4gb-128gb-5g/index.json | 16 ++++++++++------ .../tcl-30-xe-5g-4gb-64gb-5g/index.json | 16 ++++++++++------ .../tcl-305-2gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/tcl-40-x-4gb-64gb-5g/index.json | 16 ++++++++++------ .../smartphones/tcl-40-xe-4gb-64gb-5g/index.json | 10 +++++----- .../tcl-403-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../smartphones/tcl-40r-4gb-128gb-5g/index.json | 16 ++++++++++------ .../tcl-50-5g-4gb-128gb-5g/index.json | 16 ++++++++++------ .../tcl-50-le-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-50-se-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-50-xe-4gb-128gb-5g/index.json | 16 ++++++++++------ .../tcl-50-xl-nxtpaper-6gb-128gb-5g/index.json | 16 ++++++++++------ .../tcl-a3-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../tcl-a30-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../tcl-l10-pro-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../tcl-nxtpaper-10s-4gb-64gb-3g/index.json | 16 ++++++++++------ .../tcl-plex-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../tcl-stylus-4gb-128gb-5g/index.json | 16 ++++++++++------ .../tecno-camon-11-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../tecno-camon-12-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../tecno-camon-15-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../tecno-camon-cm-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../tecno-camon-cx-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../tecno-camon-i4-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../tecno-camon-iace2-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../tecno-camon-x-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../tecno-camon-x-pro-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/tecno-f2-1gb-8gb-3g/index.json | 10 +++++++--- .../tecno-f2-lte-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../tecno-phantom-6-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../tecno-phantom-8-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../tecno-phantom-9-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../tecno-phantom-v-flip-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../tecno-phantom-x2-8gb-256gb-5g/index.json | 16 ++++++++++------ .../tecno-pop-1-1gb-8gb-3g/index.json | 10 +++++++--- .../tecno-pop-1-pro-1gb-16gb-3g/index.json | 10 +++++++--- .../tecno-pop-1s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../tecno-pop-2-f-1gb-16gb-3g/index.json | 10 +++++++--- .../tecno-pop-3-plus-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../tecno-pop-5c-1gb-16gb-3g/index.json | 10 +++++++--- .../tecno-pop-5x-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../tecno-pop-6-pro-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../tecno-pop-9-4gb-128gb-5g/index.json | 16 ++++++++++------ .../tecno-pouvoir-1-1gb-16gb-3g/index.json | 10 +++++++--- .../tecno-pouvoir-3-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../tecno-pova-4-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../tecno-pova-5-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../tecno-spark-2-2gb-16gb-3g/index.json | 10 +++++++--- .../tecno-spark-2gb-16gb-3g/index.json | 10 +++++++--- .../tecno-spark-8-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../tecno-spark-cm-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../tecno-spark-go-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../tecno-spark-plus-2gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../ulefone-armor-10-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../ulefone-armor-11-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../ulefone-armor-11t-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../ulefone-armor-12-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../ulefone-armor-2-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-21-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-25t-6gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../ulefone-armor-3w-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-3wt-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-5s-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-6e-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-6s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-7-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-7e-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-8-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../ulefone-armor-9-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-9e-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-x-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-x10-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../ulefone-armor-x2-2gb-16gb-3g/index.json | 16 ++++++++++------ .../ulefone-armor-x3-2gb-32gb-3g/index.json | 16 ++++++++++------ .../ulefone-armor-x5-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-armor-x6-2gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../ulefone-armor-x7-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../ulefone-note-10-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-note-11p-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-note-12p-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-note-14-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../ulefone-note-6-1gb-32gb-3g/index.json | 10 +++++++--- .../ulefone-note-6p-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../ulefone-note-6t-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../ulefone-note-7-3gb-32gb-3g/index.json | 10 +++++++--- .../ulefone-note-7p-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../ulefone-note-7t-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../ulefone-note-8-2gb-16gb-3g/index.json | 10 +++++++--- .../ulefone-note-8p-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../ulefone-note-9p-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../smartphones/ulefone-s1-1gb-8gb-3g/index.json | 10 +++++++--- .../ulefone-s11-3gb-32gb-3g/index.json | 10 +++++++--- .../ulefone-t2-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../ulefone-t2-pro-8gb-128gb-4g-lte/index.json | 10 +++++++--- .../vivo-iqoo-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../vivo-iqoo-neo-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../vivo-iqoo-neo7-se-16gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-neo8-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../vivo-iqoo-neo9s-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-pro-12gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-iqoo-pro-5g-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-u1-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-iqoo-u3-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-u5e-6gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-z1-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-z5x-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-z6x-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-z8-china-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-iqoo-z9-turbo-16gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-nex-3-5g-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-nex-3-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../vivo-nex-s-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-s1-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-s1-china-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-s1-prime-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-s1-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../vivo-s10-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-s10-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-s10e-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-s12-12gb-256gb-5g/index.json | 10 +++++----- .../vivo-s12-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-s15-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-s15e-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-s16-pro-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-s16e-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-s17-pro-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-s17e-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-s17t-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-s18-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-s18e-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-s19-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-s5-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-s6-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/vivo-s7e-8gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/vivo-s7t-8gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/vivo-s9-12gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/vivo-s9e-8gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/vivo-t1x-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-t2-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/vivo-t2x-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-u10-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-u20-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-u3-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v1-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-v1-max-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-v11-v11-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v11i-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v15-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../vivo-v15-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v17-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v17-neo-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v17-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v17-russia-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v19-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../vivo-v19-neo-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v20-2021-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v20-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v20-se-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v21-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-v21-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v21e-5g-8gb-128gb-5g/index.json | 10 +++++----- .../vivo-v21e-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v21s-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-v23-5g-12gb-256gb-5g/index.json | 10 +++++----- .../vivo-v23-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-v23e-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-v25-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-v25-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-v25e-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v27-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-v27e-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v29-pro-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-v3-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-v3max-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v5-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-v5-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-v5s-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-v7-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-v7-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-v9-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-v9-6gb-6gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-v9-youth-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-x100-16gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-x100s-16gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-x20-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-x20-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x20-plus-ud-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x21-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x21-ud-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x21i-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x23-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x27-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x27-pro-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../smartphones/vivo-x30-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-x30-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/vivo-x3s-1gb-16gb-3g/index.json | 10 +++++++--- .../vivo-x5-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-x50-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x50-lite-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x5max-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../vivo-x5pro-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-x6-4gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x60-china-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-x60-pro-china-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-x60s-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-x60t-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-x6plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x6s-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x6s-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x7-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x7-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x70-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-x80-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-x80-lite-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-x9-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x9-plus-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x90-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-x90-pro-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-x90s-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-x9s-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-x9s-plus-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-xplay3s-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-xplay5-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../vivo-xplay6-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-xshot-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y01-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y02-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y02a-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y02s-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y02t-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y03-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y03t-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y100-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y100t-12gb-512gb-5g/index.json | 16 ++++++++++------ .../vivo-y11-2019-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y11-2023-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y12-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y12a-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y12i-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y12s-2021-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y12s-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y15-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y15a-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y15s-2015-1gb-8gb-3g/index.json | 10 +++++++--- .../vivo-y15s-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y16-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y17-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y18-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y18-india-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y18e-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y18i-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y19-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y1s-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y20-2021-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y20a-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y21-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y21a-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y22-2013-1gb-4gb-3g/index.json | 10 +++++++--- .../vivo-y27-2014-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y28-2014-1gb-8gb-3g/index.json | 10 +++++++--- .../vivo-y28-4g-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y3-4gb-64gb-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y3-standard-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y30-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y30-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../vivo-y30g-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y31-2015-1gb-8gb-3g/index.json | 10 +++++++--- .../vivo-y33e-4gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y33s-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y35-2015-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y35-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y37-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y37-2015-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y3s-2021-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y3s-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y50-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y50t-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y51-2015-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../vivo-y51s-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y52-5g-4gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y52s-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y52t-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y53-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y53i-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y54s-6gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y55-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../vivo-y55s-2017-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y55s-2021-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y55s-2023-6gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y5s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y65-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y67-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y69-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y70-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-y70s-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y70t-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y71-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y71i-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y71t-8gb-256gb-5g/index.json | 10 +++++----- .../vivo-y72-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y72t-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y73s-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y73t-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y74s-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y75-5g-8gb-128gb-5g/index.json | 16 ++++++++++------ .../vivo-y75s-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y76-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y76s-12gb-256gb-5g/index.json | 16 ++++++++++------ .../smartphones/vivo-y77-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y77-china-12gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y77e-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y77e-t1-8gb-256gb-5g/index.json | 16 ++++++++++------ .../vivo-y81-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y81i-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y83-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y83-pro-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y89-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y90-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y91-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y91-mediatek-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y91i-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../vivo-y91i-india-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-y93-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y93-mediatek-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y93s-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../vivo-y95-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-y97-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../vivo-y9s-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-z1-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../vivo-z1-lite-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../vivo-z1i-8gb-128gb-4g-lte/index.json | 10 +++++++--- .../vivo-z1pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-z1x-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-z3-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../vivo-z3i-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-z3x-6gb-64gb-4g-lte/index.json | 10 +++++++--- .../vivo-z5-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-z5i-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-z5x-2020-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../vivo-z5x-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-11i-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-13t-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../xiaomi-14t-pro-16gb-512gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-mi-1s-1gb-4gb-3g/index.json | 10 +++++++--- .../xiaomi-mi-2-2gb-32gb-3g/index.json | 10 +++++++--- .../xiaomi-mi-2a-1gb-16gb-3g/index.json | 10 +++++++--- .../xiaomi-mi-2s-2gb-32gb-3g/index.json | 10 +++++++--- .../xiaomi-mi-4-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-4-lte-3gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-4c-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-4i-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-4s-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-5-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-5c-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-5s-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-mi-6-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-8-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-mi-8-lite-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-8-pro-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-8-se-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-9-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-mi-9-lite-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-9-pro-12gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-9-se-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-9t-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-9t-pro-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-mi-a3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-cc9-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-mi-cc9e-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-max-2-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-max-3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-max-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../xiaomi-mi-mix-2-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-mix-2s-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-mix-3-10gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-mix-3-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../xiaomi-mi-mix-6gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-mi-note-2-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-note-3-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-mi-note-3gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-mi-play-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-poco-c40-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-poco-c50-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-poco-f3-gt-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-poco-m4-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-poco-m5-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-poco-m6-8gb-256gb-5g/index.json | 16 ++++++++++------ .../xiaomi-poco-x2-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-poco-x4-gt-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-10-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../xiaomi-redmi-10x-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-13-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-redmi-13c-5g-8gb-256gb-5g/index.json | 16 ++++++++++------ .../xiaomi-redmi-13r-4gb-128gb-5g/index.json | 16 ++++++++++------ .../xiaomi-redmi-1gb-4gb-3g/index.json | 10 +++++++--- .../xiaomi-redmi-1s-1gb-8gb-3g/index.json | 10 +++++++--- .../xiaomi-redmi-2-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-2a-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../xiaomi-redmi-3-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-3s-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-3x-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-redmi-4-4x-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-4a-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../xiaomi-redmi-5-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-5a-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../xiaomi-redmi-6-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../xiaomi-redmi-6a-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../xiaomi-redmi-7-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-redmi-7a-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-redmi-8-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-redmi-8a-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-a1-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-redmi-a3x-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../xiaomi-redmi-go-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../xiaomi-redmi-k20-8gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-k50-12gb-512gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-k60e-12gb-512gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-note-2gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../xiaomi-redmi-note-9t-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../xiaomi-redmi-y3-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-avid-559-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-avid-579-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-avid-589-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-avid-plus-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-axon-10-pro-12gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-10-pro-5g-12gb-256gb-5g/index.json | 16 ++++++++++------ .../zte-axon-11-4g-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../zte-axon-11-se-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../zte-axon-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-7-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-7-max-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-7-mini-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-7s-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-9-pro-6gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-lux-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-m-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-max-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../zte-axon-mini-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-axon-pro-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../zte-blade-20-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../zte-blade-20-5g-6gb-128gb-5g/index.json | 10 +++++++--- .../zte-blade-a2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a2-plus-4gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a3-2019-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a3-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a3-joy-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-blade-a3y-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a410-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a452-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a5-2019-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a5-2020-2gb-64gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a51-2gb-64gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a512-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a52-2gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-blade-a520-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a54-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a6-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../zte-blade-a7-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-blade-a7-vita-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a71-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-a72-5g-6gb-128gb-5g/index.json | 10 +++++++--- .../zte-blade-a72s-3gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../zte-blade-a73-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../zte-blade-a75-4g-4gb-256gb-4g-lte/index.json | 16 ++++++++++------ .../zte-blade-a7p-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-blade-a910-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-apex-3-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-d6-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-force-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-blade-l2-1gb-4gb-3g/index.json | 10 +++++++--- .../zte-blade-l3-plus-1gb-8gb-3g/index.json | 10 +++++++--- .../zte-blade-l5-plus-1gb-8gb-3g/index.json | 10 +++++++--- .../zte-blade-l9-1gb-32gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-blade-q-1gb-4gb-3g/index.json | 10 +++++++--- .../zte-blade-q-maxi-1gb-4gb-3g/index.json | 10 +++++++--- .../zte-blade-q-mini-1gb-4gb-3g/index.json | 10 +++++++--- .../zte-blade-q-pro-1gb-8gb-3g/index.json | 10 +++++++--- .../zte-blade-qlux-4g-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-s6-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-s6-plus-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-s7-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-v-1gb-4gb-3g/index.json | 10 +++++++--- .../zte-blade-v-plus-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-v10-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-blade-v2020-5g-6gb-128gb-5g/index.json | 16 ++++++++++------ .../zte-blade-v30-4gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../zte-blade-v7-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-v7-lite-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-v7-plus-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-v8-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-v8-lite-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-v8-mini-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-v8-pro-3gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../zte-blade-v9-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-blade-v9-vita-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-x-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-x3-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-x9-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-blade-z-max-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../zte-flash-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-gabb-z2-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-geek-v975-2gb-16gb-3g/index.json | 10 +++++++--- .../zte-grand-era-u895-1gb-4gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-grand-s-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-grand-s-flex-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-grand-s-ii-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-grand-s-pro-2gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-grand-x-3-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../zte-grand-x-in-1gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-grand-x-max-2gb-16gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../zte-grand-x-pro-1gb-4gb-3g/index.json | 10 +++++++--- .../zte-grand-x-quad-v987-1gb-4gb-3g/index.json | 10 +++++++--- .../zte-grand-x-v970-1gb-4gb-3g/index.json | 10 +++++++--- .../zte-grand-x-view-2-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-grand-x2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-grand-x4-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-grand-xmax-1gb-8gb-3g/index.json | 16 ++++++++++------ .../zte-imperial-ii-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-maven-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-maven-2-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-max-xl-2gb-32gb-4g-lte/index.json | 16 ++++++++++------ .../zte-nubia-alpha-1gb-8gb-4g-lte/index.json | 14 +++++++++----- .../zte-nubia-m2-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-nubia-m2-lite-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../zte-nubia-n1-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../zte-nubia-n1-lite-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-nubia-n2-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-nubia-n3-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../zte-nubia-v18-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../zte-nubia-x-8gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../zte-nubia-x6-3gb-128gb-4g-lte/index.json | 10 +++++++--- .../zte-nubia-z11-6gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../zte-nubia-z11-max-4gb-64gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../index.json | 16 ++++++++++------ .../zte-nubia-z17-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../index.json | 16 ++++++++++------ .../zte-nubia-z17s-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../zte-nubia-z18-8gb-128gb-4g-lte/index.json | 16 ++++++++++------ .../index.json | 10 +++++++--- .../zte-nubia-z20-8gb-512gb-4g-lte/index.json | 16 ++++++++++------ .../zte-nubia-z5-2gb-32gb-3g/index.json | 10 +++++++--- .../zte-nubia-z5s-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../zte-nubia-z7-max-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../zte-nubia-z7-mini-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-nubia-z9-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../zte-nubia-z9-max-3gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-nubia-z9-mini-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-obsidian-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../smartphones/zte-optik-1gb-16gb-3g/index.json | 10 +++++++--- .../zte-quest-5-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-redbull-v5-v9180-1gb-4gb-3g/index.json | 10 +++++++--- .../smartphones/zte-reef-1gb-4gb-3g/index.json | 10 +++++++--- .../smartphones/zte-s30-8gb-256gb-5g/index.json | 16 ++++++++++------ .../zte-s30-se-6gb-128gb-5g/index.json | 16 ++++++++++------ .../zte-speed-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-star-1-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-star-2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-tempo-x-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-v5-lux-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../smartphones/zte-v70-8gb-256gb-5g/index.json | 16 ++++++++++------ .../zte-vital-n9810-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-voyage-20-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../zte-voyage-40-pro-8gb-256gb-5g/index.json | 16 ++++++++++------ .../zte-warp-4g-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../zte-zmax-2-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../zte-zmax-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../alcatel-one-touch-t10-1gb-4gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-ipad-2-cdma-0-5gb-64gb-3g/index.json | 10 +++++++--- .../apple-ipad-2-wi-fi-0-5gb-64gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-ipad-2022-4gb-256gb-5g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-ipad-4-wi-fi-1gb-128gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-ipad-air-1gb-128gb-4g-lte/index.json | 10 +++++++--- .../apple-ipad-air-2-2gb-128gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../apple-ipad-wi-fi-0-25gb-64gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../asus-google-nexus-7-1gb-32gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../asus-memo-pad-10-1gb-16gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../asus-memo-pad-fhd10-2gb-32gb-2g/index.json | 10 +++++++--- .../asus-memo-pad-me172v-1gb-16gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../asus-zenpad-10-z300c-2gb-32gb-2g/index.json | 10 +++++++--- .../asus-zenpad-10-z300m-2gb-32gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../asus-zenpad-8-0-z380c-2gb-16gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../asus-zenpad-8-0-z380m-2gb-16gb-2g/index.json | 10 +++++++--- .../asus-zenpad-c-7-0-1gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../blackview-tab-10-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../blackview-tab-11-8gb-128gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../blackview-tab-12-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../blackview-tab-13-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../blackview-tab-15-8gb-128gb-4g-lte/index.json | 12 ++++++++---- .../blackview-tab-16-8gb-256gb-4g-lte/index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../blackview-tab-5-3gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../blackview-tab-6-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../blackview-tab-60-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../blackview-tab-7-3gb-32gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../blackview-tab-8-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../blackview-tab-80-8gb-128gb-4g-lte/index.json | 12 ++++++++---- .../blackview-tab-8e-3gb-32gb-4g-lte/index.json | 12 ++++++++---- .../blackview-tab-9-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../doogee-t10plus-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../doogee-t10pro-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../doogee-t20-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../doogee-t30-max-8gb-512gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../honor-pad-2-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../honor-pad-6-4gb-128gb-4g-lte/index.json | 12 ++++++++---- .../honor-pad-8-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../tablets/honor-pad-9-12gb-512gb-5g/index.json | 12 ++++++++---- .../honor-pad-9-pro-12gb-256gb-3g/index.json | 12 ++++++++---- .../honor-pad-v8-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../honor-pad-x6-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../honor-pad-x8-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../honor-pad-x8-pro-8gb-128gb-4g-lte/index.json | 10 +++++++--- .../honor-pad-x8a-4gb-128gb-4g-lte/index.json | 10 +++++++--- .../honor-pad-x9-4gb-128gb-4g-lte/index.json | 12 ++++++++---- .../honor-tab-5-4gb-128gb-4g-lte/index.json | 12 ++++++++---- .../honor-tab-7-4gb-128gb-4g-lte/index.json | 12 ++++++++---- .../honor-tablet-v7-8gb-128gb-5g/index.json | 12 ++++++++---- .../honor-tablet-v7-pro-8gb-256gb-5g/index.json | 12 ++++++++---- .../honor-tablet-x7-3gb-32gb-4g-lte/index.json | 12 ++++++++---- .../htc-nexus-9-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-mediapad-1gb-8gb-3g/index.json | 10 +++++++--- .../huawei-mediapad-7-lite-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../huawei-mediapad-m1-1gb-8gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-ideapad-k1-1gb-32gb-3g/index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../lenovo-moto-tab-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-pad-6gb-128gb-4g-lte/index.json | 12 ++++++++---- .../lenovo-pad-plus-6gb-128gb-4g-lte/index.json | 10 +++++++--- .../index.json | 6 +++--- .../lenovo-pad-pro-6gb-128gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../lenovo-tab-2-a7-10-1gb-16gb-2g/index.json | 10 +++++++--- .../lenovo-tab-2-a7-20-1gb-16gb-2g/index.json | 10 +++++++--- .../lenovo-tab-2-a7-30-1gb-16gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-tab-4-10-2gb-32gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../lenovo-tab-4-8-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../lenovo-tab-7-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../lenovo-tab-k10-4gb-128gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../lenovo-tab-m10-6gb-128gb-5g/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../lenovo-tab-m11-8gb-128gb-4g-lte/index.json | 12 ++++++++---- .../lenovo-tab-m7-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../lenovo-tab-m8-fhd-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-tab-m8-hd-3gb-32gb-4g-lte/index.json | 10 +++++++--- .../lenovo-tab-m9-4gb-128gb-4g-lte/index.json | 12 ++++++++---- .../lenovo-tab-p11-5g-8gb-256gb-5g/index.json | 12 ++++++++---- .../lenovo-tab-p11-6gb-128gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../lenovo-tab-p12-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../lenovo-tab-p12-pro-8gb-256gb-5g/index.json | 12 ++++++++---- .../lenovo-tab-plus-8gb-256gb-4g-lte/index.json | 6 +++--- .../lenovo-tab-s8-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lenovo-tab-v7-4gb-64gb-4g-lte/index.json | 10 +++++++--- .../index.json | 6 +++--- .../index.json | 6 +++--- .../index.json | 10 +++++++--- .../lenovo-yoga-tab-3-8-0-1gb-16gb-2g/index.json | 10 +++++++--- .../index.json | 6 +++--- .../index.json | 12 ++++++++---- .../lenovo-yoga-tablet-10-1gb-32gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lenovo-yoga-tablet-8-1gb-32gb-3g/index.json | 10 +++++++--- .../tablets/lg-g-pad-10-1-1gb-16gb-2g/index.json | 10 +++++++--- .../lg-g-pad-10-1-lte-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-g-pad-5-10-1-4gb-32gb-4g-lte/index.json | 12 ++++++++---- .../tablets/lg-g-pad-7-0-1gb-8gb-2g/index.json | 10 +++++++--- .../lg-g-pad-7-0-lte-1gb-16gb-4g-lte/index.json | 10 +++++++--- .../tablets/lg-g-pad-8-0-1gb-16gb-2g/index.json | 10 +++++++--- .../lg-g-pad-8-0-lte-1gb-32gb-4g-lte/index.json | 10 +++++++--- .../tablets/lg-g-pad-8-3-2gb-16gb-2g/index.json | 10 +++++++--- .../lg-g-pad-8-3-lte-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../lg-g-pad-ii-10-1-2gb-16gb-4g-lte/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../lg-g-pad-x-8-0-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../lg-ultra-tab-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../motorola-tab-g20-3gb-32gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../motorola-xoom-2-mz615-1gb-32gb-2g/index.json | 10 +++++++--- .../tablets/nokia-t10-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../tablets/nokia-t20-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../oneplus-pad-12gb-256gb-4g-lte/index.json | 12 ++++++++---- .../oneplus-pad-2-12gb-256gb-4g-lte/index.json | 12 ++++++++---- .../oneplus-pad-go-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../oneplus-pad-pro-16gb-512gb-4g-lte/index.json | 12 ++++++++---- .../oppo-pad-2-12gb-512gb-4g-lte/index.json | 12 ++++++++---- .../tablets/oppo-pad-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../oppo-pad-air-6gb-128gb-4g-lte/index.json | 12 ++++++++---- .../oppo-pad-air2-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../oppo-pad-neo-8gb-128gb-4g-lte/index.json | 12 ++++++++---- .../realme-pad-2-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../realme-pad-6gb-128gb-4g-lte/index.json | 12 ++++++++---- .../realme-pad-mini-6gb-128gb-4g-lte/index.json | 12 ++++++++---- .../tablets/realme-pad-x-6gb-128gb-5g/index.json | 16 ++++++++++------ .../index.json | 14 +++++++++----- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../samsung-galaxy-tab-3-v-1gb-8gb-3g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../tablets/sony-tablet-p-1gb-4gb-2g/index.json | 10 +++++++--- .../sony-tablet-p-3g-1gb-4gb-4g-lte/index.json | 10 +++++++--- .../sony-xperia-tablet-s-1gb-64gb-2g/index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../tcl-tab-10-gen2-4gb-128gb-4g-lte/index.json | 12 ++++++++---- .../tcl-tab-10-hd-4g-3gb-32gb-4g-lte/index.json | 12 ++++++++---- .../tcl-tab-10-nxtpaper-6gb-128gb-5g/index.json | 12 ++++++++---- .../tablets/tcl-tab-10l-2gb-32gb-3g/index.json | 10 +++++++--- .../tcl-tab-10l-gen-3-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../tcl-tab-10l-gen2-3gb-32gb-4g-lte/index.json | 12 ++++++++---- .../tcl-tab-10s-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../tcl-tab-10s-5g-4gb-64gb-5g/index.json | 12 ++++++++---- .../tcl-tab-8-4g-2gb-32gb-4g-lte/index.json | 10 +++++++--- .../index.json | 12 ++++++++---- .../ulefone-armor-pad-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../ulefone-tab-a7-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../ulefone-tab-a8-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../vivo-iqoo-pad-12gb-512gb-4g-lte/index.json | 12 ++++++++---- .../tablets/vivo-pad-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../vivo-pad-air-12gb-512gb-4g-lte/index.json | 12 ++++++++---- .../xiaomi-mi-pad-2-2gb-64gb-2g/index.json | 12 ++++++++---- .../xiaomi-mi-pad-3-4gb-64gb-2g/index.json | 12 ++++++++---- .../xiaomi-mi-pad-4-4gb-64gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../xiaomi-mi-pad-7-9-2gb-64gb-2g/index.json | 10 +++++++--- .../tablets/xiaomi-pad-5-6gb-256gb-3g/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../xiaomi-pad-5-pro-8gb-256gb-5g/index.json | 12 ++++++++---- .../tablets/xiaomi-pad-6-8gb-256gb-3g/index.json | 12 ++++++++---- .../xiaomi-pad-6-max-14-16gb-512gb-3g/index.json | 12 ++++++++---- .../xiaomi-pad-6-pro-12gb-512gb-3g/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../xiaomi-poco-pad-5g-8gb-256gb-5g/index.json | 12 ++++++++---- .../xiaomi-poco-pad-8gb-256gb-3g/index.json | 12 ++++++++---- .../xiaomi-redmi-pad-6gb-128gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../xiaomi-redmi-pad-pro-8gb-256gb-3g/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- .../zte-axon-pad-12gb-512gb-5g/index.json | 12 ++++++++---- .../zte-light-tab-2-v9a-0-5gb-4gb-3g/index.json | 10 +++++++--- .../zte-light-tab-3-v9s-1gb-16gb-3g/index.json | 10 +++++++--- .../zte-light-tab-v9c-0-5gb-1gb-3g/index.json | 10 +++++++--- .../zte-nubia-pad-3d-8gb-256gb-4g-lte/index.json | 12 ++++++++---- .../index.json | 12 ++++++++---- 3118 files changed, 26272 insertions(+), 13868 deletions(-) diff --git a/site/public/v1/smartphones/alcatel-1-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1-1gb-16gb-4g-lte/index.json index baebfb4f8df3..e164f0ca9385 100644 --- a/site/public/v1/smartphones/alcatel-1-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.6, + "width_mm": 65.7, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.208658", - "updated_at": "2026-07-09T01:30:55.208658" + "created_at": "2026-07-09T04:23:03.108934", + "updated_at": "2026-07-09T04:23:03.108934" } diff --git a/site/public/v1/smartphones/alcatel-1-2021-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1-2021-1gb-16gb-4g-lte/index.json index eb44e8b27d2a..d0d3e17c1622 100644 --- a/site/public/v1/smartphones/alcatel-1-2021-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1-2021-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.6, + "width_mm": 65.7, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.351205", - "updated_at": "2026-07-09T01:30:55.351205" + "created_at": "2026-07-09T04:23:03.195039", + "updated_at": "2026-07-09T04:23:03.195039" } diff --git a/site/public/v1/smartphones/alcatel-1b-2022-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1b-2022-2gb-32gb-4g-lte/index.json index 45d9808a0b03..9cc58ffa4f72 100644 --- a/site/public/v1/smartphones/alcatel-1b-2022-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1b-2022-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.9, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.367326", - "updated_at": "2026-07-09T01:30:55.367326" + "created_at": "2026-07-09T04:23:03.209045", + "updated_at": "2026-07-09T04:23:03.209045" } diff --git a/site/public/v1/smartphones/alcatel-1c-2019-1gb-8gb-3g/index.json b/site/public/v1/smartphones/alcatel-1c-2019-1gb-8gb-3g/index.json index fa6fa79593e4..2bd923140580 100644 --- a/site/public/v1/smartphones/alcatel-1c-2019-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-1c-2019-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 65.3, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.253264", - "updated_at": "2026-07-09T01:30:55.253264" + "created_at": "2026-07-09T04:23:03.147958", + "updated_at": "2026-07-09T04:23:03.147958" } diff --git a/site/public/v1/smartphones/alcatel-1l-2021-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1l-2021-2gb-32gb-4g-lte/index.json index 1d9ab8149f53..04e3d7161a39 100644 --- a/site/public/v1/smartphones/alcatel-1l-2021-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1l-2021-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 74.5, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.353204", - "updated_at": "2026-07-09T01:30:55.353204" + "created_at": "2026-07-09T04:23:03.197046", + "updated_at": "2026-07-09T04:23:03.197046" } diff --git a/site/public/v1/smartphones/alcatel-1l-pro-2021-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1l-pro-2021-2gb-32gb-4g-lte/index.json index 027336e1b139..34e1cbcd4aa5 100644 --- a/site/public/v1/smartphones/alcatel-1l-pro-2021-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1l-pro-2021-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.4, + "width_mm": 74.8, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.353204", - "updated_at": "2026-07-09T01:30:55.353204" + "created_at": "2026-07-09T04:23:03.198042", + "updated_at": "2026-07-09T04:23:03.198042" } diff --git a/site/public/v1/smartphones/alcatel-1s-2020-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1s-2020-3gb-32gb-4g-lte/index.json index b5cd5d990f27..cd6c221d61a3 100644 --- a/site/public/v1/smartphones/alcatel-1s-2020-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1s-2020-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 74.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.307381", - "updated_at": "2026-07-09T01:30:55.307381" + "created_at": "2026-07-09T04:23:03.178472", + "updated_at": "2026-07-09T04:23:03.178472" } diff --git a/site/public/v1/smartphones/alcatel-1s-2021-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1s-2021-3gb-32gb-4g-lte/index.json index 99744051f3c1..eeec5d0f07f4 100644 --- a/site/public/v1/smartphones/alcatel-1s-2021-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1s-2021-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 75.6, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.355204", - "updated_at": "2026-07-09T01:30:55.355204" + "created_at": "2026-07-09T04:23:03.199046", + "updated_at": "2026-07-09T04:23:03.199046" } diff --git a/site/public/v1/smartphones/alcatel-1s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1s-4gb-64gb-4g-lte/index.json index 5668dbe1e340..faa1ee3fbdd3 100644 --- a/site/public/v1/smartphones/alcatel-1s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1s-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.8, + "width_mm": 70.7, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.261296", - "updated_at": "2026-07-09T01:30:55.261296" + "created_at": "2026-07-09T04:23:03.149958", + "updated_at": "2026-07-09T04:23:03.149958" } diff --git a/site/public/v1/smartphones/alcatel-1se-2020-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1se-2020-4gb-128gb-4g-lte/index.json index 84d8b3518765..4a04a58fedca 100644 --- a/site/public/v1/smartphones/alcatel-1se-2020-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1se-2020-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.339292", - "updated_at": "2026-07-09T01:30:55.339292" + "created_at": "2026-07-09T04:23:03.182976", + "updated_at": "2026-07-09T04:23:03.182976" } diff --git a/site/public/v1/smartphones/alcatel-1t-10-1gb-16gb-2g/index.json b/site/public/v1/smartphones/alcatel-1t-10-1gb-16gb-2g/index.json index fac8c7e8ee29..4858530e49a0 100644 --- a/site/public/v1/smartphones/alcatel-1t-10-1gb-16gb-2g/index.json +++ b/site/public/v1/smartphones/alcatel-1t-10-1gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 415.0, - "dimensions": {}, + "dimensions": { + "height_mm": 255.0, + "width_mm": 155.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.218218", - "updated_at": "2026-07-09T01:30:55.218218" + "created_at": "2026-07-09T04:23:03.115935", + "updated_at": "2026-07-09T04:23:03.115935" } diff --git a/site/public/v1/smartphones/alcatel-1t-7-1gb-8gb-2g/index.json b/site/public/v1/smartphones/alcatel-1t-7-1gb-8gb-2g/index.json index 5dce7759f3c9..c4518b0c3d47 100644 --- a/site/public/v1/smartphones/alcatel-1t-7-1gb-8gb-2g/index.json +++ b/site/public/v1/smartphones/alcatel-1t-7-1gb-8gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 245.0, - "dimensions": {}, + "dimensions": { + "height_mm": 189.5, + "width_mm": 111.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.218218", - "updated_at": "2026-07-09T01:30:55.218218" + "created_at": "2026-07-09T04:23:03.116934", + "updated_at": "2026-07-09T04:23:03.116934" } diff --git a/site/public/v1/smartphones/alcatel-1v-2019-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1v-2019-3gb-16gb-4g-lte/index.json index 10362ec4eaa8..f033a6fae6ee 100644 --- a/site/public/v1/smartphones/alcatel-1v-2019-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1v-2019-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.2, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 72.2, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 Pie (Go edition)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.286219", - "updated_at": "2026-07-09T01:30:55.286219" + "created_at": "2026-07-09T04:23:03.154958", + "updated_at": "2026-07-09T04:23:03.154958" } diff --git a/site/public/v1/smartphones/alcatel-1v-2020-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1v-2020-2gb-32gb-4g-lte/index.json index 6e5ebd1b559c..b6fc0d845cec 100644 --- a/site/public/v1/smartphones/alcatel-1v-2020-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1v-2020-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 74.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.343204", - "updated_at": "2026-07-09T01:30:55.343204" + "created_at": "2026-07-09T04:23:03.185981", + "updated_at": "2026-07-09T04:23:03.185981" } diff --git a/site/public/v1/smartphones/alcatel-1v-2021-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1v-2021-2gb-64gb-4g-lte/index.json index 11ddb91ccd09..4d5bd8397a90 100644 --- a/site/public/v1/smartphones/alcatel-1v-2021-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1v-2021-2gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.361265", - "updated_at": "2026-07-09T01:30:55.361265" + "created_at": "2026-07-09T04:23:03.204042", + "updated_at": "2026-07-09T04:23:03.204042" } diff --git a/site/public/v1/smartphones/alcatel-1x-2019-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1x-2019-2gb-16gb-4g-lte/index.json index 2da214093b8b..a3482eff0156 100644 --- a/site/public/v1/smartphones/alcatel-1x-2019-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1x-2019-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 68.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.289297", - "updated_at": "2026-07-09T01:30:55.289297" + "created_at": "2026-07-09T04:23:03.156958", + "updated_at": "2026-07-09T04:23:03.156958" } diff --git a/site/public/v1/smartphones/alcatel-1x-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-1x-2gb-16gb-4g-lte/index.json index 2cb1281b05ef..08a2b07127d9 100644 --- a/site/public/v1/smartphones/alcatel-1x-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-1x-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 70.6, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo) - 5059D only, Android 8.1 Oreo (Go edition) - all other models", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.219218", - "updated_at": "2026-07-09T01:30:55.219218" + "created_at": "2026-07-09T04:23:03.116934", + "updated_at": "2026-07-09T04:23:03.116934" } diff --git a/site/public/v1/smartphones/alcatel-3-2019-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3-2019-4gb-64gb-4g-lte/index.json index 5a54633b1084..f4235b752ecd 100644 --- a/site/public/v1/smartphones/alcatel-3-2019-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3-2019-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.1, + "width_mm": 69.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.292314", - "updated_at": "2026-07-09T01:30:55.292314" + "created_at": "2026-07-09T04:23:03.160467", + "updated_at": "2026-07-09T04:23:03.160467" } diff --git a/site/public/v1/smartphones/alcatel-3-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3-2gb-16gb-4g-lte/index.json index 17b1aa5ca081..a5418ea1c025 100644 --- a/site/public/v1/smartphones/alcatel-3-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.1, + "width_mm": 68.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.225306", - "updated_at": "2026-07-09T01:30:55.225306" + "created_at": "2026-07-09T04:23:03.121934", + "updated_at": "2026-07-09T04:23:03.121934" } diff --git a/site/public/v1/smartphones/alcatel-3c-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3c-1gb-16gb-4g-lte/index.json index 480b4108e060..ea5546c7763d 100644 --- a/site/public/v1/smartphones/alcatel-3c-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3c-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.229293", - "updated_at": "2026-07-09T01:30:55.229293" + "created_at": "2026-07-09T04:23:03.125438", + "updated_at": "2026-07-09T04:23:03.125438" } diff --git a/site/public/v1/smartphones/alcatel-3l-2020-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3l-2020-4gb-64gb-4g-lte/index.json index 370d037d1fe2..cf1da5b87e2a 100644 --- a/site/public/v1/smartphones/alcatel-3l-2020-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3l-2020-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 74.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.345205", - "updated_at": "2026-07-09T01:30:55.345205" + "created_at": "2026-07-09T04:23:03.187981", + "updated_at": "2026-07-09T04:23:03.187981" } diff --git a/site/public/v1/smartphones/alcatel-3l-2021-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3l-2021-4gb-64gb-4g-lte/index.json index aa3039b17dc5..82c116b8c663 100644 --- a/site/public/v1/smartphones/alcatel-3l-2021-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3l-2021-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 75.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.361265", - "updated_at": "2026-07-09T01:30:55.361265" + "created_at": "2026-07-09T04:23:03.204042", + "updated_at": "2026-07-09T04:23:03.204042" } diff --git a/site/public/v1/smartphones/alcatel-3t-8-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3t-8-3gb-32gb-4g-lte/index.json index 3525d8afe078..4e6d4ab47a4c 100644 --- a/site/public/v1/smartphones/alcatel-3t-8-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3t-8-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 279.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.5, + "width_mm": 125.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.231328", - "updated_at": "2026-07-09T01:30:55.231328" + "created_at": "2026-07-09T04:23:03.127442", + "updated_at": "2026-07-09T04:23:03.127442" } diff --git a/site/public/v1/smartphones/alcatel-3v-2019-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3v-2019-3gb-32gb-4g-lte/index.json index c94ea37cd166..745cadac3258 100644 --- a/site/public/v1/smartphones/alcatel-3v-2019-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3v-2019-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 197.9, - "dimensions": {}, + "dimensions": { + "height_mm": 174.5, + "width_mm": 83.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.9, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.297301", - "updated_at": "2026-07-09T01:30:55.297301" + "created_at": "2026-07-09T04:23:03.166467", + "updated_at": "2026-07-09T04:23:03.166467" } diff --git a/site/public/v1/smartphones/alcatel-3v-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3v-2gb-32gb-4g-lte/index.json index 4a547865f247..8934925703ed 100644 --- a/site/public/v1/smartphones/alcatel-3v-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3v-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.232216", - "updated_at": "2026-07-09T01:30:55.232216" + "created_at": "2026-07-09T04:23:03.128442", + "updated_at": "2026-07-09T04:23:03.128442" } diff --git a/site/public/v1/smartphones/alcatel-3x-2018-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3x-2018-3gb-32gb-4g-lte/index.json index 7178878e8668..4e5a3ca606fd 100644 --- a/site/public/v1/smartphones/alcatel-3x-2018-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3x-2018-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 71.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.238271", - "updated_at": "2026-07-09T01:30:55.238271" + "created_at": "2026-07-09T04:23:03.134447", + "updated_at": "2026-07-09T04:23:03.134447" } diff --git a/site/public/v1/smartphones/alcatel-3x-2019-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3x-2019-6gb-128gb-4g-lte/index.json index 6a33d61a9793..93b34f4979fa 100644 --- a/site/public/v1/smartphones/alcatel-3x-2019-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3x-2019-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.298307", - "updated_at": "2026-07-09T01:30:55.298307" + "created_at": "2026-07-09T04:23:03.167466", + "updated_at": "2026-07-09T04:23:03.167466" } diff --git a/site/public/v1/smartphones/alcatel-3x-2020-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-3x-2020-6gb-128gb-4g-lte/index.json index 67ee0032ccaf..412f79817455 100644 --- a/site/public/v1/smartphones/alcatel-3x-2020-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-3x-2020-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 75.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.346204", - "updated_at": "2026-07-09T01:30:55.346204" + "created_at": "2026-07-09T04:23:03.189981", + "updated_at": "2026-07-09T04:23:03.189981" } diff --git a/site/public/v1/smartphones/alcatel-5-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-5-3gb-32gb-4g-lte/index.json index 0668eb85d53f..948a1db3aedd 100644 --- a/site/public/v1/smartphones/alcatel-5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-5-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.3, + "width_mm": 71.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.240267", - "updated_at": "2026-07-09T01:30:55.240267" + "created_at": "2026-07-09T04:23:03.136447", + "updated_at": "2026-07-09T04:23:03.136447" } diff --git a/site/public/v1/smartphones/alcatel-5v-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-5v-3gb-32gb-4g-lte/index.json index ac88538ae7ee..5e8cdca57498 100644 --- a/site/public/v1/smartphones/alcatel-5v-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-5v-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.7, + "width_mm": 74.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.243267", - "updated_at": "2026-07-09T01:30:55.243267" + "created_at": "2026-07-09T04:23:03.138447", + "updated_at": "2026-07-09T04:23:03.138447" } diff --git a/site/public/v1/smartphones/alcatel-7-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-7-2gb-32gb-4g-lte/index.json index e0595eefd3c8..6438f79bfb0f 100644 --- a/site/public/v1/smartphones/alcatel-7-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-7-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 75.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.245285", - "updated_at": "2026-07-09T01:30:55.245285" + "created_at": "2026-07-09T04:23:03.141447", + "updated_at": "2026-07-09T04:23:03.141447" } diff --git a/site/public/v1/smartphones/alcatel-a7-xl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-a7-xl-3gb-32gb-4g-lte/index.json index f3a1964f05e8..af32febf5f93 100644 --- a/site/public/v1/smartphones/alcatel-a7-xl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-a7-xl-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.6, + "width_mm": 81.5, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 26.8, "performance": null, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.169273", - "updated_at": "2026-07-09T01:30:55.169273" + "created_at": "2026-07-09T04:23:03.094934", + "updated_at": "2026-07-09T04:23:03.094934" } diff --git a/site/public/v1/smartphones/alcatel-fierce-1gb-4gb-3g/index.json b/site/public/v1/smartphones/alcatel-fierce-1gb-4gb-3g/index.json index b3ab9270d89a..10fe293be63c 100644 --- a/site/public/v1/smartphones/alcatel-fierce-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-fierce-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.3, + "width_mm": 67.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.030742", - "updated_at": "2026-07-09T01:30:55.030742" + "created_at": "2026-07-09T04:23:02.972689", + "updated_at": "2026-07-09T04:23:02.972689" } diff --git a/site/public/v1/smartphones/alcatel-fierce-4-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-fierce-4-2gb-16gb-4g-lte/index.json index 0b280981b7f2..a0fac6752e3e 100644 --- a/site/public/v1/smartphones/alcatel-fierce-4-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-fierce-4-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.9, - "dimensions": {}, + "dimensions": { + "height_mm": 150.9, + "width_mm": 77.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.138717", - "updated_at": "2026-07-09T01:30:55.138717" + "created_at": "2026-07-09T04:23:03.073936", + "updated_at": "2026-07-09T04:23:03.073936" } diff --git a/site/public/v1/smartphones/alcatel-fierce-xl-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-fierce-xl-2gb-16gb-4g-lte/index.json index 06e34d94c4b1..55b7052b9734 100644 --- a/site/public/v1/smartphones/alcatel-fierce-xl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-fierce-xl-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.9, + "width_mm": 77.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.110766", - "updated_at": "2026-07-09T01:30:55.110766" + "created_at": "2026-07-09T04:23:03.049917", + "updated_at": "2026-07-09T04:23:03.049917" } diff --git a/site/public/v1/smartphones/alcatel-fierce-xl-windows-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-fierce-xl-windows-2gb-16gb-4g-lte/index.json index 1070d399f9b6..1ea976702e00 100644 --- a/site/public/v1/smartphones/alcatel-fierce-xl-windows-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-fierce-xl-windows-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.9, + "width_mm": 77.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Microsoft Windows 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.142717", - "updated_at": "2026-07-09T01:30:55.142717" + "created_at": "2026-07-09T04:23:03.074935", + "updated_at": "2026-07-09T04:23:03.074935" } diff --git a/site/public/v1/smartphones/alcatel-flash-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-flash-2-2gb-16gb-4g-lte/index.json index b29e39fa6ce8..77ee6dec2b77 100644 --- a/site/public/v1/smartphones/alcatel-flash-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-flash-2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.8, + "width_mm": 70.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.111767", - "updated_at": "2026-07-09T01:30:55.111767" + "created_at": "2026-07-09T04:23:03.051671", + "updated_at": "2026-07-09T04:23:03.051671" } diff --git a/site/public/v1/smartphones/alcatel-flash-2017-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-flash-2017-3gb-32gb-4g-lte/index.json index 22c47b7e2ce9..49fa3985fc8f 100644 --- a/site/public/v1/smartphones/alcatel-flash-2017-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-flash-2017-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 75.4, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.190602", - "updated_at": "2026-07-09T01:30:55.190602" + "created_at": "2026-07-09T04:23:03.096935", + "updated_at": "2026-07-09T04:23:03.096935" } diff --git a/site/public/v1/smartphones/alcatel-flash-plus-2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-flash-plus-2-3gb-32gb-4g-lte/index.json index 7e2202156323..c70637af83dd 100644 --- a/site/public/v1/smartphones/alcatel-flash-plus-2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-flash-plus-2-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.4, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 15.8, "performance": null, "camera": null, - "battery": 15.0, + "battery": 15.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.142717", - "updated_at": "2026-07-09T01:30:55.142717" + "created_at": "2026-07-09T04:23:03.075935", + "updated_at": "2026-07-09T04:23:03.075935" } diff --git a/site/public/v1/smartphones/alcatel-flash-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-flash-plus-2gb-16gb-4g-lte/index.json index 4630f278ce7c..5f57a24fa071 100644 --- a/site/public/v1/smartphones/alcatel-flash-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-flash-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.3, + "width_mm": 76.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.112801", - "updated_at": "2026-07-09T01:30:55.112801" + "created_at": "2026-07-09T04:23:03.052675", + "updated_at": "2026-07-09T04:23:03.052675" } diff --git a/site/public/v1/smartphones/alcatel-go-flip-v-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-go-flip-v-1gb-8gb-4g-lte/index.json index adda2df5b780..f7b22746bfdf 100644 --- a/site/public/v1/smartphones/alcatel-go-flip-v-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-go-flip-v-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 118.0, - "dimensions": {}, + "dimensions": { + "height_mm": 104.9, + "width_mm": 52.8, + "depth_mm": 18.7 + }, "ip_rating": null, "os": "KaiOS 2.5.2", "os_version": "2.5.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.303377", - "updated_at": "2026-07-09T01:30:55.303377" + "created_at": "2026-07-09T04:23:03.173471", + "updated_at": "2026-07-09T04:23:03.173471" } diff --git a/site/public/v1/smartphones/alcatel-hero-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-hero-2-2gb-16gb-4g-lte/index.json index 659554d5a065..acd547b1507a 100644 --- a/site/public/v1/smartphones/alcatel-hero-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-hero-2-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.5, + "width_mm": 81.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.077145", - "updated_at": "2026-07-09T01:30:55.077145" + "created_at": "2026-07-09T04:23:03.014226", + "updated_at": "2026-07-09T04:23:03.014226" } diff --git a/site/public/v1/smartphones/alcatel-hero-8-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-hero-8-2gb-32gb-4g-lte/index.json index 4588f0270740..f24a4f5c6e7b 100644 --- a/site/public/v1/smartphones/alcatel-hero-8-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-hero-8-2gb-32gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.0, + "width_mm": 122.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.079123", - "updated_at": "2026-07-09T01:30:55.079123" + "created_at": "2026-07-09T04:23:03.015225", + "updated_at": "2026-07-09T04:23:03.015225" } diff --git a/site/public/v1/smartphones/alcatel-idol-3-5-5-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-idol-3-5-5-2gb-32gb-4g-lte/index.json index 5175b7d8e22a..aa652528532a 100644 --- a/site/public/v1/smartphones/alcatel-idol-3-5-5-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-idol-3-5-5-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.7, + "width_mm": 75.1, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.0.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.115762", - "updated_at": "2026-07-09T01:30:55.115762" + "created_at": "2026-07-09T04:23:03.054675", + "updated_at": "2026-07-09T04:23:03.054675" } diff --git a/site/public/v1/smartphones/alcatel-idol-4-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-idol-4-3gb-16gb-4g-lte/index.json index 699f6e111415..a4236604f48d 100644 --- a/site/public/v1/smartphones/alcatel-idol-4-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-idol-4-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2610, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 72.5, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.1, + "overall": 13.4, "performance": null, "camera": null, - "battery": 11.1, + "battery": 13.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.144718", - "updated_at": "2026-07-09T01:30:55.144718" + "created_at": "2026-07-09T04:23:03.076934", + "updated_at": "2026-07-09T04:23:03.076934" } diff --git a/site/public/v1/smartphones/alcatel-idol-4s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-idol-4s-3gb-32gb-4g-lte/index.json index 48ff49fff627..1530dfafcfad 100644 --- a/site/public/v1/smartphones/alcatel-idol-4s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-idol-4s-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 75.4, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.145718", - "updated_at": "2026-07-09T01:30:55.145718" + "created_at": "2026-07-09T04:23:03.077934", + "updated_at": "2026-07-09T04:23:03.077934" } diff --git a/site/public/v1/smartphones/alcatel-idol-5-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-idol-5-3gb-16gb-4g-lte/index.json index 110da3098464..479beb012735 100644 --- a/site/public/v1/smartphones/alcatel-idol-5-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-idol-5-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 73.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.191562", - "updated_at": "2026-07-09T01:30:55.191562" + "created_at": "2026-07-09T04:23:03.096935", + "updated_at": "2026-07-09T04:23:03.096935" } diff --git a/site/public/v1/smartphones/alcatel-idol-5s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-idol-5s-3gb-32gb-4g-lte/index.json index e414ee92f1bc..94bb2254a1fc 100644 --- a/site/public/v1/smartphones/alcatel-idol-5s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-idol-5s-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2850, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 72.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.5, + "overall": 14.4, "performance": null, "camera": null, - "battery": 13.5, + "battery": 14.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.193566", - "updated_at": "2026-07-09T01:30:55.193566" + "created_at": "2026-07-09T04:23:03.097934", + "updated_at": "2026-07-09T04:23:03.097934" } diff --git a/site/public/v1/smartphones/alcatel-idol-5s-usa-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-idol-5s-usa-3gb-32gb-4g-lte/index.json index cd32d6f53b25..6133c7cbdfa6 100644 --- a/site/public/v1/smartphones/alcatel-idol-5s-usa-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-idol-5s-usa-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.8, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 70.9, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.196665", - "updated_at": "2026-07-09T01:30:55.196665" + "created_at": "2026-07-09T04:23:03.098934", + "updated_at": "2026-07-09T04:23:03.098934" } diff --git a/site/public/v1/smartphones/alcatel-idol-alpha-1gb-16gb-3g/index.json b/site/public/v1/smartphones/alcatel-idol-alpha-1gb-16gb-3g/index.json index d05177a1ee42..be4ad74d3578 100644 --- a/site/public/v1/smartphones/alcatel-idol-alpha-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-idol-alpha-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 117.4, - "dimensions": {}, + "dimensions": { + "height_mm": 138.0, + "width_mm": 66.6, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.031692", - "updated_at": "2026-07-09T01:30:55.031692" + "created_at": "2026-07-09T04:23:02.974689", + "updated_at": "2026-07-09T04:23:02.974689" } diff --git a/site/public/v1/smartphones/alcatel-idol-s-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-idol-s-1gb-4gb-4g-lte/index.json index 0421b9213ca3..f8efcc396901 100644 --- a/site/public/v1/smartphones/alcatel-idol-s-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-idol-s-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.5, + "width_mm": 66.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.033270", - "updated_at": "2026-07-09T01:30:55.033270" + "created_at": "2026-07-09T04:23:02.975689", + "updated_at": "2026-07-09T04:23:02.975689" } diff --git a/site/public/v1/smartphones/alcatel-idol-x-2gb-32gb-3g/index.json b/site/public/v1/smartphones/alcatel-idol-x-2gb-32gb-3g/index.json index 2976b75d4904..18f3fcf86421 100644 --- a/site/public/v1/smartphones/alcatel-idol-x-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-idol-x-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.4, + "width_mm": 69.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean), upgradable to 4.4.4 (KitKat)", "os_version": "4.2.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.082147", - "updated_at": "2026-07-09T01:30:55.082147" + "created_at": "2026-07-09T04:23:03.019855", + "updated_at": "2026-07-09T04:23:03.019855" } diff --git a/site/public/v1/smartphones/alcatel-one-touch-evo-8hd-1gb-4gb-2g/index.json b/site/public/v1/smartphones/alcatel-one-touch-evo-8hd-1gb-4gb-2g/index.json index f45a12d0465b..e3ed6ebd3701 100644 --- a/site/public/v1/smartphones/alcatel-one-touch-evo-8hd-1gb-4gb-2g/index.json +++ b/site/public/v1/smartphones/alcatel-one-touch-evo-8hd-1gb-4gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 415.0, - "dimensions": {}, + "dimensions": { + "height_mm": 222.0, + "width_mm": 152.5, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.036329", - "updated_at": "2026-07-09T01:30:55.036329" + "created_at": "2026-07-09T04:23:02.978689", + "updated_at": "2026-07-09T04:23:02.978689" } diff --git a/site/public/v1/smartphones/alcatel-one-touch-idol-1gb-13gb-3g/index.json b/site/public/v1/smartphones/alcatel-one-touch-idol-1gb-13gb-3g/index.json index 1a28288e4675..8e009e5cfd3f 100644 --- a/site/public/v1/smartphones/alcatel-one-touch-idol-1gb-13gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-one-touch-idol-1gb-13gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 109.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 67.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.037864", - "updated_at": "2026-07-09T01:30:55.037864" + "created_at": "2026-07-09T04:23:02.978689", + "updated_at": "2026-07-09T04:23:02.978689" } diff --git a/site/public/v1/smartphones/alcatel-one-touch-idol-ultra-1gb-16gb-3g/index.json b/site/public/v1/smartphones/alcatel-one-touch-idol-ultra-1gb-16gb-3g/index.json index 532d6f023c30..8fbc3f57977c 100644 --- a/site/public/v1/smartphones/alcatel-one-touch-idol-ultra-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-one-touch-idol-ultra-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 115.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.4, + "width_mm": 68.5, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.037864", - "updated_at": "2026-07-09T01:30:55.037864" + "created_at": "2026-07-09T04:23:02.979689", + "updated_at": "2026-07-09T04:23:02.979689" } diff --git a/site/public/v1/smartphones/alcatel-one-touch-m-pop-1gb-4gb-3g/index.json b/site/public/v1/smartphones/alcatel-one-touch-m-pop-1gb-4gb-3g/index.json index c0166d7ce399..301dba419b0d 100644 --- a/site/public/v1/smartphones/alcatel-one-touch-m-pop-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-one-touch-m-pop-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.5, - "dimensions": {}, + "dimensions": { + "height_mm": 121.5, + "width_mm": 64.0, + "depth_mm": 11.8 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.039458", - "updated_at": "2026-07-09T01:30:55.039458" + "created_at": "2026-07-09T04:23:02.981965", + "updated_at": "2026-07-09T04:23:02.981965" } diff --git a/site/public/v1/smartphones/alcatel-one-touch-scribe-hd-1gb-4gb-3g/index.json b/site/public/v1/smartphones/alcatel-one-touch-scribe-hd-1gb-4gb-3g/index.json index d251be359966..0aa6b1c311bb 100644 --- a/site/public/v1/smartphones/alcatel-one-touch-scribe-hd-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-one-touch-scribe-hd-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 75.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.041054", - "updated_at": "2026-07-09T01:30:55.041054" + "created_at": "2026-07-09T04:23:02.982971", + "updated_at": "2026-07-09T04:23:02.982971" } diff --git a/site/public/v1/smartphones/alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte/index.json index e035e05c27c6..f3877bcf3631 100644 --- a/site/public/v1/smartphones/alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-one-touch-scribe-hd-lte-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 75.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.042068", - "updated_at": "2026-07-09T01:30:55.042068" + "created_at": "2026-07-09T04:23:02.983970", + "updated_at": "2026-07-09T04:23:02.983970" } diff --git a/site/public/v1/smartphones/alcatel-ot-997-1gb-4gb-3g/index.json b/site/public/v1/smartphones/alcatel-ot-997-1gb-4gb-3g/index.json index a0ee1303baa8..74f7039ff182 100644 --- a/site/public/v1/smartphones/alcatel-ot-997-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-ot-997-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.015773", - "updated_at": "2026-07-09T01:30:55.015773" + "created_at": "2026-07-09T04:23:02.959708", + "updated_at": "2026-07-09T04:23:02.959708" } diff --git a/site/public/v1/smartphones/alcatel-ot-997d-1gb-4gb-3g/index.json b/site/public/v1/smartphones/alcatel-ot-997d-1gb-4gb-3g/index.json index 24d14552c6e2..8144a9acc4c6 100644 --- a/site/public/v1/smartphones/alcatel-ot-997d-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-ot-997d-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.016788", - "updated_at": "2026-07-09T01:30:55.016788" + "created_at": "2026-07-09T04:23:02.960690", + "updated_at": "2026-07-09T04:23:02.960690" } diff --git a/site/public/v1/smartphones/alcatel-pixi-3-4-5-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-pixi-3-4-5-1gb-4gb-4g-lte/index.json index f702da7ec014..ae95f7171ab0 100644 --- a/site/public/v1/smartphones/alcatel-pixi-3-4-5-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-pixi-3-4-5-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.2, + "width_mm": 65.1, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.119818", - "updated_at": "2026-07-09T01:30:55.119818" + "created_at": "2026-07-09T04:23:03.058676", + "updated_at": "2026-07-09T04:23:03.058676" } diff --git a/site/public/v1/smartphones/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte/index.json index 119d9a239eaf..a69ea9e7e7fb 100644 --- a/site/public/v1/smartphones/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-pixi-3-7-lte-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 260.0, - "dimensions": {}, + "dimensions": { + "height_mm": 191.0, + "width_mm": 109.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.120781", - "updated_at": "2026-07-09T01:30:55.120781" + "created_at": "2026-07-09T04:23:03.059937", + "updated_at": "2026-07-09T04:23:03.059937" } diff --git a/site/public/v1/smartphones/alcatel-pixi-3-8-3g-1gb-4gb-3g/index.json b/site/public/v1/smartphones/alcatel-pixi-3-8-3g-1gb-4gb-3g/index.json index 75b50faae3c5..3e15651b911a 100644 --- a/site/public/v1/smartphones/alcatel-pixi-3-8-3g-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-pixi-3-8-3g-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 335.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.0, + "width_mm": 124.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.121776", - "updated_at": "2026-07-09T01:30:55.121776" + "created_at": "2026-07-09T04:23:03.060937", + "updated_at": "2026-07-09T04:23:03.060937" } diff --git a/site/public/v1/smartphones/alcatel-pixi-4-plus-power-1gb-8gb-3g/index.json b/site/public/v1/smartphones/alcatel-pixi-4-plus-power-1gb-8gb-3g/index.json index 53bdb104cdab..f50631cad114 100644 --- a/site/public/v1/smartphones/alcatel-pixi-4-plus-power-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-pixi-4-plus-power-1gb-8gb-3g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 78.3, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.159345", - "updated_at": "2026-07-09T01:30:55.159345" + "created_at": "2026-07-09T04:23:03.088934", + "updated_at": "2026-07-09T04:23:03.088934" } diff --git a/site/public/v1/smartphones/alcatel-pop-10-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-pop-10-1gb-8gb-4g-lte/index.json index 2fac0c111f3c..28762080b47a 100644 --- a/site/public/v1/smartphones/alcatel-pop-10-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-pop-10-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 380.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.2, + "width_mm": 146.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop)", "os_version": "5.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.123708", - "updated_at": "2026-07-09T01:30:55.123708" + "created_at": "2026-07-09T04:23:03.061936", + "updated_at": "2026-07-09T04:23:03.061936" } diff --git a/site/public/v1/smartphones/alcatel-pop-2-4-5-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-pop-2-4-5-1gb-8gb-4g-lte/index.json index 3d576f887200..559c8b4aa76e 100644 --- a/site/public/v1/smartphones/alcatel-pop-2-4-5-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-pop-2-4-5-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.5, + "width_mm": 65.4, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.086134", - "updated_at": "2026-07-09T01:30:55.086134" + "created_at": "2026-07-09T04:23:03.023997", + "updated_at": "2026-07-09T04:23:03.023997" } diff --git a/site/public/v1/smartphones/alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte/index.json index aeca841091e8..91760eec42d1 100644 --- a/site/public/v1/smartphones/alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-pop-2-4-5-dual-sim-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.5, + "width_mm": 65.4, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.086134", - "updated_at": "2026-07-09T01:30:55.086134" + "created_at": "2026-07-09T04:23:03.025028", + "updated_at": "2026-07-09T04:23:03.025028" } diff --git a/site/public/v1/smartphones/alcatel-pop-7s-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-pop-7s-1gb-4gb-4g-lte/index.json index aa1e7fb90489..cab6ab603a2e 100644 --- a/site/public/v1/smartphones/alcatel-pop-7s-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-pop-7s-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 279.0, - "dimensions": {}, + "dimensions": { + "height_mm": 192.0, + "width_mm": 113.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.089133", - "updated_at": "2026-07-09T01:30:55.089133" + "created_at": "2026-07-09T04:23:03.027729", + "updated_at": "2026-07-09T04:23:03.027729" } diff --git a/site/public/v1/smartphones/alcatel-pop-8-1gb-4gb-3g/index.json b/site/public/v1/smartphones/alcatel-pop-8-1gb-4gb-3g/index.json index 9dfccf720a24..277e44eb85e1 100644 --- a/site/public/v1/smartphones/alcatel-pop-8-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/alcatel-pop-8-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 325.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.0, + "width_mm": 123.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.089133", - "updated_at": "2026-07-09T01:30:55.089133" + "created_at": "2026-07-09T04:23:03.028249", + "updated_at": "2026-07-09T04:23:03.028249" } diff --git a/site/public/v1/smartphones/alcatel-pop-8s-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-pop-8s-1gb-8gb-4g-lte/index.json index e4fb795accc4..f49ff6412660 100644 --- a/site/public/v1/smartphones/alcatel-pop-8s-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-pop-8s-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 327.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.0, + "width_mm": 128.0, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.090167", - "updated_at": "2026-07-09T01:30:55.090167" + "created_at": "2026-07-09T04:23:03.029803", + "updated_at": "2026-07-09T04:23:03.029803" } diff --git a/site/public/v1/smartphones/alcatel-pop-astro-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-pop-astro-1gb-4gb-4g-lte/index.json index 4cf698ed1396..05cf029d46b7 100644 --- a/site/public/v1/smartphones/alcatel-pop-astro-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-pop-astro-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.9, - "dimensions": {}, + "dimensions": { + "height_mm": 133.6, + "width_mm": 65.3, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.125707", - "updated_at": "2026-07-09T01:30:55.125707" + "created_at": "2026-07-09T04:23:03.063935", + "updated_at": "2026-07-09T04:23:03.063935" } diff --git a/site/public/v1/smartphones/alcatel-shine-lite-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-shine-lite-2gb-16gb-4g-lte/index.json index e941560fbc75..931c68b67a60 100644 --- a/site/public/v1/smartphones/alcatel-shine-lite-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-shine-lite-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.5, + "width_mm": 71.2, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.161306", - "updated_at": "2026-07-09T01:30:55.161306" + "created_at": "2026-07-09T04:23:03.090935", + "updated_at": "2026-07-09T04:23:03.090935" } diff --git a/site/public/v1/smartphones/alcatel-tetra-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-tetra-2gb-16gb-4g-lte/index.json index f7fbe624e931..f64d8d5abd00 100644 --- a/site/public/v1/smartphones/alcatel-tetra-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-tetra-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.5, + "width_mm": 71.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.248305", - "updated_at": "2026-07-09T01:30:55.248305" + "created_at": "2026-07-09T04:23:03.144447", + "updated_at": "2026-07-09T04:23:03.144447" } diff --git a/site/public/v1/smartphones/alcatel-u5-hd-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-u5-hd-1gb-8gb-4g-lte/index.json index 0fc0d425935b..1114d3576f41 100644 --- a/site/public/v1/smartphones/alcatel-u5-hd-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-u5-hd-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.8, + "width_mm": 71.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.206658", - "updated_at": "2026-07-09T01:30:55.206658" + "created_at": "2026-07-09T04:23:03.106934", + "updated_at": "2026-07-09T04:23:03.106934" } diff --git a/site/public/v1/smartphones/alcatel-x1-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/alcatel-x1-2gb-16gb-4g-lte/index.json index 6f341e1fc90a..a2614f0e63da 100644 --- a/site/public/v1/smartphones/alcatel-x1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/alcatel-x1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 69.2, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.128706", - "updated_at": "2026-07-09T01:30:55.128706" + "created_at": "2026-07-09T04:23:03.066936", + "updated_at": "2026-07-09T04:23:03.066936" } diff --git a/site/public/v1/smartphones/apple-iphone-11-4gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-11-4gb-256gb-4g-lte/index.json index ce69c013a65e..f8b4556efa4c 100644 --- a/site/public/v1/smartphones/apple-iphone-11-4gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-11-4gb-256gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.9, + "width_mm": 75.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "iOS 13, upgradable to iOS 18", "os_version": "13", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.567320", - "updated_at": "2026-07-09T01:30:55.567320" + "created_at": "2026-07-09T04:23:03.431495", + "updated_at": "2026-07-09T04:23:03.431495" } diff --git a/site/public/v1/smartphones/apple-iphone-11-pro-4gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-11-pro-4gb-512gb-4g-lte/index.json index 5e730c62de81..612233201c48 100644 --- a/site/public/v1/smartphones/apple-iphone-11-pro-4gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-11-pro-4gb-512gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 71.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "iOS 13, upgradable to iOS 18", "os_version": "13", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.575241", - "updated_at": "2026-07-09T01:30:55.575241" + "created_at": "2026-07-09T04:23:03.440499", + "updated_at": "2026-07-09T04:23:03.440499" } diff --git a/site/public/v1/smartphones/apple-iphone-11-pro-max-4gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-11-pro-max-4gb-512gb-4g-lte/index.json index cb07a67c1d48..000e7dd90707 100644 --- a/site/public/v1/smartphones/apple-iphone-11-pro-max-4gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-11-pro-max-4gb-512gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 226.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 77.8, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "iOS 13, upgradable to iOS 18", "os_version": "13", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.583255", - "updated_at": "2026-07-09T01:30:55.583255" + "created_at": "2026-07-09T04:23:03.449009", + "updated_at": "2026-07-09T04:23:03.449009" } diff --git a/site/public/v1/smartphones/apple-iphone-12-4gb-256gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-12-4gb-256gb-5g/index.json index 1bba29edaf13..edda8306fd71 100644 --- a/site/public/v1/smartphones/apple-iphone-12-4gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-12-4gb-256gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "iOS 14.1, upgradable to iOS 18", "os_version": "14.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.630028", - "updated_at": "2026-07-09T01:30:55.630028" + "created_at": "2026-07-09T04:23:03.478295", + "updated_at": "2026-07-09T04:23:03.478295" } diff --git a/site/public/v1/smartphones/apple-iphone-12-mini-4gb-256gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-12-mini-4gb-256gb-5g/index.json index b8096cfc1b31..047443565c21 100644 --- a/site/public/v1/smartphones/apple-iphone-12-mini-4gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-12-mini-4gb-256gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.5, + "width_mm": 64.2, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "iOS 14.1, upgradable to iOS 18", "os_version": "14.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.639004", - "updated_at": "2026-07-09T01:30:55.639004" + "created_at": "2026-07-09T04:23:03.486076", + "updated_at": "2026-07-09T04:23:03.486076" } diff --git a/site/public/v1/smartphones/apple-iphone-12-pro-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-12-pro-6gb-512gb-5g/index.json index 64c5d33b8105..70612b3e498a 100644 --- a/site/public/v1/smartphones/apple-iphone-12-pro-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-12-pro-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "iOS 14.1, upgradable to iOS 18", "os_version": "14.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.647910", - "updated_at": "2026-07-09T01:30:55.647910" + "created_at": "2026-07-09T04:23:03.495596", + "updated_at": "2026-07-09T04:23:03.495596" } diff --git a/site/public/v1/smartphones/apple-iphone-12-pro-max-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-12-pro-max-6gb-512gb-5g/index.json index 78a31183f54e..f92d4d80c2ce 100644 --- a/site/public/v1/smartphones/apple-iphone-12-pro-max-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-12-pro-max-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 228.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.8, + "width_mm": 78.1, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "iOS 14.1, upgradable to iOS 18", "os_version": "14.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.706252", - "updated_at": "2026-07-09T01:30:55.706252" + "created_at": "2026-07-09T04:23:03.503596", + "updated_at": "2026-07-09T04:23:03.503596" } diff --git a/site/public/v1/smartphones/apple-iphone-13-4gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-13-4gb-512gb-5g/index.json index 0935a19faf48..2163dc7170da 100644 --- a/site/public/v1/smartphones/apple-iphone-13-4gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-13-4gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "iOS 15, upgradable to iOS 18", "os_version": "15", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.746665", - "updated_at": "2026-07-09T01:30:55.746665" + "created_at": "2026-07-09T04:23:03.536524", + "updated_at": "2026-07-09T04:23:03.536524" } diff --git a/site/public/v1/smartphones/apple-iphone-13-mini-4gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-13-mini-4gb-512gb-5g/index.json index 83cc2179c6f6..df351ee1f82b 100644 --- a/site/public/v1/smartphones/apple-iphone-13-mini-4gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-13-mini-4gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.5, + "width_mm": 64.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "iOS 15, upgradable to iOS 18", "os_version": "15", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.758627", - "updated_at": "2026-07-09T01:30:55.758627" + "created_at": "2026-07-09T04:23:03.548025", + "updated_at": "2026-07-09T04:23:03.548025" } diff --git a/site/public/v1/smartphones/apple-iphone-13-pro-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-13-pro-6gb-512gb-5g/index.json index a548cf00ca03..ca0e428fca48 100644 --- a/site/public/v1/smartphones/apple-iphone-13-pro-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-13-pro-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "iOS 15, upgradable to iOS 18", "os_version": "15", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.772620", - "updated_at": "2026-07-09T01:30:55.772620" + "created_at": "2026-07-09T04:23:03.561010", + "updated_at": "2026-07-09T04:23:03.561010" } diff --git a/site/public/v1/smartphones/apple-iphone-13-pro-max-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-13-pro-max-6gb-512gb-5g/index.json index f2a59257f2de..f1f0714f2d80 100644 --- a/site/public/v1/smartphones/apple-iphone-13-pro-max-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-13-pro-max-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 240.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.8, + "width_mm": 78.1, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "iOS 15, upgradable to iOS 18", "os_version": "15", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.787791", - "updated_at": "2026-07-09T01:30:55.787791" + "created_at": "2026-07-09T04:23:03.576010", + "updated_at": "2026-07-09T04:23:03.576010" } diff --git a/site/public/v1/smartphones/apple-iphone-14-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-14-6gb-512gb-5g/index.json index d6a10ba020f6..133396559c9f 100644 --- a/site/public/v1/smartphones/apple-iphone-14-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-14-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.7, + "width_mm": 71.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "iOS 16, upgradable to iOS 18", "os_version": "16", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.863927", - "updated_at": "2026-07-09T01:30:55.863927" + "created_at": "2026-07-09T04:23:03.611085", + "updated_at": "2026-07-09T04:23:03.611085" } diff --git a/site/public/v1/smartphones/apple-iphone-14-plus-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-14-plus-6gb-512gb-5g/index.json index d15024e96f3b..bfe8c0dda02d 100644 --- a/site/public/v1/smartphones/apple-iphone-14-plus-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-14-plus-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.8, + "width_mm": 78.1, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "iOS 16, upgradable to iOS 18", "os_version": "16", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.884255", - "updated_at": "2026-07-09T01:30:55.884255" + "created_at": "2026-07-09T04:23:03.629925", + "updated_at": "2026-07-09T04:23:03.629925" } diff --git a/site/public/v1/smartphones/apple-iphone-14-pro-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-14-pro-6gb-512gb-5g/index.json index 0ec7dada7b0e..31666ee01e76 100644 --- a/site/public/v1/smartphones/apple-iphone-14-pro-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-14-pro-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "iOS 16, upgradable to iOS 18", "os_version": "16", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.894255", - "updated_at": "2026-07-09T01:30:55.894255" + "created_at": "2026-07-09T04:23:03.639929", + "updated_at": "2026-07-09T04:23:03.639929" } diff --git a/site/public/v1/smartphones/apple-iphone-15-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-15-6gb-512gb-5g/index.json index 7bdcf7910f07..964cd41b7e3b 100644 --- a/site/public/v1/smartphones/apple-iphone-15-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-15-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.6, + "width_mm": 71.6, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "iOS 17, upgradable to iOS 18", "os_version": "17", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.945773", - "updated_at": "2026-07-09T01:30:55.945773" + "created_at": "2026-07-09T04:23:03.687333", + "updated_at": "2026-07-09T04:23:03.687333" } diff --git a/site/public/v1/smartphones/apple-iphone-15-plus-6gb-512gb-5g/index.json b/site/public/v1/smartphones/apple-iphone-15-plus-6gb-512gb-5g/index.json index bef441640980..2bb14ef04a28 100644 --- a/site/public/v1/smartphones/apple-iphone-15-plus-6gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/apple-iphone-15-plus-6gb-512gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 77.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "iOS 17, upgradable to iOS 18", "os_version": "17", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.947844", - "updated_at": "2026-07-09T01:30:55.947844" + "created_at": "2026-07-09T04:23:03.688332", + "updated_at": "2026-07-09T04:23:03.688332" } diff --git a/site/public/v1/smartphones/apple-iphone-5-1gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-5-1gb-64gb-4g-lte/index.json index c38281fc3d54..ea04fc9f55b0 100644 --- a/site/public/v1/smartphones/apple-iphone-5-1gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-5-1gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 112.0, - "dimensions": {}, + "dimensions": { + "height_mm": 123.8, + "width_mm": 58.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "iOS 6, upgradable to iOS 10.3.4", "os_version": "6", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.499216", - "updated_at": "2026-07-09T01:30:55.499216" + "created_at": "2026-07-09T04:23:03.351714", + "updated_at": "2026-07-09T04:23:03.351714" } diff --git a/site/public/v1/smartphones/apple-iphone-5c-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-5c-1gb-32gb-4g-lte/index.json index eaa39335988f..0e8444dbcda7 100644 --- a/site/public/v1/smartphones/apple-iphone-5c-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-5c-1gb-32gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 124.4, + "width_mm": 59.2, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "iOS 7, upgradable to iOS 10.3.3", "os_version": "7", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.505193", - "updated_at": "2026-07-09T01:30:55.505193" + "created_at": "2026-07-09T04:23:03.359782", + "updated_at": "2026-07-09T04:23:03.359782" } diff --git a/site/public/v1/smartphones/apple-iphone-5s-1gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-5s-1gb-64gb-4g-lte/index.json index 712814610f09..e253a11dee5f 100644 --- a/site/public/v1/smartphones/apple-iphone-5s-1gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-5s-1gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 112.0, - "dimensions": {}, + "dimensions": { + "height_mm": 123.8, + "width_mm": 58.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "iOS 7, upgradable to iOS 12.5.6", "os_version": "7", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.507187", - "updated_at": "2026-07-09T01:30:55.507187" + "created_at": "2026-07-09T04:23:03.360783", + "updated_at": "2026-07-09T04:23:03.360783" } diff --git a/site/public/v1/smartphones/apple-iphone-6-1gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-6-1gb-128gb-4g-lte/index.json index d4a3bd173cd3..f3faf3f6e201 100644 --- a/site/public/v1/smartphones/apple-iphone-6-1gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-6-1gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.1, + "width_mm": 67.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "iOS 8, upgradable to iOS 12.5.6", "os_version": "8", @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.513778", - "updated_at": "2026-07-09T01:30:55.513778" + "created_at": "2026-07-09T04:23:03.369783", + "updated_at": "2026-07-09T04:23:03.369783" } diff --git a/site/public/v1/smartphones/apple-iphone-6-plus-1gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-6-plus-1gb-128gb-4g-lte/index.json index 74e0eb395fad..4696e76b3325 100644 --- a/site/public/v1/smartphones/apple-iphone-6-plus-1gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-6-plus-1gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.1, + "width_mm": 77.8, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "iOS 8, upgradable to iOS 12.5.6", "os_version": "8", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.514786", - "updated_at": "2026-07-09T01:30:55.514786" + "created_at": "2026-07-09T04:23:03.370783", + "updated_at": "2026-07-09T04:23:03.370783" } diff --git a/site/public/v1/smartphones/apple-iphone-6s-2gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-6s-2gb-128gb-4g-lte/index.json index 7d898cf9573b..cb2093a4de5c 100644 --- a/site/public/v1/smartphones/apple-iphone-6s-2gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-6s-2gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.3, + "width_mm": 67.1, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "iOS 9, upgradable to iOS 15.8.1", "os_version": "9", @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.521804", - "updated_at": "2026-07-09T01:30:55.521804" + "created_at": "2026-07-09T04:23:03.377783", + "updated_at": "2026-07-09T04:23:03.377783" } diff --git a/site/public/v1/smartphones/apple-iphone-6s-plus-2gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-6s-plus-2gb-128gb-4g-lte/index.json index df70467d149e..3ce398f97910 100644 --- a/site/public/v1/smartphones/apple-iphone-6s-plus-2gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-6s-plus-2gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 77.9, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "iOS 9, upgradable to iOS 15.8.1", "os_version": "9", @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.522794", - "updated_at": "2026-07-09T01:30:55.522794" + "created_at": "2026-07-09T04:23:03.378783", + "updated_at": "2026-07-09T04:23:03.378783" } diff --git a/site/public/v1/smartphones/apple-iphone-7-2gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-7-2gb-256gb-4g-lte/index.json index c1bf3aaca7c6..acc8322b0926 100644 --- a/site/public/v1/smartphones/apple-iphone-7-2gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-7-2gb-256gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.3, + "width_mm": 67.1, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "iOS 10.0.1, upgradable to iOS 15.8.1", "os_version": "10.0.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.525954", - "updated_at": "2026-07-09T01:30:55.525954" + "created_at": "2026-07-09T04:23:03.382782", + "updated_at": "2026-07-09T04:23:03.382782" } diff --git a/site/public/v1/smartphones/apple-iphone-7-plus-3gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-7-plus-3gb-256gb-4g-lte/index.json index 34438ff5afce..3cfba0d05a82 100644 --- a/site/public/v1/smartphones/apple-iphone-7-plus-3gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-7-plus-3gb-256gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 77.9, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "iOS 10.0.1, upgradable to iOS 15.8.1", "os_version": "10.0.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.527957", - "updated_at": "2026-07-09T01:30:55.527957" + "created_at": "2026-07-09T04:23:03.386304", + "updated_at": "2026-07-09T04:23:03.386304" } diff --git a/site/public/v1/smartphones/apple-iphone-8-2gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-8-2gb-256gb-4g-lte/index.json index aff1e7e80349..1143efd089c8 100644 --- a/site/public/v1/smartphones/apple-iphone-8-2gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-8-2gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 1821, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.4, + "width_mm": 67.3, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "iOS 11, up to iOS 16.7.7", "os_version": "11", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.0, + "overall": 28.9, "performance": 44.5, "camera": null, - "battery": 11.5, + "battery": 13.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.533011", - "updated_at": "2026-07-09T01:30:55.533011" + "created_at": "2026-07-09T04:23:03.392815", + "updated_at": "2026-07-09T04:23:03.392815" } diff --git a/site/public/v1/smartphones/apple-iphone-8-plus-3gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-8-plus-3gb-256gb-4g-lte/index.json index 96ef577d8f8b..ea729f649b0e 100644 --- a/site/public/v1/smartphones/apple-iphone-8-plus-3gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-8-plus-3gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2691, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 78.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "iOS 11, up to iOS 16.7.7", "os_version": "11", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.6, + "overall": 33.5, "performance": 45.1, "camera": null, - "battery": 20.2, + "battery": 22.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.534029", - "updated_at": "2026-07-09T01:30:55.534029" + "created_at": "2026-07-09T04:23:03.393814", + "updated_at": "2026-07-09T04:23:03.393814" } diff --git a/site/public/v1/smartphones/apple-iphone-se-2020-3gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-se-2020-3gb-256gb-4g-lte/index.json index 721120cecdc7..ca5cfae690c2 100644 --- a/site/public/v1/smartphones/apple-iphone-se-2020-3gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-se-2020-3gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 1821, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.4, + "width_mm": 67.3, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "iOS 13, upgradable to iOS 18", "os_version": "13", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.8, + "overall": 40.9, "performance": 61.8, "camera": null, - "battery": 17.8, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.722645", - "updated_at": "2026-07-09T01:30:55.722645" + "created_at": "2026-07-09T04:23:03.513725", + "updated_at": "2026-07-09T04:23:03.513725" } diff --git a/site/public/v1/smartphones/apple-iphone-se-2gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-se-2gb-128gb-4g-lte/index.json index b4571747857e..7a4f52cb7abd 100644 --- a/site/public/v1/smartphones/apple-iphone-se-2gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-se-2gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 113.0, - "dimensions": {}, + "dimensions": { + "height_mm": 123.8, + "width_mm": 58.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "iOS 9.3.2, upgradable to iOS 15.8.1", "os_version": "9.3.2", @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.530038", - "updated_at": "2026-07-09T01:30:55.530038" + "created_at": "2026-07-09T04:23:03.388304", + "updated_at": "2026-07-09T04:23:03.388304" } diff --git a/site/public/v1/smartphones/apple-iphone-x-3gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-x-3gb-256gb-4g-lte/index.json index 2b4c17f37a33..4370a487f4ed 100644 --- a/site/public/v1/smartphones/apple-iphone-x-3gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-x-3gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2716, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.6, + "width_mm": 70.9, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "iOS 11.1.1, up to iOS 16.7.7", "os_version": "11.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.8, + "overall": 33.6, "performance": 45.1, "camera": null, - "battery": 20.5, + "battery": 22.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.536014", - "updated_at": "2026-07-09T01:30:55.536014" + "created_at": "2026-07-09T04:23:03.395814", + "updated_at": "2026-07-09T04:23:03.395814" } diff --git a/site/public/v1/smartphones/apple-iphone-xr-3gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-xr-3gb-256gb-4g-lte/index.json index 67a05cab952a..5ab1800fe7eb 100644 --- a/site/public/v1/smartphones/apple-iphone-xr-3gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-xr-3gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2942, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.9, + "width_mm": 75.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "iOS 12, upgradable to iOS 18", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 42.5, "performance": 54.3, "camera": null, - "battery": 29.0, + "battery": 30.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.538027", - "updated_at": "2026-07-09T01:30:55.538027" + "created_at": "2026-07-09T04:23:03.398813", + "updated_at": "2026-07-09T04:23:03.398813" } diff --git a/site/public/v1/smartphones/apple-iphone-xs-4gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-xs-4gb-512gb-4g-lte/index.json index 8370a9ad724a..13bea52bc484 100644 --- a/site/public/v1/smartphones/apple-iphone-xs-4gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-xs-4gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2658, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.6, + "width_mm": 70.9, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "iOS 12, upgradable to iOS 18", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.5, + "overall": 41.5, "performance": 55.0, "camera": null, - "battery": 26.1, + "battery": 27.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.547011", - "updated_at": "2026-07-09T01:30:55.547011" + "created_at": "2026-07-09T04:23:03.406814", + "updated_at": "2026-07-09T04:23:03.406814" } diff --git a/site/public/v1/smartphones/apple-iphone-xs-max-4gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/apple-iphone-xs-max-4gb-512gb-4g-lte/index.json index 557d5f4e8991..b39821c197b5 100644 --- a/site/public/v1/smartphones/apple-iphone-xs-max-4gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/apple-iphone-xs-max-4gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3174, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 77.4, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "iOS 12, upgradable to iOS 18", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.1, + "overall": 44.0, "performance": 55.0, "camera": null, - "battery": 31.3, + "battery": 33.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:55.554015", - "updated_at": "2026-07-09T01:30:55.554015" + "created_at": "2026-07-09T04:23:03.415982", + "updated_at": "2026-07-09T04:23:03.415982" } diff --git a/site/public/v1/smartphones/asus-fonepad-1gb-16gb-3g/index.json b/site/public/v1/smartphones/asus-fonepad-1gb-16gb-3g/index.json index b5e4c1692a0f..4c8180df2324 100644 --- a/site/public/v1/smartphones/asus-fonepad-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/asus-fonepad-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 196.4, + "width_mm": 120.1, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.082367", - "updated_at": "2026-07-09T01:30:56.082367" + "created_at": "2026-07-09T04:23:03.794905", + "updated_at": "2026-07-09T04:23:03.794905" } diff --git a/site/public/v1/smartphones/asus-fonepad-7-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-fonepad-7-1gb-32gb-4g-lte/index.json index 79c241560528..1ebb867122bb 100644 --- a/site/public/v1/smartphones/asus-fonepad-7-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-fonepad-7-1gb-32gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 328.0, - "dimensions": {}, + "dimensions": { + "height_mm": 196.8, + "width_mm": 120.0, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.2", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.083479", - "updated_at": "2026-07-09T01:30:56.083479" + "created_at": "2026-07-09T04:23:03.795908", + "updated_at": "2026-07-09T04:23:03.795908" } diff --git a/site/public/v1/smartphones/asus-fonepad-7-2014-1gb-8gb-3g/index.json b/site/public/v1/smartphones/asus-fonepad-7-2014-1gb-8gb-3g/index.json index f00f9c9f1af5..ff2a11f03418 100644 --- a/site/public/v1/smartphones/asus-fonepad-7-2014-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/asus-fonepad-7-2014-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 290.0, - "dimensions": {}, + "dimensions": { + "height_mm": 192.0, + "width_mm": 110.0, + "depth_mm": 10.7 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.109393", - "updated_at": "2026-07-09T01:30:56.109393" + "created_at": "2026-07-09T04:23:03.804900", + "updated_at": "2026-07-09T04:23:03.804900" } diff --git a/site/public/v1/smartphones/asus-fonepad-7-fe171cg-2gb-16gb-3g/index.json b/site/public/v1/smartphones/asus-fonepad-7-fe171cg-2gb-16gb-3g/index.json index 0169b26de884..c0881dd176c8 100644 --- a/site/public/v1/smartphones/asus-fonepad-7-fe171cg-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/asus-fonepad-7-fe171cg-2gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 280.0, - "dimensions": {}, + "dimensions": { + "height_mm": 196.0, + "width_mm": 110.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.139914", - "updated_at": "2026-07-09T01:30:56.139914" + "created_at": "2026-07-09T04:23:03.832823", + "updated_at": "2026-07-09T04:23:03.832823" } diff --git a/site/public/v1/smartphones/asus-fonepad-7-fe375cl-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-fonepad-7-fe375cl-2gb-16gb-4g-lte/index.json index 41c409996ce5..9756e92911c2 100644 --- a/site/public/v1/smartphones/asus-fonepad-7-fe375cl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-fonepad-7-fe375cl-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 299.0, - "dimensions": {}, + "dimensions": { + "height_mm": 194.3, + "width_mm": 108.9, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop)", "os_version": "5.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.139914", - "updated_at": "2026-07-09T01:30:56.139914" + "created_at": "2026-07-09T04:23:03.832823", + "updated_at": "2026-07-09T04:23:03.832823" } diff --git a/site/public/v1/smartphones/asus-fonepad-note-fhd6-2gb-32gb-3g/index.json b/site/public/v1/smartphones/asus-fonepad-note-fhd6-2gb-32gb-3g/index.json index ab0aa4d38427..4f57d6bedb44 100644 --- a/site/public/v1/smartphones/asus-fonepad-note-fhd6-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/asus-fonepad-note-fhd6-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 88.8, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.083479", - "updated_at": "2026-07-09T01:30:56.083479" + "created_at": "2026-07-09T04:23:03.795908", + "updated_at": "2026-07-09T04:23:03.795908" } diff --git a/site/public/v1/smartphones/asus-live-g500tg-2gb-16gb-3g/index.json b/site/public/v1/smartphones/asus-live-g500tg-2gb-16gb-3g/index.json index 2d6d56b5ddfc..d97a76116f86 100644 --- a/site/public/v1/smartphones/asus-live-g500tg-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/asus-live-g500tg-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.5, + "width_mm": 71.0, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.173913", - "updated_at": "2026-07-09T01:30:56.173913" + "created_at": "2026-07-09T04:23:03.864414", + "updated_at": "2026-07-09T04:23:03.864414" } diff --git a/site/public/v1/smartphones/asus-memo-1gb-32gb-2g/index.json b/site/public/v1/smartphones/asus-memo-1gb-32gb-2g/index.json index 3246a302cece..c8f582c9332d 100644 --- a/site/public/v1/smartphones/asus-memo-1gb-32gb-2g/index.json +++ b/site/public/v1/smartphones/asus-memo-1gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 389.0, - "dimensions": {}, + "dimensions": { + "height_mm": 199.0, + "width_mm": 117.0, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 4.0.1 (Ice Cream Sandwich)", "os_version": "4.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.077372", - "updated_at": "2026-07-09T01:30:56.077372" + "created_at": "2026-07-09T04:23:03.789851", + "updated_at": "2026-07-09T04:23:03.789851" } diff --git a/site/public/v1/smartphones/asus-padfone-1gb-64gb-3g/index.json b/site/public/v1/smartphones/asus-padfone-1gb-64gb-3g/index.json index 50d6093c63d9..1d96935a9d8a 100644 --- a/site/public/v1/smartphones/asus-padfone-1gb-64gb-3g/index.json +++ b/site/public/v1/smartphones/asus-padfone-1gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.0, + "width_mm": 65.4, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.078372", - "updated_at": "2026-07-09T01:30:56.078372" + "created_at": "2026-07-09T04:23:03.789851", + "updated_at": "2026-07-09T04:23:03.789851" } diff --git a/site/public/v1/smartphones/asus-padfone-2-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-padfone-2-2gb-64gb-4g-lte/index.json index 5c1af9217ef5..7f4f8a5c0d54 100644 --- a/site/public/v1/smartphones/asus-padfone-2-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-padfone-2-2gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.9, + "width_mm": 68.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.4.2 (KitKat)", "os_version": "4.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.078372", - "updated_at": "2026-07-09T01:30:56.078372" + "created_at": "2026-07-09T04:23:03.789851", + "updated_at": "2026-07-09T04:23:03.789851" } diff --git a/site/public/v1/smartphones/asus-padfone-e-1gb-3g/index.json b/site/public/v1/smartphones/asus-padfone-e-1gb-3g/index.json index b373bfd0ea9b..29f2a4cb6629 100644 --- a/site/public/v1/smartphones/asus-padfone-e-1gb-3g/index.json +++ b/site/public/v1/smartphones/asus-padfone-e-1gb-3g/index.json @@ -48,7 +48,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.6, + "width_mm": 69.7, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -80,6 +84,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.111913", - "updated_at": "2026-07-09T01:30:56.111913" + "created_at": "2026-07-09T04:23:03.806901", + "updated_at": "2026-07-09T04:23:03.806901" } diff --git a/site/public/v1/smartphones/asus-padfone-infinity-2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-padfone-infinity-2-2gb-32gb-4g-lte/index.json index 0e8d75c6b0cd..bb142172c4b7 100644 --- a/site/public/v1/smartphones/asus-padfone-infinity-2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-padfone-infinity-2-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0 (Lollipop)", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.085455", - "updated_at": "2026-07-09T01:30:56.085455" + "created_at": "2026-07-09T04:23:03.797901", + "updated_at": "2026-07-09T04:23:03.797901" } diff --git a/site/public/v1/smartphones/asus-padfone-infinity-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-padfone-infinity-2gb-64gb-4g-lte/index.json index fd7684ba2b15..065af1977907 100644 --- a/site/public/v1/smartphones/asus-padfone-infinity-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-padfone-infinity-2gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.085455", - "updated_at": "2026-07-09T01:30:56.085455" + "created_at": "2026-07-09T04:23:03.797901", + "updated_at": "2026-07-09T04:23:03.797901" } diff --git a/site/public/v1/smartphones/asus-padfone-infinity-lite-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-padfone-infinity-lite-2gb-32gb-4g-lte/index.json index 2d8f193070e5..ad23834967b7 100644 --- a/site/public/v1/smartphones/asus-padfone-infinity-lite-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-padfone-infinity-lite-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.111913", - "updated_at": "2026-07-09T01:30:56.111913" + "created_at": "2026-07-09T04:23:03.807901", + "updated_at": "2026-07-09T04:23:03.807901" } diff --git a/site/public/v1/smartphones/asus-padfone-mini-1gb-16gb-3g/index.json b/site/public/v1/smartphones/asus-padfone-mini-1gb-16gb-3g/index.json index 84bc0c349116..bdc4ebef1461 100644 --- a/site/public/v1/smartphones/asus-padfone-mini-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/asus-padfone-mini-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 105.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.3, + "width_mm": 65.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.085455", - "updated_at": "2026-07-09T01:30:56.085455" + "created_at": "2026-07-09T04:23:03.798900", + "updated_at": "2026-07-09T04:23:03.798900" } diff --git a/site/public/v1/smartphones/asus-padfone-s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-padfone-s-2gb-16gb-4g-lte/index.json index 6a2105314390..a6df9cdc6b20 100644 --- a/site/public/v1/smartphones/asus-padfone-s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-padfone-s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 72.5, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.112912", - "updated_at": "2026-07-09T01:30:56.112912" + "created_at": "2026-07-09T04:23:03.808901", + "updated_at": "2026-07-09T04:23:03.808901" } diff --git a/site/public/v1/smartphones/asus-padfone-x-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-padfone-x-2gb-16gb-4g-lte/index.json index 99249acc6b12..b0839422436f 100644 --- a/site/public/v1/smartphones/asus-padfone-x-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-padfone-x-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 72.5, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.113913", - "updated_at": "2026-07-09T01:30:56.113913" + "created_at": "2026-07-09T04:23:03.808901", + "updated_at": "2026-07-09T04:23:03.808901" } diff --git a/site/public/v1/smartphones/asus-padfone-x-mini-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/asus-padfone-x-mini-1gb-8gb-4g-lte/index.json index fb48bf75cf06..4cd53eb1a4c1 100644 --- a/site/public/v1/smartphones/asus-padfone-x-mini-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-padfone-x-mini-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.8, - "dimensions": {}, + "dimensions": { + "height_mm": 132.1, + "width_mm": 66.3, + "depth_mm": 12.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.113913", - "updated_at": "2026-07-09T01:30:56.113913" + "created_at": "2026-07-09T04:23:03.808901", + "updated_at": "2026-07-09T04:23:03.808901" } diff --git a/site/public/v1/smartphones/asus-pegasus-2-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-pegasus-2-plus-3gb-32gb-4g-lte/index.json index 2cf899406a2e..68d79fab01fa 100644 --- a/site/public/v1/smartphones/asus-pegasus-2-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-pegasus-2-plus-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.8, + "width_mm": 75.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.140914", - "updated_at": "2026-07-09T01:30:56.140914" + "created_at": "2026-07-09T04:23:03.833824", + "updated_at": "2026-07-09T04:23:03.833824" } diff --git a/site/public/v1/smartphones/asus-pegasus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-pegasus-2gb-16gb-4g-lte/index.json index fbf45c73823a..5db72fe70f50 100644 --- a/site/public/v1/smartphones/asus-pegasus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-pegasus-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 73.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.114913", - "updated_at": "2026-07-09T01:30:56.114913" + "created_at": "2026-07-09T04:23:03.808901", + "updated_at": "2026-07-09T04:23:03.808901" } diff --git a/site/public/v1/smartphones/asus-rog-phone-6d-16gb-256gb-5g/index.json b/site/public/v1/smartphones/asus-rog-phone-6d-16gb-256gb-5g/index.json index 42693ca42a8d..ad172ec7c8a9 100644 --- a/site/public/v1/smartphones/asus-rog-phone-6d-16gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/asus-rog-phone-6d-16gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 239.0, - "dimensions": {}, + "dimensions": { + "height_mm": 173.0, + "width_mm": 77.0, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 65.8, + "overall": 76.3, "performance": null, "camera": null, - "battery": 65.8, + "battery": 76.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.434836", - "updated_at": "2026-07-09T01:30:56.434836" + "created_at": "2026-07-09T04:23:04.041463", + "updated_at": "2026-07-09T04:23:04.041463" } diff --git a/site/public/v1/smartphones/asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte/index.json index d20954eed843..6cb03eac2691 100644 --- a/site/public/v1/smartphones/asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-rog-phone-ii-zs660kl-12gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 240.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.0, + "width_mm": 77.6, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ROG UI", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.6, + "overall": 63.9, "performance": null, "camera": null, - "battery": 59.6, + "battery": 63.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.326722", - "updated_at": "2026-07-09T01:30:56.326722" + "created_at": "2026-07-09T04:23:03.953515", + "updated_at": "2026-07-09T04:23:03.953515" } diff --git a/site/public/v1/smartphones/asus-rog-phone-zs600kl-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/asus-rog-phone-zs600kl-8gb-512gb-4g-lte/index.json index 8945f09cb400..d9625a33f038 100644 --- a/site/public/v1/smartphones/asus-rog-phone-zs600kl-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-rog-phone-zs600kl-8gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), ROG Gaming X UI", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 37.7, "performance": null, "camera": null, - "battery": 33.3, + "battery": 37.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.265438", - "updated_at": "2026-07-09T01:30:56.265438" + "created_at": "2026-07-09T04:23:03.908162", + "updated_at": "2026-07-09T04:23:03.908162" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte/index.json index 88906647f59d..9b1b0a385130 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-deluxe-ze551ml-4gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 77.2, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.141912", - "updated_at": "2026-07-09T01:30:56.141912" + "created_at": "2026-07-09T04:23:03.834823", + "updated_at": "2026-07-09T04:23:03.834823" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-laser-ze500kg-2gb-16gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-2-laser-ze500kg-2gb-16gb-3g/index.json index 9f0180222d4a..2791f4f17e4b 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-laser-ze500kg-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-laser-ze500kg-2gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.7, + "width_mm": 71.5, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.142916", - "updated_at": "2026-07-09T01:30:56.142916" + "created_at": "2026-07-09T04:23:03.835824", + "updated_at": "2026-07-09T04:23:03.835824" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte/index.json index 974e18faaaf3..4bfd07779193 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-laser-ze500kl-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.7, + "width_mm": 71.5, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.143973", - "updated_at": "2026-07-09T01:30:56.143973" + "created_at": "2026-07-09T04:23:03.836824", + "updated_at": "2026-07-09T04:23:03.836824" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte/index.json index 3211a5d60e5a..29a73172dce6 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-laser-ze550kl-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 77.2, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.145987", - "updated_at": "2026-07-09T01:30:56.145987" + "created_at": "2026-07-09T04:23:03.837824", + "updated_at": "2026-07-09T04:23:03.837824" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte/index.json index b120160f22f2..92378471fa2b 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-laser-ze551kl-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.1, - "dimensions": {}, + "dimensions": { + "height_mm": 152.4, + "width_mm": 77.2, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5 (Lollipop), upgradable to 6.1 (Marshmallow), ZenUI 2", "os_version": "5", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.146987", - "updated_at": "2026-07-09T01:30:56.146987" + "created_at": "2026-07-09T04:23:03.838824", + "updated_at": "2026-07-09T04:23:03.838824" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte/index.json index 9e40776b1207..4889e571ef64 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-laser-ze600kl-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 84.0, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.148981", - "updated_at": "2026-07-09T01:30:56.148981" + "created_at": "2026-07-09T04:23:03.839824", + "updated_at": "2026-07-09T04:23:03.839824" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte/index.json index 109fd443bd48..ecfa88033178 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-laser-ze601kl-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 84.0, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.149965", - "updated_at": "2026-07-09T01:30:56.149965" + "created_at": "2026-07-09T04:23:03.841824", + "updated_at": "2026-07-09T04:23:03.841824" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-ze500cl-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-ze500cl-2gb-16gb-4g-lte/index.json index 896c931a059c..da7ff2006273 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-ze500cl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-ze500cl-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.1, + "width_mm": 71.5, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), ZenUI", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.150972", - "updated_at": "2026-07-09T01:30:56.150972" + "created_at": "2026-07-09T04:23:03.842822", + "updated_at": "2026-07-09T04:23:03.842822" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-ze550ml-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-ze550ml-2gb-16gb-4g-lte/index.json index 7acaff0a11f7..d34ebc3172fa 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-ze550ml-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-ze550ml-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 77.2, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.152001", - "updated_at": "2026-07-09T01:30:56.152001" + "created_at": "2026-07-09T04:23:03.843832", + "updated_at": "2026-07-09T04:23:03.843832" } diff --git a/site/public/v1/smartphones/asus-zenfone-2-ze551ml-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2-ze551ml-4gb-128gb-4g-lte/index.json index 97248d2d76be..ab1817eed63f 100644 --- a/site/public/v1/smartphones/asus-zenfone-2-ze551ml-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2-ze551ml-4gb-128gb-4g-lte/index.json @@ -50,10 +50,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 77.2, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -67,10 +71,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.153911", - "updated_at": "2026-07-09T01:30:56.153911" + "created_at": "2026-07-09T04:23:03.844824", + "updated_at": "2026-07-09T04:23:03.844824" } diff --git a/site/public/v1/smartphones/asus-zenfone-2e-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-2e-1gb-8gb-4g-lte/index.json index 22bfe3bb74f4..58b9834e50af 100644 --- a/site/public/v1/smartphones/asus-zenfone-2e-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-2e-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.1, - "dimensions": {}, + "dimensions": { + "height_mm": 148.1, + "width_mm": 71.4, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), ZenUI", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.154912", - "updated_at": "2026-07-09T01:30:56.154912" + "created_at": "2026-07-09T04:23:03.845823", + "updated_at": "2026-07-09T04:23:03.845823" } diff --git a/site/public/v1/smartphones/asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte/index.json index fd5506153218..9cb68abb3636 100644 --- a/site/public/v1/smartphones/asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3-deluxe-5-5-zs550kl-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.5, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to 7 (Nougat), ZenUI 3", "os_version": "6.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.175913", - "updated_at": "2026-07-09T01:30:56.175913" + "created_at": "2026-07-09T04:23:03.865413", + "updated_at": "2026-07-09T04:23:03.865413" } diff --git a/site/public/v1/smartphones/asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte/index.json index 8686721a66ff..d24c18972f7a 100644 --- a/site/public/v1/smartphones/asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3-deluxe-zs570kl-6gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.4, + "width_mm": 77.4, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to Android 8 (Oreo), ZenUI 3", "os_version": "6.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.176915", - "updated_at": "2026-07-09T01:30:56.176915" + "created_at": "2026-07-09T04:23:03.866413", + "updated_at": "2026-07-09T04:23:03.866413" } diff --git a/site/public/v1/smartphones/asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte/index.json index 28b5d3be388f..2af9307f3596 100644 --- a/site/public/v1/smartphones/asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3-laser-zc551kl-4gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.0, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.177914", - "updated_at": "2026-07-09T01:30:56.177914" + "created_at": "2026-07-09T04:23:03.867413", + "updated_at": "2026-07-09T04:23:03.867413" } diff --git a/site/public/v1/smartphones/asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte/index.json index d169849ba0bd..b9ac07b4bf0e 100644 --- a/site/public/v1/smartphones/asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3-max-zc520tl-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.7, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat), ZenUI 3", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.178913", - "updated_at": "2026-07-09T01:30:56.178913" + "created_at": "2026-07-09T04:23:03.868413", + "updated_at": "2026-07-09T04:23:03.868413" } diff --git a/site/public/v1/smartphones/asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte/index.json index 795e3329e82a..9386c7055503 100644 --- a/site/public/v1/smartphones/asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3-max-zc553kl-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.4, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.1 (Oreo), ZenUI 4", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 28.3, "performance": null, "camera": null, - "battery": 26.0, + "battery": 28.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.180913", - "updated_at": "2026-07-09T01:30:56.180913" + "created_at": "2026-07-09T04:23:03.870414", + "updated_at": "2026-07-09T04:23:03.870414" } diff --git a/site/public/v1/smartphones/asus-zenfone-3-ze520kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3-ze520kl-4gb-64gb-4g-lte/index.json index cd697e986485..ab316a4c9538 100644 --- a/site/public/v1/smartphones/asus-zenfone-3-ze520kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3-ze520kl-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.9, + "width_mm": 74.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to 7 (Nougat), ZenUI 3", "os_version": "6.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.182912", - "updated_at": "2026-07-09T01:30:56.182912" + "created_at": "2026-07-09T04:23:03.872413", + "updated_at": "2026-07-09T04:23:03.872413" } diff --git a/site/public/v1/smartphones/asus-zenfone-3-ze552kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3-ze552kl-4gb-64gb-4g-lte/index.json index 3a7f1741b6c1..725749aa082b 100644 --- a/site/public/v1/smartphones/asus-zenfone-3-ze552kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3-ze552kl-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 77.4, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat), ZenUI 3", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.183912", - "updated_at": "2026-07-09T01:30:56.183912" + "created_at": "2026-07-09T04:23:03.873414", + "updated_at": "2026-07-09T04:23:03.873414" } diff --git a/site/public/v1/smartphones/asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte/index.json index 7df21589d1fd..bc9d641cbce5 100644 --- a/site/public/v1/smartphones/asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3-zoom-ze553kl-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.3, + "width_mm": 77.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to Android 8 (Oreo), ZenUI 3", "os_version": "6.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 37.3, "performance": null, "camera": null, - "battery": 35.0, + "battery": 37.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.197006", - "updated_at": "2026-07-09T01:30:56.197006" + "created_at": "2026-07-09T04:23:03.885064", + "updated_at": "2026-07-09T04:23:03.885064" } diff --git a/site/public/v1/smartphones/asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte/index.json index b8fe31e85617..2eea73749207 100644 --- a/site/public/v1/smartphones/asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-3s-max-zc521tl-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 3", "os_version": "7", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.199002", - "updated_at": "2026-07-09T01:30:56.199002" + "created_at": "2026-07-09T04:23:03.886064", + "updated_at": "2026-07-09T04:23:03.886064" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-a450cg-2014-1gb-8gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-4-a450cg-2014-1gb-8gb-3g/index.json index 5efc0c329505..edf39d991b6f 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-a450cg-2014-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-a450cg-2014-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.8, + "width_mm": 67.9, + "depth_mm": 11.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.116914", - "updated_at": "2026-07-09T01:30:56.116914" + "created_at": "2026-07-09T04:23:03.812903", + "updated_at": "2026-07-09T04:23:03.812903" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte/index.json index ead5d6832fe3..80bf218e2fd2 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-max-plus-zc554kl-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 76.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 4", "os_version": "7", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.199973", - "updated_at": "2026-07-09T01:30:56.199973" + "created_at": "2026-07-09T04:23:03.888069", + "updated_at": "2026-07-09T04:23:03.888069" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte/index.json index fa549fad3c29..cb1f77fdbf5e 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-max-pro-zc554kl-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 76.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 4", "os_version": "7", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 37.3, "performance": null, "camera": null, - "battery": 35.0, + "battery": 37.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.200925", - "updated_at": "2026-07-09T01:30:56.200925" + "created_at": "2026-07-09T04:23:03.889065", + "updated_at": "2026-07-09T04:23:03.889065" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte/index.json index f995e547bc01..91e7ce6ccc51 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-max-zc520kl-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.5, + "width_mm": 73.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 7 (Nougat), upgradable to Android 8 (Oreo), ZenUI 4", "os_version": "7", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.201922", - "updated_at": "2026-07-09T01:30:56.201922" + "created_at": "2026-07-09T04:23:03.890065", + "updated_at": "2026-07-09T04:23:03.890065" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte/index.json index 2743234908a8..64e407405d21 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-max-zc554kl-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 76.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 4", "os_version": "7", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.202921", - "updated_at": "2026-07-09T01:30:56.202921" + "created_at": "2026-07-09T04:23:03.891065", + "updated_at": "2026-07-09T04:23:03.891065" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte/index.json index 774eb1d5269e..be91b7625bb1 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-pro-zs551kl-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8 (Oreo), ZenUI 4", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.3, + "overall": 31.6, "performance": null, "camera": null, - "battery": 29.3, + "battery": 31.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.203923", - "updated_at": "2026-07-09T01:30:56.203923" + "created_at": "2026-07-09T04:23:03.892064", + "updated_at": "2026-07-09T04:23:03.892064" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte/index.json index 361f6870d9cc..e6bd25593a37 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-selfie-lite-zb553kl-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.7, + "width_mm": 75.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 4", "os_version": "7", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.205922", - "updated_at": "2026-07-09T01:30:56.205922" + "created_at": "2026-07-09T04:23:03.893161", + "updated_at": "2026-07-09T04:23:03.893161" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte/index.json index 2a0aee8bd0f2..880d376c5b96 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-selfie-pro-zd552kl-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 74.8, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 4", "os_version": "7", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.206923", - "updated_at": "2026-07-09T01:30:56.206923" + "created_at": "2026-07-09T04:23:03.894161", + "updated_at": "2026-07-09T04:23:03.894161" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte/index.json index df6b8fa10d8c..d1aaf865e5a5 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-selfie-zb553kl-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.7, + "width_mm": 75.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.1 (Oreo), ZenUI 5", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.207922", - "updated_at": "2026-07-09T01:30:56.207922" + "created_at": "2026-07-09T04:23:03.895160", + "updated_at": "2026-07-09T04:23:03.895160" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte/index.json index 720abe8a74cc..454905a65d7a 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-selfie-zd553kl-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.7, + "width_mm": 75.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.1 (Oreo), ZenUI 5", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.208922", - "updated_at": "2026-07-09T01:30:56.208922" + "created_at": "2026-07-09T04:23:03.896160", + "updated_at": "2026-07-09T04:23:03.896160" } diff --git a/site/public/v1/smartphones/asus-zenfone-4-ze554kl-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-4-ze554kl-6gb-64gb-4g-lte/index.json index 9bf7ac555a35..a8448c974ec6 100644 --- a/site/public/v1/smartphones/asus-zenfone-4-ze554kl-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-4-ze554kl-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.4, + "width_mm": 75.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), ZenUI 4", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.208922", - "updated_at": "2026-07-09T01:30:56.208922" + "created_at": "2026-07-09T04:23:03.897161", + "updated_at": "2026-07-09T04:23:03.897161" } diff --git a/site/public/v1/smartphones/asus-zenfone-5-a500cg-2014-2gb-32gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-5-a500cg-2014-2gb-32gb-3g/index.json index 1181d8373480..fb6b3e9016cd 100644 --- a/site/public/v1/smartphones/asus-zenfone-5-a500cg-2014-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-5-a500cg-2014-2gb-32gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.0.2 (Lollipop)", "os_version": "4.3", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.119018", - "updated_at": "2026-07-09T01:30:56.119018" + "created_at": "2026-07-09T04:23:03.813901", + "updated_at": "2026-07-09T04:23:03.813901" } diff --git a/site/public/v1/smartphones/asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte/index.json index 6a5f5fd02baa..c65a6be1ab9d 100644 --- a/site/public/v1/smartphones/asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-5-a500kl-2014-2gb-32gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.2", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.119913", - "updated_at": "2026-07-09T01:30:56.119913" + "created_at": "2026-07-09T04:23:03.814901", + "updated_at": "2026-07-09T04:23:03.814901" } diff --git a/site/public/v1/smartphones/asus-zenfone-5-a501cg-2015-2gb-8gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-5-a501cg-2015-2gb-8gb-3g/index.json index d48bfef69976..881a685fa2ed 100644 --- a/site/public/v1/smartphones/asus-zenfone-5-a501cg-2015-2gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-5-a501cg-2015-2gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.0.2 (Lollipop)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.156915", - "updated_at": "2026-07-09T01:30:56.156915" + "created_at": "2026-07-09T04:23:03.848334", + "updated_at": "2026-07-09T04:23:03.848334" } diff --git a/site/public/v1/smartphones/asus-zenfone-5-lite-a502cg-2014-1gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-5-lite-a502cg-2014-1gb-3g/index.json index e63888385987..8c24385fbd6e 100644 --- a/site/public/v1/smartphones/asus-zenfone-5-lite-a502cg-2014-1gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-5-lite-a502cg-2014-1gb-3g/index.json @@ -48,7 +48,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -80,6 +84,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.120913", - "updated_at": "2026-07-09T01:30:56.120913" + "created_at": "2026-07-09T04:23:03.815901", + "updated_at": "2026-07-09T04:23:03.815901" } diff --git a/site/public/v1/smartphones/asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte/index.json index ade3724487bb..df0e4ef4eefa 100644 --- a/site/public/v1/smartphones/asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-5-lite-zc600kl-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.6, + "width_mm": 76.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.283679", - "updated_at": "2026-07-09T01:30:56.283679" + "created_at": "2026-07-09T04:23:03.914630", + "updated_at": "2026-07-09T04:23:03.914630" } diff --git a/site/public/v1/smartphones/asus-zenfone-5-ze620kl-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-5-ze620kl-6gb-64gb-4g-lte/index.json index d11ff8beb5f8..f696ce847205 100644 --- a/site/public/v1/smartphones/asus-zenfone-5-ze620kl-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-5-ze620kl-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), ZenUI 5", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 18.9, "performance": null, "camera": null, - "battery": 18.0, + "battery": 18.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.285667", - "updated_at": "2026-07-09T01:30:56.285667" + "created_at": "2026-07-09T04:23:03.916634", + "updated_at": "2026-07-09T04:23:03.916634" } diff --git a/site/public/v1/smartphones/asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte/index.json index 2dd064f82ef2..868cd1eaa237 100644 --- a/site/public/v1/smartphones/asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-5z-zs620kl-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10", "os_version": "8.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.6, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.291661", - "updated_at": "2026-07-09T01:30:56.291661" + "created_at": "2026-07-09T04:23:03.922216", + "updated_at": "2026-07-09T04:23:03.922216" } diff --git a/site/public/v1/smartphones/asus-zenfone-6-a600cg-2014-2gb-32gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-6-a600cg-2014-2gb-32gb-3g/index.json index 374abb5e3018..bfe89bab110a 100644 --- a/site/public/v1/smartphones/asus-zenfone-6-a600cg-2014-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-6-a600cg-2014-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.9, + "width_mm": 84.3, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.0.2 (Lollipop)", "os_version": "4.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.121912", - "updated_at": "2026-07-09T01:30:56.121912" + "created_at": "2026-07-09T04:23:03.816901", + "updated_at": "2026-07-09T04:23:03.816901" } diff --git a/site/public/v1/smartphones/asus-zenfone-6-a601cg-2014-2gb-32gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-6-a601cg-2014-2gb-32gb-3g/index.json index b22ad5e4a94d..7a4a3d116112 100644 --- a/site/public/v1/smartphones/asus-zenfone-6-a601cg-2014-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-6-a601cg-2014-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.9, + "width_mm": 84.3, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.0.2 (Lollipop)", "os_version": "4.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.123912", - "updated_at": "2026-07-09T01:30:56.123912" + "created_at": "2026-07-09T04:23:03.817899", + "updated_at": "2026-07-09T04:23:03.817899" } diff --git a/site/public/v1/smartphones/asus-zenfone-6-zs630kl-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-6-zs630kl-12gb-512gb-4g-lte/index.json index 6d3d9468097b..ec0fcbe34ab3 100644 --- a/site/public/v1/smartphones/asus-zenfone-6-zs630kl-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-6-zs630kl-12gb-512gb-4g-lte/index.json @@ -50,10 +50,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 75.4, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, ZenUI", "os_version": "9.0", @@ -67,10 +71,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.6, + "overall": 51.8, "performance": null, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.337791", - "updated_at": "2026-07-09T01:30:56.337791" + "created_at": "2026-07-09T04:23:03.964826", + "updated_at": "2026-07-09T04:23:03.964826" } diff --git a/site/public/v1/smartphones/asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte/index.json index dbfc2bc70712..0c862611742c 100644 --- a/site/public/v1/smartphones/asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-ar-zs571kl-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 77.7, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 3", "os_version": "7", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.210431", - "updated_at": "2026-07-09T01:30:56.210431" + "created_at": "2026-07-09T04:23:03.898170", + "updated_at": "2026-07-09T04:23:03.898170" } diff --git a/site/public/v1/smartphones/asus-zenfone-c-zc451cg-1gb-8gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-c-zc451cg-1gb-8gb-3g/index.json index d7f555f4cad1..91e3a5c4d1d6 100644 --- a/site/public/v1/smartphones/asus-zenfone-c-zc451cg-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-c-zc451cg-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.5, + "width_mm": 67.0, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.156915", - "updated_at": "2026-07-09T01:30:56.156915" + "created_at": "2026-07-09T04:23:03.848334", + "updated_at": "2026-07-09T04:23:03.848334" } diff --git a/site/public/v1/smartphones/asus-zenfone-go-t500-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-go-t500-2gb-16gb-4g-lte/index.json index 7fd8ecf3465f..ddf0175fe40e 100644 --- a/site/public/v1/smartphones/asus-zenfone-go-t500-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-go-t500-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 73.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.186913", - "updated_at": "2026-07-09T01:30:56.186913" + "created_at": "2026-07-09T04:23:03.875413", + "updated_at": "2026-07-09T04:23:03.875413" } diff --git a/site/public/v1/smartphones/asus-zenfone-go-zb450kl-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-go-zb450kl-1gb-8gb-4g-lte/index.json index f914ccdcb18b..813c6eb1aecf 100644 --- a/site/public/v1/smartphones/asus-zenfone-go-zb450kl-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-go-zb450kl-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.5, + "width_mm": 66.7, + "depth_mm": 11.2 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), ZenUI 2", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.187912", - "updated_at": "2026-07-09T01:30:56.187912" + "created_at": "2026-07-09T04:23:03.876413", + "updated_at": "2026-07-09T04:23:03.876413" } diff --git a/site/public/v1/smartphones/asus-zenfone-go-zb452kg-1gb-8gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-go-zb452kg-1gb-8gb-3g/index.json index 1baf283acc77..33358485b431 100644 --- a/site/public/v1/smartphones/asus-zenfone-go-zb452kg-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-go-zb452kg-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.5, + "width_mm": 66.7, + "depth_mm": 11.2 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.188912", - "updated_at": "2026-07-09T01:30:56.188912" + "created_at": "2026-07-09T04:23:03.877413", + "updated_at": "2026-07-09T04:23:03.877413" } diff --git a/site/public/v1/smartphones/asus-zenfone-go-zb500kl-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-go-zb500kl-2gb-16gb-4g-lte/index.json index 5f0238bccd8e..1ef186243161 100644 --- a/site/public/v1/smartphones/asus-zenfone-go-zb500kl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-go-zb500kl-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.7, + "width_mm": 70.9, + "depth_mm": 11.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.190913", - "updated_at": "2026-07-09T01:30:56.190913" + "created_at": "2026-07-09T04:23:03.879413", + "updated_at": "2026-07-09T04:23:03.879413" } diff --git a/site/public/v1/smartphones/asus-zenfone-go-zb551kl-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-go-zb551kl-2gb-32gb-4g-lte/index.json index 8546cc4d90fc..b9667d992dd8 100644 --- a/site/public/v1/smartphones/asus-zenfone-go-zb551kl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-go-zb551kl-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.9, + "depth_mm": 10.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.191912", - "updated_at": "2026-07-09T01:30:56.191912" + "created_at": "2026-07-09T04:23:03.880054", + "updated_at": "2026-07-09T04:23:03.880054" } diff --git a/site/public/v1/smartphones/asus-zenfone-go-zb552kl-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-go-zb552kl-2gb-32gb-4g-lte/index.json index 9f45b27e46e6..9b9219b84278 100644 --- a/site/public/v1/smartphones/asus-zenfone-go-zb552kl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-go-zb552kl-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.4, + "width_mm": 76.4, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), ZenUI 3", "os_version": "6", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.212441", - "updated_at": "2026-07-09T01:30:56.212441" + "created_at": "2026-07-09T04:23:03.899168", + "updated_at": "2026-07-09T04:23:03.899168" } diff --git a/site/public/v1/smartphones/asus-zenfone-go-zc451tg-1gb-8gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-go-zc451tg-1gb-8gb-3g/index.json index 6a7747e50820..30d77131533a 100644 --- a/site/public/v1/smartphones/asus-zenfone-go-zc451tg-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-go-zc451tg-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 133.5, - "dimensions": {}, + "dimensions": { + "height_mm": 135.0, + "width_mm": 67.0, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.157913", - "updated_at": "2026-07-09T01:30:56.157913" + "created_at": "2026-07-09T04:23:03.849333", + "updated_at": "2026-07-09T04:23:03.849333" } diff --git a/site/public/v1/smartphones/asus-zenfone-go-zc500tg-2gb-16gb-3g/index.json b/site/public/v1/smartphones/asus-zenfone-go-zc500tg-2gb-16gb-3g/index.json index 1d1f04eb6a4a..ac2ebd47cc57 100644 --- a/site/public/v1/smartphones/asus-zenfone-go-zc500tg-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/asus-zenfone-go-zc500tg-2gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.5, + "width_mm": 71.0, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.158913", - "updated_at": "2026-07-09T01:30:56.158913" + "created_at": "2026-07-09T04:23:03.850331", + "updated_at": "2026-07-09T04:23:03.850331" } diff --git a/site/public/v1/smartphones/asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte/index.json index 75dd637f76f0..facbe7c6d5d9 100644 --- a/site/public/v1/smartphones/asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-lite-l1-za551kl-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.0 Oreo", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.292720", - "updated_at": "2026-07-09T01:30:56.292720" + "created_at": "2026-07-09T04:23:03.923216", + "updated_at": "2026-07-09T04:23:03.923216" } diff --git a/site/public/v1/smartphones/asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte/index.json index c5ce51c2e282..65ee245093f1 100644 --- a/site/public/v1/smartphones/asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-live-l1-za550kl-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.0 Oreo (Go edition), ZenUI 5", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.297174", - "updated_at": "2026-07-09T01:30:56.297174" + "created_at": "2026-07-09T04:23:03.927273", + "updated_at": "2026-07-09T04:23:03.927273" } diff --git a/site/public/v1/smartphones/asus-zenfone-live-l2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-live-l2-2gb-32gb-4g-lte/index.json index c5c0bf83d81e..4016f58f8fac 100644 --- a/site/public/v1/smartphones/asus-zenfone-live-l2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-live-l2-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.0 Oreo (Go edition), ZenUI 5", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.339768", - "updated_at": "2026-07-09T01:30:56.339768" + "created_at": "2026-07-09T04:23:03.965826", + "updated_at": "2026-07-09T04:23:03.965826" } diff --git a/site/public/v1/smartphones/asus-zenfone-live-zb501kl-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-live-zb501kl-2gb-32gb-4g-lte/index.json index d9dd02174b86..d9327e60dacc 100644 --- a/site/public/v1/smartphones/asus-zenfone-live-zb501kl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-live-zb501kl-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.2, + "width_mm": 71.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), ZenUI 3.5", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.213508", - "updated_at": "2026-07-09T01:30:56.213508" + "created_at": "2026-07-09T04:23:03.901160", + "updated_at": "2026-07-09T04:23:03.901160" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte/index.json index 850b2c7683ca..4b3540e31283 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-m1-zb555kl-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 70.9, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 8 (Oreo), ZenUI 5", "os_version": "8", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.301105", - "updated_at": "2026-07-09T01:30:56.301105" + "created_at": "2026-07-09T04:23:03.930273", + "updated_at": "2026-07-09T04:23:03.930273" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte/index.json index f0d3623ce611..8ae4ea168ece 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-m1-zb556kl-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 70.9, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 8 (Oreo), ZenUI 5", "os_version": "8", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.302125", - "updated_at": "2026-07-09T01:30:56.302125" + "created_at": "2026-07-09T04:23:03.931272", + "updated_at": "2026-07-09T04:23:03.931272" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte/index.json index 826de8e756f0..a8202d800996 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-m2-zb633kl-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 76.3, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.306117", - "updated_at": "2026-07-09T01:30:56.306117" + "created_at": "2026-07-09T04:23:03.934276", + "updated_at": "2026-07-09T04:23:03.934276" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte/index.json index a3a8adf9b043..052fde689dde 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-plus-m1-zb570tl-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4130, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 73.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 4", "os_version": "7", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 27.1, "performance": null, "camera": null, - "battery": 26.3, + "battery": 27.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.214503", - "updated_at": "2026-07-09T01:30:56.214503" + "created_at": "2026-07-09T04:23:03.902169", + "updated_at": "2026-07-09T04:23:03.902169" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte/index.json index 120ea4324926..fdd8f47fc0c2 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-plus-m2-zb634kl-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.2, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.341804", - "updated_at": "2026-07-09T01:30:56.341804" + "created_at": "2026-07-09T04:23:03.967827", + "updated_at": "2026-07-09T04:23:03.967827" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte/index.json index 2635be373441..f2a2680ec521 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-pro-m1-zb601kl-zb602k-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 76.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.312725", - "updated_at": "2026-07-09T01:30:56.312725" + "created_at": "2026-07-09T04:23:03.941694", + "updated_at": "2026-07-09T04:23:03.941694" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte/index.json index 0d174c0fe187..30b402e65d84 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-pro-m2-zb631kl-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 75.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.316787", - "updated_at": "2026-07-09T01:30:56.316787" + "created_at": "2026-07-09T04:23:03.944705", + "updated_at": "2026-07-09T04:23:03.944705" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte/index.json index dd174511b9cf..273d07fa03ce 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-shot-zb634kl-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.2, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.343782", - "updated_at": "2026-07-09T01:30:56.343782" + "created_at": "2026-07-09T04:23:03.968843", + "updated_at": "2026-07-09T04:23:03.968843" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte/index.json index d82ed864718c..f630ab8e89e4 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-zc550kl-2016-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.5, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), ZenUI", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.193912", - "updated_at": "2026-07-09T01:30:56.193912" + "created_at": "2026-07-09T04:23:03.882065", + "updated_at": "2026-07-09T04:23:03.882065" } diff --git a/site/public/v1/smartphones/asus-zenfone-max-zc550kl-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-max-zc550kl-2gb-16gb-4g-lte/index.json index 0ab10eb15e51..c15c27b59a39 100644 --- a/site/public/v1/smartphones/asus-zenfone-max-zc550kl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-max-zc550kl-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.5, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop), upgradable to 6.0.1 (Marshmallow), ZenUI", "os_version": "5.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.159912", - "updated_at": "2026-07-09T01:30:56.159912" + "created_at": "2026-07-09T04:23:03.851332", + "updated_at": "2026-07-09T04:23:03.851332" } diff --git a/site/public/v1/smartphones/asus-zenfone-pegasus-3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-pegasus-3-3gb-32gb-4g-lte/index.json index 55de20deb9af..a9123a555b12 100644 --- a/site/public/v1/smartphones/asus-zenfone-pegasus-3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-pegasus-3-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.4, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.7, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), ZenUI", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.194912", - "updated_at": "2026-07-09T01:30:56.194912" + "created_at": "2026-07-09T04:23:03.883064", + "updated_at": "2026-07-09T04:23:03.883064" } diff --git a/site/public/v1/smartphones/asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte/index.json index a76fa351240a..7b6fcb96281f 100644 --- a/site/public/v1/smartphones/asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-selfie-zd551kl-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 77.2, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.161912", - "updated_at": "2026-07-09T01:30:56.161912" + "created_at": "2026-07-09T04:23:03.852331", + "updated_at": "2026-07-09T04:23:03.852331" } diff --git a/site/public/v1/smartphones/asus-zenfone-v-v520kl-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-v-v520kl-4gb-32gb-4g-lte/index.json index a5f00b7ceffa..4a737d03c1ae 100644 --- a/site/public/v1/smartphones/asus-zenfone-v-v520kl-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-v-v520kl-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 147.1, - "dimensions": {}, + "dimensions": { + "height_mm": 146.6, + "width_mm": 72.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7 (Nougat), ZenUI 3", "os_version": "7", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.226441", - "updated_at": "2026-07-09T01:30:56.226441" + "created_at": "2026-07-09T04:23:03.903167", + "updated_at": "2026-07-09T04:23:03.903167" } diff --git a/site/public/v1/smartphones/asus-zenfone-zoom-zx550-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-zoom-zx550-4gb-128gb-4g-lte/index.json index 8d7b00c30054..13ded843acbb 100644 --- a/site/public/v1/smartphones/asus-zenfone-zoom-zx550-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-zoom-zx550-4gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 78.8, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), ZenUI", "os_version": "5.0", @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.162993", - "updated_at": "2026-07-09T01:30:56.162993" + "created_at": "2026-07-09T04:23:03.853332", + "updated_at": "2026-07-09T04:23:03.853332" } diff --git a/site/public/v1/smartphones/asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte/index.json index f50bd091211b..a12ea737db0e 100644 --- a/site/public/v1/smartphones/asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/asus-zenfone-zoom-zx551ml-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 78.8, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), ZenUI", "os_version": "5.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.163987", - "updated_at": "2026-07-09T01:30:56.163987" + "created_at": "2026-07-09T04:23:03.854340", + "updated_at": "2026-07-09T04:23:03.854340" } diff --git a/site/public/v1/smartphones/blackview-a10-2gb-16gb-3g/index.json b/site/public/v1/smartphones/blackview-a10-2gb-16gb-3g/index.json index 2292ea67f856..9a891b016098 100644 --- a/site/public/v1/smartphones/blackview-a10-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/blackview-a10-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.2, + "width_mm": 70.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.692027", - "updated_at": "2026-07-09T01:30:56.692027" + "created_at": "2026-07-09T04:23:04.185290", + "updated_at": "2026-07-09T04:23:04.185290" } diff --git a/site/public/v1/smartphones/blackview-a200-pro-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-a200-pro-12gb-256gb-4g-lte/index.json index 7c8dc1a31ac5..78491fab0ca5 100644 --- a/site/public/v1/smartphones/blackview-a200-pro-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-a200-pro-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 73.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 13, Doke OS 4.0", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.2, + "overall": 55.5, "performance": 48.1, "camera": null, - "battery": 52.2, + "battery": 62.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.752784", - "updated_at": "2026-07-09T01:30:56.752784" + "created_at": "2026-07-09T04:23:04.232140", + "updated_at": "2026-07-09T04:23:04.232140" } diff --git a/site/public/v1/smartphones/blackview-a53-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-a53-3gb-16gb-4g-lte/index.json index 5d16422145a8..e1e6c4164e77 100644 --- a/site/public/v1/smartphones/blackview-a53-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-a53-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5080, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 76.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 12, Doke OS 3.0", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.0, + "overall": 40.9, "performance": null, "camera": null, - "battery": 40.0, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.752784", - "updated_at": "2026-07-09T01:30:56.752784" + "created_at": "2026-07-09T04:23:04.233144", + "updated_at": "2026-07-09T04:23:04.233144" } diff --git a/site/public/v1/smartphones/blackview-a55-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-a55-pro-4gb-64gb-4g-lte/index.json index 54cd5d4ff0dd..3479890aa731 100644 --- a/site/public/v1/smartphones/blackview-a55-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-a55-pro-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.7, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.746794", - "updated_at": "2026-07-09T01:30:56.746794" + "created_at": "2026-07-09T04:23:04.227140", + "updated_at": "2026-07-09T04:23:04.228140" } diff --git a/site/public/v1/smartphones/blackview-a7-1gb-8gb-3g/index.json b/site/public/v1/smartphones/blackview-a7-1gb-8gb-3g/index.json index 8414aaae294c..510597e9d0c2 100644 --- a/site/public/v1/smartphones/blackview-a7-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/blackview-a7-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.693128", - "updated_at": "2026-07-09T01:30:56.693128" + "created_at": "2026-07-09T04:23:04.185817", + "updated_at": "2026-07-09T04:23:04.185817" } diff --git a/site/public/v1/smartphones/blackview-a7-pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-a7-pro-2gb-16gb-4g-lte/index.json index 0228d9859902..07b3805152fc 100644 --- a/site/public/v1/smartphones/blackview-a7-pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-a7-pro-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.694090", - "updated_at": "2026-07-09T01:30:56.694090" + "created_at": "2026-07-09T04:23:04.186879", + "updated_at": "2026-07-09T04:23:04.186879" } diff --git a/site/public/v1/smartphones/blackview-a70-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-a70-3gb-32gb-4g-lte/index.json index e36e706d1729..b213ea6d7102 100644 --- a/site/public/v1/smartphones/blackview-a70-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-a70-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5380, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.3, + "width_mm": 77.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.8, + "overall": 39.6, "performance": null, "camera": null, - "battery": 38.8, + "battery": 39.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.740761", - "updated_at": "2026-07-09T01:30:56.740761" + "created_at": "2026-07-09T04:23:04.223141", + "updated_at": "2026-07-09T04:23:04.223141" } diff --git a/site/public/v1/smartphones/blackview-a85-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-a85-8gb-128gb-4g-lte/index.json index 5f5474c86de1..08d25c93c95d 100644 --- a/site/public/v1/smartphones/blackview-a85-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-a85-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4480, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.1, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 12, Doke OS 3.0", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.6, + "overall": 29.8, "performance": 23.3, "camera": null, - "battery": 34.0, + "battery": 36.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.748752", - "updated_at": "2026-07-09T01:30:56.748752" + "created_at": "2026-07-09T04:23:04.228140", + "updated_at": "2026-07-09T04:23:04.228140" } diff --git a/site/public/v1/smartphones/blackview-a90-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-a90-4gb-64gb-4g-lte/index.json index d66b0d374c46..d87ad83b4a4d 100644 --- a/site/public/v1/smartphones/blackview-a90-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-a90-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4280, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.3, + "width_mm": 77.6, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.0, + "overall": 32.8, "performance": null, "camera": null, - "battery": 32.0, + "battery": 32.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.742761", - "updated_at": "2026-07-09T01:30:56.742761" + "created_at": "2026-07-09T04:23:04.224149", + "updated_at": "2026-07-09T04:23:04.224149" } diff --git a/site/public/v1/smartphones/blackview-a96-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-a96-12gb-256gb-4g-lte/index.json index da121e610e7a..0109eef13fe9 100644 --- a/site/public/v1/smartphones/blackview-a96-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-a96-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4380, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.9, - "dimensions": {}, + "dimensions": { + "height_mm": 161.8, + "width_mm": 74.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 13, Doke OS 3.1", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.8, + "overall": 47.9, "performance": 48.1, "camera": null, - "battery": 45.5, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.754744", - "updated_at": "2026-07-09T01:30:56.754744" + "created_at": "2026-07-09T04:23:04.234144", + "updated_at": "2026-07-09T04:23:04.234144" } diff --git a/site/public/v1/smartphones/blackview-bl5000-8gb-128gb-5g/index.json b/site/public/v1/smartphones/blackview-bl5000-8gb-128gb-5g/index.json index a3330328f0a2..3c4a5785561a 100644 --- a/site/public/v1/smartphones/blackview-bl5000-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/blackview-bl5000-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4980, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 273.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 80.4, + "depth_mm": 12.8 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.3, + "overall": 45.5, "performance": 37.3, "camera": null, - "battery": 49.4, + "battery": 53.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.743760", - "updated_at": "2026-07-09T01:30:56.743760" + "created_at": "2026-07-09T04:23:04.225145", + "updated_at": "2026-07-09T04:23:04.225145" } diff --git a/site/public/v1/smartphones/blackview-bl6000-pro-8gb-258gb-5g/index.json b/site/public/v1/smartphones/blackview-bl6000-pro-8gb-258gb-5g/index.json index 92cfc6a7f575..5d7e9c4649eb 100644 --- a/site/public/v1/smartphones/blackview-bl6000-pro-8gb-258gb-5g/index.json +++ b/site/public/v1/smartphones/blackview-bl6000-pro-8gb-258gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5280, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 273.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.7, + "width_mm": 81.3, + "depth_mm": 12.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.7, + "overall": 45.8, "performance": 37.0, "camera": null, - "battery": 52.4, + "battery": 54.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.736770", - "updated_at": "2026-07-09T01:30:56.736770" + "created_at": "2026-07-09T04:23:04.222139", + "updated_at": "2026-07-09T04:23:04.222139" } diff --git a/site/public/v1/smartphones/blackview-bl8800-8gb-128gb-5g/index.json b/site/public/v1/smartphones/blackview-bl8800-8gb-128gb-5g/index.json index 6d2a121622b8..b8ed6cbd1811 100644 --- a/site/public/v1/smartphones/blackview-bl8800-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/blackview-bl8800-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8380, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 367.0, - "dimensions": {}, + "dimensions": { + "height_mm": 176.2, + "width_mm": 83.5, + "depth_mm": 17.7 + }, "ip_rating": null, "os": "Android 11, Doke-OS 3.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 50.9, "performance": 37.3, "camera": null, - "battery": 59.6, + "battery": 64.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.749779", - "updated_at": "2026-07-09T01:30:56.749779" + "created_at": "2026-07-09T04:23:04.229140", + "updated_at": "2026-07-09T04:23:04.229140" } diff --git a/site/public/v1/smartphones/blackview-bl8800-pro-8gb-128gb-5g/index.json b/site/public/v1/smartphones/blackview-bl8800-pro-8gb-128gb-5g/index.json index 70846a6eb889..25d2af74b3d9 100644 --- a/site/public/v1/smartphones/blackview-bl8800-pro-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/blackview-bl8800-pro-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8380, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 367.0, - "dimensions": {}, + "dimensions": { + "height_mm": 176.2, + "width_mm": 83.5, + "depth_mm": 17.7 + }, "ip_rating": null, "os": "Android 11, Doke-OS 3.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 50.9, "performance": 37.3, "camera": null, - "battery": 59.6, + "battery": 64.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.749779", - "updated_at": "2026-07-09T01:30:56.749779" + "created_at": "2026-07-09T04:23:04.230140", + "updated_at": "2026-07-09T04:23:04.230140" } diff --git a/site/public/v1/smartphones/blackview-bv4900s-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-bv4900s-2gb-32gb-4g-lte/index.json index 0a50484859fb..69a674343dcc 100644 --- a/site/public/v1/smartphones/blackview-bv4900s-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-bv4900s-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 261.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 78.1, + "depth_mm": 13.7 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.744800", - "updated_at": "2026-07-09T01:30:56.744800" + "created_at": "2026-07-09T04:23:04.226142", + "updated_at": "2026-07-09T04:23:04.226142" } diff --git a/site/public/v1/smartphones/blackview-bv5200-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-bv5200-4gb-32gb-4g-lte/index.json index 1bb15b2786df..3273e4412b22 100644 --- a/site/public/v1/smartphones/blackview-bv5200-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-bv5200-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5180, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 268.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.6, + "width_mm": 77.9, + "depth_mm": 13.7 + }, "ip_rating": null, "os": "Android 12, Doke-OS 3.0", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.0, + "overall": 41.8, "performance": null, "camera": null, - "battery": 41.0, + "battery": 41.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.750752", - "updated_at": "2026-07-09T01:30:56.750752" + "created_at": "2026-07-09T04:23:04.231140", + "updated_at": "2026-07-09T04:23:04.231140" } diff --git a/site/public/v1/smartphones/blackview-bv5300-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-bv5300-pro-4gb-64gb-4g-lte/index.json index ac7fb1d4a67f..ff91f97af6b8 100644 --- a/site/public/v1/smartphones/blackview-bv5300-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-bv5300-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 273.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.5, + "width_mm": 77.6, + "depth_mm": 15.0 + }, "ip_rating": null, "os": "Android 12, DokeOS 3.1", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 50.0, "performance": null, "camera": null, - "battery": 49.2, + "battery": 50.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.755756", - "updated_at": "2026-07-09T01:30:56.755756" + "created_at": "2026-07-09T04:23:04.234144", + "updated_at": "2026-07-09T04:23:04.234144" } diff --git a/site/public/v1/smartphones/blackview-bv5900-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-bv5900-3gb-32gb-4g-lte/index.json index 25fbb5c46bf0..d24e35ae5f29 100644 --- a/site/public/v1/smartphones/blackview-bv5900-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-bv5900-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 268.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 80.0, + "depth_mm": 15.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 45.9, "performance": null, "camera": null, - "battery": 45.0, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.719696", - "updated_at": "2026-07-09T01:30:56.719696" + "created_at": "2026-07-09T04:23:04.208023", + "updated_at": "2026-07-09T04:23:04.208023" } diff --git a/site/public/v1/smartphones/blackview-bv6600e-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-bv6600e-4gb-32gb-4g-lte/index.json index 8d9655173fcf..e5b2b3361a39 100644 --- a/site/public/v1/smartphones/blackview-bv6600e-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-bv6600e-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 325.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 79.4, + "depth_mm": 18.0 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 45.9, "performance": null, "camera": null, - "battery": 45.0, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.745798", - "updated_at": "2026-07-09T01:30:56.745798" + "created_at": "2026-07-09T04:23:04.227140", + "updated_at": "2026-07-09T04:23:04.227140" } diff --git a/site/public/v1/smartphones/blackview-bv8100-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-bv8100-8gb-256gb-4g-lte/index.json index 8a76e04b277d..539a904b2114 100644 --- a/site/public/v1/smartphones/blackview-bv8100-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-bv8100-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8800, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 360.0, - "dimensions": {}, + "dimensions": { + "height_mm": 175.8, + "width_mm": 81.2, + "depth_mm": 18.1 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.5, + "overall": 57.0, "performance": 45.4, "camera": null, - "battery": 61.7, + "battery": 68.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.759797", - "updated_at": "2026-07-09T01:30:56.759797" + "created_at": "2026-07-09T04:23:04.238145", + "updated_at": "2026-07-09T04:23:04.238145" } diff --git a/site/public/v1/smartphones/blackview-bv8900-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-bv8900-8gb-256gb-4g-lte/index.json index 7d1d2571d32c..6961ace9a049 100644 --- a/site/public/v1/smartphones/blackview-bv8900-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-bv8900-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10380, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 398.0, - "dimensions": {}, + "dimensions": { + "height_mm": 172.4, + "width_mm": 82.2, + "depth_mm": 19.8 + }, "ip_rating": null, "os": "Android 13, Doke-OS 3.1", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 54.0, "performance": null, "camera": null, - "battery": 49.2, + "battery": 54.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.755756", - "updated_at": "2026-07-09T01:30:56.755756" + "created_at": "2026-07-09T04:23:04.235144", + "updated_at": "2026-07-09T04:23:04.235144" } diff --git a/site/public/v1/smartphones/blackview-color-8-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-color-8-8gb-256gb-4g-lte/index.json index a59d86a58a5b..d233bae4e55c 100644 --- a/site/public/v1/smartphones/blackview-color-8-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-color-8-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 214.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.8, + "width_mm": 77.4, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 13, Doke OS 4.0", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 51.4, "performance": null, "camera": null, - "battery": 49.2, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.760802", - "updated_at": "2026-07-09T01:30:56.760802" + "created_at": "2026-07-09T04:23:04.239144", + "updated_at": "2026-07-09T04:23:04.239144" } diff --git a/site/public/v1/smartphones/blackview-hero-10-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-hero-10-12gb-256gb-4g-lte/index.json index 46c668f187b5..3bff972e28b5 100644 --- a/site/public/v1/smartphones/blackview-hero-10-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-hero-10-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.0, + "width_mm": 75.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 13, DokeOS 4", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.9, + "overall": 48.4, "performance": 48.1, "camera": null, - "battery": 41.7, + "battery": 48.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.761763", - "updated_at": "2026-07-09T01:30:56.761763" + "created_at": "2026-07-09T04:23:04.239144", + "updated_at": "2026-07-09T04:23:04.239144" } diff --git a/site/public/v1/smartphones/blackview-n6000-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-n6000-8gb-256gb-4g-lte/index.json index cfa0e5b69cc2..23027c522efb 100644 --- a/site/public/v1/smartphones/blackview-n6000-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-n6000-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3880, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 65.3, + "depth_mm": 18.4 + }, "ip_rating": null, "os": "Android 13, DokeOS 3.1", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.0, + "overall": 44.0, "performance": 45.4, "camera": null, - "battery": 40.5, + "battery": 42.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.756772", - "updated_at": "2026-07-09T01:30:56.756772" + "created_at": "2026-07-09T04:23:04.236144", + "updated_at": "2026-07-09T04:23:04.236144" } diff --git a/site/public/v1/smartphones/blackview-p6000-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-p6000-6gb-64gb-4g-lte/index.json index 0d5f4a620cbb..22f1b435b041 100644 --- a/site/public/v1/smartphones/blackview-p6000-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-p6000-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6180, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 230.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 76.5, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 45.9, "performance": null, "camera": null, - "battery": 45.0, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.696097", - "updated_at": "2026-07-09T01:30:56.696097" + "created_at": "2026-07-09T04:23:04.187939", + "updated_at": "2026-07-09T04:23:04.187939" } diff --git a/site/public/v1/smartphones/blackview-s8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-s8-4gb-64gb-4g-lte/index.json index d0df3e40118b..1c814ef3130d 100644 --- a/site/public/v1/smartphones/blackview-s8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-s8-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3180, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 71.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.8, + "overall": 17.6, "performance": null, "camera": null, - "battery": 16.8, + "battery": 17.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.697185", - "updated_at": "2026-07-09T01:30:56.697185" + "created_at": "2026-07-09T04:23:04.188475", + "updated_at": "2026-07-09T04:23:04.188475" } diff --git a/site/public/v1/smartphones/blackview-shark-8-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/blackview-shark-8-8gb-256gb-4g-lte/index.json index 18ec2085bc92..af9c57d32841 100644 --- a/site/public/v1/smartphones/blackview-shark-8-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/blackview-shark-8-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 198.3, - "dimensions": {}, + "dimensions": { + "height_mm": 168.5, + "width_mm": 76.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 13, Doke OS 4.0", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 51.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:56.757755", - "updated_at": "2026-07-09T01:30:56.757755" + "created_at": "2026-07-09T04:23:04.237144", + "updated_at": "2026-07-09T04:23:04.237144" } diff --git a/site/public/v1/smartphones/doogee-n40-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-n40-pro-6gb-128gb-4g-lte/index.json index 4fa170464815..74f8d2e055d3 100644 --- a/site/public/v1/smartphones/doogee-n40-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-n40-pro-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6380, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.7, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 52.5, "performance": null, "camera": null, - "battery": 49.2, + "battery": 52.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.091756", - "updated_at": "2026-07-09T01:30:58.091756" + "created_at": "2026-07-09T04:23:04.971783", + "updated_at": "2026-07-09T04:23:04.971783" } diff --git a/site/public/v1/smartphones/doogee-n55-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-n55-4gb-128gb-4g-lte/index.json index 173821c22497..ab1ac0b1a0da 100644 --- a/site/public/v1/smartphones/doogee-n55-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-n55-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5150, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.7, + "overall": 31.1, "performance": 20.6, "camera": null, - "battery": 40.7, + "battery": 41.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.115373", - "updated_at": "2026-07-09T01:30:58.115373" + "created_at": "2026-07-09T04:23:04.991109", + "updated_at": "2026-07-09T04:23:04.991109" } diff --git a/site/public/v1/smartphones/doogee-n55-pro-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-n55-pro-6gb-256gb-4g-lte/index.json index 06513ddb10e1..3de951a8a94b 100644 --- a/site/public/v1/smartphones/doogee-n55-pro-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-n55-pro-6gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5150, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.4, + "overall": 31.8, "performance": 22.0, "camera": null, - "battery": 40.7, + "battery": 41.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.116374", - "updated_at": "2026-07-09T01:30:58.116374" + "created_at": "2026-07-09T04:23:04.992109", + "updated_at": "2026-07-09T04:23:04.992109" } diff --git a/site/public/v1/smartphones/doogee-s110-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s110-12gb-256gb-4g-lte/index.json index 72f0588f3d45..eaf13de3b753 100644 --- a/site/public/v1/smartphones/doogee-s110-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s110-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10800, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 390.0, - "dimensions": {}, + "dimensions": { + "height_mm": 178.5, + "width_mm": 83.1, + "depth_mm": 17.9 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.9, + "overall": 60.2, "performance": 48.1, "camera": null, - "battery": 61.7, + "battery": 72.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.104918", - "updated_at": "2026-07-09T01:30:58.104918" + "created_at": "2026-07-09T04:23:04.983108", + "updated_at": "2026-07-09T04:23:04.983108" } diff --git a/site/public/v1/smartphones/doogee-s35-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s35-3gb-16gb-4g-lte/index.json index 2d58989aff34..4902c60b08eb 100644 --- a/site/public/v1/smartphones/doogee-s35-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s35-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4350, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 260.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.4, + "width_mm": 82.9, + "depth_mm": 15.7 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.7, + "overall": 33.5, "performance": null, "camera": null, - "battery": 32.7, + "battery": 33.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.092755", - "updated_at": "2026-07-09T01:30:58.092755" + "created_at": "2026-07-09T04:23:04.972781", + "updated_at": "2026-07-09T04:23:04.972781" } diff --git a/site/public/v1/smartphones/doogee-s41-max-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s41-max-6gb-256gb-4g-lte/index.json index a3248db14492..900bb71889d9 100644 --- a/site/public/v1/smartphones/doogee-s41-max-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s41-max-6gb-256gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 262.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 77.8, + "depth_mm": 16.2 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.105916", - "updated_at": "2026-07-09T01:30:58.105916" + "created_at": "2026-07-09T04:23:04.984115", + "updated_at": "2026-07-09T04:23:04.984115" } diff --git a/site/public/v1/smartphones/doogee-s41-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s41-plus-4gb-128gb-4g-lte/index.json index 8d581e77ecae..ce68d394efb5 100644 --- a/site/public/v1/smartphones/doogee-s41-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s41-plus-4gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 262.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 77.8, + "depth_mm": 16.2 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.106952", - "updated_at": "2026-07-09T01:30:58.106952" + "created_at": "2026-07-09T04:23:04.984115", + "updated_at": "2026-07-09T04:23:04.984115" } diff --git a/site/public/v1/smartphones/doogee-s41t-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s41t-4gb-64gb-4g-lte/index.json index 3a99869454eb..563aefd30de0 100644 --- a/site/public/v1/smartphones/doogee-s41t-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s41t-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 262.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 77.8, + "depth_mm": 16.2 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.107919", - "updated_at": "2026-07-09T01:30:58.107919" + "created_at": "2026-07-09T04:23:04.985115", + "updated_at": "2026-07-09T04:23:04.985115" } diff --git a/site/public/v1/smartphones/doogee-s58-pro-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s58-pro-6gb-64gb-4g-lte/index.json index 4f1df555cc7d..738e50e07647 100644 --- a/site/public/v1/smartphones/doogee-s58-pro-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s58-pro-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5180, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 284.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.8, + "width_mm": 81.0, + "depth_mm": 15.9 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.0, + "overall": 44.3, "performance": null, "camera": null, - "battery": 41.0, + "battery": 44.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.085833", - "updated_at": "2026-07-09T01:30:58.085833" + "created_at": "2026-07-09T04:23:04.966781", + "updated_at": "2026-07-09T04:23:04.966781" } diff --git a/site/public/v1/smartphones/doogee-s59-pro-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s59-pro-4gb-128gb-4g-lte/index.json index 2b77081b9fbc..605d2d284467 100644 --- a/site/public/v1/smartphones/doogee-s59-pro-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s59-pro-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10050, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 80.2, + "depth_mm": 18.3 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 52.5, "performance": null, "camera": null, - "battery": 49.2, + "battery": 52.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.093754", - "updated_at": "2026-07-09T01:30:58.093754" + "created_at": "2026-07-09T04:23:04.972781", + "updated_at": "2026-07-09T04:23:04.972781" } diff --git a/site/public/v1/smartphones/doogee-s86-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s86-6gb-128gb-4g-lte/index.json index adfa15030f0a..78db3fadd5d3 100644 --- a/site/public/v1/smartphones/doogee-s86-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s86-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8500, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 323.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 81.2, + "depth_mm": 16.8 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 52.5, "performance": null, "camera": null, - "battery": 49.2, + "battery": 52.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.093754", - "updated_at": "2026-07-09T01:30:58.093754" + "created_at": "2026-07-09T04:23:04.973781", + "updated_at": "2026-07-09T04:23:04.973781" } diff --git a/site/public/v1/smartphones/doogee-s86-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s86-pro-8gb-128gb-4g-lte/index.json index 4bca1c9e1319..c56ff349ffc2 100644 --- a/site/public/v1/smartphones/doogee-s86-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s86-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8500, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 323.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 81.2, + "depth_mm": 16.8 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 52.5, "performance": null, "camera": null, - "battery": 49.2, + "battery": 52.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.094756", - "updated_at": "2026-07-09T01:30:58.094756" + "created_at": "2026-07-09T04:23:04.973781", + "updated_at": "2026-07-09T04:23:04.973781" } diff --git a/site/public/v1/smartphones/doogee-s88-plus-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s88-plus-8gb-128gb-4g-lte/index.json index 834b414a4591..b8448cabef64 100644 --- a/site/public/v1/smartphones/doogee-s88-plus-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s88-plus-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 372.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.6, + "width_mm": 85.5, + "depth_mm": 18.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 52.5, "performance": null, "camera": null, - "battery": 49.2, + "battery": 52.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.095754", - "updated_at": "2026-07-09T01:30:58.095754" + "created_at": "2026-07-09T04:23:04.974780", + "updated_at": "2026-07-09T04:23:04.974780" } diff --git a/site/public/v1/smartphones/doogee-s89-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s89-8gb-128gb-4g-lte/index.json index a66633cd99c2..84d1d7949884 100644 --- a/site/public/v1/smartphones/doogee-s89-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s89-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 12000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 400.0, - "dimensions": {}, + "dimensions": { + "height_mm": 172.0, + "width_mm": 86.0, + "depth_mm": 19.4 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 54.0, "performance": null, "camera": null, - "battery": 49.2, + "battery": 54.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.099917", - "updated_at": "2026-07-09T01:30:58.099917" + "created_at": "2026-07-09T04:23:04.977784", + "updated_at": "2026-07-09T04:23:04.977784" } diff --git a/site/public/v1/smartphones/doogee-s89-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-s89-pro-8gb-256gb-4g-lte/index.json index c18bbdb2f8fe..bf8412d0ba2c 100644 --- a/site/public/v1/smartphones/doogee-s89-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-s89-pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 12000, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 400.0, - "dimensions": {}, + "dimensions": { + "height_mm": 172.0, + "width_mm": 86.0, + "depth_mm": 19.4 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 59.6, "performance": null, "camera": null, - "battery": 49.2, + "battery": 59.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.099917", - "updated_at": "2026-07-09T01:30:58.099917" + "created_at": "2026-07-09T04:23:04.978786", + "updated_at": "2026-07-09T04:23:04.978786" } diff --git a/site/public/v1/smartphones/doogee-smini-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-smini-8gb-256gb-4g-lte/index.json index c15519eea518..65c13d3a1108 100644 --- a/site/public/v1/smartphones/doogee-smini-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-smini-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 60.0, + "depth_mm": 13.5 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.5, + "overall": 39.6, "performance": 45.4, "camera": null, - "battery": 31.7, + "battery": 33.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.107919", - "updated_at": "2026-07-09T01:30:58.107919" + "created_at": "2026-07-09T04:23:04.985115", + "updated_at": "2026-07-09T04:23:04.985115" } diff --git a/site/public/v1/smartphones/doogee-t10e-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-t10e-4gb-128gb-4g-lte/index.json index 93362dee99b5..a60dfd7f6f42 100644 --- a/site/public/v1/smartphones/doogee-t10e-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-t10e-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 427.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.8, + "width_mm": 159.8, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.9, + "overall": 35.3, "performance": 20.6, "camera": null, - "battery": 49.2, + "battery": 50.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.108923", - "updated_at": "2026-07-09T01:30:58.108923" + "created_at": "2026-07-09T04:23:04.986109", + "updated_at": "2026-07-09T04:23:04.986109" } diff --git a/site/public/v1/smartphones/doogee-t20mini-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-t20mini-4gb-128gb-4g-lte/index.json index 39214e409c00..548b6f1b085b 100644 --- a/site/public/v1/smartphones/doogee-t20mini-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-t20mini-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5060, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 330.0, - "dimensions": {}, + "dimensions": { + "height_mm": 202.5, + "width_mm": 125.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.2, + "overall": 30.6, "performance": 20.6, "camera": null, - "battery": 39.8, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.108923", - "updated_at": "2026-07-09T01:30:58.108923" + "created_at": "2026-07-09T04:23:04.986109", + "updated_at": "2026-07-09T04:23:04.986109" } diff --git a/site/public/v1/smartphones/doogee-t20mini-kid-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-t20mini-kid-4gb-128gb-4g-lte/index.json index c623f25fda59..36b19d7098ff 100644 --- a/site/public/v1/smartphones/doogee-t20mini-kid-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-t20mini-kid-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5060, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 499.0, - "dimensions": {}, + "dimensions": { + "height_mm": 202.5, + "width_mm": 125.8, + "depth_mm": 12.4 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.2, + "overall": 30.6, "performance": 20.6, "camera": null, - "battery": 39.8, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.108923", - "updated_at": "2026-07-09T01:30:58.108923" + "created_at": "2026-07-09T04:23:04.987110", + "updated_at": "2026-07-09T04:23:04.987110" } diff --git a/site/public/v1/smartphones/doogee-t20mini-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-t20mini-pro-8gb-256gb-4g-lte/index.json index d0005e3cd8a7..af9faafe7d02 100644 --- a/site/public/v1/smartphones/doogee-t20mini-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-t20mini-pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5060, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 316.0, - "dimensions": {}, + "dimensions": { + "height_mm": 202.5, + "width_mm": 125.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 32.0, "performance": 23.3, "camera": null, - "battery": 39.8, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.109928", - "updated_at": "2026-07-09T01:30:58.109928" + "created_at": "2026-07-09T04:23:04.987110", + "updated_at": "2026-07-09T04:23:04.987110" } diff --git a/site/public/v1/smartphones/doogee-v10-8gb-128gb-5g/index.json b/site/public/v1/smartphones/doogee-v10-8gb-128gb-5g/index.json index 0ed455e16410..48a322c13cd0 100644 --- a/site/public/v1/smartphones/doogee-v10-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/doogee-v10-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.3, + "width_mm": 81.2, + "depth_mm": 16.1 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 50.9, "performance": 37.3, "camera": null, - "battery": 59.6, + "battery": 64.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.095754", - "updated_at": "2026-07-09T01:30:58.095754" + "created_at": "2026-07-09T04:23:04.974780", + "updated_at": "2026-07-09T04:23:04.974780" } diff --git a/site/public/v1/smartphones/doogee-v11-8gb-128gb-5g/index.json b/site/public/v1/smartphones/doogee-v11-8gb-128gb-5g/index.json index 3f43d3183d82..8f74414dc6b0 100644 --- a/site/public/v1/smartphones/doogee-v11-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/doogee-v11-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8500, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.3, + "width_mm": 81.2, + "depth_mm": 16.1 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 53.6, "performance": 37.3, "camera": null, - "battery": 59.6, + "battery": 70.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.102917", - "updated_at": "2026-07-09T01:30:58.102917" + "created_at": "2026-07-09T04:23:04.980786", + "updated_at": "2026-07-09T04:23:04.980786" } diff --git a/site/public/v1/smartphones/doogee-v20-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/doogee-v20-pro-12gb-256gb-5g/index.json index 22c149af9717..a197b82b8da2 100644 --- a/site/public/v1/smartphones/doogee-v20-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/doogee-v20-pro-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 296.0, - "dimensions": {}, + "dimensions": { + "height_mm": 170.5, + "width_mm": 81.2, + "depth_mm": 14.0 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.8, + "overall": 52.2, "performance": 40.0, "camera": null, - "battery": 59.6, + "battery": 64.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.109928", - "updated_at": "2026-07-09T01:30:58.109928" + "created_at": "2026-07-09T04:23:04.987110", + "updated_at": "2026-07-09T04:23:04.987110" } diff --git a/site/public/v1/smartphones/doogee-v30-8gb-256gb-5g/index.json b/site/public/v1/smartphones/doogee-v30-8gb-256gb-5g/index.json index 8ebaeeef11da..0861c30f6464 100644 --- a/site/public/v1/smartphones/doogee-v30-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/doogee-v30-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10800, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 376.0, - "dimensions": {}, + "dimensions": { + "height_mm": 178.4, + "width_mm": 83.1, + "depth_mm": 18.3 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.4, + "overall": 57.7, "performance": 43.1, "camera": null, - "battery": 61.7, + "battery": 72.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.104918", - "updated_at": "2026-07-09T01:30:58.104918" + "created_at": "2026-07-09T04:23:04.983108", + "updated_at": "2026-07-09T04:23:04.983108" } diff --git a/site/public/v1/smartphones/doogee-v31gt-12gb-256gb-5g/index.json b/site/public/v1/smartphones/doogee-v31gt-12gb-256gb-5g/index.json index 795a050d9ea6..4a35fbf19be7 100644 --- a/site/public/v1/smartphones/doogee-v31gt-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/doogee-v31gt-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10800, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 390.0, - "dimensions": {}, + "dimensions": { + "height_mm": 178.5, + "width_mm": 83.1, + "depth_mm": 17.9 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.7, + "overall": 63.0, "performance": 53.6, "camera": null, - "battery": 61.7, + "battery": 72.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.110917", - "updated_at": "2026-07-09T01:30:58.110917" + "created_at": "2026-07-09T04:23:04.988108", + "updated_at": "2026-07-09T04:23:04.988108" } diff --git a/site/public/v1/smartphones/doogee-x96-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-x96-2gb-32gb-4g-lte/index.json index 5adff774e74d..75abae7a1eda 100644 --- a/site/public/v1/smartphones/doogee-x96-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-x96-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.0, + "overall": 39.9, "performance": null, "camera": null, - "battery": 39.0, + "battery": 39.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.096755", - "updated_at": "2026-07-09T01:30:58.096755" + "created_at": "2026-07-09T04:23:04.975780", + "updated_at": "2026-07-09T04:23:04.975780" } diff --git a/site/public/v1/smartphones/doogee-x96-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/doogee-x96-pro-4gb-64gb-4g-lte/index.json index 19ab8ebf4d4b..ed535bde22b8 100644 --- a/site/public/v1/smartphones/doogee-x96-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/doogee-x96-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.0, + "overall": 39.9, "performance": null, "camera": null, - "battery": 39.0, + "battery": 39.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.097837", - "updated_at": "2026-07-09T01:30:58.097837" + "created_at": "2026-07-09T04:23:04.976780", + "updated_at": "2026-07-09T04:23:04.976780" } diff --git a/site/public/v1/smartphones/energizer-energy-400-lte-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-energy-400-lte-1gb-8gb-4g-lte/index.json index c9f728cf14b2..a8fa317c501d 100644 --- a/site/public/v1/smartphones/energizer-energy-400-lte-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-energy-400-lte-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.0, + "width_mm": 72.0, + "depth_mm": 15.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.131373", - "updated_at": "2026-07-09T01:30:58.131373" + "created_at": "2026-07-09T04:23:05.005619", + "updated_at": "2026-07-09T04:23:05.005619" } diff --git a/site/public/v1/smartphones/energizer-energy-500-1gb-8gb-3g/index.json b/site/public/v1/smartphones/energizer-energy-500-1gb-8gb-3g/index.json index 3cdfd86fa2d9..8d381514ab96 100644 --- a/site/public/v1/smartphones/energizer-energy-500-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/energizer-energy-500-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 284.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.3, + "width_mm": 80.6, + "depth_mm": 18.8 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.130373", - "updated_at": "2026-07-09T01:30:58.130373" + "created_at": "2026-07-09T04:23:05.004618", + "updated_at": "2026-07-09T04:23:05.004618" } diff --git a/site/public/v1/smartphones/energizer-energy-e500-1gb-8gb-3g/index.json b/site/public/v1/smartphones/energizer-energy-e500-1gb-8gb-3g/index.json index fc90f3b5774d..cd41a1bfe26c 100644 --- a/site/public/v1/smartphones/energizer-energy-e500-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/energizer-energy-e500-1gb-8gb-3g/index.json @@ -1,10 +1,10 @@ { - "id": 11297, + "id": 11876, "slug": "energizer-energy-e500-1gb-8gb-3g", "base_model_slug": "energy-e500", "name": "Energizer Energy E500", "brand": { - "id": 157, + "id": 169, "slug": "energizer", "name": "Energizer", "country": "US", @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.8, + "width_mm": 71.5, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android Go", "os_version": null, @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-06-24T08:53:54.533065", - "updated_at": "2026-06-24T08:53:54.533078" + "created_at": "2026-07-09T04:23:05.011624", + "updated_at": "2026-07-09T04:23:05.011624" } diff --git a/site/public/v1/smartphones/energizer-energy-e500s-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-energy-e500s-1gb-8gb-4g-lte/index.json index dc75b56631ee..398a14d9c18a 100644 --- a/site/public/v1/smartphones/energizer-energy-e500s-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-energy-e500s-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.8, + "width_mm": 71.5, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.139373", - "updated_at": "2026-07-09T01:30:58.139373" + "created_at": "2026-07-09T04:23:05.012628", + "updated_at": "2026-07-09T04:23:05.012628" } diff --git a/site/public/v1/smartphones/energizer-energy-e520-lte-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-energy-e520-lte-2gb-16gb-4g-lte/index.json index 01ca5126f730..a7f56dc142af 100644 --- a/site/public/v1/smartphones/energizer-energy-e520-lte-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-energy-e520-lte-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.8, + "width_mm": 76.2, + "depth_mm": 11.1 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.133374", - "updated_at": "2026-07-09T01:30:58.133374" + "created_at": "2026-07-09T04:23:05.007619", + "updated_at": "2026-07-09T04:23:05.007619" } diff --git a/site/public/v1/smartphones/energizer-energy-s500e-1gb-8gb-3g/index.json b/site/public/v1/smartphones/energizer-energy-s500e-1gb-8gb-3g/index.json index b61ee07c802b..6ed769a1e938 100644 --- a/site/public/v1/smartphones/energizer-energy-s500e-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/energizer-energy-s500e-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 74.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.134373", - "updated_at": "2026-07-09T01:30:58.134373" + "created_at": "2026-07-09T04:23:05.008619", + "updated_at": "2026-07-09T04:23:05.008619" } diff --git a/site/public/v1/smartphones/energizer-energy-s550-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-energy-s550-1gb-8gb-4g-lte/index.json index b3661ed3232e..3f5815be42e2 100644 --- a/site/public/v1/smartphones/energizer-energy-s550-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-energy-s550-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 78.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.135373", - "updated_at": "2026-07-09T01:30:58.135373" + "created_at": "2026-07-09T04:23:05.009619", + "updated_at": "2026-07-09T04:23:05.009619" } diff --git a/site/public/v1/smartphones/energizer-h67g-4gb-128gb-5g/index.json b/site/public/v1/smartphones/energizer-h67g-4gb-128gb-5g/index.json index 1bebfc6902da..56e4371226fe 100644 --- a/site/public/v1/smartphones/energizer-h67g-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/energizer-h67g-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4900, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 287.0, - "dimensions": {}, + "dimensions": { + "height_mm": 178.6, + "width_mm": 84.0, + "depth_mm": 13.5 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.4, + "overall": 42.5, "performance": 34.1, "camera": null, - "battery": 48.6, + "battery": 50.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.162494", - "updated_at": "2026-07-09T01:30:58.162494" + "created_at": "2026-07-09T04:23:05.034140", + "updated_at": "2026-07-09T04:23:05.034140" } diff --git a/site/public/v1/smartphones/energizer-hardcase-h240s-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-hardcase-h240s-1gb-8gb-4g-lte/index.json index 459f45d0e7cb..ec79591c444e 100644 --- a/site/public/v1/smartphones/energizer-hardcase-h240s-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-hardcase-h240s-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 256.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.0, + "width_mm": 56.0, + "depth_mm": 18.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.140375", - "updated_at": "2026-07-09T01:30:58.140375" + "created_at": "2026-07-09T04:23:05.014629", + "updated_at": "2026-07-09T04:23:05.014629" } diff --git a/site/public/v1/smartphones/energizer-hardcase-h500s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-hardcase-h500s-2gb-16gb-4g-lte/index.json index 25b45d553f36..47c7cedccb7e 100644 --- a/site/public/v1/smartphones/energizer-hardcase-h500s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-hardcase-h500s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.5, - "dimensions": {}, + "dimensions": { + "height_mm": 145.4, + "width_mm": 75.0, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.142373", - "updated_at": "2026-07-09T01:30:58.142373" + "created_at": "2026-07-09T04:23:05.015628", + "updated_at": "2026-07-09T04:23:05.015628" } diff --git a/site/public/v1/smartphones/energizer-hardcase-h550s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-hardcase-h550s-3gb-32gb-4g-lte/index.json index 87e8b766fb20..197c2a6b7a2d 100644 --- a/site/public/v1/smartphones/energizer-hardcase-h550s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-hardcase-h550s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 80.7, + "depth_mm": 11.1 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.143441", - "updated_at": "2026-07-09T01:30:58.143441" + "created_at": "2026-07-09T04:23:05.016628", + "updated_at": "2026-07-09T04:23:05.016628" } diff --git a/site/public/v1/smartphones/energizer-hardcase-h591s-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-hardcase-h591s-6gb-64gb-4g-lte/index.json index ca8851c4fbdb..4b2f22e0568e 100644 --- a/site/public/v1/smartphones/energizer-hardcase-h591s-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-hardcase-h591s-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5800, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 260.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 79.4, + "depth_mm": 12.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.0, + "overall": 43.9, "performance": null, "camera": null, - "battery": 43.0, + "battery": 43.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.156370", - "updated_at": "2026-07-09T01:30:58.156370" + "created_at": "2026-07-09T04:23:05.029136", + "updated_at": "2026-07-09T04:23:05.029136" } diff --git a/site/public/v1/smartphones/energizer-hardcase-h620s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-hardcase-h620s-4gb-64gb-4g-lte/index.json index df1e951f8911..6190e0f416ff 100644 --- a/site/public/v1/smartphones/energizer-hardcase-h620s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-hardcase-h620s-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 250.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 78.2, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.160373", - "updated_at": "2026-07-09T01:30:58.160373" + "created_at": "2026-07-09T04:23:05.032136", + "updated_at": "2026-07-09T04:23:05.032136" } diff --git a/site/public/v1/smartphones/energizer-hardcase-h621s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-hardcase-h621s-4gb-64gb-4g-lte/index.json index 1320885146a1..b53765eb93e8 100644 --- a/site/public/v1/smartphones/energizer-hardcase-h621s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-hardcase-h621s-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 241.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 78.2, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.161373", - "updated_at": "2026-07-09T01:30:58.161373" + "created_at": "2026-07-09T04:23:05.033140", + "updated_at": "2026-07-09T04:23:05.033140" } diff --git a/site/public/v1/smartphones/energizer-power-max-p490-1gb-8gb-3g/index.json b/site/public/v1/smartphones/energizer-power-max-p490-1gb-8gb-3g/index.json index 486872c0d4fd..3476a3e7a6ca 100644 --- a/site/public/v1/smartphones/energizer-power-max-p490-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/energizer-power-max-p490-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.0, + "width_mm": 65.8, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo Go)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.145438", - "updated_at": "2026-07-09T01:30:58.145438" + "created_at": "2026-07-09T04:23:05.018628", + "updated_at": "2026-07-09T04:23:05.018628" } diff --git a/site/public/v1/smartphones/energizer-power-max-p490s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-power-max-p490s-2gb-16gb-4g-lte/index.json index 42fc19dc6074..b83b232c9aa4 100644 --- a/site/public/v1/smartphones/energizer-power-max-p490s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-power-max-p490s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.0, + "width_mm": 65.8, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.146443", - "updated_at": "2026-07-09T01:30:58.146443" + "created_at": "2026-07-09T04:23:05.019628", + "updated_at": "2026-07-09T04:23:05.019628" } diff --git a/site/public/v1/smartphones/energizer-power-max-p550s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-power-max-p550s-2gb-16gb-4g-lte/index.json index 549f8336da32..a829bf1a095b 100644 --- a/site/public/v1/smartphones/energizer-power-max-p550s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-power-max-p550s-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.3, + "width_mm": 78.3, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.136374", - "updated_at": "2026-07-09T01:30:58.136374" + "created_at": "2026-07-09T04:23:05.009619", + "updated_at": "2026-07-09T04:23:05.009619" } diff --git a/site/public/v1/smartphones/energizer-power-max-p600s-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-power-max-p600s-6gb-64gb-4g-lte/index.json index f0e87a2f24f2..f3146be398dd 100644 --- a/site/public/v1/smartphones/energizer-power-max-p600s-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-power-max-p600s-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 82.0, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.0, + "overall": 30.9, "performance": null, "camera": null, - "battery": 30.0, + "battery": 30.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.148477", - "updated_at": "2026-07-09T01:30:58.148477" + "created_at": "2026-07-09T04:23:05.020628", + "updated_at": "2026-07-09T04:23:05.020628" } diff --git a/site/public/v1/smartphones/energizer-ultimate-65g-4gb-64gb-5g/index.json b/site/public/v1/smartphones/energizer-ultimate-65g-4gb-64gb-5g/index.json index d46e816ee109..bd60c4d53e85 100644 --- a/site/public/v1/smartphones/energizer-ultimate-65g-4gb-64gb-5g/index.json +++ b/site/public/v1/smartphones/energizer-ultimate-65g-4gb-64gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.4, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.0, + "overall": 38.4, "performance": 34.5, "camera": null, - "battery": 39.6, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.163423", - "updated_at": "2026-07-09T01:30:58.163423" + "created_at": "2026-07-09T04:23:05.034140", + "updated_at": "2026-07-09T04:23:05.034140" } diff --git a/site/public/v1/smartphones/energizer-ultimate-u608s-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-ultimate-u608s-2gb-32gb-4g-lte/index.json index 74decdface4a..3fce0ba14f56 100644 --- a/site/public/v1/smartphones/energizer-ultimate-u608s-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-ultimate-u608s-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.8, - "dimensions": {}, + "dimensions": { + "height_mm": 155.4, + "width_mm": 73.3, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 12 (Go edition)", "os_version": "12", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.162494", - "updated_at": "2026-07-09T01:30:58.162494" + "created_at": "2026-07-09T04:23:05.033140", + "updated_at": "2026-07-09T04:23:05.033140" } diff --git a/site/public/v1/smartphones/energizer-ultimate-u652s-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/energizer-ultimate-u652s-2gb-64gb-4g-lte/index.json index d95059134f28..ae1fe4806fe6 100644 --- a/site/public/v1/smartphones/energizer-ultimate-u652s-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/energizer-ultimate-u652s-2gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 13 (Go edition)", "os_version": "13", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.164379", - "updated_at": "2026-07-09T01:30:58.164379" + "created_at": "2026-07-09T04:23:05.035140", + "updated_at": "2026-07-09T04:23:05.035140" } diff --git a/site/public/v1/smartphones/google-pixel-2-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-2-4gb-128gb-4g-lte/index.json index e391cc79ba20..1a2de2e1ec24 100644 --- a/site/public/v1/smartphones/google-pixel-2-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-2-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 10.5, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.7, + "width_mm": 69.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 11", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.3, + "overall": 21.3, "performance": null, "camera": null, - "battery": 20.3, + "battery": 21.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.348711", - "updated_at": "2026-07-09T01:30:58.348711" + "created_at": "2026-07-09T04:23:05.204953", + "updated_at": "2026-07-09T04:23:05.204953" } diff --git a/site/public/v1/smartphones/google-pixel-2-xl-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-2-xl-4gb-128gb-4g-lte/index.json index 3c196efd69a7..957f28d337da 100644 --- a/site/public/v1/smartphones/google-pixel-2-xl-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-2-xl-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3520, - "charging_wired_w": null, + "charging_wired_w": 10.5, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 76.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 11", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.5, + "overall": 29.5, "performance": null, "camera": null, - "battery": 28.5, + "battery": 29.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.349657", - "updated_at": "2026-07-09T01:30:58.349657" + "created_at": "2026-07-09T04:23:05.205952", + "updated_at": "2026-07-09T04:23:05.205952" } diff --git a/site/public/v1/smartphones/google-pixel-3-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-3-4gb-128gb-4g-lte/index.json index 7c2815c860e2..e18adaa732a7 100644 --- a/site/public/v1/smartphones/google-pixel-3-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-3-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2915, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.6, + "width_mm": 68.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.5, + "overall": 24.7, "performance": null, "camera": null, - "battery": 22.5, + "battery": 24.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.350751", - "updated_at": "2026-07-09T01:30:58.350751" + "created_at": "2026-07-09T04:23:05.207953", + "updated_at": "2026-07-09T04:23:05.207953" } diff --git a/site/public/v1/smartphones/google-pixel-3-xl-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-3-xl-4gb-128gb-4g-lte/index.json index e830e46efe2e..886797fb87fd 100644 --- a/site/public/v1/smartphones/google-pixel-3-xl-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-3-xl-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3430, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 76.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.6, + "overall": 29.9, "performance": null, "camera": null, - "battery": 27.6, + "battery": 29.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.354724", - "updated_at": "2026-07-09T01:30:58.354724" + "created_at": "2026-07-09T04:23:05.211956", + "updated_at": "2026-07-09T04:23:05.211956" } diff --git a/site/public/v1/smartphones/google-pixel-3a-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-3a-4gb-64gb-4g-lte/index.json index baf4468d3efb..58f9e2ca9400 100644 --- a/site/public/v1/smartphones/google-pixel-3a-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-3a-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.3, + "width_mm": 70.1, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.3, + "overall": 25.6, "performance": null, "camera": null, - "battery": 23.3, + "battery": 25.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.359734", - "updated_at": "2026-07-09T01:30:58.359734" + "created_at": "2026-07-09T04:23:05.215957", + "updated_at": "2026-07-09T04:23:05.215957" } diff --git a/site/public/v1/smartphones/google-pixel-3a-xl-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-3a-xl-4gb-64gb-4g-lte/index.json index debeb69ba1e1..4f56e7ee4a00 100644 --- a/site/public/v1/smartphones/google-pixel-3a-xl-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-3a-xl-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 76.1, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.3, + "overall": 32.6, "performance": null, "camera": null, - "battery": 30.3, + "battery": 32.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.363747", - "updated_at": "2026-07-09T01:30:58.363747" + "created_at": "2026-07-09T04:23:05.219956", + "updated_at": "2026-07-09T04:23:05.219956" } diff --git a/site/public/v1/smartphones/google-pixel-4-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-4-6gb-128gb-4g-lte/index.json index 50e32d1df70b..19daf9fe776e 100644 --- a/site/public/v1/smartphones/google-pixel-4-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-4-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.1, + "width_mm": 68.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.6, + "overall": 29.8, "performance": null, "camera": null, - "battery": 27.6, + "battery": 29.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.368721", - "updated_at": "2026-07-09T01:30:58.368721" + "created_at": "2026-07-09T04:23:05.223957", + "updated_at": "2026-07-09T04:23:05.223957" } diff --git a/site/public/v1/smartphones/google-pixel-4-xl-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-4-xl-6gb-128gb-4g-lte/index.json index ea3b2f0bf09c..7acafddc6abf 100644 --- a/site/public/v1/smartphones/google-pixel-4-xl-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-4-xl-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 75.1, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.6, + "overall": 38.8, "performance": null, "camera": null, - "battery": 36.6, + "battery": 38.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.373702", - "updated_at": "2026-07-09T01:30:58.373702" + "created_at": "2026-07-09T04:23:05.229466", + "updated_at": "2026-07-09T04:23:05.229466" } diff --git a/site/public/v1/smartphones/google-pixel-4a-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-4a-6gb-128gb-4g-lte/index.json index 8a3c61090aa8..75fbe84b87b9 100644 --- a/site/public/v1/smartphones/google-pixel-4a-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-4a-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3140, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 69.4, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.9, + "overall": 31.1, "performance": null, "camera": null, - "battery": 28.9, + "battery": 31.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.380727", - "updated_at": "2026-07-09T01:30:58.380727" + "created_at": "2026-07-09T04:23:05.235472", + "updated_at": "2026-07-09T04:23:05.235472" } diff --git a/site/public/v1/smartphones/google-pixel-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-4gb-128gb-4g-lte/index.json index 3001e5067325..6ad902ae8d1e 100644 --- a/site/public/v1/smartphones/google-pixel-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2770, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 69.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 10", "os_version": "7.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.7, + "overall": 14.9, "performance": null, "camera": null, - "battery": 12.7, + "battery": 14.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.345719", - "updated_at": "2026-07-09T01:30:58.345719" + "created_at": "2026-07-09T04:23:05.202954", + "updated_at": "2026-07-09T04:23:05.202954" } diff --git a/site/public/v1/smartphones/google-pixel-6-pro-12gb-512gb-5g/index.json b/site/public/v1/smartphones/google-pixel-6-pro-12gb-512gb-5g/index.json index 2c2cde474dcb..a5a8c45a6cf4 100644 --- a/site/public/v1/smartphones/google-pixel-6-pro-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/google-pixel-6-pro-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5003, - "charging_wired_w": null, + "charging_wired_w": 23.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.5, + "overall": 57.0, "performance": 57.2, "camera": null, - "battery": 53.8, + "battery": 56.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.399906", - "updated_at": "2026-07-09T01:30:58.399906" + "created_at": "2026-07-09T04:23:05.253982", + "updated_at": "2026-07-09T04:23:05.253982" } diff --git a/site/public/v1/smartphones/google-pixel-8a-8gb-256gb-5g/index.json b/site/public/v1/smartphones/google-pixel-8a-8gb-256gb-5g/index.json index c0e0caf780bb..4670b2552864 100644 --- a/site/public/v1/smartphones/google-pixel-8a-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/google-pixel-8a-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4492, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.1, + "width_mm": 72.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 14, up to 7 major Android upgrades", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.6, + "overall": 58.8, "performance": 64.5, "camera": null, - "battery": 50.8, + "battery": 53.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.468401", - "updated_at": "2026-07-09T01:30:58.468401" + "created_at": "2026-07-09T04:23:05.294685", + "updated_at": "2026-07-09T04:23:05.294685" } diff --git a/site/public/v1/smartphones/google-pixel-9-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/google-pixel-9-pro-16gb-512gb-5g/index.json index f4841d2eb722..2cee869779c9 100644 --- a/site/public/v1/smartphones/google-pixel-9-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/google-pixel-9-pro-16gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4700, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.8, + "width_mm": 72.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 14, up to 7 major Android upgrades", "os_version": "14", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 61.9, + "overall": 63.8, "performance": 70.9, "camera": null, - "battery": 52.8, + "battery": 56.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.470378", - "updated_at": "2026-07-09T01:30:58.470378" + "created_at": "2026-07-09T04:23:05.296687", + "updated_at": "2026-07-09T04:23:05.296687" } diff --git a/site/public/v1/smartphones/google-pixel-xl-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/google-pixel-xl-4gb-128gb-4g-lte/index.json index 819504cde342..f32b0ff6ccc0 100644 --- a/site/public/v1/smartphones/google-pixel-xl-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/google-pixel-xl-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3450, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.7, + "width_mm": 75.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 10", "os_version": "7.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.5, + "overall": 21.7, "performance": null, "camera": null, - "battery": 19.5, + "battery": 21.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.346718", - "updated_at": "2026-07-09T01:30:58.346718" + "created_at": "2026-07-09T04:23:05.203953", + "updated_at": "2026-07-09T04:23:05.203953" } diff --git a/site/public/v1/smartphones/honor-10-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-10-8gb-128gb-4g-lte/index.json index aae5bbeaa5b9..a087d25c8df3 100644 --- a/site/public/v1/smartphones/honor-10-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-10-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.6, + "width_mm": 71.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, EMUI 10", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 46.6, "performance": 62.8, "camera": null, - "battery": 27.3, + "battery": 30.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.587134", - "updated_at": "2026-07-09T01:30:58.587134" + "created_at": "2026-07-09T04:23:05.402761", + "updated_at": "2026-07-09T04:23:05.402761" } diff --git a/site/public/v1/smartphones/honor-10-lite-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-10-lite-6gb-128gb-4g-lte/index.json index 1edd22ab377d..156413b668cc 100644 --- a/site/public/v1/smartphones/honor-10-lite-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-10-lite-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 73.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.5, + "overall": 23.9, "performance": 23.9, "camera": null, - "battery": 23.2, + "battery": 24.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.588114", - "updated_at": "2026-07-09T01:30:58.588114" + "created_at": "2026-07-09T04:23:05.403760", + "updated_at": "2026-07-09T04:23:05.403760" } diff --git a/site/public/v1/smartphones/honor-10x-lite-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-10x-lite-4gb-128gb-4g-lte/index.json index adc8f9d4113e..cbd4f884b7cc 100644 --- a/site/public/v1/smartphones/honor-10x-lite-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-10x-lite-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.9, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.3, + "overall": 31.8, "performance": 21.4, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.630717", - "updated_at": "2026-07-09T01:30:58.630717" + "created_at": "2026-07-09T04:23:05.437773", + "updated_at": "2026-07-09T04:23:05.437773" } diff --git a/site/public/v1/smartphones/honor-2-2gb-8gb-3g/index.json b/site/public/v1/smartphones/honor-2-2gb-8gb-3g/index.json index 980f655cc835..b9702d4194de 100644 --- a/site/public/v1/smartphones/honor-2-2gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/honor-2-2gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.5, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.552162", - "updated_at": "2026-07-09T01:30:58.552162" + "created_at": "2026-07-09T04:23:05.373082", + "updated_at": "2026-07-09T04:23:05.373082" } diff --git a/site/public/v1/smartphones/honor-20-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/honor-20-8gb-256gb-4g-lte/index.json index 5bb74c0e19b9..36792bb5ebd5 100644 --- a/site/public/v1/smartphones/honor-20-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-20-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.3, + "width_mm": 74.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Magic UI 4.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 56.2, + "overall": 57.7, "performance": 75.3, "camera": null, - "battery": 37.1, + "battery": 40.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.607205", - "updated_at": "2026-07-09T01:30:58.607205" + "created_at": "2026-07-09T04:23:05.418761", + "updated_at": "2026-07-09T04:23:05.418761" } diff --git a/site/public/v1/smartphones/honor-20-lite-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-20-lite-8gb-128gb-4g-lte/index.json index d2b32a1e1755..d980f2529f56 100644 --- a/site/public/v1/smartphones/honor-20-lite-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-20-lite-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 73.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.2, + "overall": 24.6, "performance": 25.3, "camera": null, - "battery": 23.2, + "battery": 24.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.608204", - "updated_at": "2026-07-09T01:30:58.608204" + "created_at": "2026-07-09T04:23:05.419768", + "updated_at": "2026-07-09T04:23:05.419768" } diff --git a/site/public/v1/smartphones/honor-20-lite-china-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-20-lite-china-8gb-128gb-4g-lte/index.json index f24652bf90d2..268f742c6156 100644 --- a/site/public/v1/smartphones/honor-20-lite-china-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-20-lite-china-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 171.5, - "dimensions": {}, + "dimensions": { + "height_mm": 157.2, + "width_mm": 73.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.7, + "overall": 29.0, "performance": 26.2, "camera": null, - "battery": 29.2, + "battery": 31.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.609196", - "updated_at": "2026-07-09T01:30:58.609196" + "created_at": "2026-07-09T04:23:05.420760", + "updated_at": "2026-07-09T04:23:05.420760" } diff --git a/site/public/v1/smartphones/honor-20-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/honor-20-pro-8gb-256gb-4g-lte/index.json index d737bb4fd5e1..3f4b57c1250e 100644 --- a/site/public/v1/smartphones/honor-20-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-20-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.6, + "width_mm": 74.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Magic 2.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.5, + "overall": 59.0, "performance": 75.3, "camera": null, - "battery": 39.6, + "battery": 42.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.610210", - "updated_at": "2026-07-09T01:30:58.610210" + "created_at": "2026-07-09T04:23:05.421760", + "updated_at": "2026-07-09T04:23:05.421760" } diff --git a/site/public/v1/smartphones/honor-20e-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-20e-4gb-64gb-4g-lte/index.json index d696802bcec6..1378770ddc35 100644 --- a/site/public/v1/smartphones/honor-20e-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-20e-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 73.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1, Google Play Services", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.4, + "overall": 23.8, "performance": 23.5, "camera": null, - "battery": 23.2, + "battery": 24.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.631721", - "updated_at": "2026-07-09T01:30:58.631721" + "created_at": "2026-07-09T04:23:05.438771", + "updated_at": "2026-07-09T04:23:05.438771" } diff --git a/site/public/v1/smartphones/honor-20i-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/honor-20i-6gb-256gb-4g-lte/index.json index 83e1be8e476c..a1ba843be5f4 100644 --- a/site/public/v1/smartphones/honor-20i-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-20i-6gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 73.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.5, + "overall": 23.9, "performance": 23.9, "camera": null, - "battery": 23.2, + "battery": 24.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.612191", - "updated_at": "2026-07-09T01:30:58.612191" + "created_at": "2026-07-09T04:23:05.422774", + "updated_at": "2026-07-09T04:23:05.422774" } diff --git a/site/public/v1/smartphones/honor-20s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-20s-8gb-128gb-4g-lte/index.json index 64bbd5d9870c..179326193c6b 100644 --- a/site/public/v1/smartphones/honor-20s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-20s-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.3, + "width_mm": 74.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Magic 2.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 39.6, "performance": 39.5, "camera": null, - "battery": 37.1, + "battery": 39.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.613139", - "updated_at": "2026-07-09T01:30:58.613139" + "created_at": "2026-07-09T04:23:05.423766", + "updated_at": "2026-07-09T04:23:05.423766" } diff --git a/site/public/v1/smartphones/honor-30-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-30-8gb-256gb-5g/index.json index 57a7d1ceb82e..aab57a9d16a2 100644 --- a/site/public/v1/smartphones/honor-30-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-30-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.3, + "width_mm": 74.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, Magic UI 3, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 45.7, "performance": null, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.632739", - "updated_at": "2026-07-09T01:30:58.632739" + "created_at": "2026-07-09T04:23:05.439773", + "updated_at": "2026-07-09T04:23:05.439773" } diff --git a/site/public/v1/smartphones/honor-30-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-30-pro-12gb-256gb-5g/index.json index 0455f3612d79..60798f1c112f 100644 --- a/site/public/v1/smartphones/honor-30-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-30-pro-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.3, + "width_mm": 73.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Magic UI 3, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.4, + "overall": 48.5, "performance": 51.2, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.633759", - "updated_at": "2026-07-09T01:30:58.633759" + "created_at": "2026-07-09T04:23:05.439773", + "updated_at": "2026-07-09T04:23:05.439773" } diff --git a/site/public/v1/smartphones/honor-30-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-30-pro-8gb-256gb-5g/index.json index a4987f32e080..f59ed6f60edb 100644 --- a/site/public/v1/smartphones/honor-30-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-30-pro-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.3, + "width_mm": 73.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Magic UI 3, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.0, + "overall": 47.1, "performance": 48.5, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.633759", - "updated_at": "2026-07-09T01:30:58.633759" + "created_at": "2026-07-09T04:23:05.439773", + "updated_at": "2026-07-09T04:23:05.439773" } diff --git a/site/public/v1/smartphones/honor-30-youth-8gb-128gb-5g/index.json b/site/public/v1/smartphones/honor-30-youth-8gb-128gb-5g/index.json index a1443607fc8c..842d134cf96a 100644 --- a/site/public/v1/smartphones/honor-30-youth-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/honor-30-youth-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 39.8, "performance": 37.0, "camera": null, - "battery": 39.6, + "battery": 42.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.636747", - "updated_at": "2026-07-09T01:30:58.636747" + "created_at": "2026-07-09T04:23:05.442291", + "updated_at": "2026-07-09T04:23:05.442291" } diff --git a/site/public/v1/smartphones/honor-30i-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-30i-4gb-128gb-4g-lte/index.json index dfccb94b6c1d..ea392443dd39 100644 --- a/site/public/v1/smartphones/honor-30i-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-30i-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 171.5, - "dimensions": {}, + "dimensions": { + "height_mm": 157.2, + "width_mm": 73.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 10, Magic UI 2.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.4, + "overall": 26.8, "performance": 23.5, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.637715", - "updated_at": "2026-07-09T01:30:58.637715" + "created_at": "2026-07-09T04:23:05.443299", + "updated_at": "2026-07-09T04:23:05.443299" } diff --git a/site/public/v1/smartphones/honor-30s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-30s-8gb-256gb-5g/index.json index 5944515d1e3e..fcb9249366f0 100644 --- a/site/public/v1/smartphones/honor-30s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-30s-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.3, + "width_mm": 75.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, Magic UI 3, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 45.7, "performance": null, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.638715", - "updated_at": "2026-07-09T01:30:58.638715" + "created_at": "2026-07-09T04:23:05.444297", + "updated_at": "2026-07-09T04:23:05.444297" } diff --git a/site/public/v1/smartphones/honor-3c-2gb-8gb-3g/index.json b/site/public/v1/smartphones/honor-3c-2gb-8gb-3g/index.json index 27f8097548eb..6765c1ba4ac6 100644 --- a/site/public/v1/smartphones/honor-3c-2gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/honor-3c-2gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.5, + "width_mm": 71.4, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), EMUI Lite 2", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.554104", - "updated_at": "2026-07-09T01:30:58.554104" + "created_at": "2026-07-09T04:23:05.375245", + "updated_at": "2026-07-09T04:23:05.375245" } diff --git a/site/public/v1/smartphones/honor-3c-play-1gb-16gb-3g/index.json b/site/public/v1/smartphones/honor-3c-play-1gb-16gb-3g/index.json index d4217c30d3ed..3505165056b3 100644 --- a/site/public/v1/smartphones/honor-3c-play-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/honor-3c-play-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.2, + "width_mm": 72.3, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.557129", - "updated_at": "2026-07-09T01:30:58.557129" + "created_at": "2026-07-09T04:23:05.377248", + "updated_at": "2026-07-09T04:23:05.377248" } diff --git a/site/public/v1/smartphones/honor-3x-g750-2gb-16gb-3g/index.json b/site/public/v1/smartphones/honor-3x-g750-2gb-16gb-3g/index.json index 689c949fc25e..67f9a6235e65 100644 --- a/site/public/v1/smartphones/honor-3x-g750-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/honor-3x-g750-2gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 77.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), EMUI 2", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.555112", - "updated_at": "2026-07-09T01:30:58.555112" + "created_at": "2026-07-09T04:23:05.375245", + "updated_at": "2026-07-09T04:23:05.375245" } diff --git a/site/public/v1/smartphones/honor-3x-pro-2gb-32gb-3g/index.json b/site/public/v1/smartphones/honor-3x-pro-2gb-32gb-3g/index.json index 9bf6b401a474..901e80166a6c 100644 --- a/site/public/v1/smartphones/honor-3x-pro-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/honor-3x-pro-2gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 77.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.558061", - "updated_at": "2026-07-09T01:30:58.558061" + "created_at": "2026-07-09T04:23:05.378249", + "updated_at": "2026-07-09T04:23:05.378249" } diff --git a/site/public/v1/smartphones/honor-4-play-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/honor-4-play-1gb-8gb-4g-lte/index.json index be8cbbca1670..3cbd415884f5 100644 --- a/site/public/v1/smartphones/honor-4-play-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-4-play-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 72.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), EMUI 2.3", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.559131", - "updated_at": "2026-07-09T01:30:58.559131" + "created_at": "2026-07-09T04:23:05.379249", + "updated_at": "2026-07-09T04:23:05.379249" } diff --git a/site/public/v1/smartphones/honor-50-se-12gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-50-se-12gb-256gb-5g/index.json index 1a8ec7ac50d4..e418ee9e7592 100644 --- a/site/public/v1/smartphones/honor-50-se-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-50-se-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 75.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 11, Magic UI 4.2", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.8, + "overall": 49.0, "performance": 45.8, "camera": null, - "battery": 41.7, + "battery": 52.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.663823", - "updated_at": "2026-07-09T01:30:58.663823" + "created_at": "2026-07-09T04:23:05.465706", + "updated_at": "2026-07-09T04:23:05.465706" } diff --git a/site/public/v1/smartphones/honor-5x-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/honor-5x-3gb-16gb-4g-lte/index.json index 2eadcd739408..48e646098d6b 100644 --- a/site/public/v1/smartphones/honor-5x-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-5x-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.3, + "width_mm": 76.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0.1 (Marshmallow), EMUI 4", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.565062", - "updated_at": "2026-07-09T01:30:58.565062" + "created_at": "2026-07-09T04:23:05.384249", + "updated_at": "2026-07-09T04:23:05.384249" } diff --git a/site/public/v1/smartphones/honor-60-se-12gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-60-se-12gb-256gb-5g/index.json index d27ca973c1a8..25c3e077c781 100644 --- a/site/public/v1/smartphones/honor-60-se-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-60-se-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 73.4, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 11, Magic UI 5.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.2, + "overall": 50.5, "performance": 45.8, "camera": null, - "battery": 44.7, + "battery": 55.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.691474", - "updated_at": "2026-07-09T01:30:58.691474" + "created_at": "2026-07-09T04:23:05.483796", + "updated_at": "2026-07-09T04:23:05.483796" } diff --git a/site/public/v1/smartphones/honor-6a-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/honor-6a-pro-3gb-32gb-4g-lte/index.json index f05ca2bcbceb..da08b1bb2548 100644 --- a/site/public/v1/smartphones/honor-6a-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-6a-pro-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.7, + "width_mm": 71.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.579113", - "updated_at": "2026-07-09T01:30:58.579113" + "created_at": "2026-07-09T04:23:05.396769", + "updated_at": "2026-07-09T04:23:05.396769" } diff --git a/site/public/v1/smartphones/honor-6c-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/honor-6c-pro-3gb-32gb-4g-lte/index.json index 5c546929c4cc..5a732595ac1c 100644 --- a/site/public/v1/smartphones/honor-6c-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-6c-pro-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.580170", - "updated_at": "2026-07-09T01:30:58.580170" + "created_at": "2026-07-09T04:23:05.396769", + "updated_at": "2026-07-09T04:23:05.396769" } diff --git a/site/public/v1/smartphones/honor-70-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-70-pro-12gb-256gb-5g/index.json index 7c497362018f..bae01a860f0d 100644 --- a/site/public/v1/smartphones/honor-70-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-70-pro-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 100.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 74.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 12, Magic UI 6.1", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.8, + "overall": 67.4, "performance": null, "camera": null, - "battery": 50.8, + "battery": 67.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.692475", - "updated_at": "2026-07-09T01:30:58.692475" + "created_at": "2026-07-09T04:23:05.484796", + "updated_at": "2026-07-09T04:23:05.484796" } diff --git a/site/public/v1/smartphones/honor-70-pro-12gb-512gb-5g/index.json b/site/public/v1/smartphones/honor-70-pro-12gb-512gb-5g/index.json index fcbf7af9a8df..a8db15619973 100644 --- a/site/public/v1/smartphones/honor-70-pro-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/honor-70-pro-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 100.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 74.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 12, Magic UI 6.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.8, + "overall": 65.3, "performance": null, "camera": null, - "battery": 48.8, + "battery": 65.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.692475", - "updated_at": "2026-07-09T01:30:58.692475" + "created_at": "2026-07-09T04:23:05.485797", + "updated_at": "2026-07-09T04:23:05.485797" } diff --git a/site/public/v1/smartphones/honor-7a-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/honor-7a-3gb-32gb-4g-lte/index.json index 79ad22f9a9e3..283ef1a71f1f 100644 --- a/site/public/v1/smartphones/honor-7a-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-7a-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.4, + "width_mm": 73.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.590153", - "updated_at": "2026-07-09T01:30:58.590153" + "created_at": "2026-07-09T04:23:05.404760", + "updated_at": "2026-07-09T04:23:05.404760" } diff --git a/site/public/v1/smartphones/honor-7c-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-7c-4gb-64gb-4g-lte/index.json index 2f89126005a7..973bc743b7bf 100644 --- a/site/public/v1/smartphones/honor-7c-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-7c-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.591131", - "updated_at": "2026-07-09T01:30:58.591131" + "created_at": "2026-07-09T04:23:05.405761", + "updated_at": "2026-07-09T04:23:05.405761" } diff --git a/site/public/v1/smartphones/honor-7i-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/honor-7i-3gb-32gb-4g-lte/index.json index 8aa790ac3f6b..1d7b3db44cc1 100644 --- a/site/public/v1/smartphones/honor-7i-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-7i-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.6, + "width_mm": 71.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0 (Marshmallow), EMUI 3.1", "os_version": "5.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.567062", - "updated_at": "2026-07-09T01:30:58.567062" + "created_at": "2026-07-09T04:23:05.385252", + "updated_at": "2026-07-09T04:23:05.385252" } diff --git a/site/public/v1/smartphones/honor-7s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/honor-7s-2gb-16gb-4g-lte/index.json index 73a0c1c958ef..3ae4c2bbfff7 100644 --- a/site/public/v1/smartphones/honor-7s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-7s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.1", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.592125", - "updated_at": "2026-07-09T01:30:58.592125" + "created_at": "2026-07-09T04:23:05.406768", + "updated_at": "2026-07-09T04:23:05.406768" } diff --git a/site/public/v1/smartphones/honor-7x-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-7x-4gb-128gb-4g-lte/index.json index cd469f74f118..a2dbcc20cb0b 100644 --- a/site/public/v1/smartphones/honor-7x-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-7x-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.3, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.0 (Oreo), EMUI 5.1", "os_version": "7.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.581174", - "updated_at": "2026-07-09T01:30:58.581174" + "created_at": "2026-07-09T04:23:05.397767", + "updated_at": "2026-07-09T04:23:05.397767" } diff --git a/site/public/v1/smartphones/honor-8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8-4gb-64gb-4g-lte/index.json index 366a91911922..7673ae8f2aee 100644 --- a/site/public/v1/smartphones/honor-8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 71.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 8.0 (Oreo), EMUI 8", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.2, + "overall": 18.4, "performance": 19.5, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.572119", - "updated_at": "2026-07-09T01:30:58.572119" + "created_at": "2026-07-09T04:23:05.389253", + "updated_at": "2026-07-09T04:23:05.389253" } diff --git a/site/public/v1/smartphones/honor-8-pro-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8-pro-6gb-64gb-4g-lte/index.json index 1f6d1a0b5659..1510e383c835 100644 --- a/site/public/v1/smartphones/honor-8-pro-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8-pro-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 77.5, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.2, + "overall": 28.4, "performance": 29.4, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.582156", - "updated_at": "2026-07-09T01:30:58.582156" + "created_at": "2026-07-09T04:23:05.398773", + "updated_at": "2026-07-09T04:23:05.398773" } diff --git a/site/public/v1/smartphones/honor-80-se-12gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-80-se-12gb-256gb-5g/index.json index 9a20f1b704df..b3a7db65c6f9 100644 --- a/site/public/v1/smartphones/honor-80-se-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-80-se-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 73.4, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 12, MagicOS 7", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.8, + "overall": 52.0, "performance": 45.8, "camera": null, - "battery": 47.7, + "battery": 58.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.697560", - "updated_at": "2026-07-09T01:30:58.697560" + "created_at": "2026-07-09T04:23:05.489796", + "updated_at": "2026-07-09T04:23:05.489796" } diff --git a/site/public/v1/smartphones/honor-8a-2020-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8a-2020-3gb-64gb-4g-lte/index.json index f76cca4bab4e..0f99a5850c5d 100644 --- a/site/public/v1/smartphones/honor-8a-2020-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8a-2020-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.639723", - "updated_at": "2026-07-09T01:30:58.639723" + "created_at": "2026-07-09T04:23:05.445295", + "updated_at": "2026-07-09T04:23:05.445295" } diff --git a/site/public/v1/smartphones/honor-8a-prime-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8a-prime-3gb-64gb-4g-lte/index.json index 63430d9fdef9..24067b38b040 100644 --- a/site/public/v1/smartphones/honor-8a-prime-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8a-prime-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.641653", - "updated_at": "2026-07-09T01:30:58.641653" + "created_at": "2026-07-09T04:23:05.446298", + "updated_at": "2026-07-09T04:23:05.446298" } diff --git a/site/public/v1/smartphones/honor-8a-pro-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8a-pro-3gb-64gb-4g-lte/index.json index 3034c485c71c..9c39c72ee735 100644 --- a/site/public/v1/smartphones/honor-8a-pro-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8a-pro-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.614645", - "updated_at": "2026-07-09T01:30:58.614645" + "created_at": "2026-07-09T04:23:05.424760", + "updated_at": "2026-07-09T04:23:05.424760" } diff --git a/site/public/v1/smartphones/honor-8c-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8c-4gb-64gb-4g-lte/index.json index 93fe990e5d65..d488949870fb 100644 --- a/site/public/v1/smartphones/honor-8c-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8c-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 167.2, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.2", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.593112", - "updated_at": "2026-07-09T01:30:58.593112" + "created_at": "2026-07-09T04:23:05.407765", + "updated_at": "2026-07-09T04:23:05.407765" } diff --git a/site/public/v1/smartphones/honor-8s-2020-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8s-2020-3gb-64gb-4g-lte/index.json index 8c7086c80a84..ba7e19aae1a2 100644 --- a/site/public/v1/smartphones/honor-8s-2020-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8s-2020-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.1, + "width_mm": 70.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9, Google Play Services", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.642653", - "updated_at": "2026-07-09T01:30:58.642653" + "created_at": "2026-07-09T04:23:05.447296", + "updated_at": "2026-07-09T04:23:05.447296" } diff --git a/site/public/v1/smartphones/honor-8s-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8s-3gb-64gb-4g-lte/index.json index 51d1962153c6..b8b4be847ec3 100644 --- a/site/public/v1/smartphones/honor-8s-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8s-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.1, + "width_mm": 70.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.615652", - "updated_at": "2026-07-09T01:30:58.615652" + "created_at": "2026-07-09T04:23:05.425760", + "updated_at": "2026-07-09T04:23:05.425760" } diff --git a/site/public/v1/smartphones/honor-8x-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8x-6gb-128gb-4g-lte/index.json index cb04ff02ad4a..504e06f8a694 100644 --- a/site/public/v1/smartphones/honor-8x-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8x-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 76.6, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), EMUI 9.0", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.3, + "overall": 25.7, "performance": 23.9, "camera": null, - "battery": 26.7, + "battery": 27.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.594113", - "updated_at": "2026-07-09T01:30:58.594113" + "created_at": "2026-07-09T04:23:05.408761", + "updated_at": "2026-07-09T04:23:05.408761" } diff --git a/site/public/v1/smartphones/honor-8x-max-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-8x-max-6gb-128gb-4g-lte/index.json index 4bd0372b0173..52d60284a5ee 100644 --- a/site/public/v1/smartphones/honor-8x-max-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-8x-max-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 177.6, + "width_mm": 86.3, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9 (Pie), EMUI 9", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 37.3, "performance": null, "camera": null, - "battery": 35.0, + "battery": 37.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.595124", - "updated_at": "2026-07-09T01:30:58.595124" + "created_at": "2026-07-09T04:23:05.409761", + "updated_at": "2026-07-09T04:23:05.409761" } diff --git a/site/public/v1/smartphones/honor-9-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9-6gb-128gb-4g-lte/index.json index 0350711d9968..c0807c65c954 100644 --- a/site/public/v1/smartphones/honor-9-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 70.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.2, + "overall": 24.4, "performance": 29.4, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.583190", - "updated_at": "2026-07-09T01:30:58.583190" + "created_at": "2026-07-09T04:23:05.398773", + "updated_at": "2026-07-09T04:23:05.398773" } diff --git a/site/public/v1/smartphones/honor-9-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9-lite-4gb-64gb-4g-lte/index.json index 79daaa6d9c97..a5cefa144704 100644 --- a/site/public/v1/smartphones/honor-9-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9-lite-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 71.9, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.584135", - "updated_at": "2026-07-09T01:30:58.584135" + "created_at": "2026-07-09T04:23:05.399768", + "updated_at": "2026-07-09T04:23:05.399768" } diff --git a/site/public/v1/smartphones/honor-9a-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9a-3gb-64gb-4g-lte/index.json index 26ee93b36c34..415af984544d 100644 --- a/site/public/v1/smartphones/honor-9a-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9a-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.643656", - "updated_at": "2026-07-09T01:30:58.643656" + "created_at": "2026-07-09T04:23:05.447296", + "updated_at": "2026-07-09T04:23:05.447296" } diff --git a/site/public/v1/smartphones/honor-9c-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9c-4gb-64gb-4g-lte/index.json index 5fb15a28889f..14baebb013ff 100644 --- a/site/public/v1/smartphones/honor-9c-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9c-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.644655", - "updated_at": "2026-07-09T01:30:58.644655" + "created_at": "2026-07-09T04:23:05.448809", + "updated_at": "2026-07-09T04:23:05.448809" } diff --git a/site/public/v1/smartphones/honor-9n-9i-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9n-9i-4gb-128gb-4g-lte/index.json index 72a10121cd08..db7af006f2ce 100644 --- a/site/public/v1/smartphones/honor-9n-9i-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9n-9i-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.2, + "width_mm": 71.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.597060", - "updated_at": "2026-07-09T01:30:58.597060" + "created_at": "2026-07-09T04:23:05.410760", + "updated_at": "2026-07-09T04:23:05.410760" } diff --git a/site/public/v1/smartphones/honor-9s-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9s-2gb-32gb-4g-lte/index.json index 33f12275723f..7fc57a200b82 100644 --- a/site/public/v1/smartphones/honor-9s-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9s-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.645747", - "updated_at": "2026-07-09T01:30:58.645747" + "created_at": "2026-07-09T04:23:05.450634", + "updated_at": "2026-07-09T04:23:05.450634" } diff --git a/site/public/v1/smartphones/honor-9x-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9x-6gb-128gb-4g-lte/index.json index 7de6369fb363..6b859ee0771d 100644 --- a/site/public/v1/smartphones/honor-9x-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9x-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 196.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.0, + "overall": 27.5, "performance": 24.8, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.616656", - "updated_at": "2026-07-09T01:30:58.616656" + "created_at": "2026-07-09T04:23:05.426764", + "updated_at": "2026-07-09T04:23:05.426764" } diff --git a/site/public/v1/smartphones/honor-9x-china-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9x-china-8gb-128gb-4g-lte/index.json index 0c3d66dd997d..dbd1d1e82047 100644 --- a/site/public/v1/smartphones/honor-9x-china-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9x-china-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 77.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 40.0, "performance": 39.5, "camera": null, - "battery": 39.6, + "battery": 40.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.618656", - "updated_at": "2026-07-09T01:30:58.618656" + "created_at": "2026-07-09T04:23:05.428770", + "updated_at": "2026-07-09T04:23:05.428770" } diff --git a/site/public/v1/smartphones/honor-9x-lite-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9x-lite-4gb-128gb-4g-lte/index.json index a20c509138e4..f071f02d6a98 100644 --- a/site/public/v1/smartphones/honor-9x-lite-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9x-lite-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 76.6, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1, Google Play Services", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.1, + "overall": 25.5, "performance": 23.5, "camera": null, - "battery": 26.7, + "battery": 27.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.646720", - "updated_at": "2026-07-09T01:30:58.646720" + "created_at": "2026-07-09T04:23:05.451651", + "updated_at": "2026-07-09T04:23:05.451651" } diff --git a/site/public/v1/smartphones/honor-9x-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/honor-9x-pro-8gb-256gb-4g-lte/index.json index e919286bf27d..2ba5ba1b9cf1 100644 --- a/site/public/v1/smartphones/honor-9x-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-9x-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, EMUI 9.1, no Google Play Services", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 40.0, "performance": 39.5, "camera": null, - "battery": 39.6, + "battery": 40.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.619656", - "updated_at": "2026-07-09T01:30:58.619656" + "created_at": "2026-07-09T04:23:05.429772", + "updated_at": "2026-07-09T04:23:05.429772" } diff --git a/site/public/v1/smartphones/honor-holly-2-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/honor-holly-2-plus-2gb-16gb-4g-lte/index.json index 057dca7f64ea..d3d723f2f5f4 100644 --- a/site/public/v1/smartphones/honor-holly-2-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-holly-2-plus-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.1, + "width_mm": 71.8, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), EMUI 3.1", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.573145", - "updated_at": "2026-07-09T01:30:58.573145" + "created_at": "2026-07-09T04:23:05.390252", + "updated_at": "2026-07-09T04:23:05.390252" } diff --git a/site/public/v1/smartphones/honor-magic-2-3d-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/honor-magic-2-3d-8gb-512gb-4g-lte/index.json index 2f88a73ecad3..f297704da4b7 100644 --- a/site/public/v1/smartphones/honor-magic-2-3d-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-magic-2-3d-8gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.3, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9 or Magic UI 2", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.0, + "overall": 58.0, "performance": 75.3, "camera": null, - "battery": 34.6, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.622730", - "updated_at": "2026-07-09T01:30:58.622730" + "created_at": "2026-07-09T04:23:05.431770", + "updated_at": "2026-07-09T04:23:05.431770" } diff --git a/site/public/v1/smartphones/honor-magic-2-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/honor-magic-2-8gb-256gb-4g-lte/index.json index a98a02e660f8..1f2d7ec58574 100644 --- a/site/public/v1/smartphones/honor-magic-2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-magic-2-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.3, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9 or Magic UI 2", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.0, + "overall": 58.0, "performance": 75.3, "camera": null, - "battery": 34.6, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.601140", - "updated_at": "2026-07-09T01:30:58.601140" + "created_at": "2026-07-09T04:23:05.413766", + "updated_at": "2026-07-09T04:23:05.413766" } diff --git a/site/public/v1/smartphones/honor-magic-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-magic-4gb-64gb-4g-lte/index.json index b1c083eeabab..a6f7ee19b303 100644 --- a/site/public/v1/smartphones/honor-magic-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-magic-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2900, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.1, + "width_mm": 69.9, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Magic Live UI", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.8, + "overall": 19.8, "performance": 19.5, "camera": null, - "battery": 14.0, + "battery": 20.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.575115", - "updated_at": "2026-07-09T01:30:58.575115" + "created_at": "2026-07-09T04:23:05.392762", + "updated_at": "2026-07-09T04:23:05.392762" } diff --git a/site/public/v1/smartphones/honor-note-10-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-note-10-8gb-128gb-4g-lte/index.json index 4283670a64d2..6df285de1885 100644 --- a/site/public/v1/smartphones/honor-note-10-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-note-10-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 230.0, - "dimensions": {}, + "dimensions": { + "height_mm": 177.0, + "width_mm": 85.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.2", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.0, + "overall": 54.6, "performance": 62.8, "camera": null, - "battery": 43.3, + "battery": 46.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.603139", - "updated_at": "2026-07-09T01:30:58.603139" + "created_at": "2026-07-09T04:23:05.414765", + "updated_at": "2026-07-09T04:23:05.414765" } diff --git a/site/public/v1/smartphones/honor-note-8-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-note-8-4gb-128gb-4g-lte/index.json index 91f4e8d7081c..0d51375bae22 100644 --- a/site/public/v1/smartphones/honor-note-8-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-note-8-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 219.0, - "dimensions": {}, + "dimensions": { + "height_mm": 178.8, + "width_mm": 90.9, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo), EMUI 4.1", "os_version": "6.0.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.2, + "overall": 24.6, "performance": 18.4, "camera": null, - "battery": 30.0, + "battery": 30.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.576163", - "updated_at": "2026-07-09T01:30:58.576163" + "created_at": "2026-07-09T04:23:05.393762", + "updated_at": "2026-07-09T04:23:05.393762" } diff --git a/site/public/v1/smartphones/honor-play-3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-play-3-6gb-128gb-4g-lte/index.json index 9c7f2861ae36..836332621ba4 100644 --- a/site/public/v1/smartphones/honor-play-3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-play-3-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.0, + "overall": 27.5, "performance": 24.8, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.623745", - "updated_at": "2026-07-09T01:30:58.623745" + "created_at": "2026-07-09T04:23:05.432765", + "updated_at": "2026-07-09T04:23:05.432765" } diff --git a/site/public/v1/smartphones/honor-play-30-plus-8gb-128gb-5g/index.json b/site/public/v1/smartphones/honor-play-30-plus-8gb-128gb-5g/index.json index 6be309588e6a..f97771a7fa2e 100644 --- a/site/public/v1/smartphones/honor-play-30-plus-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/honor-play-30-plus-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.6, + "width_mm": 77.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 11, Magic UI 5.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 45.0, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 52.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.680870", - "updated_at": "2026-07-09T01:30:58.680870" + "created_at": "2026-07-09T04:23:05.474797", + "updated_at": "2026-07-09T04:23:05.474797" } diff --git a/site/public/v1/smartphones/honor-play-3e-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-play-3e-3gb-64gb-4g-lte/index.json index 3905b2fca2ab..5e7a31c461db 100644 --- a/site/public/v1/smartphones/honor-play-3e-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-play-3e-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.1, + "width_mm": 70.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.625656", - "updated_at": "2026-07-09T01:30:58.625656" + "created_at": "2026-07-09T04:23:05.433765", + "updated_at": "2026-07-09T04:23:05.433765" } diff --git a/site/public/v1/smartphones/honor-play-40-plus-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-play-40-plus-8gb-256gb-5g/index.json index 1e2752e17f28..a6fdd39188a5 100644 --- a/site/public/v1/smartphones/honor-play-40-plus-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-play-40-plus-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.5, + "width_mm": 76.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, Magic UI 6.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 50.0, "performance": 37.3, "camera": null, - "battery": 59.6, + "battery": 62.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.705617", - "updated_at": "2026-07-09T01:30:58.705617" + "created_at": "2026-07-09T04:23:05.497797", + "updated_at": "2026-07-09T04:23:05.497797" } diff --git a/site/public/v1/smartphones/honor-play-4t-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-play-4t-6gb-128gb-4g-lte/index.json index b52436e23e8a..32992afb8ac4 100644 --- a/site/public/v1/smartphones/honor-play-4t-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-play-4t-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, Magic UI 3, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.5, "performance": 22.8, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.649728", - "updated_at": "2026-07-09T01:30:58.649728" + "created_at": "2026-07-09T04:23:05.453650", + "updated_at": "2026-07-09T04:23:05.453650" } diff --git a/site/public/v1/smartphones/honor-play-4t-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-play-4t-pro-8gb-128gb-4g-lte/index.json index 60e3122211ab..71b02d442847 100644 --- a/site/public/v1/smartphones/honor-play-4t-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-play-4t-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.4, + "width_mm": 73.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 10, Magic UI 2, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 41.0, "performance": 39.5, "camera": null, - "battery": 39.6, + "battery": 42.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.650723", - "updated_at": "2026-07-09T01:30:58.650723" + "created_at": "2026-07-09T04:23:05.454641", + "updated_at": "2026-07-09T04:23:05.454641" } diff --git a/site/public/v1/smartphones/honor-play-5t-youth-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-play-5t-youth-8gb-128gb-4g-lte/index.json index 868c89d44ed9..f4a3e62230a7 100644 --- a/site/public/v1/smartphones/honor-play-5t-youth-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-play-5t-youth-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10, Magic UI 4.0, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 42.2, "performance": null, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.682565", - "updated_at": "2026-07-09T01:30:58.682565" + "created_at": "2026-07-09T04:23:05.475796", + "updated_at": "2026-07-09T04:23:05.475796" } diff --git a/site/public/v1/smartphones/honor-play-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-play-6gb-128gb-4g-lte/index.json index 35a701c9bc7f..6acefcc404a0 100644 --- a/site/public/v1/smartphones/honor-play-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-play-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 74.3, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.1, + "overall": 47.3, "performance": 61.5, "camera": null, - "battery": 30.8, + "battery": 33.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.604139", - "updated_at": "2026-07-09T01:30:58.604139" + "created_at": "2026-07-09T04:23:05.415765", + "updated_at": "2026-07-09T04:23:05.415765" } diff --git a/site/public/v1/smartphones/honor-play-8a-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-play-8a-3gb-64gb-4g-lte/index.json index 908209d51e71..573de5331260 100644 --- a/site/public/v1/smartphones/honor-play-8a-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-play-8a-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.626654", - "updated_at": "2026-07-09T01:30:58.626654" + "created_at": "2026-07-09T04:23:05.434765", + "updated_at": "2026-07-09T04:23:05.434765" } diff --git a/site/public/v1/smartphones/honor-play-9a-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-play-9a-4gb-128gb-4g-lte/index.json index 64c2b5738c40..4294f5998698 100644 --- a/site/public/v1/smartphones/honor-play-9a-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-play-9a-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.0, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.652652", - "updated_at": "2026-07-09T01:30:58.652652" + "created_at": "2026-07-09T04:23:05.455648", + "updated_at": "2026-07-09T04:23:05.455648" } diff --git a/site/public/v1/smartphones/honor-play4-8gb-128gb-5g/index.json b/site/public/v1/smartphones/honor-play4-8gb-128gb-5g/index.json index a83428539e95..1400f1eb7625 100644 --- a/site/public/v1/smartphones/honor-play4-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/honor-play4-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 213.0, - "dimensions": {}, + "dimensions": { + "height_mm": 170.0, + "width_mm": 78.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.8, + "overall": 41.3, "performance": 37.0, "camera": null, - "battery": 42.6, + "battery": 45.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.653652", - "updated_at": "2026-07-09T01:30:58.653652" + "created_at": "2026-07-09T04:23:05.456639", + "updated_at": "2026-07-09T04:23:05.456639" } diff --git a/site/public/v1/smartphones/honor-play5-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-play5-5g-8gb-256gb-5g/index.json index ba621029d03e..22f20e621968 100644 --- a/site/public/v1/smartphones/honor-play5-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-play5-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.6, + "width_mm": 74.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 10, Magic UI 4.0, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.7, + "overall": 44.0, "performance": 39.7, "camera": null, - "battery": 37.6, + "battery": 48.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.683469", - "updated_at": "2026-07-09T01:30:58.683469" + "created_at": "2026-07-09T04:23:05.476796", + "updated_at": "2026-07-09T04:23:05.476796" } diff --git a/site/public/v1/smartphones/honor-play5-youth-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-play5-youth-8gb-256gb-5g/index.json index f3ff50703aff..3a36fd1c4448 100644 --- a/site/public/v1/smartphones/honor-play5-youth-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-play5-youth-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.8, + "width_mm": 74.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Magic UI 4.2", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.9, + "overall": 49.2, "performance": 43.1, "camera": null, - "battery": 44.7, + "battery": 55.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.684469", - "updated_at": "2026-07-09T01:30:58.684469" + "created_at": "2026-07-09T04:23:05.476796", + "updated_at": "2026-07-09T04:23:05.476796" } diff --git a/site/public/v1/smartphones/honor-play6t-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-play6t-8gb-256gb-5g/index.json index 26f97c228669..0e06897b576a 100644 --- a/site/public/v1/smartphones/honor-play6t-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-play6t-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.6, + "width_mm": 77.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 11, Magic UI 5.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 45.0, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 52.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.707595", - "updated_at": "2026-07-09T01:30:58.707595" + "created_at": "2026-07-09T04:23:05.499797", + "updated_at": "2026-07-09T04:23:05.499797" } diff --git a/site/public/v1/smartphones/honor-play6t-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-play6t-pro-8gb-256gb-5g/index.json index 3409087a4e54..ef1e1b99266d 100644 --- a/site/public/v1/smartphones/honor-play6t-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-play6t-pro-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.4, + "width_mm": 74.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 11, Magic UI 5.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.8, + "overall": 44.2, "performance": 39.9, "camera": null, - "battery": 41.7, + "battery": 48.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.708594", - "updated_at": "2026-07-09T01:30:58.708594" + "created_at": "2026-07-09T04:23:05.499797", + "updated_at": "2026-07-09T04:23:05.499797" } diff --git a/site/public/v1/smartphones/honor-v30-8gb-128gb-5g/index.json b/site/public/v1/smartphones/honor-v30-8gb-128gb-5g/index.json index c767a8fe2fe1..6176994664cc 100644 --- a/site/public/v1/smartphones/honor-v30-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/honor-v30-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 213.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, Magic UI 3", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 47.7, "performance": null, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.628656", - "updated_at": "2026-07-09T01:30:58.628656" + "created_at": "2026-07-09T04:23:05.435764", + "updated_at": "2026-07-09T04:23:05.435764" } diff --git a/site/public/v1/smartphones/honor-v30-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-v30-pro-8gb-256gb-5g/index.json index 7ea08184c6a6..c20be9af14c4 100644 --- a/site/public/v1/smartphones/honor-v30-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-v30-pro-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, Magic UI 3, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.5, + "overall": 47.6, "performance": 48.5, "camera": null, - "battery": 40.6, + "battery": 46.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.629713", - "updated_at": "2026-07-09T01:30:58.629713" + "created_at": "2026-07-09T04:23:05.436764", + "updated_at": "2026-07-09T04:23:05.436764" } diff --git a/site/public/v1/smartphones/honor-v40-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-v40-5g-8gb-256gb-5g/index.json index f8293a4268e4..06b8b5eb21fd 100644 --- a/site/public/v1/smartphones/honor-v40-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-v40-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 74.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 10, Magic UI 4.0, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 50.2, "performance": null, "camera": null, - "battery": 39.6, + "battery": 50.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.684469", - "updated_at": "2026-07-09T01:30:58.684469" + "created_at": "2026-07-09T04:23:05.477796", + "updated_at": "2026-07-09T04:23:05.477796" } diff --git a/site/public/v1/smartphones/honor-v40-lite-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-v40-lite-8gb-256gb-5g/index.json index c91a4ec8e370..8e2e2974235d 100644 --- a/site/public/v1/smartphones/honor-v40-lite-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-v40-lite-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 74.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 10, Magic UI 4.0, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.7, + "overall": 44.0, "performance": 39.7, "camera": null, - "battery": 37.6, + "battery": 48.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.685476", - "updated_at": "2026-07-09T01:30:58.685476" + "created_at": "2026-07-09T04:23:05.477796", + "updated_at": "2026-07-09T04:23:05.477796" } diff --git a/site/public/v1/smartphones/honor-v6-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-v6-8gb-256gb-5g/index.json index d075a49e8c1a..5ccdcd091a73 100644 --- a/site/public/v1/smartphones/honor-v6-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-v6-8gb-256gb-5g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 480.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.2, + "width_mm": 154.9, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.656659", - "updated_at": "2026-07-09T01:30:58.656659" + "created_at": "2026-07-09T04:23:05.458639", + "updated_at": "2026-07-09T04:23:05.458639" } diff --git a/site/public/v1/smartphones/honor-v8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/honor-v8-4gb-64gb-4g-lte/index.json index e1d9a03efa55..1afea75aa05c 100644 --- a/site/public/v1/smartphones/honor-v8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-v8-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 77.6, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.577137", - "updated_at": "2026-07-09T01:30:58.578114" + "created_at": "2026-07-09T04:23:05.394761", + "updated_at": "2026-07-09T04:23:05.394761" } diff --git a/site/public/v1/smartphones/honor-view-10-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/honor-view-10-6gb-128gb-4g-lte/index.json index d9d6a9aca726..be0c9bc9810d 100644 --- a/site/public/v1/smartphones/honor-view-10-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-view-10-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.0, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.1, + "overall": 47.7, "performance": 61.5, "camera": null, - "battery": 30.8, + "battery": 33.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.586169", - "updated_at": "2026-07-09T01:30:58.586169" + "created_at": "2026-07-09T04:23:05.402761", + "updated_at": "2026-07-09T04:23:05.402761" } diff --git a/site/public/v1/smartphones/honor-view-20-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/honor-view-20-8gb-256gb-4g-lte/index.json index 882f8b04031c..9cc330630402 100644 --- a/site/public/v1/smartphones/honor-view-20-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-view-20-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Magic UI 4.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.5, + "overall": 59.0, "performance": 75.3, "camera": null, - "battery": 39.6, + "battery": 42.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.605219", - "updated_at": "2026-07-09T01:30:58.605219" + "created_at": "2026-07-09T04:23:05.417761", + "updated_at": "2026-07-09T04:23:05.417761" } diff --git a/site/public/v1/smartphones/honor-view30-8gb-128gb-5g/index.json b/site/public/v1/smartphones/honor-view30-8gb-128gb-5g/index.json index 060ba6fe50f7..a8de1e7581db 100644 --- a/site/public/v1/smartphones/honor-view30-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/honor-view30-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 213.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, Magic UI 3, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 47.7, "performance": null, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.656659", - "updated_at": "2026-07-09T01:30:58.656659" + "created_at": "2026-07-09T04:23:05.460708", + "updated_at": "2026-07-09T04:23:05.460708" } diff --git a/site/public/v1/smartphones/honor-view30-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-view30-pro-8gb-256gb-5g/index.json index c77e6bd98daa..8985fedc9cb2 100644 --- a/site/public/v1/smartphones/honor-view30-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-view30-pro-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, Magic UI 3, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.5, + "overall": 47.6, "performance": 48.5, "camera": null, - "battery": 40.6, + "battery": 46.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.657794", - "updated_at": "2026-07-09T01:30:58.657794" + "created_at": "2026-07-09T04:23:05.460708", + "updated_at": "2026-07-09T04:23:05.460708" } diff --git a/site/public/v1/smartphones/honor-view40-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-view40-8gb-256gb-5g/index.json index 5a308595ab74..c12762917e68 100644 --- a/site/public/v1/smartphones/honor-view40-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-view40-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 74.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 10, with Google Play Services (unconfirmed)", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 50.2, "performance": null, "camera": null, - "battery": 39.6, + "battery": 50.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.686475", - "updated_at": "2026-07-09T01:30:58.686475" + "created_at": "2026-07-09T04:23:05.478807", + "updated_at": "2026-07-09T04:23:05.478807" } diff --git a/site/public/v1/smartphones/honor-x10-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/honor-x10-5g-8gb-128gb-5g/index.json index 48d9c7bdb971..6e25c8928cf2 100644 --- a/site/public/v1/smartphones/honor-x10-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/honor-x10-5g-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.5, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.6, + "overall": 45.6, "performance": null, "camera": null, - "battery": 42.6, + "battery": 45.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.659754", - "updated_at": "2026-07-09T01:30:58.659754" + "created_at": "2026-07-09T04:23:05.461707", + "updated_at": "2026-07-09T04:23:05.461707" } diff --git a/site/public/v1/smartphones/honor-x10-max-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/honor-x10-max-5g-8gb-128gb-5g/index.json index 61a4667aa495..52ae1548bde7 100644 --- a/site/public/v1/smartphones/honor-x10-max-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/honor-x10-max-5g-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 232.0, - "dimensions": {}, + "dimensions": { + "height_mm": 174.4, + "width_mm": 84.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.3, + "overall": 44.8, "performance": 37.0, "camera": null, - "battery": 49.6, + "battery": 52.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.660757", - "updated_at": "2026-07-09T01:30:58.660757" + "created_at": "2026-07-09T04:23:05.463708", + "updated_at": "2026-07-09T04:23:05.463708" } diff --git a/site/public/v1/smartphones/honor-x20-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-x20-8gb-256gb-5g/index.json index 2a4d5d40643a..b62485f53703 100644 --- a/site/public/v1/smartphones/honor-x20-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-x20-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.8, + "width_mm": 74.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Magic UI 4.2", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.9, + "overall": 49.2, "performance": 43.1, "camera": null, - "battery": 44.7, + "battery": 55.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.687477", - "updated_at": "2026-07-09T01:30:58.687477" + "created_at": "2026-07-09T04:23:05.479796", + "updated_at": "2026-07-09T04:23:05.479796" } diff --git a/site/public/v1/smartphones/honor-x20-se-8gb-128gb-5g/index.json b/site/public/v1/smartphones/honor-x20-se-8gb-128gb-5g/index.json index 621bd8ff5163..82b97ac07c5f 100644 --- a/site/public/v1/smartphones/honor-x20-se-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/honor-x20-se-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.7, + "width_mm": 73.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Magic UI 4.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.5, + "overall": 40.0, "performance": 37.3, "camera": null, - "battery": 39.6, + "battery": 42.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.687477", - "updated_at": "2026-07-09T01:30:58.687477" + "created_at": "2026-07-09T04:23:05.479796", + "updated_at": "2026-07-09T04:23:05.479796" } diff --git a/site/public/v1/smartphones/honor-x30-max-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-x30-max-8gb-256gb-5g/index.json index fe4d99ae1d8d..7fcadd5ccabe 100644 --- a/site/public/v1/smartphones/honor-x30-max-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-x30-max-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 228.0, - "dimensions": {}, + "dimensions": { + "height_mm": 174.4, + "width_mm": 84.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, Magic UI 5.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 48.9, "performance": 43.1, "camera": null, - "battery": 51.7, + "battery": 54.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.689474", - "updated_at": "2026-07-09T01:30:58.689474" + "created_at": "2026-07-09T04:23:05.482796", + "updated_at": "2026-07-09T04:23:05.482796" } diff --git a/site/public/v1/smartphones/honor-x30i-8gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-x30i-8gb-256gb-5g/index.json index 20e69118c8f3..843426e95106 100644 --- a/site/public/v1/smartphones/honor-x30i-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-x30i-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.4, + "width_mm": 74.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 11, Magic UI 5.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.8, + "overall": 42.3, "performance": 39.9, "camera": null, - "battery": 41.7, + "battery": 44.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.690475", - "updated_at": "2026-07-09T01:30:58.690475" + "created_at": "2026-07-09T04:23:05.482796", + "updated_at": "2026-07-09T04:23:05.482796" } diff --git a/site/public/v1/smartphones/honor-x40i-12gb-256gb-5g/index.json b/site/public/v1/smartphones/honor-x40i-12gb-256gb-5g/index.json index ba37aa52f621..66f070303544 100644 --- a/site/public/v1/smartphones/honor-x40i-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/honor-x40i-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.9, + "width_mm": 74.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 12, Magic UI 6.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.8, + "overall": 43.2, "performance": 40.0, "camera": null, - "battery": 39.6, + "battery": 46.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.711617", - "updated_at": "2026-07-09T01:30:58.711617" + "created_at": "2026-07-09T04:23:05.502798", + "updated_at": "2026-07-09T04:23:05.502798" } diff --git a/site/public/v1/smartphones/honor-x6b-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/honor-x6b-6gb-256gb-4g-lte/index.json index c9f403c89717..d1a87bde0154 100644 --- a/site/public/v1/smartphones/honor-x6b-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/honor-x6b-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5200, - "charging_wired_w": null, + "charging_wired_w": 35.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, Magic OS 8", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 46.4, "performance": null, "camera": null, - "battery": 41.2, + "battery": 46.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.759298", - "updated_at": "2026-07-09T01:30:58.759298" + "created_at": "2026-07-09T04:23:05.545302", + "updated_at": "2026-07-09T04:23:05.545302" } diff --git a/site/public/v1/smartphones/htc-10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-10-4gb-64gb-4g-lte/index.json index c1768ef6bab0..cf0e8114d58f 100644 --- a/site/public/v1/smartphones/htc-10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-10-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.9, + "width_mm": 71.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo), Sense UI", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.105819", - "updated_at": "2026-07-09T01:30:59.105819" + "created_at": "2026-07-09T04:23:05.780017", + "updated_at": "2026-07-09T04:23:05.780017" } diff --git a/site/public/v1/smartphones/htc-10-evo-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-10-evo-3gb-64gb-4g-lte/index.json index a5a19bcc73d4..593b666f0416 100644 --- a/site/public/v1/smartphones/htc-10-evo-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-10-evo-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 77.3, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.106825", - "updated_at": "2026-07-09T01:30:59.106825" + "created_at": "2026-07-09T04:23:05.781017", + "updated_at": "2026-07-09T04:23:05.781017" } diff --git a/site/public/v1/smartphones/htc-10-lifestyle-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-10-lifestyle-3gb-64gb-4g-lte/index.json index 2bbcb1aff611..b9298073c4ab 100644 --- a/site/public/v1/smartphones/htc-10-lifestyle-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-10-lifestyle-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.9, + "width_mm": 71.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat), Sense UI", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.107821", - "updated_at": "2026-07-09T01:30:59.107821" + "created_at": "2026-07-09T04:23:05.782017", + "updated_at": "2026-07-09T04:23:05.782017" } diff --git a/site/public/v1/smartphones/htc-8xt-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/htc-8xt-1gb-8gb-4g-lte/index.json index 064c6504d9b9..355f586a19b6 100644 --- a/site/public/v1/smartphones/htc-8xt-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-8xt-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.1, + "width_mm": 66.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.984092", - "updated_at": "2026-07-09T01:30:58.984092" + "created_at": "2026-07-09T04:23:05.677530", + "updated_at": "2026-07-09T04:23:05.677530" } diff --git a/site/public/v1/smartphones/htc-a104-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-a104-8gb-128gb-4g-lte/index.json index 8cb9866e8d35..bdf4d50d84fa 100644 --- a/site/public/v1/smartphones/htc-a104-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-a104-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.6, + "width_mm": 155.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.2, + "overall": 36.6, "performance": 23.3, "camera": null, - "battery": 49.2, + "battery": 50.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.203388", - "updated_at": "2026-07-09T01:30:59.203388" + "created_at": "2026-07-09T04:23:05.864531", + "updated_at": "2026-07-09T04:23:05.864531" } diff --git a/site/public/v1/smartphones/htc-butterfly-2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-butterfly-2-2gb-32gb-4g-lte/index.json index 16f7ed19001b..c3eb5efe3104 100644 --- a/site/public/v1/smartphones/htc-butterfly-2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-butterfly-2-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.4, + "width_mm": 70.2, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.0, + "overall": 14.3, "performance": null, "camera": null, - "battery": 12.0, + "battery": 14.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.022908", - "updated_at": "2026-07-09T01:30:59.022908" + "created_at": "2026-07-09T04:23:05.705601", + "updated_at": "2026-07-09T04:23:05.705601" } diff --git a/site/public/v1/smartphones/htc-butterfly-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-butterfly-2gb-16gb-4g-lte/index.json index 3fe692edbca2..3fd87bb83b3d 100644 --- a/site/public/v1/smartphones/htc-butterfly-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-butterfly-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 70.5, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.1.1 (Jelly Bean), upgradable to 4.4.2 (KitKat), Sense UI 5", "os_version": "4.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.930994", - "updated_at": "2026-07-09T01:30:58.930994" + "created_at": "2026-07-09T04:23:05.644991", + "updated_at": "2026-07-09T04:23:05.644991" } diff --git a/site/public/v1/smartphones/htc-butterfly-3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-butterfly-3-3gb-32gb-4g-lte/index.json index dfd0ba1a53c9..6d56e85b4878 100644 --- a/site/public/v1/smartphones/htc-butterfly-3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-butterfly-3-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 73.0, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow), Sence 7", "os_version": "5.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.0, + "overall": 14.3, "performance": null, "camera": null, - "battery": 12.0, + "battery": 14.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.067892", - "updated_at": "2026-07-09T01:30:59.067892" + "created_at": "2026-07-09T04:23:05.744506", + "updated_at": "2026-07-09T04:23:05.744506" } diff --git a/site/public/v1/smartphones/htc-butterfly-s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-butterfly-s-2gb-16gb-4g-lte/index.json index cda5c765acc3..f87aee36f252 100644 --- a/site/public/v1/smartphones/htc-butterfly-s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-butterfly-s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.5, + "width_mm": 70.5, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 4.4.2 (KitKat), Sense UI 5", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.988136", - "updated_at": "2026-07-09T01:30:58.988136" + "created_at": "2026-07-09T04:23:05.678529", + "updated_at": "2026-07-09T04:23:05.678529" } diff --git a/site/public/v1/smartphones/htc-desire-10-compact-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-10-compact-3gb-32gb-4g-lte/index.json index ea5733e7bd58..ffcf4945a016 100644 --- a/site/public/v1/smartphones/htc-desire-10-compact-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-10-compact-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 72.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.128340", - "updated_at": "2026-07-09T01:30:59.128340" + "created_at": "2026-07-09T04:23:05.800529", + "updated_at": "2026-07-09T04:23:05.800529" } diff --git a/site/public/v1/smartphones/htc-desire-10-lifestyle-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-10-lifestyle-3gb-32gb-4g-lte/index.json index d6b6061b1401..488af1fe3e4d 100644 --- a/site/public/v1/smartphones/htc-desire-10-lifestyle-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-10-lifestyle-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 76.9, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.108821", - "updated_at": "2026-07-09T01:30:59.108821" + "created_at": "2026-07-09T04:23:05.783017", + "updated_at": "2026-07-09T04:23:05.783017" } diff --git a/site/public/v1/smartphones/htc-desire-10-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-10-pro-4gb-64gb-4g-lte/index.json index 697c56d40b59..e5f5d072bee9 100644 --- a/site/public/v1/smartphones/htc-desire-10-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-10-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 15.8, "performance": null, "camera": null, - "battery": 15.0, + "battery": 15.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.109821", - "updated_at": "2026-07-09T01:30:59.109821" + "created_at": "2026-07-09T04:23:05.784017", + "updated_at": "2026-07-09T04:23:05.784017" } diff --git a/site/public/v1/smartphones/htc-desire-12-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-12-3gb-32gb-4g-lte/index.json index 5dc940047a57..1c6f30ad343f 100644 --- a/site/public/v1/smartphones/htc-desire-12-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-12-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 157.5, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.137415", - "updated_at": "2026-07-09T01:30:59.137415" + "created_at": "2026-07-09T04:23:05.809528", + "updated_at": "2026-07-09T04:23:05.809528" } diff --git a/site/public/v1/smartphones/htc-desire-12s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-12s-4gb-64gb-4g-lte/index.json index aa5633a9e3bd..00586f8786a0 100644 --- a/site/public/v1/smartphones/htc-desire-12s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-12s-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.2, + "width_mm": 72.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.143411", - "updated_at": "2026-07-09T01:30:59.143411" + "created_at": "2026-07-09T04:23:05.813534", + "updated_at": "2026-07-09T04:23:05.813534" } diff --git a/site/public/v1/smartphones/htc-desire-19s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-19s-3gb-32gb-4g-lte/index.json index 1d730e98f58a..8008e4f6636c 100644 --- a/site/public/v1/smartphones/htc-desire-19s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-19s-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3850, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 74.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9 (Pie)", "os_version": "9", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.7, + "overall": 28.5, "performance": null, "camera": null, - "battery": 27.7, + "battery": 28.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.164404", - "updated_at": "2026-07-09T01:30:59.164404" + "created_at": "2026-07-09T04:23:05.830777", + "updated_at": "2026-07-09T04:23:05.830777" } diff --git a/site/public/v1/smartphones/htc-desire-20-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-20-6gb-128gb-4g-lte/index.json index dc32d16dba30..29ba8831010d 100644 --- a/site/public/v1/smartphones/htc-desire-20-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-20-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.7, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.5, + "overall": 49.2, "performance": null, "camera": null, - "battery": 47.5, + "battery": 49.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.179390", - "updated_at": "2026-07-09T01:30:59.179390" + "created_at": "2026-07-09T04:23:05.843787", + "updated_at": "2026-07-09T04:23:05.843787" } diff --git a/site/public/v1/smartphones/htc-desire-20-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-20-pro-6gb-128gb-4g-lte/index.json index 630717d0442e..fbe52f2045f5 100644 --- a/site/public/v1/smartphones/htc-desire-20-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-20-pro-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.0, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.181415", - "updated_at": "2026-07-09T01:30:59.181415" + "created_at": "2026-07-09T04:23:05.845792", + "updated_at": "2026-07-09T04:23:05.845792" } diff --git a/site/public/v1/smartphones/htc-desire-310-1gb-4gb-3g/index.json b/site/public/v1/smartphones/htc-desire-310-1gb-4gb-3g/index.json index 0ccea3682ad8..d7c2136d54cd 100644 --- a/site/public/v1/smartphones/htc-desire-310-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-310-1gb-4gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.4, + "width_mm": 68.0, + "depth_mm": 11.3 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), Sense UI 5.1", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.024885", - "updated_at": "2026-07-09T01:30:59.024885" + "created_at": "2026-07-09T04:23:05.706606", + "updated_at": "2026-07-09T04:23:05.706606" } diff --git a/site/public/v1/smartphones/htc-desire-500-1gb-4gb-3g/index.json b/site/public/v1/smartphones/htc-desire-500-1gb-4gb-3g/index.json index 9bf56353fedf..8f977898b665 100644 --- a/site/public/v1/smartphones/htc-desire-500-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-500-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 123.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.8, + "width_mm": 66.9, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), Sense UI 5", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.991146", - "updated_at": "2026-07-09T01:30:58.991146" + "created_at": "2026-07-09T04:23:05.680531", + "updated_at": "2026-07-09T04:23:05.680531" } diff --git a/site/public/v1/smartphones/htc-desire-501-dual-sim-1gb-8gb-3g/index.json b/site/public/v1/smartphones/htc-desire-501-dual-sim-1gb-8gb-3g/index.json index 6177088a7f9a..e711ebbe9e1e 100644 --- a/site/public/v1/smartphones/htc-desire-501-dual-sim-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-501-dual-sim-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.5, + "width_mm": 66.7, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), Sense UI 4+", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.994111", - "updated_at": "2026-07-09T01:30:58.994111" + "created_at": "2026-07-09T04:23:05.681528", + "updated_at": "2026-07-09T04:23:05.681528" } diff --git a/site/public/v1/smartphones/htc-desire-516-dual-sim-1gb-4gb-3g/index.json b/site/public/v1/smartphones/htc-desire-516-dual-sim-1gb-4gb-3g/index.json index d3f8dd19ac4b..ae86cde3f0af 100644 --- a/site/public/v1/smartphones/htc-desire-516-dual-sim-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-516-dual-sim-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.0, + "width_mm": 72.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), Sense UI 5.1", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.027870", - "updated_at": "2026-07-09T01:30:59.027870" + "created_at": "2026-07-09T04:23:05.709606", + "updated_at": "2026-07-09T04:23:05.709606" } diff --git a/site/public/v1/smartphones/htc-desire-601-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-601-1gb-8gb-4g-lte/index.json index 08c4faf9ea77..78e3f78efc26 100644 --- a/site/public/v1/smartphones/htc-desire-601-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-601-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.5, + "width_mm": 66.7, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 4.4.2 (KitKat), Sense UI 5", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.996061", - "updated_at": "2026-07-09T01:30:58.996061" + "created_at": "2026-07-09T04:23:05.683525", + "updated_at": "2026-07-09T04:23:05.683525" } diff --git a/site/public/v1/smartphones/htc-desire-610-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-610-1gb-8gb-4g-lte/index.json index 57f7a09d55bd..fbc3bf71050d 100644 --- a/site/public/v1/smartphones/htc-desire-610-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-610-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.5, - "dimensions": {}, + "dimensions": { + "height_mm": 143.1, + "width_mm": 70.5, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Sense UI 5.5", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.029807", - "updated_at": "2026-07-09T01:30:59.029807" + "created_at": "2026-07-09T04:23:05.710611", + "updated_at": "2026-07-09T04:23:05.710611" } diff --git a/site/public/v1/smartphones/htc-desire-612-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-612-1gb-8gb-4g-lte/index.json index a3fc63298a0d..dae7853e3809 100644 --- a/site/public/v1/smartphones/htc-desire-612-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-612-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 70.4, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Sense UI 5.5", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.030870", - "updated_at": "2026-07-09T01:30:59.030870" + "created_at": "2026-07-09T04:23:05.711611", + "updated_at": "2026-07-09T04:23:05.711611" } diff --git a/site/public/v1/smartphones/htc-desire-620-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-620-1gb-8gb-4g-lte/index.json index 09fbfa2e7a49..c3eb4d359aa6 100644 --- a/site/public/v1/smartphones/htc-desire-620-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-620-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.1, + "width_mm": 72.7, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), Sense UI", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.032894", - "updated_at": "2026-07-09T01:30:59.032894" + "created_at": "2026-07-09T04:23:05.713611", + "updated_at": "2026-07-09T04:23:05.713611" } diff --git a/site/public/v1/smartphones/htc-desire-626-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-626-2gb-16gb-4g-lte/index.json index 8500d2ccccf5..ddc618823dc6 100644 --- a/site/public/v1/smartphones/htc-desire-626-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-626-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.034947", - "updated_at": "2026-07-09T01:30:59.034947" + "created_at": "2026-07-09T04:23:05.715617", + "updated_at": "2026-07-09T04:23:05.715617" } diff --git a/site/public/v1/smartphones/htc-desire-626g-1gb-8gb-3g/index.json b/site/public/v1/smartphones/htc-desire-626g-1gb-8gb-3g/index.json index d46b28d0954c..bcafc8574437 100644 --- a/site/public/v1/smartphones/htc-desire-626g-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-626g-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.072880", - "updated_at": "2026-07-09T01:30:59.072880" + "created_at": "2026-07-09T04:23:05.749012", + "updated_at": "2026-07-09T04:23:05.749012" } diff --git a/site/public/v1/smartphones/htc-desire-628-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-628-3gb-32gb-4g-lte/index.json index 1395cbafbb94..46fb0344d477 100644 --- a/site/public/v1/smartphones/htc-desire-628-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-628-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Sense 7 UI", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.112821", - "updated_at": "2026-07-09T01:30:59.112821" + "created_at": "2026-07-09T04:23:05.786020", + "updated_at": "2026-07-09T04:23:05.786020" } diff --git a/site/public/v1/smartphones/htc-desire-630-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-630-2gb-16gb-4g-lte/index.json index 0901199dc794..a69ac68b6df6 100644 --- a/site/public/v1/smartphones/htc-desire-630-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-630-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.113822", - "updated_at": "2026-07-09T01:30:59.113822" + "created_at": "2026-07-09T04:23:05.787021", + "updated_at": "2026-07-09T04:23:05.787021" } diff --git a/site/public/v1/smartphones/htc-desire-650-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-650-2gb-16gb-4g-lte/index.json index 6c4cc1373966..4ccf833f343e 100644 --- a/site/public/v1/smartphones/htc-desire-650-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-650-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.9, + "width_mm": 70.9, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Sense UI", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.115330", - "updated_at": "2026-07-09T01:30:59.115330" + "created_at": "2026-07-09T04:23:05.789021", + "updated_at": "2026-07-09T04:23:05.789021" } diff --git a/site/public/v1/smartphones/htc-desire-700-1gb-8gb-3g/index.json b/site/public/v1/smartphones/htc-desire-700-1gb-8gb-3g/index.json index 2312ac2c1b13..c22c9fc5f62c 100644 --- a/site/public/v1/smartphones/htc-desire-700-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-700-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 72.0, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), Sense UI 5", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.036904", - "updated_at": "2026-07-09T01:30:59.036904" + "created_at": "2026-07-09T04:23:05.716615", + "updated_at": "2026-07-09T04:23:05.716615" } diff --git a/site/public/v1/smartphones/htc-desire-700-dual-sim-1gb-8gb-3g/index.json b/site/public/v1/smartphones/htc-desire-700-dual-sim-1gb-8gb-3g/index.json index 897ba20e8182..4592f41fd268 100644 --- a/site/public/v1/smartphones/htc-desire-700-dual-sim-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-700-dual-sim-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 72.0, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), Sense UI 5", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.998084", - "updated_at": "2026-07-09T01:30:58.998084" + "created_at": "2026-07-09T04:23:05.685528", + "updated_at": "2026-07-09T04:23:05.685528" } diff --git a/site/public/v1/smartphones/htc-desire-728-dual-sim-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-728-dual-sim-2gb-16gb-4g-lte/index.json index 424575f96622..1e7e05e6b9c2 100644 --- a/site/public/v1/smartphones/htc-desire-728-dual-sim-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-728-dual-sim-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 77.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), Sense UI", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.074810", - "updated_at": "2026-07-09T01:30:59.074810" + "created_at": "2026-07-09T04:23:05.752017", + "updated_at": "2026-07-09T04:23:05.752017" } diff --git a/site/public/v1/smartphones/htc-desire-728-ultra-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-728-ultra-3gb-32gb-4g-lte/index.json index 614eb455cbf9..d3128b8bebeb 100644 --- a/site/public/v1/smartphones/htc-desire-728-ultra-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-728-ultra-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 77.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), Sense UI", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.116341", - "updated_at": "2026-07-09T01:30:59.116341" + "created_at": "2026-07-09T04:23:05.790021", + "updated_at": "2026-07-09T04:23:05.790021" } diff --git a/site/public/v1/smartphones/htc-desire-816g-dual-sim-1gb-16gb-3g/index.json b/site/public/v1/smartphones/htc-desire-816g-dual-sim-1gb-16gb-3g/index.json index 4ca0d5137ab1..0adc558efb21 100644 --- a/site/public/v1/smartphones/htc-desire-816g-dual-sim-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-816g-dual-sim-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 78.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Sense UI 6", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.038876", - "updated_at": "2026-07-09T01:30:59.038876" + "created_at": "2026-07-09T04:23:05.718615", + "updated_at": "2026-07-09T04:23:05.718615" } diff --git a/site/public/v1/smartphones/htc-desire-820-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-820-2gb-16gb-4g-lte/index.json index 0380fb0d9787..b0095debc6ff 100644 --- a/site/public/v1/smartphones/htc-desire-820-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-820-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.1 (Marshmallow), Sense UI 7", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.039898", - "updated_at": "2026-07-09T01:30:59.039898" + "created_at": "2026-07-09T04:23:05.719617", + "updated_at": "2026-07-09T04:23:05.719617" } diff --git a/site/public/v1/smartphones/htc-desire-820-dual-sim-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-820-dual-sim-2gb-16gb-4g-lte/index.json index 2cb28d0fa802..2cce86428f86 100644 --- a/site/public/v1/smartphones/htc-desire-820-dual-sim-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-820-dual-sim-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Sense UI 6", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.040928", - "updated_at": "2026-07-09T01:30:59.040928" + "created_at": "2026-07-09T04:23:05.720617", + "updated_at": "2026-07-09T04:23:05.720617" } diff --git a/site/public/v1/smartphones/htc-desire-820g-dual-sim-1gb-16gb-3g/index.json b/site/public/v1/smartphones/htc-desire-820g-dual-sim-1gb-16gb-3g/index.json index 25464a0deaa5..f28b36fe6e2b 100644 --- a/site/public/v1/smartphones/htc-desire-820g-dual-sim-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-820g-dual-sim-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.5, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Sense UI 6", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.075919", - "updated_at": "2026-07-09T01:30:59.075919" + "created_at": "2026-07-09T04:23:05.753017", + "updated_at": "2026-07-09T04:23:05.753017" } diff --git a/site/public/v1/smartphones/htc-desire-820q-dual-sim-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-820q-dual-sim-1gb-16gb-4g-lte/index.json index dedaff838d0e..a62c03c63bea 100644 --- a/site/public/v1/smartphones/htc-desire-820q-dual-sim-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-820q-dual-sim-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Sense UI 6", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.042964", - "updated_at": "2026-07-09T01:30:59.042964" + "created_at": "2026-07-09T04:23:05.721720", + "updated_at": "2026-07-09T04:23:05.721720" } diff --git a/site/public/v1/smartphones/htc-desire-820s-dual-sim-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-820s-dual-sim-2gb-16gb-4g-lte/index.json index f3a5e379dc43..446e2cadd4ba 100644 --- a/site/public/v1/smartphones/htc-desire-820s-dual-sim-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-820s-dual-sim-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), Sense UI 6", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.076808", - "updated_at": "2026-07-09T01:30:59.076808" + "created_at": "2026-07-09T04:23:05.754017", + "updated_at": "2026-07-09T04:23:05.754017" } diff --git a/site/public/v1/smartphones/htc-desire-825-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-825-2gb-16gb-4g-lte/index.json index 2eb126dbd9a6..04d150ba44cd 100644 --- a/site/public/v1/smartphones/htc-desire-825-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-825-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 76.9, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.117340", - "updated_at": "2026-07-09T01:30:59.117340" + "created_at": "2026-07-09T04:23:05.791021", + "updated_at": "2026-07-09T04:23:05.791021" } diff --git a/site/public/v1/smartphones/htc-desire-828-dual-sim-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-828-dual-sim-3gb-32gb-4g-lte/index.json index 29d3e58c962c..3a4128417ebf 100644 --- a/site/public/v1/smartphones/htc-desire-828-dual-sim-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-828-dual-sim-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 78.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Sense UI 6", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.079814", - "updated_at": "2026-07-09T01:30:59.079814" + "created_at": "2026-07-09T04:23:05.756017", + "updated_at": "2026-07-09T04:23:05.756017" } diff --git a/site/public/v1/smartphones/htc-desire-830-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-830-3gb-32gb-4g-lte/index.json index 8f04e4b6ebd3..582b6928fe28 100644 --- a/site/public/v1/smartphones/htc-desire-830-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-830-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 78.9, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.118340", - "updated_at": "2026-07-09T01:30:59.118340" + "created_at": "2026-07-09T04:23:05.792021", + "updated_at": "2026-07-09T04:23:05.792021" } diff --git a/site/public/v1/smartphones/htc-desire-eye-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-desire-eye-2gb-16gb-4g-lte/index.json index 36fe0a0d7430..8aa49695f039 100644 --- a/site/public/v1/smartphones/htc-desire-eye-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-desire-eye-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 73.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.1 (Marshmallow), Sense UI 7", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 9.0, + "overall": 11.3, "performance": null, "camera": null, - "battery": 9.0, + "battery": 11.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.043809", - "updated_at": "2026-07-09T01:30:59.043809" + "created_at": "2026-07-09T04:23:05.722724", + "updated_at": "2026-07-09T04:23:05.722724" } diff --git a/site/public/v1/smartphones/htc-desire-l-1gb-4gb-3g/index.json b/site/public/v1/smartphones/htc-desire-l-1gb-4gb-3g/index.json index 9a20cd590c95..21ff1799394b 100644 --- a/site/public/v1/smartphones/htc-desire-l-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/htc-desire-l-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 118.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.0, + "width_mm": 66.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.999000", - "updated_at": "2026-07-09T01:30:58.999000" + "created_at": "2026-07-09T04:23:05.685528", + "updated_at": "2026-07-09T04:23:05.685528" } diff --git a/site/public/v1/smartphones/htc-droid-dna-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-droid-dna-2gb-16gb-4g-lte/index.json index 28b832895c15..2707f7c2a62b 100644 --- a/site/public/v1/smartphones/htc-droid-dna-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-droid-dna-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.7, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.5, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.2 (Jelly Bean), Sense UI 4+", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.936147", - "updated_at": "2026-07-09T01:30:58.936147" + "created_at": "2026-07-09T04:23:05.647985", + "updated_at": "2026-07-09T04:23:05.647985" } diff --git a/site/public/v1/smartphones/htc-droid-incredible-4g-lte-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/htc-droid-incredible-4g-lte-1gb-8gb-4g-lte/index.json index 7370c1d4df81..1c906dbbd0dc 100644 --- a/site/public/v1/smartphones/htc-droid-incredible-4g-lte-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-droid-incredible-4g-lte-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 121.9, + "width_mm": 61.0, + "depth_mm": 11.7 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), Sense UI 4", "os_version": "4.0.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.937064", - "updated_at": "2026-07-09T01:30:58.937064" + "created_at": "2026-07-09T04:23:05.648992", + "updated_at": "2026-07-09T04:23:05.648992" } diff --git a/site/public/v1/smartphones/htc-evo-3d-1gb-1gb-3g/index.json b/site/public/v1/smartphones/htc-evo-3d-1gb-1gb-3g/index.json index d4f491480150..4ee950cea371 100644 --- a/site/public/v1/smartphones/htc-evo-3d-1gb-1gb-3g/index.json +++ b/site/public/v1/smartphones/htc-evo-3d-1gb-1gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 65.0, + "depth_mm": 12.1 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich), Sense UI", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.903670", - "updated_at": "2026-07-09T01:30:58.903670" + "created_at": "2026-07-09T04:23:05.623966", + "updated_at": "2026-07-09T04:23:05.623966" } diff --git a/site/public/v1/smartphones/htc-evo-3d-cdma-1gb-4gb-3g/index.json b/site/public/v1/smartphones/htc-evo-3d-cdma-1gb-4gb-3g/index.json index b189cfe32531..c470044816d9 100644 --- a/site/public/v1/smartphones/htc-evo-3d-cdma-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/htc-evo-3d-cdma-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.1, - "dimensions": {}, + "dimensions": { + "height_mm": 127.0, + "width_mm": 66.0, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), Sense UI 3", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.905671", - "updated_at": "2026-07-09T01:30:58.905671" + "created_at": "2026-07-09T04:23:05.624966", + "updated_at": "2026-07-09T04:23:05.624966" } diff --git a/site/public/v1/smartphones/htc-evo-4g-1gb-4gb-3g/index.json b/site/public/v1/smartphones/htc-evo-4g-1gb-4gb-3g/index.json index d6f57e376580..97f7a0702deb 100644 --- a/site/public/v1/smartphones/htc-evo-4g-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/htc-evo-4g-1gb-4gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 65.0, + "depth_mm": 12.1 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread), upgradable to 4.0.3 (Ice Cream Sandwich), Sense UI 3", "os_version": "2.3.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.907640", - "updated_at": "2026-07-09T01:30:58.907640" + "created_at": "2026-07-09T04:23:05.625966", + "updated_at": "2026-07-09T04:23:05.625966" } diff --git a/site/public/v1/smartphones/htc-evo-4g-lte-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-evo-4g-lte-1gb-16gb-4g-lte/index.json index 10bc2ff37db5..3b36c7e224b5 100644 --- a/site/public/v1/smartphones/htc-evo-4g-lte-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-evo-4g-lte-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.8, + "width_mm": 68.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), Sense UI 4", "os_version": "4.0.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.939000", - "updated_at": "2026-07-09T01:30:58.939000" + "created_at": "2026-07-09T04:23:05.651101", + "updated_at": "2026-07-09T04:23:05.651101" } diff --git a/site/public/v1/smartphones/htc-exodus-1-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-exodus-1-6gb-128gb-4g-lte/index.json index e5027029d692..ac30223707a8 100644 --- a/site/public/v1/smartphones/htc-exodus-1-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-exodus-1-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 73.9, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.3, + "overall": 30.6, "performance": null, "camera": null, - "battery": 28.3, + "battery": 30.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.145391", - "updated_at": "2026-07-09T01:30:59.145391" + "created_at": "2026-07-09T04:23:05.815532", + "updated_at": "2026-07-09T04:23:05.815532" } diff --git a/site/public/v1/smartphones/htc-exodus-1s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-exodus-1s-4gb-64gb-4g-lte/index.json index a6fafe302511..bf023002c314 100644 --- a/site/public/v1/smartphones/htc-exodus-1s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-exodus-1s-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.2, + "width_mm": 72.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.166404", - "updated_at": "2026-07-09T01:30:59.166404" + "created_at": "2026-07-09T04:23:05.832775", + "updated_at": "2026-07-09T04:23:05.832775" } diff --git a/site/public/v1/smartphones/htc-first-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-first-1gb-16gb-4g-lte/index.json index 0f3ada3f5fac..cab733fc4a34 100644 --- a/site/public/v1/smartphones/htc-first-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-first-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 123.9, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 65.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), Facebook Home UI", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.001129", - "updated_at": "2026-07-09T01:30:59.001129" + "created_at": "2026-07-09T04:23:05.687530", + "updated_at": "2026-07-09T04:23:05.687530" } diff --git a/site/public/v1/smartphones/htc-flyer-1gb-32gb-3g/index.json b/site/public/v1/smartphones/htc-flyer-1gb-32gb-3g/index.json index f3d1fd5f186e..2d95b6f9bf67 100644 --- a/site/public/v1/smartphones/htc-flyer-1gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/htc-flyer-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 420.8, - "dimensions": {}, + "dimensions": { + "height_mm": 195.4, + "width_mm": 122.0, + "depth_mm": 13.2 + }, "ip_rating": null, "os": "Android 2.3.3 (Gingerbread), upgradable to 3.2 (Honeycomb), Sense UI", "os_version": "2.3.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.909667", - "updated_at": "2026-07-09T01:30:58.909667" + "created_at": "2026-07-09T04:23:05.627966", + "updated_at": "2026-07-09T04:23:05.627966" } diff --git a/site/public/v1/smartphones/htc-flyer-wi-fi-1gb-32gb-2g/index.json b/site/public/v1/smartphones/htc-flyer-wi-fi-1gb-32gb-2g/index.json index 3ae3292d3e63..33e53ce51e8b 100644 --- a/site/public/v1/smartphones/htc-flyer-wi-fi-1gb-32gb-2g/index.json +++ b/site/public/v1/smartphones/htc-flyer-wi-fi-1gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 420.8, - "dimensions": {}, + "dimensions": { + "height_mm": 195.4, + "width_mm": 122.0, + "depth_mm": 13.2 + }, "ip_rating": null, "os": "Android 2.3.3 (Gingerbread), upgradable to 3.2 (Honeycomb), Sense UI", "os_version": "2.3.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.910629", - "updated_at": "2026-07-09T01:30:58.910629" + "created_at": "2026-07-09T04:23:05.628965", + "updated_at": "2026-07-09T04:23:05.628965" } diff --git a/site/public/v1/smartphones/htc-one-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-2gb-64gb-4g-lte/index.json index 94175ec772d7..c3ce208cc5c6 100644 --- a/site/public/v1/smartphones/htc-one-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-2gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.4, + "width_mm": 68.2, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 5 (Lollipop), Sense UI 5", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.015801", - "updated_at": "2026-07-09T01:30:59.015801" + "created_at": "2026-07-09T04:23:05.699523", + "updated_at": "2026-07-09T04:23:05.700531" } diff --git a/site/public/v1/smartphones/htc-one-a9-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-a9-3gb-32gb-4g-lte/index.json index 522d9f997879..87ae3cc8fbd0 100644 --- a/site/public/v1/smartphones/htc-one-a9-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-a9-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2150, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.8, + "width_mm": 70.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat), Sense UI", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 6.5, + "overall": 8.7, "performance": null, "camera": null, - "battery": 6.5, + "battery": 8.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.092807", - "updated_at": "2026-07-09T01:30:59.092807" + "created_at": "2026-07-09T04:23:05.768017", + "updated_at": "2026-07-09T04:23:05.768017" } diff --git a/site/public/v1/smartphones/htc-one-a9s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-a9s-3gb-32gb-4g-lte/index.json index ef4e37020b48..9d5dea7756e3 100644 --- a/site/public/v1/smartphones/htc-one-a9s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-a9s-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 149.8, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 71.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Sense UI", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 8.0, + "overall": 8.9, "performance": null, "camera": null, - "battery": 8.0, + "battery": 8.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.124340", - "updated_at": "2026-07-09T01:30:59.124340" + "created_at": "2026-07-09T04:23:05.797529", + "updated_at": "2026-07-09T04:23:05.797529" } diff --git a/site/public/v1/smartphones/htc-one-dual-sim-2gb-32gb-3g/index.json b/site/public/v1/smartphones/htc-one-dual-sim-2gb-32gb-3g/index.json index 142e9f374748..011c871d8b93 100644 --- a/site/public/v1/smartphones/htc-one-dual-sim-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/htc-one-dual-sim-2gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.8, + "width_mm": 69.3, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 5 (Lollipop), Sense UI 5", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.018870", - "updated_at": "2026-07-09T01:30:59.018870" + "created_at": "2026-07-09T04:23:05.701528", + "updated_at": "2026-07-09T04:23:05.701528" } diff --git a/site/public/v1/smartphones/htc-one-e8-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-e8-2gb-16gb-4g-lte/index.json index 6365fde3c947..fda35da61508 100644 --- a/site/public/v1/smartphones/htc-one-e8-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-e8-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.7, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.1 (Marshmallow), Sense UI 7", "os_version": "4.4.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.0, + "overall": 13.2, "performance": null, "camera": null, - "battery": 11.0, + "battery": 13.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.058880", - "updated_at": "2026-07-09T01:30:59.058880" + "created_at": "2026-07-09T04:23:05.737502", + "updated_at": "2026-07-09T04:23:05.737502" } diff --git a/site/public/v1/smartphones/htc-one-e8-cdma-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-e8-cdma-2gb-16gb-4g-lte/index.json index c0e6688b3e3f..d86b4343066e 100644 --- a/site/public/v1/smartphones/htc-one-e8-cdma-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-e8-cdma-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.7, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Sense UI 6", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.059880", - "updated_at": "2026-07-09T01:30:59.059880" + "created_at": "2026-07-09T04:23:05.737502", + "updated_at": "2026-07-09T04:23:05.737502" } diff --git a/site/public/v1/smartphones/htc-one-e9-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-e9-2gb-16gb-4g-lte/index.json index 7823b7c811dd..7185981d4dd6 100644 --- a/site/public/v1/smartphones/htc-one-e9-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-e9-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5 (Lollipop), upgradable to 6 (Marshmallow), Sense UI 7", "os_version": "5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.093813", - "updated_at": "2026-07-09T01:30:59.093813" + "created_at": "2026-07-09T04:23:05.769017", + "updated_at": "2026-07-09T04:23:05.769017" } diff --git a/site/public/v1/smartphones/htc-one-e9-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-e9-3gb-32gb-4g-lte/index.json index adc3f8679d47..7a54133166da 100644 --- a/site/public/v1/smartphones/htc-one-e9-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-e9-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5 (Lollipop), upgradable to 6 (Marshmallow), Sense UI 7", "os_version": "5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.093813", - "updated_at": "2026-07-09T01:30:59.093813" + "created_at": "2026-07-09T04:23:05.770017", + "updated_at": "2026-07-09T04:23:05.770017" } diff --git a/site/public/v1/smartphones/htc-one-e9s-dual-sim-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-e9s-dual-sim-2gb-16gb-4g-lte/index.json index 25fc89d1cad6..7999a87000d4 100644 --- a/site/public/v1/smartphones/htc-one-e9s-dual-sim-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-e9s-dual-sim-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 79.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5 (Lollipop), Sense UI 7", "os_version": "5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.096812", - "updated_at": "2026-07-09T01:30:59.096812" + "created_at": "2026-07-09T04:23:05.771017", + "updated_at": "2026-07-09T04:23:05.771017" } diff --git a/site/public/v1/smartphones/htc-one-m8-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m8-2gb-32gb-4g-lte/index.json index a0da6c0a5309..75b46bc416a2 100644 --- a/site/public/v1/smartphones/htc-one-m8-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m8-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow), Sense UI 6", "os_version": "4.4.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.0, + "overall": 13.2, "performance": null, "camera": null, - "battery": 11.0, + "battery": 13.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.061868", - "updated_at": "2026-07-09T01:30:59.061868" + "created_at": "2026-07-09T04:23:05.739508", + "updated_at": "2026-07-09T04:23:05.739508" } diff --git a/site/public/v1/smartphones/htc-one-m8-cdma-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m8-cdma-2gb-32gb-4g-lte/index.json index 9148c95c174c..3d25236ad538 100644 --- a/site/public/v1/smartphones/htc-one-m8-cdma-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m8-cdma-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6 (Marshmallow), Sense UI 6", "os_version": "4.4.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.0, + "overall": 13.2, "performance": null, "camera": null, - "battery": 11.0, + "battery": 13.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.061868", - "updated_at": "2026-07-09T01:30:59.061868" + "created_at": "2026-07-09T04:23:05.739508", + "updated_at": "2026-07-09T04:23:05.739508" } diff --git a/site/public/v1/smartphones/htc-one-m8-dual-sim-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m8-dual-sim-2gb-16gb-4g-lte/index.json index 96ab148f4df6..dad644dd2bcb 100644 --- a/site/public/v1/smartphones/htc-one-m8-dual-sim-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m8-dual-sim-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 4.4.4 (KitKat), Sense UI 6", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.062884", - "updated_at": "2026-07-09T01:30:59.062884" + "created_at": "2026-07-09T04:23:05.739508", + "updated_at": "2026-07-09T04:23:05.739508" } diff --git a/site/public/v1/smartphones/htc-one-m8-eye-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m8-eye-2gb-16gb-4g-lte/index.json index 564cf405ffe5..75f6e8f5f003 100644 --- a/site/public/v1/smartphones/htc-one-m8-eye-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m8-eye-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.1 (Marshmallow), Sense UI 7", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.062884", - "updated_at": "2026-07-09T01:30:59.062884" + "created_at": "2026-07-09T04:23:05.740507", + "updated_at": "2026-07-09T04:23:05.740507" } diff --git a/site/public/v1/smartphones/htc-one-m8-for-windows-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m8-for-windows-2gb-32gb-4g-lte/index.json index 33838dc30240..41c18b450574 100644 --- a/site/public/v1/smartphones/htc-one-m8-for-windows-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m8-for-windows-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1.1", "os_version": "8.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.063872", - "updated_at": "2026-07-09T01:30:59.063872" + "created_at": "2026-07-09T04:23:05.740507", + "updated_at": "2026-07-09T04:23:05.740507" } diff --git a/site/public/v1/smartphones/htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte/index.json index 3f6e6935086b..1667706cec50 100644 --- a/site/public/v1/smartphones/htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m8-for-windows-cdma-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1.1", "os_version": "8.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.064866", - "updated_at": "2026-07-09T01:30:59.064866" + "created_at": "2026-07-09T04:23:05.741508", + "updated_at": "2026-07-09T04:23:05.741508" } diff --git a/site/public/v1/smartphones/htc-one-m8s-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m8s-2gb-32gb-4g-lte/index.json index d718bd92ac13..d94dbdf0bbe1 100644 --- a/site/public/v1/smartphones/htc-one-m8s-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m8s-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.6, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 5 (Lollipop), Sense UI 7", "os_version": "5", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.097823", - "updated_at": "2026-07-09T01:30:59.097823" + "created_at": "2026-07-09T04:23:05.773018", + "updated_at": "2026-07-09T04:23:05.773018" } diff --git a/site/public/v1/smartphones/htc-one-m9-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m9-3gb-32gb-4g-lte/index.json index 88ef5ac1df92..c0d03e806bc8 100644 --- a/site/public/v1/smartphones/htc-one-m9-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m9-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2840, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.7, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 7.0 (Nougat), Sense UI 7", "os_version": "5.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.4, + "overall": 15.7, "performance": null, "camera": null, - "battery": 13.4, + "battery": 15.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.098812", - "updated_at": "2026-07-09T01:30:59.098812" + "created_at": "2026-07-09T04:23:05.774017", + "updated_at": "2026-07-09T04:23:05.774017" } diff --git a/site/public/v1/smartphones/htc-one-m9-prime-camera-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m9-prime-camera-2gb-16gb-4g-lte/index.json index d38d9e50c997..d21a88277e84 100644 --- a/site/public/v1/smartphones/htc-one-m9-prime-camera-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m9-prime-camera-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.7, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 5 (Lollipop), Sense UI 7", "os_version": "5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.125340", - "updated_at": "2026-07-09T01:30:59.125340" + "created_at": "2026-07-09T04:23:05.798550", + "updated_at": "2026-07-09T04:23:05.798550" } diff --git a/site/public/v1/smartphones/htc-one-m9-supreme-camera-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m9-supreme-camera-3gb-32gb-4g-lte/index.json index 9742ff5baea2..d2cf426f4453 100644 --- a/site/public/v1/smartphones/htc-one-m9-supreme-camera-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m9-supreme-camera-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 72.0, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 5.2 (Lollipop), Sense UI 7", "os_version": "5.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.100821", - "updated_at": "2026-07-09T01:30:59.100821" + "created_at": "2026-07-09T04:23:05.776017", + "updated_at": "2026-07-09T04:23:05.776017" } diff --git a/site/public/v1/smartphones/htc-one-m9s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-m9s-2gb-16gb-4g-lte/index.json index d6b7b8afbc92..a43461733400 100644 --- a/site/public/v1/smartphones/htc-one-m9s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-m9s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.7, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Sense UI 7", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.101821", - "updated_at": "2026-07-09T01:30:59.101821" + "created_at": "2026-07-09T04:23:05.777017", + "updated_at": "2026-07-09T04:23:05.777017" } diff --git a/site/public/v1/smartphones/htc-one-max-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-max-2gb-32gb-4g-lte/index.json index 065187dc287a..cef0bbdb737c 100644 --- a/site/public/v1/smartphones/htc-one-max-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-max-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 217.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.5, + "width_mm": 82.5, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.0 (Lollipop), Sense UI 5.5", "os_version": "4.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.019871", - "updated_at": "2026-07-09T01:30:59.019871" + "created_at": "2026-07-09T04:23:05.702528", + "updated_at": "2026-07-09T04:23:05.702528" } diff --git a/site/public/v1/smartphones/htc-one-me-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-me-3gb-32gb-4g-lte/index.json index ad0e097e12d0..eef42d753a8a 100644 --- a/site/public/v1/smartphones/htc-one-me-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-me-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 72.0, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 5.2 (Lollipop), upgradable to 6 (Marshmallow), Sense UI 7", "os_version": "5.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.103821", - "updated_at": "2026-07-09T01:30:59.103821" + "created_at": "2026-07-09T04:23:05.778017", + "updated_at": "2026-07-09T04:23:05.778017" } diff --git a/site/public/v1/smartphones/htc-one-mini-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-mini-1gb-16gb-4g-lte/index.json index 746478cea80d..d9ef178bb8c0 100644 --- a/site/public/v1/smartphones/htc-one-mini-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-mini-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 122.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.0, + "width_mm": 63.2, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0 (Lollipop), Sense UI", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.020906", - "updated_at": "2026-07-09T01:30:59.020906" + "created_at": "2026-07-09T04:23:05.703528", + "updated_at": "2026-07-09T04:23:05.703528" } diff --git a/site/public/v1/smartphones/htc-one-mini-2-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-mini-2-1gb-16gb-4g-lte/index.json index bc2fad29e0ec..decda69aae53 100644 --- a/site/public/v1/smartphones/htc-one-mini-2-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-mini-2-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.4, + "width_mm": 65.0, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Sense UI", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.065875", - "updated_at": "2026-07-09T01:30:59.065875" + "created_at": "2026-07-09T04:23:05.742516", + "updated_at": "2026-07-09T04:23:05.742516" } diff --git a/site/public/v1/smartphones/htc-one-s-1gb-16gb-3g/index.json b/site/public/v1/smartphones/htc-one-s-1gb-16gb-3g/index.json index 02380bd76cf7..dcd9d4f250da 100644 --- a/site/public/v1/smartphones/htc-one-s-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/htc-one-s-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 119.5, - "dimensions": {}, + "dimensions": { + "height_mm": 130.9, + "width_mm": 65.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1.1 (Jelly Bean), Sense UI", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.950059", - "updated_at": "2026-07-09T01:30:58.950059" + "created_at": "2026-07-09T04:23:05.660524", + "updated_at": "2026-07-09T04:23:05.660524" } diff --git a/site/public/v1/smartphones/htc-one-s-c2-1gb-16gb-3g/index.json b/site/public/v1/smartphones/htc-one-s-c2-1gb-16gb-3g/index.json index c8474a27be0c..55a2464b40e5 100644 --- a/site/public/v1/smartphones/htc-one-s-c2-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/htc-one-s-c2-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 119.5, - "dimensions": {}, + "dimensions": { + "height_mm": 130.9, + "width_mm": 65.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean), Sense UI", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.951052", - "updated_at": "2026-07-09T01:30:58.951052" + "created_at": "2026-07-09T04:23:05.661524", + "updated_at": "2026-07-09T04:23:05.661524" } diff --git a/site/public/v1/smartphones/htc-one-s9-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-s9-2gb-16gb-4g-lte/index.json index 559fd004d2ac..be617a8b8d0b 100644 --- a/site/public/v1/smartphones/htc-one-s9-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-s9-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.7, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Sense UI", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.127340", - "updated_at": "2026-07-09T01:30:59.127340" + "created_at": "2026-07-09T04:23:05.799536", + "updated_at": "2026-07-09T04:23:05.799536" } diff --git a/site/public/v1/smartphones/htc-one-sv-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-sv-1gb-8gb-4g-lte/index.json index 361c75de773e..f6870074591f 100644 --- a/site/public/v1/smartphones/htc-one-sv-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-sv-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 122.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.0, + "width_mm": 66.9, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.1.2 (Jelly Bean), Sense UI", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.954001", - "updated_at": "2026-07-09T01:30:58.954001" + "created_at": "2026-07-09T04:23:05.664524", + "updated_at": "2026-07-09T04:23:05.664524" } diff --git a/site/public/v1/smartphones/htc-one-vx-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-vx-1gb-8gb-4g-lte/index.json index 6371a11e2d21..d3bdb2b176ef 100644 --- a/site/public/v1/smartphones/htc-one-vx-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-vx-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 124.7, - "dimensions": {}, + "dimensions": { + "height_mm": 133.5, + "width_mm": 67.6, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), Sense UI 4", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.956072", - "updated_at": "2026-07-09T01:30:58.956072" + "created_at": "2026-07-09T04:23:05.666523", + "updated_at": "2026-07-09T04:23:05.666523" } diff --git a/site/public/v1/smartphones/htc-one-x-1gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-x-1gb-64gb-4g-lte/index.json index 06c2b6d97fce..62aa64f0d93d 100644 --- a/site/public/v1/smartphones/htc-one-x-1gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-x-1gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.4, + "width_mm": 69.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.1.1 (Jelly Bean), Sense UI 4", "os_version": "4.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.957071", - "updated_at": "2026-07-09T01:30:58.957071" + "created_at": "2026-07-09T04:23:05.668524", + "updated_at": "2026-07-09T04:23:05.668524" } diff --git a/site/public/v1/smartphones/htc-one-x-at-t-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-x-at-t-1gb-16gb-4g-lte/index.json index a3335b3b81ab..c8a4a544d556 100644 --- a/site/public/v1/smartphones/htc-one-x-at-t-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-x-at-t-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.8, + "width_mm": 69.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean), Sense UI", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.959085", - "updated_at": "2026-07-09T01:30:58.959085" + "created_at": "2026-07-09T04:23:05.669524", + "updated_at": "2026-07-09T04:23:05.669524" } diff --git a/site/public/v1/smartphones/htc-one-x10-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-x10-3gb-32gb-4g-lte/index.json index 8cfc753f6848..4371e866aeba 100644 --- a/site/public/v1/smartphones/htc-one-x10-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-x10-3gb-32gb-4g-lte/index.json @@ -1,10 +1,10 @@ { - "id": 15682, + "id": 16577, "slug": "htc-one-x10-3gb-32gb-4g-lte", "base_model_slug": "one-x10", "name": "HTC One X10", "brand": { - "id": 134, + "id": 143, "slug": "htc", "name": "HTC", "country": "TW", @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.9, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android OS", "os_version": null, @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-06-24T08:53:56.735762", - "updated_at": "2026-06-24T08:53:56.735774" + "created_at": "2026-07-09T04:23:05.801528", + "updated_at": "2026-07-09T04:23:05.801528" } diff --git a/site/public/v1/smartphones/htc-one-x9-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-x9-3gb-32gb-4g-lte/index.json index 1e3d7d34a327..148b12118ba1 100644 --- a/site/public/v1/smartphones/htc-one-x9-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-x9-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 75.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.104821", - "updated_at": "2026-07-09T01:30:59.104821" + "created_at": "2026-07-09T04:23:05.779018", + "updated_at": "2026-07-09T04:23:05.779018" } diff --git a/site/public/v1/smartphones/htc-one-xl-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-one-xl-1gb-32gb-4g-lte/index.json index a70aab557e19..f9395ed885e7 100644 --- a/site/public/v1/smartphones/htc-one-xl-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-one-xl-1gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.8, + "width_mm": 69.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean), Sense UI", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.961083", - "updated_at": "2026-07-09T01:30:58.961083" + "created_at": "2026-07-09T04:23:05.671524", + "updated_at": "2026-07-09T04:23:05.671524" } diff --git a/site/public/v1/smartphones/htc-rezound-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-rezound-1gb-16gb-4g-lte/index.json index f90fee9ce07e..071f15ff8276 100644 --- a/site/public/v1/smartphones/htc-rezound-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-rezound-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.1, - "dimensions": {}, + "dimensions": { + "height_mm": 129.0, + "width_mm": 65.5, + "depth_mm": 13.7 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich), Sense UI 3", "os_version": "2.3.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.923194", - "updated_at": "2026-07-09T01:30:58.923194" + "created_at": "2026-07-09T04:23:05.639990", + "updated_at": "2026-07-09T04:23:05.639990" } diff --git a/site/public/v1/smartphones/htc-u-play-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-u-play-4gb-64gb-4g-lte/index.json index bc1654c61486..a1f50ee7b665 100644 --- a/site/public/v1/smartphones/htc-u-play-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-u-play-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 10.0, + "overall": 10.8, "performance": null, "camera": null, - "battery": 10.0, + "battery": 10.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.130340", - "updated_at": "2026-07-09T01:30:59.130340" + "created_at": "2026-07-09T04:23:05.802527", + "updated_at": "2026-07-09T04:23:05.802527" } diff --git a/site/public/v1/smartphones/htc-u-ultra-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-u-ultra-4gb-128gb-4g-lte/index.json index 26dd8ba6cd01..43ce99402769 100644 --- a/site/public/v1/smartphones/htc-u-ultra-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-u-ultra-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 79.8, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.131449", - "updated_at": "2026-07-09T01:30:59.131449" + "created_at": "2026-07-09T04:23:05.803536", + "updated_at": "2026-07-09T04:23:05.803536" } diff --git a/site/public/v1/smartphones/htc-u11-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-u11-6gb-128gb-4g-lte/index.json index 44cc518ec60f..99e091de5051 100644 --- a/site/public/v1/smartphones/htc-u11-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-u11-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 75.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 9.0 (Pie), Sense UI", "os_version": "7.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.3, + "overall": 25.6, "performance": null, "camera": null, - "battery": 23.3, + "battery": 25.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.133425", - "updated_at": "2026-07-09T01:30:59.133425" + "created_at": "2026-07-09T04:23:05.805534", + "updated_at": "2026-07-09T04:23:05.805534" } diff --git a/site/public/v1/smartphones/htc-u11-eyes-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-u11-eyes-4gb-64gb-4g-lte/index.json index 4387efabd57c..10a6101109b0 100644 --- a/site/public/v1/smartphones/htc-u11-eyes-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-u11-eyes-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3930, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 75.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Sense UI", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.3, + "overall": 26.6, "performance": null, "camera": null, - "battery": 24.3, + "battery": 26.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.149412", - "updated_at": "2026-07-09T01:30:59.149412" + "created_at": "2026-07-09T04:23:05.818528", + "updated_at": "2026-07-09T04:23:05.818528" } diff --git a/site/public/v1/smartphones/htc-u11-life-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-u11-life-4gb-64gb-4g-lte/index.json index d2043a4aaa0a..69812b453fcd 100644 --- a/site/public/v1/smartphones/htc-u11-life-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-u11-life-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 72.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), Android One", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.134432", - "updated_at": "2026-07-09T01:30:59.134432" + "created_at": "2026-07-09T04:23:05.805534", + "updated_at": "2026-07-09T04:23:05.805534" } diff --git a/site/public/v1/smartphones/htc-u12-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-u12-6gb-128gb-4g-lte/index.json index 232d0b328c7f..af65b811c8ab 100644 --- a/site/public/v1/smartphones/htc-u12-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-u12-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 73.9, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), Sense UI", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.3, + "overall": 30.6, "performance": null, "camera": null, - "battery": 28.3, + "battery": 30.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.151381", - "updated_at": "2026-07-09T01:30:59.151381" + "created_at": "2026-07-09T04:23:05.820533", + "updated_at": "2026-07-09T04:23:05.820533" } diff --git a/site/public/v1/smartphones/htc-u12-life-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-u12-life-6gb-128gb-4g-lte/index.json index 9a7465769c23..209679766b25 100644 --- a/site/public/v1/smartphones/htc-u12-life-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-u12-life-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 75.4, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.0, + "overall": 21.9, "performance": null, "camera": null, - "battery": 21.0, + "battery": 21.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.152409", - "updated_at": "2026-07-09T01:30:59.152409" + "created_at": "2026-07-09T04:23:05.821535", + "updated_at": "2026-07-09T04:23:05.821535" } diff --git a/site/public/v1/smartphones/htc-u19e-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-u19e-6gb-128gb-4g-lte/index.json index 6aebe943b901..2bcd2df9e4f8 100644 --- a/site/public/v1/smartphones/htc-u19e-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-u19e-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3930, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 75.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), HTC Sense", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.6, + "overall": 34.9, "performance": null, "camera": null, - "battery": 32.6, + "battery": 34.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.169340", - "updated_at": "2026-07-09T01:30:59.169340" + "created_at": "2026-07-09T04:23:05.835783", + "updated_at": "2026-07-09T04:23:05.835783" } diff --git a/site/public/v1/smartphones/htc-velocity-4g-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-velocity-4g-1gb-16gb-4g-lte/index.json index 98dbd00e4d61..2c053dcb8981 100644 --- a/site/public/v1/smartphones/htc-velocity-4g-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-velocity-4g-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.8, - "dimensions": {}, + "dimensions": { + "height_mm": 128.8, + "width_mm": 67.0, + "depth_mm": 11.3 + }, "ip_rating": null, "os": "Android 2.3.7 (Gingerbread), upgradable to 4.0.4 (Ice Cream Sandwich), Sense UI 3.5", "os_version": "2.3.7", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.963105", - "updated_at": "2026-07-09T01:30:58.963105" + "created_at": "2026-07-09T04:23:05.673530", + "updated_at": "2026-07-09T04:23:05.673530" } diff --git a/site/public/v1/smartphones/htc-velocity-4g-vodafone-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-velocity-4g-vodafone-1gb-16gb-4g-lte/index.json index f98174f20a7d..cdba42265425 100644 --- a/site/public/v1/smartphones/htc-velocity-4g-vodafone-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-velocity-4g-vodafone-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.8, - "dimensions": {}, + "dimensions": { + "height_mm": 128.8, + "width_mm": 67.0, + "depth_mm": 11.3 + }, "ip_rating": null, "os": "Android 2.3, Sense UI 3.5", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.964089", - "updated_at": "2026-07-09T01:30:58.964089" + "created_at": "2026-07-09T04:23:05.673530", + "updated_at": "2026-07-09T04:23:05.673530" } diff --git a/site/public/v1/smartphones/htc-vivid-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-vivid-1gb-16gb-4g-lte/index.json index 00d38869d433..6f44f1cf814c 100644 --- a/site/public/v1/smartphones/htc-vivid-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-vivid-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 176.9, - "dimensions": {}, + "dimensions": { + "height_mm": 128.8, + "width_mm": 67.1, + "depth_mm": 11.2 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich), Sense UI", "os_version": "2.3.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.927783", - "updated_at": "2026-07-09T01:30:58.927783" + "created_at": "2026-07-09T04:23:05.643984", + "updated_at": "2026-07-09T04:23:05.643984" } diff --git a/site/public/v1/smartphones/htc-wildfire-e-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e-2gb-32gb-4g-lte/index.json index 0832ec6e9a5f..075e41d8c725 100644 --- a/site/public/v1/smartphones/htc-wildfire-e-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 71.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.172410", - "updated_at": "2026-07-09T01:30:59.172410" + "created_at": "2026-07-09T04:23:05.838786", + "updated_at": "2026-07-09T04:23:05.838786" } diff --git a/site/public/v1/smartphones/htc-wildfire-e-plus-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e-plus-2gb-32gb-4g-lte/index.json index ce37697930a4..5c35b2591c0d 100644 --- a/site/public/v1/smartphones/htc-wildfire-e-plus-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e-plus-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 12 (Go edition)", "os_version": "12", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.202395", - "updated_at": "2026-07-09T01:30:59.202395" + "created_at": "2026-07-09T04:23:05.863536", + "updated_at": "2026-07-09T04:23:05.863536" } diff --git a/site/public/v1/smartphones/htc-wildfire-e-star-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e-star-2gb-16gb-4g-lte/index.json index c926c10cbbc2..a63acedfd33e 100644 --- a/site/public/v1/smartphones/htc-wildfire-e-star-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e-star-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.5, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 12 (Go edition)", "os_version": "12", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.205411", - "updated_at": "2026-07-09T01:30:59.205411" + "created_at": "2026-07-09T04:23:05.866523", + "updated_at": "2026-07-09T04:23:05.866523" } diff --git a/site/public/v1/smartphones/htc-wildfire-e1-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e1-3gb-32gb-4g-lte/index.json index ff5cd79b6a2a..f8aebbf2dd49 100644 --- a/site/public/v1/smartphones/htc-wildfire-e1-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e1-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 75.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.173411", - "updated_at": "2026-07-09T01:30:59.173411" + "created_at": "2026-07-09T04:23:05.838786", + "updated_at": "2026-07-09T04:23:05.838786" } diff --git a/site/public/v1/smartphones/htc-wildfire-e1-lite-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e1-lite-2gb-16gb-4g-lte/index.json index 9f4a65f38398..43d2560b18c8 100644 --- a/site/public/v1/smartphones/htc-wildfire-e1-lite-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e1-lite-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 71.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.189407", - "updated_at": "2026-07-09T01:30:59.189407" + "created_at": "2026-07-09T04:23:05.851989", + "updated_at": "2026-07-09T04:23:05.851989" } diff --git a/site/public/v1/smartphones/htc-wildfire-e1-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e1-plus-3gb-32gb-4g-lte/index.json index c8decb3238f6..72f6cd770379 100644 --- a/site/public/v1/smartphones/htc-wildfire-e1-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e1-plus-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 75.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.174430", - "updated_at": "2026-07-09T01:30:59.174430" + "created_at": "2026-07-09T04:23:05.840780", + "updated_at": "2026-07-09T04:23:05.840780" } diff --git a/site/public/v1/smartphones/htc-wildfire-e2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e2-4gb-64gb-4g-lte/index.json index 9474cc5be35f..d8e0f7bc1e5b 100644 --- a/site/public/v1/smartphones/htc-wildfire-e2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e2-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 173.5, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.190424", - "updated_at": "2026-07-09T01:30:59.190424" + "created_at": "2026-07-09T04:23:05.852990", + "updated_at": "2026-07-09T04:23:05.852990" } diff --git a/site/public/v1/smartphones/htc-wildfire-e2-play-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e2-play-8gb-128gb-4g-lte/index.json index bb971b1f224c..182797e93586 100644 --- a/site/public/v1/smartphones/htc-wildfire-e2-play-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e2-play-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 174.2, + "width_mm": 78.6, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 29.6, "performance": 23.3, "camera": null, - "battery": 35.2, + "battery": 36.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.206403", - "updated_at": "2026-07-09T01:30:59.206403" + "created_at": "2026-07-09T04:23:05.866523", + "updated_at": "2026-07-09T04:23:05.866523" } diff --git a/site/public/v1/smartphones/htc-wildfire-e3-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e3-4gb-128gb-4g-lte/index.json index 185a7ab1e10a..ed19cf843297 100644 --- a/site/public/v1/smartphones/htc-wildfire-e3-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e3-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.6, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.199341", - "updated_at": "2026-07-09T01:30:59.199341" + "created_at": "2026-07-09T04:23:05.860532", + "updated_at": "2026-07-09T04:23:05.860532" } diff --git a/site/public/v1/smartphones/htc-wildfire-e3-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-e3-lite-4gb-64gb-4g-lte/index.json index c314e3678a62..c8613b6e2d8a 100644 --- a/site/public/v1/smartphones/htc-wildfire-e3-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-e3-lite-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 218.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.5, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.206403", - "updated_at": "2026-07-09T01:30:59.206403" + "created_at": "2026-07-09T04:23:05.867524", + "updated_at": "2026-07-09T04:23:05.867524" } diff --git a/site/public/v1/smartphones/htc-wildfire-r70-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-r70-2gb-32gb-4g-lte/index.json index f6a91a2bce63..4a56d961598b 100644 --- a/site/public/v1/smartphones/htc-wildfire-r70-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-r70-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.2, + "width_mm": 77.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9 (Pie)", "os_version": "9", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.193396", - "updated_at": "2026-07-09T01:30:59.193396" + "created_at": "2026-07-09T04:23:05.854998", + "updated_at": "2026-07-09T04:23:05.854998" } diff --git a/site/public/v1/smartphones/htc-wildfire-x-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/htc-wildfire-x-4gb-128gb-4g-lte/index.json index f92f83eabd64..f66842b58511 100644 --- a/site/public/v1/smartphones/htc-wildfire-x-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-wildfire-x-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9 (Pie)", "os_version": "9", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.2, + "overall": 23.0, "performance": null, "camera": null, - "battery": 22.2, + "battery": 23.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.176391", - "updated_at": "2026-07-09T01:30:59.176391" + "created_at": "2026-07-09T04:23:05.841780", + "updated_at": "2026-07-09T04:23:05.841780" } diff --git a/site/public/v1/smartphones/htc-windows-phone-8x-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/htc-windows-phone-8x-1gb-16gb-4g-lte/index.json index 7fcb625b5540..de0ab7929c21 100644 --- a/site/public/v1/smartphones/htc-windows-phone-8x-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/htc-windows-phone-8x-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.4, + "width_mm": 66.2, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1.1", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:58.974086", - "updated_at": "2026-07-09T01:30:58.974086" + "created_at": "2026-07-09T04:23:05.675523", + "updated_at": "2026-07-09T04:23:05.675523" } diff --git a/site/public/v1/smartphones/huawei-ascend-d-quad-1gb-8gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-d-quad-1gb-8gb-3g/index.json index d20f5bf88cee..0cb638f1e911 100644 --- a/site/public/v1/smartphones/huawei-ascend-d-quad-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-d-quad-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.0, + "width_mm": 64.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.251921", - "updated_at": "2026-07-09T01:30:59.251921" + "created_at": "2026-07-09T04:23:05.904879", + "updated_at": "2026-07-09T04:23:05.904879" } diff --git a/site/public/v1/smartphones/huawei-ascend-d-quad-xl-1gb-8gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-d-quad-xl-1gb-8gb-3g/index.json index 18e32faacb10..723ee9e34d02 100644 --- a/site/public/v1/smartphones/huawei-ascend-d-quad-xl-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-d-quad-xl-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.0, + "width_mm": 64.0, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.252964", - "updated_at": "2026-07-09T01:30:59.252964" + "created_at": "2026-07-09T04:23:05.905886", + "updated_at": "2026-07-09T04:23:05.905886" } diff --git a/site/public/v1/smartphones/huawei-ascend-d1-1gb-8gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-d1-1gb-8gb-3g/index.json index 0a79151eba2c..7ff5bfd95a39 100644 --- a/site/public/v1/smartphones/huawei-ascend-d1-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-d1-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.0, + "width_mm": 64.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.2 (Jelly Bean)", "os_version": "4.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.254918", - "updated_at": "2026-07-09T01:30:59.254918" + "created_at": "2026-07-09T04:23:05.906883", + "updated_at": "2026-07-09T04:23:05.906883" } diff --git a/site/public/v1/smartphones/huawei-ascend-d1-xl-u9500e-1gb-8gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-d1-xl-u9500e-1gb-8gb-3g/index.json index 28a29e762f68..d826c73dab62 100644 --- a/site/public/v1/smartphones/huawei-ascend-d1-xl-u9500e-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-d1-xl-u9500e-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.9, + "width_mm": 64.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.254918", - "updated_at": "2026-07-09T01:30:59.254918" + "created_at": "2026-07-09T04:23:05.906883", + "updated_at": "2026-07-09T04:23:05.906883" } diff --git a/site/public/v1/smartphones/huawei-ascend-d2-2gb-32gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-d2-2gb-32gb-3g/index.json index e7546bb7a843..b426886af1e8 100644 --- a/site/public/v1/smartphones/huawei-ascend-d2-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-d2-2gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.0, + "width_mm": 71.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.280920", - "updated_at": "2026-07-09T01:30:59.280920" + "created_at": "2026-07-09T04:23:05.928588", + "updated_at": "2026-07-09T04:23:05.928588" } diff --git a/site/public/v1/smartphones/huawei-ascend-g500-1gb-4gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-g500-1gb-4gb-3g/index.json index 5ca0dfca3f7d..8209cd1e9c04 100644 --- a/site/public/v1/smartphones/huawei-ascend-g500-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-g500-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.0, + "width_mm": 65.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.257930", - "updated_at": "2026-07-09T01:30:59.257930" + "created_at": "2026-07-09T04:23:05.909878", + "updated_at": "2026-07-09T04:23:05.909878" } diff --git a/site/public/v1/smartphones/huawei-ascend-g525-1gb-4gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-g525-1gb-4gb-3g/index.json index 52f5415ef9b9..0464b40949ab 100644 --- a/site/public/v1/smartphones/huawei-ascend-g525-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-g525-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.0, + "width_mm": 66.8, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.282919", - "updated_at": "2026-07-09T01:30:59.282919" + "created_at": "2026-07-09T04:23:05.929588", + "updated_at": "2026-07-09T04:23:05.929588" } diff --git a/site/public/v1/smartphones/huawei-ascend-g535-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-g535-1gb-8gb-4g-lte/index.json index af78d07fa6e4..ab10d8133800 100644 --- a/site/public/v1/smartphones/huawei-ascend-g535-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-g535-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.0, + "width_mm": 65.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.308932", - "updated_at": "2026-07-09T01:30:59.308932" + "created_at": "2026-07-09T04:23:05.954102", + "updated_at": "2026-07-09T04:23:05.954102" } diff --git a/site/public/v1/smartphones/huawei-ascend-g6-4g-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-g6-4g-1gb-8gb-4g-lte/index.json index d09b5807ce13..d4d360b42c4b 100644 --- a/site/public/v1/smartphones/huawei-ascend-g6-4g-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-g6-4g-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 115.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.2, + "width_mm": 65.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), EMUI Lite 2", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.311002", - "updated_at": "2026-07-09T01:30:59.311002" + "created_at": "2026-07-09T04:23:05.955101", + "updated_at": "2026-07-09T04:23:05.955101" } diff --git a/site/public/v1/smartphones/huawei-ascend-g615-1gb-8gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-g615-1gb-8gb-3g/index.json index 8277ce63a1c0..0665360bbdfe 100644 --- a/site/public/v1/smartphones/huawei-ascend-g615-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-g615-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.5, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.283919", - "updated_at": "2026-07-09T01:30:59.283919" + "created_at": "2026-07-09T04:23:05.931588", + "updated_at": "2026-07-09T04:23:05.931588" } diff --git a/site/public/v1/smartphones/huawei-ascend-g620s-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-g620s-1gb-8gb-4g-lte/index.json index c3ab03fa571a..2ac95b7c558a 100644 --- a/site/public/v1/smartphones/huawei-ascend-g620s-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-g620s-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.9, + "width_mm": 72.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), EMUI 3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.311998", - "updated_at": "2026-07-09T01:30:59.311998" + "created_at": "2026-07-09T04:23:05.957102", + "updated_at": "2026-07-09T04:23:05.957102" } diff --git a/site/public/v1/smartphones/huawei-ascend-g7-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-g7-2gb-16gb-4g-lte/index.json index 381704fe9756..78703e14436b 100644 --- a/site/public/v1/smartphones/huawei-ascend-g7-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-g7-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 77.3, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6 (Marshmallow), EMUI 3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.314012", - "updated_at": "2026-07-09T01:30:59.314012" + "created_at": "2026-07-09T04:23:05.959102", + "updated_at": "2026-07-09T04:23:05.959102" } diff --git a/site/public/v1/smartphones/huawei-ascend-g740-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-g740-1gb-8gb-4g-lte/index.json index 4bb6cf2ea89e..d6645f6ab59f 100644 --- a/site/public/v1/smartphones/huawei-ascend-g740-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-g740-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.5, + "width_mm": 71.5, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.286947", - "updated_at": "2026-07-09T01:30:59.286947" + "created_at": "2026-07-09T04:23:05.933589", + "updated_at": "2026-07-09T04:23:05.933589" } diff --git a/site/public/v1/smartphones/huawei-ascend-gx1-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-gx1-1gb-8gb-4g-lte/index.json index 2ecbfd33f502..a27ac81e7bae 100644 --- a/site/public/v1/smartphones/huawei-ascend-gx1-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-gx1-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 84.5, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.315578", - "updated_at": "2026-07-09T01:30:59.315578" + "created_at": "2026-07-09T04:23:05.960101", + "updated_at": "2026-07-09T04:23:05.960101" } diff --git a/site/public/v1/smartphones/huawei-ascend-mate2-4g-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-mate2-4g-2gb-16gb-4g-lte/index.json index d3ac18c39c98..292511b4df86 100644 --- a/site/public/v1/smartphones/huawei-ascend-mate2-4g-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-mate2-4g-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 84.7, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.1 (Lollipop), EMUI 2", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.317681", - "updated_at": "2026-07-09T01:30:59.317681" + "created_at": "2026-07-09T04:23:05.961101", + "updated_at": "2026-07-09T04:23:05.961101" } diff --git a/site/public/v1/smartphones/huawei-ascend-p1-1gb-4gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-p1-1gb-4gb-3g/index.json index d299575c9c31..07da9c9119b4 100644 --- a/site/public/v1/smartphones/huawei-ascend-p1-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-p1-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.4, + "width_mm": 64.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.2 (Jelly Bean)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.259916", - "updated_at": "2026-07-09T01:30:59.259916" + "created_at": "2026-07-09T04:23:05.911063", + "updated_at": "2026-07-09T04:23:05.911063" } diff --git a/site/public/v1/smartphones/huawei-ascend-p1-lte-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-p1-lte-1gb-4gb-4g-lte/index.json index e86806348c4a..64a08707cbae 100644 --- a/site/public/v1/smartphones/huawei-ascend-p1-lte-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-p1-lte-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.5, + "width_mm": 65.4, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.260862", - "updated_at": "2026-07-09T01:30:59.260862" + "created_at": "2026-07-09T04:23:05.912066", + "updated_at": "2026-07-09T04:23:05.912066" } diff --git a/site/public/v1/smartphones/huawei-ascend-p1s-1gb-4gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-p1s-1gb-4gb-3g/index.json index 112f6b4c7c53..e4aab9185421 100644 --- a/site/public/v1/smartphones/huawei-ascend-p1s-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-p1s-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.4, + "width_mm": 64.8, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.262942", - "updated_at": "2026-07-09T01:30:59.262942" + "created_at": "2026-07-09T04:23:05.913066", + "updated_at": "2026-07-09T04:23:05.913066" } diff --git a/site/public/v1/smartphones/huawei-ascend-p2-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-p2-1gb-16gb-4g-lte/index.json index 5db32bfe5b1b..85a69ac75298 100644 --- a/site/public/v1/smartphones/huawei-ascend-p2-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-p2-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 122.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.2, + "width_mm": 66.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), EMUI 1.6", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.288918", - "updated_at": "2026-07-09T01:30:59.288918" + "created_at": "2026-07-09T04:23:05.936595", + "updated_at": "2026-07-09T04:23:05.936595" } diff --git a/site/public/v1/smartphones/huawei-ascend-p6-2gb-16gb-3g/index.json b/site/public/v1/smartphones/huawei-ascend-p6-2gb-16gb-3g/index.json index 2a0e9d4423af..359dafa96c0a 100644 --- a/site/public/v1/smartphones/huawei-ascend-p6-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-ascend-p6-2gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.7, + "width_mm": 65.5, + "depth_mm": 6.2 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 4.4.2 (KitKat), EMUI 1.6", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.289938", - "updated_at": "2026-07-09T01:30:59.289938" + "created_at": "2026-07-09T04:23:05.937593", + "updated_at": "2026-07-09T04:23:05.937593" } diff --git a/site/public/v1/smartphones/huawei-ascend-p7-mini-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-p7-mini-1gb-8gb-4g-lte/index.json index 47efbf8fcf00..afb8e9c8756f 100644 --- a/site/public/v1/smartphones/huawei-ascend-p7-mini-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-p7-mini-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 115.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.2, + "width_mm": 65.3, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), EMUI Lite 2", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.322666", - "updated_at": "2026-07-09T01:30:59.322666" + "created_at": "2026-07-09T04:23:05.966102", + "updated_at": "2026-07-09T04:23:05.966102" } diff --git a/site/public/v1/smartphones/huawei-ascend-y550-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-ascend-y550-1gb-4gb-4g-lte/index.json index e9ce42be4ddb..a6e6823d0af7 100644 --- a/site/public/v1/smartphones/huawei-ascend-y550-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-ascend-y550-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 68.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), EMUI 2.3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.325664", - "updated_at": "2026-07-09T01:30:59.325664" + "created_at": "2026-07-09T04:23:05.969101", + "updated_at": "2026-07-09T04:23:05.969101" } diff --git a/site/public/v1/smartphones/huawei-enjoy-10-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-10-6gb-128gb-4g-lte/index.json index f9709f244287..b5eabffeca3f 100644 --- a/site/public/v1/smartphones/huawei-enjoy-10-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-10-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.0, + "overall": 27.5, "performance": 24.8, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.635358", - "updated_at": "2026-07-09T01:30:59.635358" + "created_at": "2026-07-09T04:23:06.220715", + "updated_at": "2026-07-09T04:23:06.220715" } diff --git a/site/public/v1/smartphones/huawei-enjoy-10-plus-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-10-plus-8gb-128gb-4g-lte/index.json index 44e560e53fbc..4b3267a8312c 100644 --- a/site/public/v1/smartphones/huawei-enjoy-10-plus-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-10-plus-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.7, + "overall": 28.1, "performance": 26.2, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.636358", - "updated_at": "2026-07-09T01:30:59.636358" + "created_at": "2026-07-09T04:23:06.221714", + "updated_at": "2026-07-09T04:23:06.221714" } diff --git a/site/public/v1/smartphones/huawei-enjoy-10e-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-10e-4gb-128gb-4g-lte/index.json index 3758f6f056ba..6584a9b5177c 100644 --- a/site/public/v1/smartphones/huawei-enjoy-10e-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-10e-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.858960", - "updated_at": "2026-07-09T01:30:59.858960" + "created_at": "2026-07-09T04:23:06.377412", + "updated_at": "2026-07-09T04:23:06.377412" } diff --git a/site/public/v1/smartphones/huawei-enjoy-10s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-10s-8gb-128gb-4g-lte/index.json index b750c04b313d..9b910d8fea91 100644 --- a/site/public/v1/smartphones/huawei-enjoy-10s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-10s-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.4, + "width_mm": 73.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.7, + "overall": 28.1, "performance": 26.2, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.641353", - "updated_at": "2026-07-09T01:30:59.641353" + "created_at": "2026-07-09T04:23:06.227238", + "updated_at": "2026-07-09T04:23:06.227238" } diff --git a/site/public/v1/smartphones/huawei-enjoy-20-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/huawei-enjoy-20-5g-6gb-128gb-5g/index.json index 44c85f82681a..3215235b15d2 100644 --- a/site/public/v1/smartphones/huawei-enjoy-20-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-20-5g-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.5, + "overall": 43.0, "performance": 35.5, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.860669", - "updated_at": "2026-07-09T01:30:59.860669" + "created_at": "2026-07-09T04:23:06.378413", + "updated_at": "2026-07-09T04:23:06.378413" } diff --git a/site/public/v1/smartphones/huawei-enjoy-20-plus-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/huawei-enjoy-20-plus-5g-8gb-128gb-5g/index.json index 89035ce991b7..d372f91d8b8f 100644 --- a/site/public/v1/smartphones/huawei-enjoy-20-plus-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-20-plus-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 76.5, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 42.3, "performance": 36.9, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.861678", - "updated_at": "2026-07-09T01:30:59.861678" + "created_at": "2026-07-09T04:23:06.379413", + "updated_at": "2026-07-09T04:23:06.379413" } diff --git a/site/public/v1/smartphones/huawei-enjoy-20-pro-8gb-128gb-5g/index.json b/site/public/v1/smartphones/huawei-enjoy-20-pro-8gb-128gb-5g/index.json index 7f42b03e4251..17ad3a334563 100644 --- a/site/public/v1/smartphones/huawei-enjoy-20-pro-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-20-pro-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 39.8, "performance": 37.0, "camera": null, - "battery": 39.6, + "battery": 42.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.863678", - "updated_at": "2026-07-09T01:30:59.863678" + "created_at": "2026-07-09T04:23:06.380412", + "updated_at": "2026-07-09T04:23:06.380412" } diff --git a/site/public/v1/smartphones/huawei-enjoy-20-se-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-20-se-8gb-128gb-4g-lte/index.json index 3ed0b4cb8861..02065ef67d3e 100644 --- a/site/public/v1/smartphones/huawei-enjoy-20-se-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-20-se-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.9, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.7, + "overall": 33.2, "performance": 24.2, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.865678", - "updated_at": "2026-07-09T01:30:59.865678" + "created_at": "2026-07-09T04:23:06.382423", + "updated_at": "2026-07-09T04:23:06.382423" } diff --git a/site/public/v1/smartphones/huawei-enjoy-20e-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-20e-6gb-128gb-4g-lte/index.json index 3c81d4368406..5bedb70ba704 100644 --- a/site/public/v1/smartphones/huawei-enjoy-20e-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-20e-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "HarmonyOS 2.0 (China), EMUI 10.1 (International), no Google Play Services", "os_version": "2.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.072679", - "updated_at": "2026-07-09T01:31:00.072679" + "created_at": "2026-07-09T04:23:06.541580", + "updated_at": "2026-07-09T04:23:06.541580" } diff --git a/site/public/v1/smartphones/huawei-enjoy-5s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-5s-2gb-16gb-4g-lte/index.json index dfa968157bfa..cfad6861f999 100644 --- a/site/public/v1/smartphones/huawei-enjoy-5s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-5s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), EMUI 3.1 Lite", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.351647", - "updated_at": "2026-07-09T01:30:59.351647" + "created_at": "2026-07-09T04:23:05.992827", + "updated_at": "2026-07-09T04:23:05.992827" } diff --git a/site/public/v1/smartphones/huawei-enjoy-6-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-6-3gb-16gb-4g-lte/index.json index d7d092805cad..99fe15cc2f28 100644 --- a/site/public/v1/smartphones/huawei-enjoy-6-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-6-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.2, + "width_mm": 70.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.395707", - "updated_at": "2026-07-09T01:30:59.395707" + "created_at": "2026-07-09T04:23:06.033337", + "updated_at": "2026-07-09T04:23:06.033337" } diff --git a/site/public/v1/smartphones/huawei-enjoy-6s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-6s-3gb-32gb-4g-lte/index.json index f7cb3530b858..81800019ec7d 100644 --- a/site/public/v1/smartphones/huawei-enjoy-6s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-6s-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 69.9, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.396676", - "updated_at": "2026-07-09T01:30:59.396676" + "created_at": "2026-07-09T04:23:06.035342", + "updated_at": "2026-07-09T04:23:06.035342" } diff --git a/site/public/v1/smartphones/huawei-enjoy-70-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-70-8gb-256gb-4g-lte/index.json index 50086b74ecb0..667463eb09d8 100644 --- a/site/public/v1/smartphones/huawei-enjoy-70-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-70-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 207.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "HarmonyOS 4.0", "os_version": "4.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.7, + "overall": 38.2, "performance": 24.2, "camera": null, - "battery": 49.2, + "battery": 52.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.402931", - "updated_at": "2026-07-09T01:31:00.402931" + "created_at": "2026-07-09T04:23:06.726329", + "updated_at": "2026-07-09T04:23:06.726329" } diff --git a/site/public/v1/smartphones/huawei-enjoy-70z-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-70z-8gb-256gb-4g-lte/index.json index 522bab3bd573..138126533ab8 100644 --- a/site/public/v1/smartphones/huawei-enjoy-70z-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-70z-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "HarmonyOS 4.0", "os_version": "4.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.7, + "overall": 38.2, "performance": 24.2, "camera": null, - "battery": 49.2, + "battery": 52.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.542149", - "updated_at": "2026-07-09T01:31:00.542149" + "created_at": "2026-07-09T04:23:06.769761", + "updated_at": "2026-07-09T04:23:06.769761" } diff --git a/site/public/v1/smartphones/huawei-enjoy-9-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-9-4gb-64gb-4g-lte/index.json index 3611e0757e7a..8c21f598e4a4 100644 --- a/site/public/v1/smartphones/huawei-enjoy-9-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-9-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 76.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.2", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.470953", - "updated_at": "2026-07-09T01:30:59.470953" + "created_at": "2026-07-09T04:23:06.101897", + "updated_at": "2026-07-09T04:23:06.101897" } diff --git a/site/public/v1/smartphones/huawei-enjoy-9s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-enjoy-9s-6gb-128gb-4g-lte/index.json index 1bf461b2408c..74b861fad10a 100644 --- a/site/public/v1/smartphones/huawei-enjoy-9s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-9s-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.5, + "overall": 23.9, "performance": 23.9, "camera": null, - "battery": 23.2, + "battery": 24.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.646383", - "updated_at": "2026-07-09T01:30:59.646383" + "created_at": "2026-07-09T04:23:06.230232", + "updated_at": "2026-07-09T04:23:06.230232" } diff --git a/site/public/v1/smartphones/huawei-enjoy-z-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/huawei-enjoy-z-5g-8gb-128gb-5g/index.json index d59e56cfa576..bc18b9b849b7 100644 --- a/site/public/v1/smartphones/huawei-enjoy-z-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-enjoy-z-5g-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 39.8, "performance": 37.0, "camera": null, - "battery": 39.6, + "battery": 42.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.867678", - "updated_at": "2026-07-09T01:30:59.867678" + "created_at": "2026-07-09T04:23:06.383415", + "updated_at": "2026-07-09T04:23:06.383415" } diff --git a/site/public/v1/smartphones/huawei-g610s-1gb-4gb-3g/index.json b/site/public/v1/smartphones/huawei-g610s-1gb-4gb-3g/index.json index 8d155584b0a5..83a737aa5b07 100644 --- a/site/public/v1/smartphones/huawei-g610s-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/huawei-g610s-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 73.6, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.294940", - "updated_at": "2026-07-09T01:30:59.294940" + "created_at": "2026-07-09T04:23:05.941593", + "updated_at": "2026-07-09T04:23:05.941593" } diff --git a/site/public/v1/smartphones/huawei-g7-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-g7-plus-3gb-32gb-4g-lte/index.json index 22423b38ef03..f26d1089bd1b 100644 --- a/site/public/v1/smartphones/huawei-g7-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-g7-plus-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 76.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), upgradable to 6.0 (Marshmallow), EMUI 3.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.353586", - "updated_at": "2026-07-09T01:30:59.353586" + "created_at": "2026-07-09T04:23:05.993827", + "updated_at": "2026-07-09T04:23:05.993827" } diff --git a/site/public/v1/smartphones/huawei-g9-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-g9-plus-4gb-64gb-4g-lte/index.json index 6a23af3e2d9f..6561a4395204 100644 --- a/site/public/v1/smartphones/huawei-g9-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-g9-plus-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.8, + "width_mm": 75.7, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.398674", - "updated_at": "2026-07-09T01:30:59.398674" + "created_at": "2026-07-09T04:23:06.036342", + "updated_at": "2026-07-09T04:23:06.036342" } diff --git a/site/public/v1/smartphones/huawei-mate-10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-10-4gb-64gb-4g-lte/index.json index 73c46d83a918..8f4927d43c0b 100644 --- a/site/public/v1/smartphones/huawei-mate-10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-10-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.5, + "width_mm": 77.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10, EMUI 10.2", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.7, + "overall": 48.2, "performance": 60.1, "camera": null, - "battery": 33.3, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.433922", - "updated_at": "2026-07-09T01:30:59.433922" + "created_at": "2026-07-09T04:23:06.070383", + "updated_at": "2026-07-09T04:23:06.070383" } diff --git a/site/public/v1/smartphones/huawei-mate-10-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-10-lite-4gb-64gb-4g-lte/index.json index 3371eca9c4c4..18a284ba265f 100644 --- a/site/public/v1/smartphones/huawei-mate-10-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-10-lite-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.2, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.0 (Oreo), EMUI 5.1", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.434927", - "updated_at": "2026-07-09T01:30:59.434927" + "created_at": "2026-07-09T04:23:06.070383", + "updated_at": "2026-07-09T04:23:06.070383" } diff --git a/site/public/v1/smartphones/huawei-mate-10-porsche-design-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-10-porsche-design-6gb-256gb-4g-lte/index.json index 4d158eda0fd6..7597638b4d8d 100644 --- a/site/public/v1/smartphones/huawei-mate-10-porsche-design-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-10-porsche-design-6gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.2, + "width_mm": 74.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 9.1", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 49.0, "performance": 61.5, "camera": null, - "battery": 33.3, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.435926", - "updated_at": "2026-07-09T01:30:59.435926" + "created_at": "2026-07-09T04:23:06.071385", + "updated_at": "2026-07-09T04:23:06.071385" } diff --git a/site/public/v1/smartphones/huawei-mate-10-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-10-pro-6gb-128gb-4g-lte/index.json index eeb390a14325..1fc1aee73d2c 100644 --- a/site/public/v1/smartphones/huawei-mate-10-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-10-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.2, + "width_mm": 74.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10, EMUI 10.2", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 49.0, "performance": 61.5, "camera": null, - "battery": 33.3, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.436878", - "updated_at": "2026-07-09T01:30:59.436878" + "created_at": "2026-07-09T04:23:06.072383", + "updated_at": "2026-07-09T04:23:06.072383" } diff --git a/site/public/v1/smartphones/huawei-mate-20-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-20-6gb-128gb-4g-lte/index.json index 45609cb379d7..7551e7e0d3c7 100644 --- a/site/public/v1/smartphones/huawei-mate-20-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-20-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 77.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 56.8, + "overall": 58.2, "performance": 73.9, "camera": null, - "battery": 39.6, + "battery": 42.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.507019", - "updated_at": "2026-07-09T01:30:59.507019" + "created_at": "2026-07-09T04:23:06.136271", + "updated_at": "2026-07-09T04:23:06.136271" } diff --git a/site/public/v1/smartphones/huawei-mate-20-lite-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-20-lite-6gb-64gb-4g-lte/index.json index 2f7bcfd47773..4bceb0f8d5f3 100644 --- a/site/public/v1/smartphones/huawei-mate-20-lite-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-20-lite-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.3, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, EMUI 12", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.3, + "overall": 26.4, "performance": 23.9, "camera": null, - "battery": 26.7, + "battery": 28.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.509037", - "updated_at": "2026-07-09T01:30:59.509037" + "created_at": "2026-07-09T04:23:06.138271", + "updated_at": "2026-07-09T04:23:06.138271" } diff --git a/site/public/v1/smartphones/huawei-mate-20-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-20-pro-8gb-256gb-4g-lte/index.json index 44a6cc3a72e9..b1576c978fc1 100644 --- a/site/public/v1/smartphones/huawei-mate-20-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-20-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.8, + "width_mm": 72.3, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.5, + "overall": 61.5, "performance": 75.3, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.516600", - "updated_at": "2026-07-09T01:30:59.516600" + "created_at": "2026-07-09T04:23:06.145270", + "updated_at": "2026-07-09T04:23:06.145270" } diff --git a/site/public/v1/smartphones/huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte/index.json index e240886c74d4..e0384d0fb41d 100644 --- a/site/public/v1/smartphones/huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-20-rs-porsche-design-8gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.8, + "width_mm": 72.3, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.5, + "overall": 61.5, "performance": 75.3, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.521659", - "updated_at": "2026-07-09T01:30:59.521659" + "created_at": "2026-07-09T04:23:06.150123", + "updated_at": "2026-07-09T04:23:06.150123" } diff --git a/site/public/v1/smartphones/huawei-mate-20-x-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-mate-20-x-5g-8gb-256gb-5g/index.json index 4277db8acd4e..81a0d3ad0749 100644 --- a/site/public/v1/smartphones/huawei-mate-20-x-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-mate-20-x-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 233.0, - "dimensions": {}, + "dimensions": { + "height_mm": 174.6, + "width_mm": 85.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.5, + "overall": 61.5, "performance": 75.3, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.720807", - "updated_at": "2026-07-09T01:30:59.720807" + "created_at": "2026-07-09T04:23:06.275360", + "updated_at": "2026-07-09T04:23:06.275360" } diff --git a/site/public/v1/smartphones/huawei-mate-20-x-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-20-x-8gb-256gb-4g-lte/index.json index 5508d88ffe72..873233ca6d76 100644 --- a/site/public/v1/smartphones/huawei-mate-20-x-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-20-x-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 232.0, - "dimensions": {}, + "dimensions": { + "height_mm": 174.6, + "width_mm": 85.4, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 62.5, + "overall": 64.0, "performance": 75.3, "camera": null, - "battery": 49.6, + "battery": 52.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.524670", - "updated_at": "2026-07-09T01:30:59.524670" + "created_at": "2026-07-09T04:23:06.152786", + "updated_at": "2026-07-09T04:23:06.152786" } diff --git a/site/public/v1/smartphones/huawei-mate-30-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-mate-30-5g-8gb-256gb-5g/index.json index f0dd5feff924..e89a5bf29d50 100644 --- a/site/public/v1/smartphones/huawei-mate-30-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-mate-30-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.8, + "width_mm": 76.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 48.1, "performance": 48.5, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.723804", - "updated_at": "2026-07-09T01:30:59.723804" + "created_at": "2026-07-09T04:23:06.277359", + "updated_at": "2026-07-09T04:23:06.277359" } diff --git a/site/public/v1/smartphones/huawei-mate-30-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-30-8gb-128gb-4g-lte/index.json index 1e5b575ed24e..5f6534201104 100644 --- a/site/public/v1/smartphones/huawei-mate-30-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-30-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.8, + "width_mm": 76.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 47.7, "performance": null, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.722805", - "updated_at": "2026-07-09T01:30:59.722805" + "created_at": "2026-07-09T04:23:06.276359", + "updated_at": "2026-07-09T04:23:06.276359" } diff --git a/site/public/v1/smartphones/huawei-mate-30-pro-5g-8gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-mate-30-pro-5g-8gb-512gb-5g/index.json index 2574c363b140..7e6f23305695 100644 --- a/site/public/v1/smartphones/huawei-mate-30-pro-5g-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-mate-30-pro-5g-8gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.1, + "width_mm": 73.1, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.5, + "overall": 49.6, "performance": 48.5, "camera": null, - "battery": 44.6, + "battery": 50.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.733865", - "updated_at": "2026-07-09T01:30:59.733865" + "created_at": "2026-07-09T04:23:06.285359", + "updated_at": "2026-07-09T04:23:06.285359" } diff --git a/site/public/v1/smartphones/huawei-mate-30-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-30-pro-8gb-256gb-4g-lte/index.json index 7a343983dc68..153282e97cae 100644 --- a/site/public/v1/smartphones/huawei-mate-30-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-30-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.1, + "width_mm": 73.1, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, EMUI 11, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 50.7, "performance": null, "camera": null, - "battery": 44.6, + "battery": 50.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.732907", - "updated_at": "2026-07-09T01:30:59.732907" + "created_at": "2026-07-09T04:23:06.284363", + "updated_at": "2026-07-09T04:23:06.284363" } diff --git a/site/public/v1/smartphones/huawei-mate-30-rs-porsche-design-12gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-mate-30-rs-porsche-design-12gb-512gb-5g/index.json index f2a8ccb85bea..4b686db8a89a 100644 --- a/site/public/v1/smartphones/huawei-mate-30-rs-porsche-design-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-mate-30-rs-porsche-design-12gb-512gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.1, + "width_mm": 73.1, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.9, + "overall": 51.0, "performance": 51.2, "camera": null, - "battery": 44.6, + "battery": 50.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.740808", - "updated_at": "2026-07-09T01:30:59.740808" + "created_at": "2026-07-09T04:23:06.290359", + "updated_at": "2026-07-09T04:23:06.290359" } diff --git a/site/public/v1/smartphones/huawei-mate-40-pro-4g-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-40-pro-4g-8gb-512gb-4g-lte/index.json index 089dd7edf34a..99e43f06580f 100644 --- a/site/public/v1/smartphones/huawei-mate-40-pro-4g-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-40-pro-4g-8gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4400, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 212.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.9, + "width_mm": 75.5, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "HarmonyOS 2.0", "os_version": "2.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.9, + "overall": 57.2, "performance": 56.1, "camera": null, - "battery": 47.7, + "battery": 58.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.111688", - "updated_at": "2026-07-09T01:31:00.111688" + "created_at": "2026-07-09T04:23:06.577610", + "updated_at": "2026-07-09T04:23:06.577610" } diff --git a/site/public/v1/smartphones/huawei-mate-60-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-60-12gb-512gb-4g-lte/index.json index 4c1b208024a7..4a1b91158012 100644 --- a/site/public/v1/smartphones/huawei-mate-60-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-60-12gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4750, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.4, + "width_mm": 76.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "HarmonyOS 4.0 (China)", "os_version": "4.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.5, + "overall": 56.8, "performance": 55.8, "camera": null, - "battery": 47.1, + "battery": 57.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.484559", - "updated_at": "2026-07-09T01:31:00.484559" + "created_at": "2026-07-09T04:23:06.756705", + "updated_at": "2026-07-09T04:23:06.756705" } diff --git a/site/public/v1/smartphones/huawei-mate-60-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-mate-60-pro-16gb-512gb-5g/index.json index 78720bab4204..95665483fac5 100644 --- a/site/public/v1/smartphones/huawei-mate-60-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-mate-60-pro-16gb-512gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 88.0, "charging_wireless_w": null, "weight_g": 225.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 79.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "HarmonyOS 4.0 (China)", "os_version": "4.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.0, + "overall": 61.2, "performance": 58.5, "camera": null, - "battery": 49.6, + "battery": 64.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.486559", - "updated_at": "2026-07-09T01:31:00.486559" + "created_at": "2026-07-09T04:23:06.757705", + "updated_at": "2026-07-09T04:23:06.757705" } diff --git a/site/public/v1/smartphones/huawei-mate-60-rs-ultimate-16gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-mate-60-rs-ultimate-16gb-512gb-5g/index.json index 59c2b265e6f5..be52a4047a0b 100644 --- a/site/public/v1/smartphones/huawei-mate-60-rs-ultimate-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-mate-60-rs-ultimate-16gb-512gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 88.0, "charging_wireless_w": null, "weight_g": 242.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 79.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "HarmonyOS 4.0 (China)", "os_version": "4.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.0, + "overall": 61.2, "performance": 58.5, "camera": null, - "battery": 49.6, + "battery": 64.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.488564", - "updated_at": "2026-07-09T01:31:00.488564" + "created_at": "2026-07-09T04:23:06.759769", + "updated_at": "2026-07-09T04:23:06.759769" } diff --git a/site/public/v1/smartphones/huawei-mate-8-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-8-4gb-128gb-4g-lte/index.json index 368c4af99086..a6711bfce1fb 100644 --- a/site/public/v1/smartphones/huawei-mate-8-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-8-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.1, + "width_mm": 80.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat), EMUI 4", "os_version": "6.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.2, + "overall": 23.4, "performance": 19.5, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.378590", - "updated_at": "2026-07-09T01:30:59.378590" + "created_at": "2026-07-09T04:23:06.017835", + "updated_at": "2026-07-09T04:23:06.017835" } diff --git a/site/public/v1/smartphones/huawei-mate-9-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-9-4gb-64gb-4g-lte/index.json index e7d8e2ab57f0..ac52c77bcfc1 100644 --- a/site/public/v1/smartphones/huawei-mate-9-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-9-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 78.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.6, + "overall": 28.1, "performance": 28.1, "camera": null, - "battery": 25.0, + "battery": 28.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.417873", - "updated_at": "2026-07-09T01:30:59.417873" + "created_at": "2026-07-09T04:23:06.053849", + "updated_at": "2026-07-09T04:23:06.053849" } diff --git a/site/public/v1/smartphones/huawei-mate-9-porsche-design-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-9-porsche-design-6gb-256gb-4g-lte/index.json index cfb5418fcfb0..7d672aacef80 100644 --- a/site/public/v1/smartphones/huawei-mate-9-porsche-design-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-9-porsche-design-6gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 75.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.2, + "overall": 28.8, "performance": 29.4, "camera": null, - "battery": 25.0, + "battery": 28.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.418994", - "updated_at": "2026-07-09T01:30:59.418994" + "created_at": "2026-07-09T04:23:06.055850", + "updated_at": "2026-07-09T04:23:06.055850" } diff --git a/site/public/v1/smartphones/huawei-mate-9-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-9-pro-6gb-128gb-4g-lte/index.json index 40815b5aa803..0d26edfcb84b 100644 --- a/site/public/v1/smartphones/huawei-mate-9-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-9-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 75.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.2, + "overall": 28.8, "performance": 29.4, "camera": null, - "battery": 25.0, + "battery": 28.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.419964", - "updated_at": "2026-07-09T01:30:59.419964" + "created_at": "2026-07-09T04:23:06.056860", + "updated_at": "2026-07-09T04:23:06.056860" } diff --git a/site/public/v1/smartphones/huawei-mate-rs-porsche-design-6gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-mate-rs-porsche-design-6gb-512gb-4g-lte/index.json index 193cd65ada70..941a16214f0b 100644 --- a/site/public/v1/smartphones/huawei-mate-rs-porsche-design-6gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-mate-rs-porsche-design-6gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.9, + "width_mm": 72.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 9.1", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 49.0, "performance": 61.5, "camera": null, - "battery": 33.3, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.526680", - "updated_at": "2026-07-09T01:30:59.526680" + "created_at": "2026-07-09T04:23:06.153787", + "updated_at": "2026-07-09T04:23:06.153787" } diff --git a/site/public/v1/smartphones/huawei-mate-x2-4g-8gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-mate-x2-4g-8gb-512gb-5g/index.json index a3001c04860d..06d082fc9ff7 100644 --- a/site/public/v1/smartphones/huawei-mate-x2-4g-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-mate-x2-4g-8gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 55.0, "charging_wireless_w": null, "weight_g": 295.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.8, + "width_mm": 145.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "HarmonyOS 2.0", "os_version": "2.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.5, + "overall": 56.8, "performance": 56.1, "camera": null, - "battery": 48.8, + "battery": 57.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.114762", - "updated_at": "2026-07-09T01:31:00.114762" + "created_at": "2026-07-09T04:23:06.579610", + "updated_at": "2026-07-09T04:23:06.579610" } diff --git a/site/public/v1/smartphones/huawei-matepad-10-4-2022-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-10-4-2022-6gb-128gb-4g-lte/index.json index a89c3ed358fb..d6c0fe7d1d52 100644 --- a/site/public/v1/smartphones/huawei-matepad-10-4-2022-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-10-4-2022-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.2, + "width_mm": 155.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.6, + "overall": 62.6, "performance": null, "camera": null, - "battery": 59.6, + "battery": 62.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.283407", - "updated_at": "2026-07-09T01:31:00.283407" + "created_at": "2026-07-09T04:23:06.686641", + "updated_at": "2026-07-09T04:23:06.686641" } diff --git a/site/public/v1/smartphones/huawei-matepad-10-4-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-10-4-6gb-128gb-4g-lte/index.json index 1a1205ea0df6..9a4069e48f04 100644 --- a/site/public/v1/smartphones/huawei-matepad-10-4-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-10-4-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 450.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.2, + "width_mm": 155.0, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.9, + "overall": 50.0, "performance": 38.1, "camera": null, - "battery": 59.6, + "battery": 61.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.961011", - "updated_at": "2026-07-09T01:30:59.961011" + "created_at": "2026-07-09T04:23:06.456408", + "updated_at": "2026-07-09T04:23:06.456408" } diff --git a/site/public/v1/smartphones/huawei-matepad-10-8-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-10-8-6gb-256gb-4g-lte/index.json index b46e6319b66f..70e2557f4cd9 100644 --- a/site/public/v1/smartphones/huawei-matepad-10-8-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-10-8-6gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 7500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 500.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.0, + "width_mm": 170.0, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.6, + "overall": 61.8, "performance": null, "camera": null, - "battery": 59.6, + "battery": 61.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.961011", - "updated_at": "2026-07-09T01:30:59.961011" + "created_at": "2026-07-09T04:23:06.456408", + "updated_at": "2026-07-09T04:23:06.456408" } diff --git a/site/public/v1/smartphones/huawei-matepad-11-2021-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-11-2021-8gb-256gb-4g-lte/index.json index a4c48d3e1b1d..01124d705584 100644 --- a/site/public/v1/smartphones/huawei-matepad-11-2021-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-11-2021-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 485.0, - "dimensions": {}, + "dimensions": { + "height_mm": 253.8, + "width_mm": 165.3, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "HarmonyOS 2.0, upgradable to 3.0", "os_version": "2.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.6, + "overall": 62.6, "performance": null, "camera": null, - "battery": 59.6, + "battery": 62.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.115801", - "updated_at": "2026-07-09T01:31:00.115801" + "created_at": "2026-07-09T04:23:06.580610", + "updated_at": "2026-07-09T04:23:06.580610" } diff --git a/site/public/v1/smartphones/huawei-matepad-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/huawei-matepad-5g-6gb-128gb-5g/index.json index 53192bffa991..e531db847f7f 100644 --- a/site/public/v1/smartphones/huawei-matepad-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-matepad-5g-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.2, + "width_mm": 155.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.6, + "overall": 62.6, "performance": null, "camera": null, - "battery": 59.6, + "battery": 62.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.961011", - "updated_at": "2026-07-09T01:30:59.961011" + "created_at": "2026-07-09T04:23:06.456408", + "updated_at": "2026-07-09T04:23:06.456408" } diff --git a/site/public/v1/smartphones/huawei-matepad-c5e-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-c5e-4gb-64gb-4g-lte/index.json index 559a6490f265..a247e75cce14 100644 --- a/site/public/v1/smartphones/huawei-matepad-c5e-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-c5e-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 450.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.8, + "overall": 31.2, "performance": 21.4, "camera": null, - "battery": 40.2, + "battery": 41.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.287407", - "updated_at": "2026-07-09T01:31:00.287407" + "created_at": "2026-07-09T04:23:06.687642", + "updated_at": "2026-07-09T04:23:06.687642" } diff --git a/site/public/v1/smartphones/huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte/index.json index e527a22725aa..7ef8f126a904 100644 --- a/site/public/v1/smartphones/huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-pro-10-8-2019-8gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 246.0, + "width_mm": 159.0, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.6, + "overall": 65.7, "performance": null, "camera": null, - "battery": 59.6, + "battery": 65.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.743909", - "updated_at": "2026-07-09T01:30:59.743909" + "created_at": "2026-07-09T04:23:06.293881", + "updated_at": "2026-07-09T04:23:06.293881" } diff --git a/site/public/v1/smartphones/huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g/index.json index ad40a5d4f691..79ad96cc8cfe 100644 --- a/site/public/v1/smartphones/huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-matepad-pro-10-8-5g-2019-8gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 246.0, + "width_mm": 159.0, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.0, + "overall": 57.1, "performance": 48.5, "camera": null, - "battery": 59.6, + "battery": 65.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.961011", - "updated_at": "2026-07-09T01:30:59.961011" + "created_at": "2026-07-09T04:23:06.457407", + "updated_at": "2026-07-09T04:23:06.457407" } diff --git a/site/public/v1/smartphones/huawei-matepad-pro-11-2024-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-pro-11-2024-12gb-512gb-4g-lte/index.json index 45a8982b7ecf..6466f69b364e 100644 --- a/site/public/v1/smartphones/huawei-matepad-pro-11-2024-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-pro-11-2024-12gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 8300, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 449.0, - "dimensions": {}, + "dimensions": { + "height_mm": 249.2, + "width_mm": 160.4, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "HarmonyOS 4.0", "os_version": "4.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.7, + "overall": 63.0, "performance": 55.8, "camera": null, - "battery": 59.6, + "battery": 70.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.490563", - "updated_at": "2026-07-09T01:31:00.490563" + "created_at": "2026-07-09T04:23:06.761773", + "updated_at": "2026-07-09T04:23:06.761773" } diff --git a/site/public/v1/smartphones/huawei-matepad-se-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-se-4gb-128gb-4g-lte/index.json index a3f123b173d2..37f42cfdaece 100644 --- a/site/public/v1/smartphones/huawei-matepad-se-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-se-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 450.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "HarmonyOS 2.0", "os_version": "2.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.8, + "overall": 31.2, "performance": 21.4, "camera": null, - "battery": 40.2, + "battery": 41.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.290407", - "updated_at": "2026-07-09T01:31:00.290407" + "created_at": "2026-07-09T04:23:06.687642", + "updated_at": "2026-07-09T04:23:06.687642" } diff --git a/site/public/v1/smartphones/huawei-matepad-t-10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-t-10-4gb-64gb-4g-lte/index.json index 41adaaef7214..a3654cda7ed1 100644 --- a/site/public/v1/smartphones/huawei-matepad-t-10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-t-10-4gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 450.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.115801", - "updated_at": "2026-07-09T01:31:00.115801" + "created_at": "2026-07-09T04:23:06.580610", + "updated_at": "2026-07-09T04:23:06.580610" } diff --git a/site/public/v1/smartphones/huawei-matepad-t-10s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-t-10s-4gb-128gb-4g-lte/index.json index 72825fac5ec5..6ececd4e4895 100644 --- a/site/public/v1/smartphones/huawei-matepad-t-10s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-t-10s-4gb-128gb-4g-lte/index.json @@ -50,10 +50,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 450.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -67,10 +71,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.8, + "overall": 31.2, "performance": 21.4, "camera": null, - "battery": 40.2, + "battery": 41.0, "display": null, "value": null, "perf": { @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.961995", - "updated_at": "2026-07-09T01:30:59.961995" + "created_at": "2026-07-09T04:23:06.457407", + "updated_at": "2026-07-09T04:23:06.457407" } diff --git a/site/public/v1/smartphones/huawei-matepad-t8-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-matepad-t8-3gb-32gb-4g-lte/index.json index 9298a06a00a9..f5ca7ad57940 100644 --- a/site/public/v1/smartphones/huawei-matepad-t8-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-matepad-t8-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 199.7, + "width_mm": 121.1, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.961995", - "updated_at": "2026-07-09T01:30:59.961995" + "created_at": "2026-07-09T04:23:06.457407", + "updated_at": "2026-07-09T04:23:06.457407" } diff --git a/site/public/v1/smartphones/huawei-nexus-6p-3gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nexus-6p-3gb-128gb-4g-lte/index.json index b222652aafe3..21b9ca09701d 100644 --- a/site/public/v1/smartphones/huawei-nexus-6p-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nexus-6p-3gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3450, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 77.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.5, + "overall": 21.2, "performance": null, "camera": null, - "battery": 19.5, + "battery": 21.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.381651", - "updated_at": "2026-07-09T01:30:59.381651" + "created_at": "2026-07-09T04:23:06.019827", + "updated_at": "2026-07-09T04:23:06.019827" } diff --git a/site/public/v1/smartphones/huawei-nova-11-se-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-11-se-8gb-512gb-4g-lte/index.json index d1aa094ec51b..55fb57781b62 100644 --- a/site/public/v1/smartphones/huawei-nova-11-se-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-11-se-8gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 75.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "HarmonyOS 4.0", "os_version": "4.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.6, + "overall": 47.9, "performance": 38.5, "camera": null, - "battery": 46.7, + "battery": 57.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.493563", - "updated_at": "2026-07-09T01:31:00.493563" + "created_at": "2026-07-09T04:23:06.763766", + "updated_at": "2026-07-09T04:23:06.763766" } diff --git a/site/public/v1/smartphones/huawei-nova-11i-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-11i-8gb-256gb-4g-lte/index.json index 3281b00f28e4..29abb4bff798 100644 --- a/site/public/v1/smartphones/huawei-nova-11i-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-11i-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "EMUI 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.1, + "overall": 48.1, "performance": 38.5, "camera": null, - "battery": 51.7, + "battery": 57.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.494563", - "updated_at": "2026-07-09T01:31:00.494563" + "created_at": "2026-07-09T04:23:06.764766", + "updated_at": "2026-07-09T04:23:06.764766" } diff --git a/site/public/v1/smartphones/huawei-nova-12-pro-12gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-12-pro-12gb-512gb-5g/index.json index 4de9c759ab70..df23573f3b62 100644 --- a/site/public/v1/smartphones/huawei-nova-12-pro-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-12-pro-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 100.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 75.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "HarmonyOS 4.0", "os_version": "4.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.7, + "overall": 59.0, "performance": 55.8, "camera": null, - "battery": 45.6, + "battery": 62.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.501563", - "updated_at": "2026-07-09T01:31:00.501563" + "created_at": "2026-07-09T04:23:06.764766", + "updated_at": "2026-07-09T04:23:06.764766" } diff --git a/site/public/v1/smartphones/huawei-nova-12-se-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-12-se-8gb-256gb-4g-lte/index.json index e6b959308dba..7b3defbce9a5 100644 --- a/site/public/v1/smartphones/huawei-nova-12-se-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-12-se-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 75.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "EMUI 14, no Google Play Services", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.6, + "overall": 47.9, "performance": 38.5, "camera": null, - "battery": 46.7, + "battery": 57.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.585093", - "updated_at": "2026-07-09T01:31:00.586094" + "created_at": "2026-07-09T04:23:06.791707", + "updated_at": "2026-07-09T04:23:06.791707" } diff --git a/site/public/v1/smartphones/huawei-nova-12-ultra-12gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-12-ultra-12gb-512gb-5g/index.json index 3c157a0660f7..93ff37e48fa4 100644 --- a/site/public/v1/smartphones/huawei-nova-12-ultra-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-12-ultra-12gb-512gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 100.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 75.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "HarmonyOS 4.0", "os_version": "4.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.7, + "overall": 59.0, "performance": 55.8, "camera": null, - "battery": 45.6, + "battery": 62.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.511571", - "updated_at": "2026-07-09T01:31:00.511571" + "created_at": "2026-07-09T04:23:06.765765", + "updated_at": "2026-07-09T04:23:06.765765" } diff --git a/site/public/v1/smartphones/huawei-nova-12i-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-12i-8gb-256gb-4g-lte/index.json index ef2e5cd71ee7..fba427c8ec3a 100644 --- a/site/public/v1/smartphones/huawei-nova-12i-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-12i-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 74.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "EMUI 14, no Google Play Services", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.1, + "overall": 48.1, "performance": 38.5, "camera": null, - "battery": 51.7, + "battery": 57.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.586094", - "updated_at": "2026-07-09T01:31:00.586094" + "created_at": "2026-07-09T04:23:06.791707", + "updated_at": "2026-07-09T04:23:06.791707" } diff --git a/site/public/v1/smartphones/huawei-nova-2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-2-4gb-64gb-4g-lte/index.json index 7906483962cd..3923943bc93b 100644 --- a/site/public/v1/smartphones/huawei-nova-2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-2-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2950, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.2, + "width_mm": 68.9, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.6, + "overall": 13.7, "performance": 10.6, "camera": null, - "battery": 14.5, + "battery": 16.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.441932", - "updated_at": "2026-07-09T01:30:59.441932" + "created_at": "2026-07-09T04:23:06.076378", + "updated_at": "2026-07-09T04:23:06.076378" } diff --git a/site/public/v1/smartphones/huawei-nova-2-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-2-plus-4gb-128gb-4g-lte/index.json index 795368b41de3..7506bfe32aa6 100644 --- a/site/public/v1/smartphones/huawei-nova-2-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-2-plus-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 74.9, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 14.5, + "overall": 15.6, "performance": 10.6, "camera": null, - "battery": 18.4, + "battery": 20.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.442954", - "updated_at": "2026-07-09T01:30:59.442954" + "created_at": "2026-07-09T04:23:06.077377", + "updated_at": "2026-07-09T04:23:06.077377" } diff --git a/site/public/v1/smartphones/huawei-nova-2s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-2s-6gb-128gb-4g-lte/index.json index e76b5bfa1e65..a0a7056cf3b1 100644 --- a/site/public/v1/smartphones/huawei-nova-2s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-2s-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.9, + "overall": 25.0, "performance": 29.4, "camera": null, - "battery": 18.4, + "battery": 20.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.446961", - "updated_at": "2026-07-09T01:30:59.446961" + "created_at": "2026-07-09T04:23:06.081383", + "updated_at": "2026-07-09T04:23:06.081383" } diff --git a/site/public/v1/smartphones/huawei-nova-3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-3-6gb-128gb-4g-lte/index.json index 49b3d29a4a8e..57eeaccd18b3 100644 --- a/site/public/v1/smartphones/huawei-nova-3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-3-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 73.7, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.1, + "overall": 47.3, "performance": 61.5, "camera": null, - "battery": 30.8, + "battery": 33.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.531689", - "updated_at": "2026-07-09T01:30:59.531689" + "created_at": "2026-07-09T04:23:06.158786", + "updated_at": "2026-07-09T04:23:06.158786" } diff --git a/site/public/v1/smartphones/huawei-nova-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-3gb-32gb-4g-lte/index.json index 2d35988b5f68..24c0e5b5b990 100644 --- a/site/public/v1/smartphones/huawei-nova-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3020, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.2, + "width_mm": 69.1, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat), EMUI 4.1", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.2, + "overall": 17.5, "performance": null, "camera": null, - "battery": 15.2, + "battery": 17.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.422969", - "updated_at": "2026-07-09T01:30:59.422969" + "created_at": "2026-07-09T04:23:06.059386", + "updated_at": "2026-07-09T04:23:06.059386" } diff --git a/site/public/v1/smartphones/huawei-nova-3i-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-3i-6gb-128gb-4g-lte/index.json index e78212b83af6..59ff1ff25657 100644 --- a/site/public/v1/smartphones/huawei-nova-3i-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-3i-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.6, + "width_mm": 75.2, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), EMUI 9.0", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.2, + "overall": 23.6, "performance": 23.9, "camera": null, - "battery": 22.6, + "battery": 23.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.541676", - "updated_at": "2026-07-09T01:30:59.541676" + "created_at": "2026-07-09T04:23:06.167023", + "updated_at": "2026-07-09T04:23:06.168020" } diff --git a/site/public/v1/smartphones/huawei-nova-4-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-4-8gb-128gb-4g-lte/index.json index 61c7ba94f2b5..6a7623d44508 100644 --- a/site/public/v1/smartphones/huawei-nova-4-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-4-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.1, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.8, + "overall": 48.0, "performance": 62.8, "camera": null, - "battery": 30.8, + "battery": 33.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.543608", - "updated_at": "2026-07-09T01:30:59.543608" + "created_at": "2026-07-09T04:23:06.169480", + "updated_at": "2026-07-09T04:23:06.169480" } diff --git a/site/public/v1/smartphones/huawei-nova-4e-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-4e-8gb-128gb-4g-lte/index.json index cbbda14e962a..57d0b3151fc0 100644 --- a/site/public/v1/smartphones/huawei-nova-4e-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-4e-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.9, + "width_mm": 72.7, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.0", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.0, + "overall": 25.1, "performance": 25.3, "camera": null, - "battery": 22.6, + "battery": 24.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.745910", - "updated_at": "2026-07-09T01:30:59.745910" + "created_at": "2026-07-09T04:23:06.295870", + "updated_at": "2026-07-09T04:23:06.295870" } diff --git a/site/public/v1/smartphones/huawei-nova-5-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-5-8gb-128gb-4g-lte/index.json index 7c16d6823340..e92e246bec19 100644 --- a/site/public/v1/smartphones/huawei-nova-5-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-5-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.4, + "width_mm": 74.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.0, + "overall": 40.0, "performance": 39.5, "camera": null, - "battery": 34.6, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.748875", - "updated_at": "2026-07-09T01:30:59.748875" + "created_at": "2026-07-09T04:23:06.299870", + "updated_at": "2026-07-09T04:23:06.299870" } diff --git a/site/public/v1/smartphones/huawei-nova-5-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-5-pro-8gb-256gb-4g-lte/index.json index 50dc2c60fc6d..7033b9e10036 100644 --- a/site/public/v1/smartphones/huawei-nova-5-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-5-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.4, + "width_mm": 74.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.0, + "overall": 58.0, "performance": 75.3, "camera": null, - "battery": 34.6, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.750866", - "updated_at": "2026-07-09T01:30:59.750866" + "created_at": "2026-07-09T04:23:06.300870", + "updated_at": "2026-07-09T04:23:06.300870" } diff --git a/site/public/v1/smartphones/huawei-nova-5i-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-5i-8gb-128gb-4g-lte/index.json index c701dcca8332..46991eaaf090 100644 --- a/site/public/v1/smartphones/huawei-nova-5i-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-5i-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 75.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.7, + "overall": 28.1, "performance": 26.2, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.752885", - "updated_at": "2026-07-09T01:30:59.752885" + "created_at": "2026-07-09T04:23:06.302870", + "updated_at": "2026-07-09T04:23:06.302870" } diff --git a/site/public/v1/smartphones/huawei-nova-5i-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-5i-pro-8gb-256gb-4g-lte/index.json index ab7846475e91..c14bd5a78e12 100644 --- a/site/public/v1/smartphones/huawei-nova-5i-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-5i-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 40.9, "performance": 39.5, "camera": null, - "battery": 39.6, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.754869", - "updated_at": "2026-07-09T01:30:59.754869" + "created_at": "2026-07-09T04:23:06.304870", + "updated_at": "2026-07-09T04:23:06.304870" } diff --git a/site/public/v1/smartphones/huawei-nova-5t-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-5t-8gb-128gb-4g-lte/index.json index af288d8f9f16..d41907023aa1 100644 --- a/site/public/v1/smartphones/huawei-nova-5t-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-5t-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.3, + "width_mm": 74.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, EMUI 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 56.2, + "overall": 57.7, "performance": 75.3, "camera": null, - "battery": 37.1, + "battery": 40.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.758898", - "updated_at": "2026-07-09T01:30:59.758898" + "created_at": "2026-07-09T04:23:06.308871", + "updated_at": "2026-07-09T04:23:06.308871" } diff --git a/site/public/v1/smartphones/huawei-nova-5z-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-5z-6gb-128gb-4g-lte/index.json index f117b1625373..5917ed6f6926 100644 --- a/site/public/v1/smartphones/huawei-nova-5z-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-5z-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.9, + "overall": 40.2, "performance": 38.1, "camera": null, - "battery": 39.6, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.765889", - "updated_at": "2026-07-09T01:30:59.765889" + "created_at": "2026-07-09T04:23:06.314874", + "updated_at": "2026-07-09T04:23:06.314874" } diff --git a/site/public/v1/smartphones/huawei-nova-6-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-6-5g-8gb-256gb-5g/index.json index bb6af29ff332..b7317fc5b3ca 100644 --- a/site/public/v1/smartphones/huawei-nova-6-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-6-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 212.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, EMUI 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 47.7, "performance": null, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.768809", - "updated_at": "2026-07-09T01:30:59.768809" + "created_at": "2026-07-09T04:23:06.317873", + "updated_at": "2026-07-09T04:23:06.317873" } diff --git a/site/public/v1/smartphones/huawei-nova-6-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-6-8gb-128gb-4g-lte/index.json index aa622685941a..73e179ad30c6 100644 --- a/site/public/v1/smartphones/huawei-nova-6-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-6-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.7, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.6, + "overall": 46.7, "performance": null, "camera": null, - "battery": 40.6, + "battery": 46.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.767805", - "updated_at": "2026-07-09T01:30:59.767805" + "created_at": "2026-07-09T04:23:06.316873", + "updated_at": "2026-07-09T04:23:06.316873" } diff --git a/site/public/v1/smartphones/huawei-nova-6-se-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-6-se-8gb-128gb-4g-lte/index.json index 0b563363d5ae..eb73a141c44d 100644 --- a/site/public/v1/smartphones/huawei-nova-6-se-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-6-se-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.5, + "overall": 43.6, "performance": 39.5, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.770858", - "updated_at": "2026-07-09T01:30:59.770858" + "created_at": "2026-07-09T04:23:06.319874", + "updated_at": "2026-07-09T04:23:06.319874" } diff --git a/site/public/v1/smartphones/huawei-nova-7-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-7-5g-8gb-256gb-5g/index.json index 0b09e3ea884d..78cc663eccbd 100644 --- a/site/public/v1/smartphones/huawei-nova-7-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-7-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.6, + "width_mm": 74.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 45.7, "performance": null, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.964008", - "updated_at": "2026-07-09T01:30:59.964008" + "created_at": "2026-07-09T04:23:06.459408", + "updated_at": "2026-07-09T04:23:06.459408" } diff --git a/site/public/v1/smartphones/huawei-nova-7-pro-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-7-pro-5g-8gb-256gb-5g/index.json index 84acd06dafdb..f0fecb1f0f59 100644 --- a/site/public/v1/smartphones/huawei-nova-7-pro-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-7-pro-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 73.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 45.7, "performance": null, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.966939", - "updated_at": "2026-07-09T01:30:59.966939" + "created_at": "2026-07-09T04:23:06.462408", + "updated_at": "2026-07-09T04:23:06.462408" } diff --git a/site/public/v1/smartphones/huawei-nova-7-se-5g-youth-8gb-128gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-7-se-5g-youth-8gb-128gb-5g/index.json index 9fb032ef8f47..e61e55d0c610 100644 --- a/site/public/v1/smartphones/huawei-nova-7-se-5g-youth-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-7-se-5g-youth-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.3, + "width_mm": 75.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.7, + "overall": 42.7, "performance": 39.7, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.973033", - "updated_at": "2026-07-09T01:30:59.973033" + "created_at": "2026-07-09T04:23:06.468406", + "updated_at": "2026-07-09T04:23:06.468406" } diff --git a/site/public/v1/smartphones/huawei-nova-7-se-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-7-se-8gb-256gb-5g/index.json index 8977f8168544..dbb251fc7089 100644 --- a/site/public/v1/smartphones/huawei-nova-7-se-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-7-se-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.3, + "width_mm": 75.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 45.7, "performance": null, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.968940", - "updated_at": "2026-07-09T01:30:59.968940" + "created_at": "2026-07-09T04:23:06.464407", + "updated_at": "2026-07-09T04:23:06.464407" } diff --git a/site/public/v1/smartphones/huawei-nova-7i-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-7i-8gb-128gb-4g-lte/index.json index 1be8da25c4bd..fbf4414fc092 100644 --- a/site/public/v1/smartphones/huawei-nova-7i-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-7i-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.5, + "overall": 43.6, "performance": 39.5, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.974024", - "updated_at": "2026-07-09T01:30:59.974024" + "created_at": "2026-07-09T04:23:06.469408", + "updated_at": "2026-07-09T04:23:06.469408" } diff --git a/site/public/v1/smartphones/huawei-nova-8-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-8-5g-8gb-256gb-5g/index.json index e1fc362f8e0d..a680c8c0540f 100644 --- a/site/public/v1/smartphones/huawei-nova-8-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-8-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 74.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 10, EMUI 11, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.6, + "overall": 48.2, "performance": null, "camera": null, - "battery": 37.6, + "battery": 48.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.977937", - "updated_at": "2026-07-09T01:30:59.977937" + "created_at": "2026-07-09T04:23:06.473407", + "updated_at": "2026-07-09T04:23:06.473407" } diff --git a/site/public/v1/smartphones/huawei-nova-8-pro-4g-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-8-pro-4g-8gb-256gb-4g-lte/index.json index 2844d2ce4ebd..5e758eacd28e 100644 --- a/site/public/v1/smartphones/huawei-nova-8-pro-4g-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-8-pro-4g-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 74.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, EMUI 11, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 50.2, "performance": null, "camera": null, - "battery": 39.6, + "battery": 50.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.117689", - "updated_at": "2026-07-09T01:31:00.117689" + "created_at": "2026-07-09T04:23:06.581610", + "updated_at": "2026-07-09T04:23:06.581610" } diff --git a/site/public/v1/smartphones/huawei-nova-8-pro-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-nova-8-pro-5g-8gb-256gb-5g/index.json index a81e6dd6d0cb..69570ef80db3 100644 --- a/site/public/v1/smartphones/huawei-nova-8-pro-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-nova-8-pro-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 74.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, EMUI 11, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 50.2, "performance": null, "camera": null, - "battery": 39.6, + "battery": 50.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.979018", - "updated_at": "2026-07-09T01:30:59.979018" + "created_at": "2026-07-09T04:23:06.473407", + "updated_at": "2026-07-09T04:23:06.473407" } diff --git a/site/public/v1/smartphones/huawei-nova-8-se-4g-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-8-se-4g-8gb-128gb-4g-lte/index.json index da55a02b524d..6ea0c7a07639 100644 --- a/site/public/v1/smartphones/huawei-nova-8-se-4g-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-8-se-4g-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.5, + "width_mm": 74.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "HarmonyOS 2.0", "os_version": "2.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.7, + "overall": 31.0, "performance": 24.2, "camera": null, - "battery": 27.2, + "battery": 37.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.119213", - "updated_at": "2026-07-09T01:31:00.119213" + "created_at": "2026-07-09T04:23:06.583610", + "updated_at": "2026-07-09T04:23:06.583610" } diff --git a/site/public/v1/smartphones/huawei-nova-8-se-youth-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-8-se-youth-8gb-128gb-4g-lte/index.json index 5b8be585e056..fb84a6e78906 100644 --- a/site/public/v1/smartphones/huawei-nova-8-se-youth-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-8-se-youth-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.7, + "width_mm": 73.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.7, + "overall": 29.8, "performance": 24.2, "camera": null, - "battery": 29.2, + "battery": 35.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.129214", - "updated_at": "2026-07-09T01:31:00.129214" + "created_at": "2026-07-09T04:23:06.583610", + "updated_at": "2026-07-09T04:23:06.583610" } diff --git a/site/public/v1/smartphones/huawei-nova-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-plus-3gb-32gb-4g-lte/index.json index 5a256acd9290..0f029f77d0c2 100644 --- a/site/public/v1/smartphones/huawei-nova-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-plus-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.8, + "width_mm": 75.7, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), EMUI 4.1", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.4, + "overall": 20.7, "performance": null, "camera": null, - "battery": 18.4, + "battery": 20.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.422969", - "updated_at": "2026-07-09T01:30:59.422969" + "created_at": "2026-07-09T04:23:06.060378", + "updated_at": "2026-07-09T04:23:06.060378" } diff --git a/site/public/v1/smartphones/huawei-nova-y60-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-y60-4gb-64gb-4g-lte/index.json index ee8f841634a4..226831ff6824 100644 --- a/site/public/v1/smartphones/huawei-nova-y60-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-y60-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10, EMUI 11, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.157213", - "updated_at": "2026-07-09T01:31:00.158269" + "created_at": "2026-07-09T04:23:06.590610", + "updated_at": "2026-07-09T04:23:06.590610" } diff --git a/site/public/v1/smartphones/huawei-nova-y70-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-y70-plus-4gb-128gb-4g-lte/index.json index 9168718f183d..194f25d6858a 100644 --- a/site/public/v1/smartphones/huawei-nova-y70-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-y70-plus-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "EMUI 12, no Google Play Services", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.3, + "overall": 36.8, "performance": 21.4, "camera": null, - "battery": 49.2, + "battery": 52.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.387917", - "updated_at": "2026-07-09T01:31:00.387917" + "created_at": "2026-07-09T04:23:06.713806", + "updated_at": "2026-07-09T04:23:06.713806" } diff --git a/site/public/v1/smartphones/huawei-nova-y71-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-y71-8gb-128gb-4g-lte/index.json index 60baf3b3107f..763b913b9c42 100644 --- a/site/public/v1/smartphones/huawei-nova-y71-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-y71-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "EMUI 12, no Google Play Services", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.7, + "overall": 38.2, "performance": 24.2, "camera": null, - "battery": 49.2, + "battery": 52.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.520183", - "updated_at": "2026-07-09T01:31:00.520183" + "created_at": "2026-07-09T04:23:06.766760", + "updated_at": "2026-07-09T04:23:06.766760" } diff --git a/site/public/v1/smartphones/huawei-nova-y72-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-y72-8gb-256gb-4g-lte/index.json index b5bdc12606ee..0da29c6939d5 100644 --- a/site/public/v1/smartphones/huawei-nova-y72-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-y72-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 207.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.3, + "width_mm": 77.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "EMUI 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.7, + "overall": 38.2, "performance": 24.2, "camera": null, - "battery": 49.2, + "battery": 52.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.589093", - "updated_at": "2026-07-09T01:31:00.589093" + "created_at": "2026-07-09T04:23:06.796032", + "updated_at": "2026-07-09T04:23:06.796032" } diff --git a/site/public/v1/smartphones/huawei-nova-y91-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-nova-y91-8gb-256gb-4g-lte/index.json index 38db904914fc..1bc7b146bbbe 100644 --- a/site/public/v1/smartphones/huawei-nova-y91-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-nova-y91-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 214.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.6, + "width_mm": 79.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "EMUI 13, no Google Play Services", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.1, + "overall": 51.6, "performance": 38.5, "camera": null, - "battery": 61.7, + "battery": 64.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.528090", - "updated_at": "2026-07-09T01:31:00.528090" + "created_at": "2026-07-09T04:23:06.766760", + "updated_at": "2026-07-09T04:23:06.766760" } diff --git a/site/public/v1/smartphones/huawei-p-smart-2019-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p-smart-2019-3gb-64gb-4g-lte/index.json index 3ee9444a80a0..9d3e0f70dd75 100644 --- a/site/public/v1/smartphones/huawei-p-smart-2019-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p-smart-2019-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1, Google Play Services", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.5, + "overall": 22.9, "performance": 21.9, "camera": null, - "battery": 23.2, + "battery": 24.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.546611", - "updated_at": "2026-07-09T01:30:59.546611" + "created_at": "2026-07-09T04:23:06.172485", + "updated_at": "2026-07-09T04:23:06.172485" } diff --git a/site/public/v1/smartphones/huawei-p-smart-2019-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p-smart-2019-6gb-128gb-4g-lte/index.json index 168b5b17ca84..332e4f83608d 100644 --- a/site/public/v1/smartphones/huawei-p-smart-2019-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p-smart-2019-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9, Google Play Services", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.5, + "overall": 23.9, "performance": 23.9, "camera": null, - "battery": 23.2, + "battery": 24.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.547611", - "updated_at": "2026-07-09T01:30:59.547611" + "created_at": "2026-07-09T04:23:06.172485", + "updated_at": "2026-07-09T04:23:06.172485" } diff --git a/site/public/v1/smartphones/huawei-p-smart-2020-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p-smart-2020-4gb-128gb-4g-lte/index.json index df88765a2752..2065e4c9a962 100644 --- a/site/public/v1/smartphones/huawei-p-smart-2020-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p-smart-2020-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1, Google Play Services", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.9, + "overall": 23.3, "performance": 22.6, "camera": null, - "battery": 23.2, + "battery": 24.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.981029", - "updated_at": "2026-07-09T01:30:59.981029" + "created_at": "2026-07-09T04:23:06.475407", + "updated_at": "2026-07-09T04:23:06.475407" } diff --git a/site/public/v1/smartphones/huawei-p-smart-2021-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p-smart-2021-4gb-128gb-4g-lte/index.json index d71803fe00b3..38b39ba8e52b 100644 --- a/site/public/v1/smartphones/huawei-p-smart-2021-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p-smart-2021-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.9, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.3, + "overall": 31.8, "performance": 21.4, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.983939", - "updated_at": "2026-07-09T01:30:59.983939" + "created_at": "2026-07-09T04:23:06.477412", + "updated_at": "2026-07-09T04:23:06.477412" } diff --git a/site/public/v1/smartphones/huawei-p-smart-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p-smart-4gb-64gb-4g-lte/index.json index dcf8bc4219a7..d4fccace7d9e 100644 --- a/site/public/v1/smartphones/huawei-p-smart-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p-smart-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.1, + "width_mm": 72.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.447946", - "updated_at": "2026-07-09T01:30:59.447946" + "created_at": "2026-07-09T04:23:06.082382", + "updated_at": "2026-07-09T04:23:06.082382" } diff --git a/site/public/v1/smartphones/huawei-p-smart-pro-2019-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p-smart-pro-2019-6gb-128gb-4g-lte/index.json index c1c97fd0b3ee..ed3024922cf4 100644 --- a/site/public/v1/smartphones/huawei-p-smart-pro-2019-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p-smart-pro-2019-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 77.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.0, + "overall": 27.5, "performance": 24.8, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.777804", - "updated_at": "2026-07-09T01:30:59.777804" + "created_at": "2026-07-09T04:23:06.326385", + "updated_at": "2026-07-09T04:23:06.326385" } diff --git a/site/public/v1/smartphones/huawei-p-smart-s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p-smart-s-4gb-128gb-4g-lte/index.json index 6e28dbdaa8f4..cffb96d2e4bf 100644 --- a/site/public/v1/smartphones/huawei-p-smart-s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p-smart-s-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.4, + "width_mm": 73.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.4, + "overall": 26.8, "performance": 23.5, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.985941", - "updated_at": "2026-07-09T01:30:59.985941" + "created_at": "2026-07-09T04:23:06.479412", + "updated_at": "2026-07-09T04:23:06.479412" } diff --git a/site/public/v1/smartphones/huawei-p-smart-z-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p-smart-z-4gb-64gb-4g-lte/index.json index 39d391cb6bbd..e31b2e1147f4 100644 --- a/site/public/v1/smartphones/huawei-p-smart-z-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p-smart-z-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 196.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, EMUI 12", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.778803", - "updated_at": "2026-07-09T01:30:59.778803" + "created_at": "2026-07-09T04:23:06.327384", + "updated_at": "2026-07-09T04:23:06.327384" } diff --git a/site/public/v1/smartphones/huawei-p10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p10-4gb-64gb-4g-lte/index.json index e5e8e07982e8..ca917c96487a 100644 --- a/site/public/v1/smartphones/huawei-p10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p10-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.3, + "width_mm": 69.3, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.6, + "overall": 24.1, "performance": 28.1, "camera": null, - "battery": 17.0, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.448918", - "updated_at": "2026-07-09T01:30:59.448918" + "created_at": "2026-07-09T04:23:06.083385", + "updated_at": "2026-07-09T04:23:06.083385" } diff --git a/site/public/v1/smartphones/huawei-p10-plus-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p10-plus-6gb-128gb-4g-lte/index.json index 4d0ab1a315a8..535f2158441d 100644 --- a/site/public/v1/smartphones/huawei-p10-plus-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p10-plus-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 74.2, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.9, + "overall": 27.1, "performance": 29.4, "camera": null, - "battery": 22.5, + "battery": 24.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.451939", - "updated_at": "2026-07-09T01:30:59.451939" + "created_at": "2026-07-09T04:23:06.085380", + "updated_at": "2026-07-09T04:23:06.085380" } diff --git a/site/public/v1/smartphones/huawei-p20-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p20-6gb-128gb-4g-lte/index.json index db8b2bceccba..c741b605a4a8 100644 --- a/site/public/v1/smartphones/huawei-p20-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p20-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 70.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), EMUI 9.1", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.4, + "overall": 46.0, "performance": 61.5, "camera": null, - "battery": 27.3, + "battery": 30.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.581709", - "updated_at": "2026-07-09T01:30:59.581709" + "created_at": "2026-07-09T04:23:06.176697", + "updated_at": "2026-07-09T04:23:06.176697" } diff --git a/site/public/v1/smartphones/huawei-p20-lite-2019-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p20-lite-2019-4gb-128gb-4g-lte/index.json index bebb9709ee81..c1e5d296e3b7 100644 --- a/site/public/v1/smartphones/huawei-p20-lite-2019-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p20-lite-2019-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 75.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.9, + "overall": 27.1, "performance": 22.6, "camera": null, - "battery": 29.2, + "battery": 31.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.781874", - "updated_at": "2026-07-09T01:30:59.781874" + "created_at": "2026-07-09T04:23:06.329384", + "updated_at": "2026-07-09T04:23:06.329384" } diff --git a/site/public/v1/smartphones/huawei-p20-lite-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p20-lite-4gb-128gb-4g-lte/index.json index 7c0a6bacab68..bbb8a98a6d65 100644 --- a/site/public/v1/smartphones/huawei-p20-lite-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p20-lite-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 71.2, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), EMUI 9.0", "os_version": "8.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.8, + "overall": 13.9, "performance": 10.6, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.589679", - "updated_at": "2026-07-09T01:30:59.589679" + "created_at": "2026-07-09T04:23:06.181705", + "updated_at": "2026-07-09T04:23:06.181705" } diff --git a/site/public/v1/smartphones/huawei-p20-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p20-pro-8gb-256gb-4g-lte/index.json index 3be49b15e9c2..cf0f2d487551 100644 --- a/site/public/v1/smartphones/huawei-p20-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p20-pro-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 73.9, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, EMUI 12", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.0, + "overall": 49.6, "performance": 62.8, "camera": null, - "battery": 33.3, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.594665", - "updated_at": "2026-07-09T01:30:59.594665" + "created_at": "2026-07-09T04:23:06.186304", + "updated_at": "2026-07-09T04:23:06.186304" } diff --git a/site/public/v1/smartphones/huawei-p30-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p30-8gb-256gb-4g-lte/index.json index 8d4495336f6b..1eac3ccdf2be 100644 --- a/site/public/v1/smartphones/huawei-p30-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p30-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3650, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 71.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, EMUI 10", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.7, + "overall": 57.2, "performance": 75.3, "camera": null, - "battery": 36.1, + "battery": 39.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.783870", - "updated_at": "2026-07-09T01:30:59.783870" + "created_at": "2026-07-09T04:23:06.332384", + "updated_at": "2026-07-09T04:23:06.332384" } diff --git a/site/public/v1/smartphones/huawei-p30-lite-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p30-lite-8gb-256gb-4g-lte/index.json index c8a0da842b32..ddc4c7b53ad5 100644 --- a/site/public/v1/smartphones/huawei-p30-lite-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p30-lite-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.9, + "width_mm": 72.7, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, EMUI 10.0", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.0, + "overall": 25.1, "performance": 25.3, "camera": null, - "battery": 22.6, + "battery": 24.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.785877", - "updated_at": "2026-07-09T01:30:59.785877" + "created_at": "2026-07-09T04:23:06.333384", + "updated_at": "2026-07-09T04:23:06.333384" } diff --git a/site/public/v1/smartphones/huawei-p30-lite-new-edition-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p30-lite-new-edition-6gb-256gb-4g-lte/index.json index e6ec1bec6487..8809eff7cea3 100644 --- a/site/public/v1/smartphones/huawei-p30-lite-new-edition-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p30-lite-new-edition-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 152.9, - "dimensions": {}, + "dimensions": { + "height_mm": 152.9, + "width_mm": 72.7, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, EMUI 10", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.2, + "overall": 24.4, "performance": 23.9, "camera": null, - "battery": 22.6, + "battery": 24.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.986998", - "updated_at": "2026-07-09T01:30:59.986998" + "created_at": "2026-07-09T04:23:06.481413", + "updated_at": "2026-07-09T04:23:06.481413" } diff --git a/site/public/v1/smartphones/huawei-p30-pro-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p30-pro-8gb-512gb-4g-lte/index.json index 5244cb58e4d4..0672a4e3068d 100644 --- a/site/public/v1/smartphones/huawei-p30-pro-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p30-pro-8gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 73.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, EMUI 10", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.5, + "overall": 61.5, "performance": 75.3, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.797876", - "updated_at": "2026-07-09T01:30:59.797876" + "created_at": "2026-07-09T04:23:06.344389", + "updated_at": "2026-07-09T04:23:06.344389" } diff --git a/site/public/v1/smartphones/huawei-p30-pro-new-edition-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p30-pro-new-edition-8gb-256gb-4g-lte/index.json index f2137ebf6e16..33d7833c6d91 100644 --- a/site/public/v1/smartphones/huawei-p30-pro-new-edition-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p30-pro-new-edition-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 73.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.5, + "overall": 61.5, "performance": 75.3, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.990055", - "updated_at": "2026-07-09T01:30:59.990055" + "created_at": "2026-07-09T04:23:06.483412", + "updated_at": "2026-07-09T04:23:06.483412" } diff --git a/site/public/v1/smartphones/huawei-p40-4g-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p40-4g-8gb-128gb-4g-lte/index.json index 7ca8e5301d11..4533851e9d60 100644 --- a/site/public/v1/smartphones/huawei-p40-4g-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p40-4g-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.9, + "width_mm": 71.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, EMUI, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.6, + "overall": 40.6, "performance": null, "camera": null, - "battery": 37.6, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.161214", - "updated_at": "2026-07-09T01:31:00.161214" + "created_at": "2026-07-09T04:23:06.594119", + "updated_at": "2026-07-09T04:23:06.594119" } diff --git a/site/public/v1/smartphones/huawei-p40-8gb-256gb-5g/index.json b/site/public/v1/smartphones/huawei-p40-8gb-256gb-5g/index.json index 07e0c953812e..6013820eac65 100644 --- a/site/public/v1/smartphones/huawei-p40-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-p40-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.9, + "width_mm": 71.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, EMUI 12, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.0, + "overall": 44.5, "performance": 48.5, "camera": null, - "battery": 37.6, + "battery": 40.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.992023", - "updated_at": "2026-07-09T01:30:59.992023" + "created_at": "2026-07-09T04:23:06.486412", + "updated_at": "2026-07-09T04:23:06.486412" } diff --git a/site/public/v1/smartphones/huawei-p40-lite-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/huawei-p40-lite-5g-8gb-128gb-5g/index.json index 47162e1f17d1..364e9b073a2c 100644 --- a/site/public/v1/smartphones/huawei-p40-lite-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-p40-lite-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.3, + "width_mm": 75.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 45.7, "performance": null, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.017626", - "updated_at": "2026-07-09T01:31:00.017626" + "created_at": "2026-07-09T04:23:06.494922", + "updated_at": "2026-07-09T04:23:06.495922" } diff --git a/site/public/v1/smartphones/huawei-p40-lite-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p40-lite-8gb-128gb-4g-lte/index.json index 9b88756280e8..2d49e9c08407 100644 --- a/site/public/v1/smartphones/huawei-p40-lite-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p40-lite-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 76.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, EMUI 10, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.5, + "overall": 43.6, "performance": 39.5, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.014113", - "updated_at": "2026-07-09T01:31:00.014113" + "created_at": "2026-07-09T04:23:06.492922", + "updated_at": "2026-07-09T04:23:06.492922" } diff --git a/site/public/v1/smartphones/huawei-p40-lite-e-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p40-lite-e-4gb-64gb-4g-lte/index.json index 152ffe7e68fb..627e49d41286 100644 --- a/site/public/v1/smartphones/huawei-p40-lite-e-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p40-lite-e-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9, no Google Play Services", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.4, + "overall": 26.8, "performance": 23.5, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.022636", - "updated_at": "2026-07-09T01:31:00.022636" + "created_at": "2026-07-09T04:23:06.497921", + "updated_at": "2026-07-09T04:23:06.497921" } diff --git a/site/public/v1/smartphones/huawei-p40-pro-8gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-p40-pro-8gb-512gb-5g/index.json index a8fb8a84be9a..c5938b608cef 100644 --- a/site/public/v1/smartphones/huawei-p40-pro-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-p40-pro-8gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 226.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 72.6, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 48.1, "performance": 48.5, "camera": null, - "battery": 41.6, + "battery": 47.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.025636", - "updated_at": "2026-07-09T01:31:00.025636" + "created_at": "2026-07-09T04:23:06.506920", + "updated_at": "2026-07-09T04:23:06.506920" } diff --git a/site/public/v1/smartphones/huawei-p50-pro-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p50-pro-12gb-512gb-4g-lte/index.json index e623142b8ccb..408f73bcc384 100644 --- a/site/public/v1/smartphones/huawei-p50-pro-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p50-pro-12gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4360, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 72.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "HarmonyOS 2.0 (China), EMUI 14.2 (Europe), no Google Play Services", "os_version": "2.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.1, + "overall": 58.4, "performance": 58.8, "camera": null, - "battery": 47.4, + "battery": 58.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.169213", - "updated_at": "2026-07-09T01:31:00.169213" + "created_at": "2026-07-09T04:23:06.600120", + "updated_at": "2026-07-09T04:23:06.600120" } diff --git a/site/public/v1/smartphones/huawei-p8lite-ale-l04-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p8lite-ale-l04-2gb-16gb-4g-lte/index.json index 744ef13a15e9..6cb31081d34f 100644 --- a/site/public/v1/smartphones/huawei-p8lite-ale-l04-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p8lite-ale-l04-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 70.6, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), EMUI 3", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.384587", - "updated_at": "2026-07-09T01:30:59.384587" + "created_at": "2026-07-09T04:23:06.022826", + "updated_at": "2026-07-09T04:23:06.022826" } diff --git a/site/public/v1/smartphones/huawei-p9-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p9-4gb-64gb-4g-lte/index.json index db16a0275cea..9e476f04a13a 100644 --- a/site/public/v1/smartphones/huawei-p9-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p9-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 70.9, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat), EMUI 4.1", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.7, + "overall": 17.8, "performance": 18.4, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.424940", - "updated_at": "2026-07-09T01:30:59.424940" + "created_at": "2026-07-09T04:23:06.062378", + "updated_at": "2026-07-09T04:23:06.062378" } diff --git a/site/public/v1/smartphones/huawei-p9-lite-mini-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p9-lite-mini-2gb-16gb-4g-lte/index.json index 125cdcb9d5ba..1e38c292c9ea 100644 --- a/site/public/v1/smartphones/huawei-p9-lite-mini-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p9-lite-mini-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.454943", - "updated_at": "2026-07-09T01:30:59.454943" + "created_at": "2026-07-09T04:23:06.087398", + "updated_at": "2026-07-09T04:23:06.087398" } diff --git a/site/public/v1/smartphones/huawei-p9-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-p9-plus-4gb-64gb-4g-lte/index.json index 810982f954cf..cc86a5979c2e 100644 --- a/site/public/v1/smartphones/huawei-p9-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-p9-plus-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.3, + "width_mm": 75.3, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), upgradable to 7 (Nougat), EMUI 5", "os_version": "6", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.7, + "overall": 19.9, "performance": 18.4, "camera": null, - "battery": 19.0, + "battery": 21.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.426931", - "updated_at": "2026-07-09T01:30:59.426931" + "created_at": "2026-07-09T04:23:06.064386", + "updated_at": "2026-07-09T04:23:06.064386" } diff --git a/site/public/v1/smartphones/huawei-premia-4g-m931-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-premia-4g-m931-1gb-4gb-4g-lte/index.json index 33b451c462a7..29d5bb0f66ca 100644 --- a/site/public/v1/smartphones/huawei-premia-4g-m931-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-premia-4g-m931-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 64.3, + "depth_mm": 12.2 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.307932", - "updated_at": "2026-07-09T01:30:59.307932" + "created_at": "2026-07-09T04:23:05.953102", + "updated_at": "2026-07-09T04:23:05.953102" } diff --git a/site/public/v1/smartphones/huawei-pura-70-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/huawei-pura-70-pro-16gb-512gb-5g/index.json index dc70e6cf503f..50517f13906a 100644 --- a/site/public/v1/smartphones/huawei-pura-70-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/huawei-pura-70-pro-16gb-512gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 100.0, "charging_wireless_w": null, "weight_g": 220.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "HarmonyOS 4.2", "os_version": "4.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.9, + "overall": 63.1, "performance": 59.6, "camera": null, - "battery": 50.1, + "battery": 66.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.591092", - "updated_at": "2026-07-09T01:31:00.591092" + "created_at": "2026-07-09T04:23:06.797042", + "updated_at": "2026-07-09T04:23:06.797042" } diff --git a/site/public/v1/smartphones/huawei-snapto-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-snapto-1gb-8gb-4g-lte/index.json index 5ba907f9838f..5c7e5920fa70 100644 --- a/site/public/v1/smartphones/huawei-snapto-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-snapto-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.5, + "width_mm": 72.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), EMUI 2.3", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.387590", - "updated_at": "2026-07-09T01:30:59.387590" + "created_at": "2026-07-09T04:23:06.025331", + "updated_at": "2026-07-09T04:23:06.025331" } diff --git a/site/public/v1/smartphones/huawei-y-max-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y-max-4gb-128gb-4g-lte/index.json index e922571de48c..74239778c01f 100644 --- a/site/public/v1/smartphones/huawei-y-max-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y-max-4gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 177.6, + "width_mm": 86.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.2", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.602621", - "updated_at": "2026-07-09T01:30:59.602621" + "created_at": "2026-07-09T04:23:06.192812", + "updated_at": "2026-07-09T04:23:06.193816" } diff --git a/site/public/v1/smartphones/huawei-y3-2017-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y3-2017-1gb-32gb-4g-lte/index.json index ebf68ed9475d..5c2207f76d38 100644 --- a/site/public/v1/smartphones/huawei-y3-2017-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y3-2017-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.1, + "width_mm": 73.7, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1 Mini", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.458874", - "updated_at": "2026-07-09T01:30:59.458874" + "created_at": "2026-07-09T04:23:06.090387", + "updated_at": "2026-07-09T04:23:06.090387" } diff --git a/site/public/v1/smartphones/huawei-y3-2018-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y3-2018-1gb-8gb-4g-lte/index.json index f69e2e179177..0ea81b2547fe 100644 --- a/site/public/v1/smartphones/huawei-y3-2018-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y3-2018-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.1, + "width_mm": 73.7, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 8.0 Oreo (Go edition)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.604698", - "updated_at": "2026-07-09T01:30:59.604698" + "created_at": "2026-07-09T04:23:06.194818", + "updated_at": "2026-07-09T04:23:06.194818" } diff --git a/site/public/v1/smartphones/huawei-y5-2017-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y5-2017-2gb-16gb-4g-lte/index.json index 448cccf2b3ea..73f6393e3548 100644 --- a/site/public/v1/smartphones/huawei-y5-2017-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y5-2017-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 72.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.459879", - "updated_at": "2026-07-09T01:30:59.459879" + "created_at": "2026-07-09T04:23:06.092895", + "updated_at": "2026-07-09T04:23:06.092895" } diff --git a/site/public/v1/smartphones/huawei-y5-2019-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y5-2019-2gb-32gb-4g-lte/index.json index 9c1203c19a95..f564ab551f59 100644 --- a/site/public/v1/smartphones/huawei-y5-2019-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y5-2019-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.1, + "width_mm": 70.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.808815", - "updated_at": "2026-07-09T01:30:59.808815" + "created_at": "2026-07-09T04:23:06.354902", + "updated_at": "2026-07-09T04:23:06.354902" } diff --git a/site/public/v1/smartphones/huawei-y5-lite-2018-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y5-lite-2018-1gb-16gb-4g-lte/index.json index 15a7b0b7b609..a48f4c88f6a7 100644 --- a/site/public/v1/smartphones/huawei-y5-lite-2018-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y5-lite-2018-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition), EMUI 8", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.609686", - "updated_at": "2026-07-09T01:30:59.609686" + "created_at": "2026-07-09T04:23:06.198815", + "updated_at": "2026-07-09T04:23:06.198815" } diff --git a/site/public/v1/smartphones/huawei-y5-prime-2018-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y5-prime-2018-2gb-32gb-4g-lte/index.json index 16d79ff3fe96..a0abe9a079ce 100644 --- a/site/public/v1/smartphones/huawei-y5-prime-2018-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y5-prime-2018-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.611674", - "updated_at": "2026-07-09T01:30:59.611674" + "created_at": "2026-07-09T04:23:06.200824", + "updated_at": "2026-07-09T04:23:06.200824" } diff --git a/site/public/v1/smartphones/huawei-y560-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y560-1gb-8gb-4g-lte/index.json index 6dad5a3cd03e..e4b9a3327cff 100644 --- a/site/public/v1/smartphones/huawei-y560-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y560-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.5, - "dimensions": {}, + "dimensions": { + "height_mm": 135.9, + "width_mm": 67.7, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), EMUI Lite 3.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.388636", - "updated_at": "2026-07-09T01:30:59.388636" + "created_at": "2026-07-09T04:23:06.027337", + "updated_at": "2026-07-09T04:23:06.027337" } diff --git a/site/public/v1/smartphones/huawei-y5p-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y5p-2gb-32gb-4g-lte/index.json index 497d5e2923dd..91a7662d45f1 100644 --- a/site/public/v1/smartphones/huawei-y5p-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y5p-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.034602", - "updated_at": "2026-07-09T01:31:00.034602" + "created_at": "2026-07-09T04:23:06.515113", + "updated_at": "2026-07-09T04:23:06.515113" } diff --git a/site/public/v1/smartphones/huawei-y6-2017-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6-2017-2gb-16gb-4g-lte/index.json index 7d5cc2190321..754ede26f2d8 100644 --- a/site/public/v1/smartphones/huawei-y6-2017-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6-2017-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 72.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.462942", - "updated_at": "2026-07-09T01:30:59.462942" + "created_at": "2026-07-09T04:23:06.094904", + "updated_at": "2026-07-09T04:23:06.094904" } diff --git a/site/public/v1/smartphones/huawei-y6-2018-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6-2018-3gb-16gb-4g-lte/index.json index 5a4a69d175ea..c9a8cf831534 100644 --- a/site/public/v1/smartphones/huawei-y6-2018-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6-2018-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.4, + "width_mm": 73.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.614692", - "updated_at": "2026-07-09T01:30:59.614692" + "created_at": "2026-07-09T04:23:06.202823", + "updated_at": "2026-07-09T04:23:06.202823" } diff --git a/site/public/v1/smartphones/huawei-y6-2019-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6-2019-2gb-32gb-4g-lte/index.json index 0fead09e6a09..08086538cbee 100644 --- a/site/public/v1/smartphones/huawei-y6-2019-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6-2019-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.811900", - "updated_at": "2026-07-09T01:30:59.812900" + "created_at": "2026-07-09T04:23:06.358407", + "updated_at": "2026-07-09T04:23:06.358407" } diff --git a/site/public/v1/smartphones/huawei-y6-2gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6-2gb-8gb-4g-lte/index.json index 248856fee374..d4c416ffa631 100644 --- a/site/public/v1/smartphones/huawei-y6-2gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6-2gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), EMUI 3.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.389646", - "updated_at": "2026-07-09T01:30:59.389646" + "created_at": "2026-07-09T04:23:06.028337", + "updated_at": "2026-07-09T04:23:06.028337" } diff --git a/site/public/v1/smartphones/huawei-y6-prime-2018-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6-prime-2018-3gb-32gb-4g-lte/index.json index 4810fa7f908b..f3ed30994575 100644 --- a/site/public/v1/smartphones/huawei-y6-prime-2018-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6-prime-2018-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.4, + "width_mm": 73.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.620278", - "updated_at": "2026-07-09T01:30:59.620278" + "created_at": "2026-07-09T04:23:06.207823", + "updated_at": "2026-07-09T04:23:06.207823" } diff --git a/site/public/v1/smartphones/huawei-y6-pro-2019-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6-pro-2019-3gb-32gb-4g-lte/index.json index c783deced42f..167a4156c81c 100644 --- a/site/public/v1/smartphones/huawei-y6-pro-2019-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6-pro-2019-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.838335", - "updated_at": "2026-07-09T01:30:59.838335" + "created_at": "2026-07-09T04:23:06.363413", + "updated_at": "2026-07-09T04:23:06.363413" } diff --git a/site/public/v1/smartphones/huawei-y6-pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6-pro-2gb-16gb-4g-lte/index.json index a72389b02e80..72bb945e10a6 100644 --- a/site/public/v1/smartphones/huawei-y6-pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6-pro-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.1, + "width_mm": 71.8, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), EMUI 3.1 Lite", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.391655", - "updated_at": "2026-07-09T01:30:59.391655" + "created_at": "2026-07-09T04:23:06.030336", + "updated_at": "2026-07-09T04:23:06.030336" } diff --git a/site/public/v1/smartphones/huawei-y6ii-compact-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6ii-compact-2gb-16gb-4g-lte/index.json index 2471a0c7a1ac..03f05cb5cc51 100644 --- a/site/public/v1/smartphones/huawei-y6ii-compact-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6ii-compact-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 72.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), upgradable to 6.0 (Marshmallow), EMUI 3.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.430964", - "updated_at": "2026-07-09T01:30:59.430964" + "created_at": "2026-07-09T04:23:06.067380", + "updated_at": "2026-07-09T04:23:06.067380" } diff --git a/site/public/v1/smartphones/huawei-y6p-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6p-4gb-64gb-4g-lte/index.json index dabf70c7b510..afefebba9de7 100644 --- a/site/public/v1/smartphones/huawei-y6p-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6p-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 74.1, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.038680", - "updated_at": "2026-07-09T01:31:00.038680" + "created_at": "2026-07-09T04:23:06.518125", + "updated_at": "2026-07-09T04:23:06.518125" } diff --git a/site/public/v1/smartphones/huawei-y6s-2019-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y6s-2019-3gb-64gb-4g-lte/index.json index bba510608cef..2e45b0f2b043 100644 --- a/site/public/v1/smartphones/huawei-y6s-2019-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y6s-2019-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.044674", - "updated_at": "2026-07-09T01:31:00.044674" + "created_at": "2026-07-09T04:23:06.522137", + "updated_at": "2026-07-09T04:23:06.522137" } diff --git a/site/public/v1/smartphones/huawei-y7-2018-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7-2018-2gb-16gb-4g-lte/index.json index aa667fbcfc4d..4ebc7fe66600 100644 --- a/site/public/v1/smartphones/huawei-y7-2018-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7-2018-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.622344", - "updated_at": "2026-07-09T01:30:59.622344" + "created_at": "2026-07-09T04:23:06.209816", + "updated_at": "2026-07-09T04:23:06.209816" } diff --git a/site/public/v1/smartphones/huawei-y7-2019-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7-2019-4gb-64gb-4g-lte/index.json index 9f265c999c3f..783374e9186d 100644 --- a/site/public/v1/smartphones/huawei-y7-2019-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7-2019-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 76.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.2", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.848531", - "updated_at": "2026-07-09T01:30:59.848531" + "created_at": "2026-07-09T04:23:06.367422", + "updated_at": "2026-07-09T04:23:06.367422" } diff --git a/site/public/v1/smartphones/huawei-y7-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7-2gb-16gb-4g-lte/index.json index 7f0d7bc97036..e0be376dc21c 100644 --- a/site/public/v1/smartphones/huawei-y7-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 76.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.463962", - "updated_at": "2026-07-09T01:30:59.463962" + "created_at": "2026-07-09T04:23:06.095904", + "updated_at": "2026-07-09T04:23:06.095904" } diff --git a/site/public/v1/smartphones/huawei-y7-prime-2018-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7-prime-2018-4gb-64gb-4g-lte/index.json index fe2df7f0e262..5af53c335235 100644 --- a/site/public/v1/smartphones/huawei-y7-prime-2018-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7-prime-2018-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.625282", - "updated_at": "2026-07-09T01:30:59.625282" + "created_at": "2026-07-09T04:23:06.211817", + "updated_at": "2026-07-09T04:23:06.211817" } diff --git a/site/public/v1/smartphones/huawei-y7-prime-2019-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7-prime-2019-3gb-64gb-4g-lte/index.json index b3005b974ae5..dff5619255c0 100644 --- a/site/public/v1/smartphones/huawei-y7-prime-2019-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7-prime-2019-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 76.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.2", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.850490", - "updated_at": "2026-07-09T01:30:59.850490" + "created_at": "2026-07-09T04:23:06.369413", + "updated_at": "2026-07-09T04:23:06.369413" } diff --git a/site/public/v1/smartphones/huawei-y7-prime-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7-prime-3gb-32gb-4g-lte/index.json index 267683b36c5e..632ea9f2709d 100644 --- a/site/public/v1/smartphones/huawei-y7-prime-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7-prime-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 76.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.465961", - "updated_at": "2026-07-09T01:30:59.465961" + "created_at": "2026-07-09T04:23:06.097895", + "updated_at": "2026-07-09T04:23:06.097895" } diff --git a/site/public/v1/smartphones/huawei-y7-pro-2018-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7-pro-2018-3gb-32gb-4g-lte/index.json index 655b3d92ef04..a1def3344948 100644 --- a/site/public/v1/smartphones/huawei-y7-pro-2018-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7-pro-2018-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.628324", - "updated_at": "2026-07-09T01:30:59.628324" + "created_at": "2026-07-09T04:23:06.213816", + "updated_at": "2026-07-09T04:23:06.213816" } diff --git a/site/public/v1/smartphones/huawei-y7-pro-2019-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7-pro-2019-4gb-128gb-4g-lte/index.json index 6682b39181c7..9abbb436ccd3 100644 --- a/site/public/v1/smartphones/huawei-y7-pro-2019-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7-pro-2019-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 76.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.2", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.851441", - "updated_at": "2026-07-09T01:30:59.851441" + "created_at": "2026-07-09T04:23:06.370413", + "updated_at": "2026-07-09T04:23:06.370413" } diff --git a/site/public/v1/smartphones/huawei-y7a-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7a-4gb-128gb-4g-lte/index.json index 2ebbfab60459..53d5b7c714ec 100644 --- a/site/public/v1/smartphones/huawei-y7a-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7a-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.9, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.3, + "overall": 31.8, "performance": 21.4, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.046681", - "updated_at": "2026-07-09T01:31:00.046681" + "created_at": "2026-07-09T04:23:06.523134", + "updated_at": "2026-07-09T04:23:06.523134" } diff --git a/site/public/v1/smartphones/huawei-y7p-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y7p-4gb-64gb-4g-lte/index.json index c1d7ed3e691e..de6d74ef15bc 100644 --- a/site/public/v1/smartphones/huawei-y7p-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y7p-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9, no Google Play Services", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.4, + "overall": 26.8, "performance": 23.5, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.052679", - "updated_at": "2026-07-09T01:31:00.052679" + "created_at": "2026-07-09T04:23:06.525457", + "updated_at": "2026-07-09T04:23:06.525457" } diff --git a/site/public/v1/smartphones/huawei-y8p-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y8p-6gb-128gb-4g-lte/index.json index 97527934de45..282a85272a4f 100644 --- a/site/public/v1/smartphones/huawei-y8p-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y8p-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.4, + "width_mm": 73.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.0, + "overall": 27.5, "performance": 24.8, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.056722", - "updated_at": "2026-07-09T01:31:00.056722" + "created_at": "2026-07-09T04:23:06.528462", + "updated_at": "2026-07-09T04:23:06.528462" } diff --git a/site/public/v1/smartphones/huawei-y8s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y8s-4gb-128gb-4g-lte/index.json index d04798b9a5af..709ef3a16855 100644 --- a/site/public/v1/smartphones/huawei-y8s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y8s-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1, Google Play Services", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.9, + "overall": 26.4, "performance": 22.6, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:00.064679", - "updated_at": "2026-07-09T01:31:00.064679" + "created_at": "2026-07-09T04:23:06.534575", + "updated_at": "2026-07-09T04:23:06.534575" } diff --git a/site/public/v1/smartphones/huawei-y9-2018-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y9-2018-4gb-128gb-4g-lte/index.json index 14afb71a68e5..12df96059c8d 100644 --- a/site/public/v1/smartphones/huawei-y9-2018-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y9-2018-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.2, + "width_mm": 75.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.629326", - "updated_at": "2026-07-09T01:30:59.630345" + "created_at": "2026-07-09T04:23:06.215823", + "updated_at": "2026-07-09T04:23:06.215823" } diff --git a/site/public/v1/smartphones/huawei-y9-2019-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y9-2019-6gb-128gb-4g-lte/index.json index 66383272396a..bc02ed57e07e 100644 --- a/site/public/v1/smartphones/huawei-y9-2019-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y9-2019-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), EMUI 8.2", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.5, + "overall": 27.0, "performance": 23.9, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.632348", - "updated_at": "2026-07-09T01:30:59.632348" + "created_at": "2026-07-09T04:23:06.218716", + "updated_at": "2026-07-09T04:23:06.218716" } diff --git a/site/public/v1/smartphones/huawei-y9-prime-2019-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y9-prime-2019-4gb-128gb-4g-lte/index.json index f348042004ec..53ca7cd631a5 100644 --- a/site/public/v1/smartphones/huawei-y9-prime-2019-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y9-prime-2019-4gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 196.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 77.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Magic UI 2.1", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.855440", - "updated_at": "2026-07-09T01:30:59.855440" + "created_at": "2026-07-09T04:23:06.373421", + "updated_at": "2026-07-09T04:23:06.373421" } diff --git a/site/public/v1/smartphones/huawei-y9s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/huawei-y9s-6gb-128gb-4g-lte/index.json index 3aa8dd54a6b6..2baee0ef7fa6 100644 --- a/site/public/v1/smartphones/huawei-y9s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/huawei-y9s-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 77.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.0, + "overall": 27.5, "performance": 24.8, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:30:59.856439", - "updated_at": "2026-07-09T01:30:59.856439" + "created_at": "2026-07-09T04:23:06.374431", + "updated_at": "2026-07-09T04:23:06.374431" } diff --git a/site/public/v1/smartphones/infinix-hot-12-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-12-pro-8gb-128gb-4g-lte/index.json index 386041290663..30d01a5c736c 100644 --- a/site/public/v1/smartphones/infinix-hot-12-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-12-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 12, XOS 10.6", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.743475", - "updated_at": "2026-07-09T01:31:01.743475" + "created_at": "2026-07-09T04:23:07.364780", + "updated_at": "2026-07-09T04:23:07.364780" } diff --git a/site/public/v1/smartphones/infinix-hot-12i-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-12i-4gb-64gb-4g-lte/index.json index 40e1505f58f0..436c5d49f61a 100644 --- a/site/public/v1/smartphones/infinix-hot-12i-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-12i-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.4, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, XOS 7.6", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.745549", - "updated_at": "2026-07-09T01:31:01.745549" + "created_at": "2026-07-09T04:23:07.365785", + "updated_at": "2026-07-09T04:23:07.365785" } diff --git a/site/public/v1/smartphones/infinix-hot-20-5g-4gb-128gb-5g/index.json b/site/public/v1/smartphones/infinix-hot-20-5g-4gb-128gb-5g/index.json index 8911189ddcc5..3e421c41a3e3 100644 --- a/site/public/v1/smartphones/infinix-hot-20-5g-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/infinix-hot-20-5g-4gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.3, + "width_mm": 76.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, XOS 10.6", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.5, + "overall": 45.5, "performance": 37.2, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.747475", - "updated_at": "2026-07-09T01:31:01.747475" + "created_at": "2026-07-09T04:23:07.367787", + "updated_at": "2026-07-09T04:23:07.367787" } diff --git a/site/public/v1/smartphones/infinix-hot-30i-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-30i-8gb-128gb-4g-lte/index.json index a64d7e5ae234..7530c9abbd3c 100644 --- a/site/public/v1/smartphones/infinix-hot-30i-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-30i-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 12, XOS 10.6", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 32.4, "performance": 23.3, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.765542", - "updated_at": "2026-07-09T01:31:01.765542" + "created_at": "2026-07-09T04:23:07.383096", + "updated_at": "2026-07-09T04:23:07.383096" } diff --git a/site/public/v1/smartphones/infinix-hot-4-2gb-16gb-3g/index.json b/site/public/v1/smartphones/infinix-hot-4-2gb-16gb-3g/index.json index 20fa50d7b74a..d657b7cc9df2 100644 --- a/site/public/v1/smartphones/infinix-hot-4-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/infinix-hot-4-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.551934", - "updated_at": "2026-07-09T01:31:01.551934" + "created_at": "2026-07-09T04:23:07.251059", + "updated_at": "2026-07-09T04:23:07.251059" } diff --git a/site/public/v1/smartphones/infinix-hot-4-pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-4-pro-2gb-16gb-4g-lte/index.json index 9defc2893e6f..a0cd91dcfe05 100644 --- a/site/public/v1/smartphones/infinix-hot-4-pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-4-pro-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.552934", - "updated_at": "2026-07-09T01:31:01.552934" + "created_at": "2026-07-09T04:23:07.251059", + "updated_at": "2026-07-09T04:23:07.251059" } diff --git a/site/public/v1/smartphones/infinix-hot-40-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-40-pro-8gb-256gb-4g-lte/index.json index 80866f9dbcce..6b34b15c423e 100644 --- a/site/public/v1/smartphones/infinix-hot-40-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-40-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.6, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 13, XOS 13.5", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 51.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.767560", - "updated_at": "2026-07-09T01:31:01.767560" + "created_at": "2026-07-09T04:23:07.384780", + "updated_at": "2026-07-09T04:23:07.385778" } diff --git a/site/public/v1/smartphones/infinix-hot-40i-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-40i-8gb-256gb-4g-lte/index.json index 23a52ef7bacf..e86a697111d6 100644 --- a/site/public/v1/smartphones/infinix-hot-40i-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-40i-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 13, XOS 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 32.4, "performance": 23.3, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.768546", - "updated_at": "2026-07-09T01:31:01.768546" + "created_at": "2026-07-09T04:23:07.385778", + "updated_at": "2026-07-09T04:23:07.385778" } diff --git a/site/public/v1/smartphones/infinix-hot-5-2gb-16gb-3g/index.json b/site/public/v1/smartphones/infinix-hot-5-2gb-16gb-3g/index.json index 9557b21be7ab..f16e176a6184 100644 --- a/site/public/v1/smartphones/infinix-hot-5-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/infinix-hot-5-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 77.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.556933", - "updated_at": "2026-07-09T01:31:01.556933" + "created_at": "2026-07-09T04:23:07.255063", + "updated_at": "2026-07-09T04:23:07.255063" } diff --git a/site/public/v1/smartphones/infinix-hot-5-lite-1gb-16gb-3g/index.json b/site/public/v1/smartphones/infinix-hot-5-lite-1gb-16gb-3g/index.json index 31200e0170fd..182b3863bf67 100644 --- a/site/public/v1/smartphones/infinix-hot-5-lite-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/infinix-hot-5-lite-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 77.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.557864", - "updated_at": "2026-07-09T01:31:01.557864" + "created_at": "2026-07-09T04:23:07.257064", + "updated_at": "2026-07-09T04:23:07.257064" } diff --git a/site/public/v1/smartphones/infinix-hot-50-8gb-128gb-5g/index.json b/site/public/v1/smartphones/infinix-hot-50-8gb-128gb-5g/index.json index 349e134e502b..50d3267c7cbb 100644 --- a/site/public/v1/smartphones/infinix-hot-50-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/infinix-hot-50-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 77.1, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 14, XOS 14.5", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.8, + "overall": 48.8, "performance": 43.8, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.779540", - "updated_at": "2026-07-09T01:31:01.779540" + "created_at": "2026-07-09T04:23:07.395268", + "updated_at": "2026-07-09T04:23:07.395268" } diff --git a/site/public/v1/smartphones/infinix-hot-6-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-6-pro-3gb-32gb-4g-lte/index.json index b1356dee0e6f..a7b40356160c 100644 --- a/site/public/v1/smartphones/infinix-hot-6-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-6-pro-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.571864", - "updated_at": "2026-07-09T01:31:01.571864" + "created_at": "2026-07-09T04:23:07.268575", + "updated_at": "2026-07-09T04:23:07.268575" } diff --git a/site/public/v1/smartphones/infinix-hot-6x-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-6x-3gb-32gb-4g-lte/index.json index 0971bdfb07d7..9234033882bd 100644 --- a/site/public/v1/smartphones/infinix-hot-6x-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-6x-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.572868", - "updated_at": "2026-07-09T01:31:01.572868" + "created_at": "2026-07-09T04:23:07.269574", + "updated_at": "2026-07-09T04:23:07.269574" } diff --git a/site/public/v1/smartphones/infinix-hot-7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-7-4gb-64gb-4g-lte/index.json index 07c0cb21cbbd..e521b6382ef1 100644 --- a/site/public/v1/smartphones/infinix-hot-7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-7-4gb-64gb-4g-lte/index.json @@ -1,10 +1,10 @@ { - "id": 22655, + "id": 23809, "slug": "infinix-hot-7-4gb-64gb-4g-lte", "base_model_slug": "hot-7", "name": "Infinix Hot 7", "brand": { - "id": 27, + "id": 29, "slug": "infinix", "name": "Infinix Mobile", "country": "CN", @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android OS", "os_version": null, @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-06-24T08:53:59.386767", - "updated_at": "2026-06-24T08:53:59.386780" + "created_at": "2026-07-09T04:23:07.285574", + "updated_at": "2026-07-09T04:23:07.285574" } diff --git a/site/public/v1/smartphones/infinix-hot-8-lite-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-8-lite-2gb-32gb-4g-lte/index.json index e745b4a5e4fa..7eca5e6cadb6 100644 --- a/site/public/v1/smartphones/infinix-hot-8-lite-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-8-lite-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.598939", - "updated_at": "2026-07-09T01:31:01.598939" + "created_at": "2026-07-09T04:23:07.292085", + "updated_at": "2026-07-09T04:23:07.292085" } diff --git a/site/public/v1/smartphones/infinix-hot-9-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-9-pro-4gb-64gb-4g-lte/index.json index 06a198acd888..e7a7cae0873e 100644 --- a/site/public/v1/smartphones/infinix-hot-9-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-9-pro-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.8, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, XOS 6.0", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.684855", - "updated_at": "2026-07-09T01:31:01.684855" + "created_at": "2026-07-09T04:23:07.328193", + "updated_at": "2026-07-09T04:23:07.328193" } diff --git a/site/public/v1/smartphones/infinix-hot-s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-s-2gb-16gb-4g-lte/index.json index aa10e58c34d3..5fd0d6a23530 100644 --- a/site/public/v1/smartphones/infinix-hot-s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.8, + "width_mm": 73.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.553940", - "updated_at": "2026-07-09T01:31:01.553940" + "created_at": "2026-07-09T04:23:07.252064", + "updated_at": "2026-07-09T04:23:07.252064" } diff --git a/site/public/v1/smartphones/infinix-hot-s3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-hot-s3-3gb-32gb-4g-lte/index.json index 58a4f24ba30c..bed5f1184de4 100644 --- a/site/public/v1/smartphones/infinix-hot-s3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-hot-s3-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 72.9, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.577865", - "updated_at": "2026-07-09T01:31:01.577865" + "created_at": "2026-07-09T04:23:07.273575", + "updated_at": "2026-07-09T04:23:07.273575" } diff --git a/site/public/v1/smartphones/infinix-note-12-2023-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-12-2023-8gb-256gb-4g-lte/index.json index 03cc9f03bed8..8217aae75d29 100644 --- a/site/public/v1/smartphones/infinix-note-12-2023-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-12-2023-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 12, XOS 10.6", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 51.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.753475", - "updated_at": "2026-07-09T01:31:01.753475" + "created_at": "2026-07-09T04:23:07.372787", + "updated_at": "2026-07-09T04:23:07.372787" } diff --git a/site/public/v1/smartphones/infinix-note-12-5g-6gb-64gb-5g/index.json b/site/public/v1/smartphones/infinix-note-12-5g-6gb-64gb-5g/index.json index 22da8b3bf75d..5d792d0847d4 100644 --- a/site/public/v1/smartphones/infinix-note-12-5g-6gb-64gb-5g/index.json +++ b/site/public/v1/smartphones/infinix-note-12-5g-6gb-64gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 76.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, XOS 10.6", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.1, + "overall": 47.5, "performance": 38.5, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.753475", - "updated_at": "2026-07-09T01:31:01.753475" + "created_at": "2026-07-09T04:23:07.372787", + "updated_at": "2026-07-09T04:23:07.372787" } diff --git a/site/public/v1/smartphones/infinix-note-12-pro-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/infinix-note-12-pro-5g-8gb-256gb-5g/index.json index 087fe16417ce..4adfd8992692 100644 --- a/site/public/v1/smartphones/infinix-note-12-pro-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/infinix-note-12-pro-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 76.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, XOS 10.6", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 48.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.755476", - "updated_at": "2026-07-09T01:31:01.755476" + "created_at": "2026-07-09T04:23:07.375778", + "updated_at": "2026-07-09T04:23:07.375778" } diff --git a/site/public/v1/smartphones/infinix-note-12-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-12-pro-8gb-256gb-4g-lte/index.json index c2bae3e2cc71..4b3c2e52f6ad 100644 --- a/site/public/v1/smartphones/infinix-note-12-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-12-pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 12, XOS 10.6", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 51.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.754475", - "updated_at": "2026-07-09T01:31:01.754475" + "created_at": "2026-07-09T04:23:07.374778", + "updated_at": "2026-07-09T04:23:07.374778" } diff --git a/site/public/v1/smartphones/infinix-note-3-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-3-2gb-16gb-4g-lte/index.json index 1c537f8abcff..99c0a398cbbe 100644 --- a/site/public/v1/smartphones/infinix-note-3-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-3-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 82.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.554931", - "updated_at": "2026-07-09T01:31:01.554931" + "created_at": "2026-07-09T04:23:07.253065", + "updated_at": "2026-07-09T04:23:07.253065" } diff --git a/site/public/v1/smartphones/infinix-note-3-pro-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-3-pro-3gb-16gb-4g-lte/index.json index 717978a4038e..e933148bd0e3 100644 --- a/site/public/v1/smartphones/infinix-note-3-pro-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-3-pro-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 82.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.555925", - "updated_at": "2026-07-09T01:31:01.555925" + "created_at": "2026-07-09T04:23:07.254064", + "updated_at": "2026-07-09T04:23:07.254064" } diff --git a/site/public/v1/smartphones/infinix-note-30-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-30-8gb-256gb-4g-lte/index.json index ac46eff98197..1b2137a33dbd 100644 --- a/site/public/v1/smartphones/infinix-note-30-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-30-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 219.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 52.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 58.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.770556", - "updated_at": "2026-07-09T01:31:01.770556" + "created_at": "2026-07-09T04:23:07.387778", + "updated_at": "2026-07-09T04:23:07.387778" } diff --git a/site/public/v1/smartphones/infinix-note-30-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-30-pro-8gb-256gb-4g-lte/index.json index 213e1a058cf9..3ef5d2d6f6ea 100644 --- a/site/public/v1/smartphones/infinix-note-30-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-30-pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 68.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 76.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, XOS 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 54.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 62.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.771480", - "updated_at": "2026-07-09T01:31:01.771480" + "created_at": "2026-07-09T04:23:07.387778", + "updated_at": "2026-07-09T04:23:07.387778" } diff --git a/site/public/v1/smartphones/infinix-note-30-vip-12gb-256gb-5g/index.json b/site/public/v1/smartphones/infinix-note-30-vip-12gb-256gb-5g/index.json index 36c8f666908a..fa1cacee1968 100644 --- a/site/public/v1/smartphones/infinix-note-30-vip-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/infinix-note-30-vip-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 68.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.9, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, XOS 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.7, + "overall": 60.1, "performance": 57.6, "camera": null, - "battery": 51.7, + "battery": 62.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.771480", - "updated_at": "2026-07-09T01:31:01.771480" + "created_at": "2026-07-09T04:23:07.388779", + "updated_at": "2026-07-09T04:23:07.388779" } diff --git a/site/public/v1/smartphones/infinix-note-4-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-4-3gb-32gb-4g-lte/index.json index 2f306e739ebe..f96721c70375 100644 --- a/site/public/v1/smartphones/infinix-note-4-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-4-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 78.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.0, + "overall": 30.3, "performance": null, "camera": null, - "battery": 28.0, + "battery": 30.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.581951", - "updated_at": "2026-07-09T01:31:01.581951" + "created_at": "2026-07-09T04:23:07.277579", + "updated_at": "2026-07-09T04:23:07.277579" } diff --git a/site/public/v1/smartphones/infinix-note-4-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-4-pro-3gb-32gb-4g-lte/index.json index 6f3b2ed80279..181c60583438 100644 --- a/site/public/v1/smartphones/infinix-note-4-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-4-pro-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 79.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.0, + "overall": 33.5, "performance": null, "camera": null, - "battery": 30.0, + "battery": 33.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.561957", - "updated_at": "2026-07-09T01:31:01.561957" + "created_at": "2026-07-09T04:23:07.259575", + "updated_at": "2026-07-09T04:23:07.259575" } diff --git a/site/public/v1/smartphones/infinix-note-40x-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/infinix-note-40x-5g-12gb-256gb-5g/index.json index e7d9e102ebdd..2f7ec332189f 100644 --- a/site/public/v1/smartphones/infinix-note-40x-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/infinix-note-40x-5g-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.9, + "width_mm": 76.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 14, XOS 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 50.2, "performance": 46.6, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.789548", - "updated_at": "2026-07-09T01:31:01.789548" + "created_at": "2026-07-09T04:23:07.403267", + "updated_at": "2026-07-09T04:23:07.403267" } diff --git a/site/public/v1/smartphones/infinix-note-5-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-5-4gb-64gb-4g-lte/index.json index 1d7c09e1a5f1..22cfa953f423 100644 --- a/site/public/v1/smartphones/infinix-note-5-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-5-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Android One", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.0, + "overall": 30.9, "performance": null, "camera": null, - "battery": 30.0, + "battery": 30.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.582950", - "updated_at": "2026-07-09T01:31:01.582950" + "created_at": "2026-07-09T04:23:07.278579", + "updated_at": "2026-07-09T04:23:07.278579" } diff --git a/site/public/v1/smartphones/infinix-note-5-stylus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-5-stylus-4gb-64gb-4g-lte/index.json index 8007ad89807d..d66f1e4b95b8 100644 --- a/site/public/v1/smartphones/infinix-note-5-stylus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-5-stylus-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Android One", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.584956", - "updated_at": "2026-07-09T01:31:01.584956" + "created_at": "2026-07-09T04:23:07.279576", + "updated_at": "2026-07-09T04:23:07.279576" } diff --git a/site/public/v1/smartphones/infinix-note-6-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-note-6-4gb-64gb-4g-lte/index.json index f82a3fbcebf3..97441073531a 100644 --- a/site/public/v1/smartphones/infinix-note-6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-note-6-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.2, + "width_mm": 74.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.620577", - "updated_at": "2026-07-09T01:31:01.620577" + "created_at": "2026-07-09T04:23:07.298089", + "updated_at": "2026-07-09T04:23:07.298089" } diff --git a/site/public/v1/smartphones/infinix-s2-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-s2-pro-3gb-32gb-4g-lte/index.json index 12ee39028c65..cfbc32c942fb 100644 --- a/site/public/v1/smartphones/infinix-s2-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-s2-pro-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.9, + "width_mm": 72.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 15.8, "performance": null, "camera": null, - "battery": 15.0, + "battery": 15.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.563950", - "updated_at": "2026-07-09T01:31:01.563950" + "created_at": "2026-07-09T04:23:07.262583", + "updated_at": "2026-07-09T04:23:07.262583" } diff --git a/site/public/v1/smartphones/infinix-s3x-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-s3x-4gb-64gb-4g-lte/index.json index 9e79784d72c0..41c6a5b1dd00 100644 --- a/site/public/v1/smartphones/infinix-s3x-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-s3x-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 75.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.587866", - "updated_at": "2026-07-09T01:31:01.587866" + "created_at": "2026-07-09T04:23:07.281584", + "updated_at": "2026-07-09T04:23:07.281584" } diff --git a/site/public/v1/smartphones/infinix-s4-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-s4-6gb-64gb-4g-lte/index.json index ebf7160f3384..f2756bb35b82 100644 --- a/site/public/v1/smartphones/infinix-s4-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-s4-6gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.623490", - "updated_at": "2026-07-09T01:31:01.623490" + "created_at": "2026-07-09T04:23:07.300089", + "updated_at": "2026-07-09T04:23:07.300089" } diff --git a/site/public/v1/smartphones/infinix-s5-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-s5-6gb-128gb-4g-lte/index.json index a7a34ba24463..d226747ac14b 100644 --- a/site/public/v1/smartphones/infinix-s5-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-s5-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.625585", - "updated_at": "2026-07-09T01:31:01.625585" + "created_at": "2026-07-09T04:23:07.302604", + "updated_at": "2026-07-09T04:23:07.302604" } diff --git a/site/public/v1/smartphones/infinix-s5-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-s5-lite-4gb-64gb-4g-lte/index.json index fdfcd407a91e..60e36391847b 100644 --- a/site/public/v1/smartphones/infinix-s5-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-s5-lite-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), XOS 5.5", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.628561", - "updated_at": "2026-07-09T01:31:01.628561" + "created_at": "2026-07-09T04:23:07.305606", + "updated_at": "2026-07-09T04:23:07.305606" } diff --git a/site/public/v1/smartphones/infinix-s5-pro-16-32-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-s5-pro-16-32-6gb-128gb-4g-lte/index.json index 830fe694076a..4ff3c0b55fa3 100644 --- a/site/public/v1/smartphones/infinix-s5-pro-16-32-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-s5-pro-16-32-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 76.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.697886", - "updated_at": "2026-07-09T01:31:01.697886" + "created_at": "2026-07-09T04:23:07.341198", + "updated_at": "2026-07-09T04:23:07.341198" } diff --git a/site/public/v1/smartphones/infinix-s5-pro-48-40-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-s5-pro-48-40-6gb-128gb-4g-lte/index.json index 89026c81ada1..67cf9c366906 100644 --- a/site/public/v1/smartphones/infinix-s5-pro-48-40-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-s5-pro-48-40-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 76.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.698970", - "updated_at": "2026-07-09T01:31:01.698970" + "created_at": "2026-07-09T04:23:07.341198", + "updated_at": "2026-07-09T04:23:07.341198" } diff --git a/site/public/v1/smartphones/infinix-s5-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-s5-pro-6gb-128gb-4g-lte/index.json index a47688093e48..0740e13d66c6 100644 --- a/site/public/v1/smartphones/infinix-s5-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-s5-pro-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 76.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.696958", - "updated_at": "2026-07-09T01:31:01.696958" + "created_at": "2026-07-09T04:23:07.339197", + "updated_at": "2026-07-09T04:23:07.339197" } diff --git a/site/public/v1/smartphones/infinix-smart-1gb-16gb-3g/index.json b/site/public/v1/smartphones/infinix-smart-1gb-16gb-3g/index.json index 7d147806d174..49bf914f157a 100644 --- a/site/public/v1/smartphones/infinix-smart-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/infinix-smart-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.9, + "width_mm": 71.9, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.564926", - "updated_at": "2026-07-09T01:31:01.564926" + "created_at": "2026-07-09T04:23:07.262583", + "updated_at": "2026-07-09T04:23:07.262583" } diff --git a/site/public/v1/smartphones/infinix-smart-2-hd-1gb-16gb-3g/index.json b/site/public/v1/smartphones/infinix-smart-2-hd-1gb-16gb-3g/index.json index 55a110aa0ab4..e980d930de8d 100644 --- a/site/public/v1/smartphones/infinix-smart-2-hd-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/infinix-smart-2-hd-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 76.5, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.588868", - "updated_at": "2026-07-09T01:31:01.588868" + "created_at": "2026-07-09T04:23:07.283026", + "updated_at": "2026-07-09T04:23:07.283026" } diff --git a/site/public/v1/smartphones/infinix-smart-4-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-smart-4-2gb-32gb-4g-lte/index.json index 028c4ef15def..e39ad5d6b2d3 100644 --- a/site/public/v1/smartphones/infinix-smart-4-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-smart-4-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.0, + "width_mm": 76.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 Pie (Go edition)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.639547", - "updated_at": "2026-07-09T01:31:01.639547" + "created_at": "2026-07-09T04:23:07.314610", + "updated_at": "2026-07-09T04:23:07.314610" } diff --git a/site/public/v1/smartphones/infinix-smart-4c-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-smart-4c-2gb-32gb-4g-lte/index.json index 7644c1be2570..efd97429c145 100644 --- a/site/public/v1/smartphones/infinix-smart-4c-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-smart-4c-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.0, + "width_mm": 76.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.640584", - "updated_at": "2026-07-09T01:31:01.640584" + "created_at": "2026-07-09T04:23:07.315731", + "updated_at": "2026-07-09T04:23:07.315731" } diff --git a/site/public/v1/smartphones/infinix-smart-5-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-smart-5-3gb-64gb-4g-lte/index.json index 908555723506..6c2300b0d85b 100644 --- a/site/public/v1/smartphones/infinix-smart-5-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-smart-5-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.4, + "width_mm": 76.4, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.702943", - "updated_at": "2026-07-09T01:31:01.702943" + "created_at": "2026-07-09T04:23:07.344197", + "updated_at": "2026-07-09T04:23:07.344197" } diff --git a/site/public/v1/smartphones/infinix-smart-8-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-smart-8-4gb-128gb-4g-lte/index.json index 57cb0bf00c08..83cf4ad1dc7e 100644 --- a/site/public/v1/smartphones/infinix-smart-8-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-smart-8-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.9, + "overall": 30.3, "performance": 20.6, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.774475", - "updated_at": "2026-07-09T01:31:01.774475" + "created_at": "2026-07-09T04:23:07.390777", + "updated_at": "2026-07-09T04:23:07.390777" } diff --git a/site/public/v1/smartphones/infinix-smart-8-hd-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-smart-8-hd-3gb-64gb-4g-lte/index.json index 3bae0100a785..464156fc9402 100644 --- a/site/public/v1/smartphones/infinix-smart-8-hd-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-smart-8-hd-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, XOS 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.6, + "overall": 29.9, "performance": 19.9, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.776471", - "updated_at": "2026-07-09T01:31:01.776471" + "created_at": "2026-07-09T04:23:07.391778", + "updated_at": "2026-07-09T04:23:07.391778" } diff --git a/site/public/v1/smartphones/infinix-smart-hd-2021-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-smart-hd-2021-2gb-32gb-4g-lte/index.json index 1bcf38aa9756..bc697a87346b 100644 --- a/site/public/v1/smartphones/infinix-smart-hd-2021-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-smart-hd-2021-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.2, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 10 (Go edition), XOS 6.2", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.703954", - "updated_at": "2026-07-09T01:31:01.703954" + "created_at": "2026-07-09T04:23:07.346197", + "updated_at": "2026-07-09T04:23:07.346197" } diff --git a/site/public/v1/smartphones/infinix-smart3-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-smart3-plus-3gb-32gb-4g-lte/index.json index c315d5fbf54c..429ee8274d7e 100644 --- a/site/public/v1/smartphones/infinix-smart3-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-smart3-plus-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 76.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.641532", - "updated_at": "2026-07-09T01:31:01.641532" + "created_at": "2026-07-09T04:23:07.316472", + "updated_at": "2026-07-09T04:23:07.316472" } diff --git a/site/public/v1/smartphones/infinix-xpad-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-xpad-8gb-256gb-4g-lte/index.json index fa821729bceb..0ed50508479a 100644 --- a/site/public/v1/smartphones/infinix-xpad-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-xpad-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 496.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.0, + "width_mm": 168.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 14, XOS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.5, + "overall": 54.6, "performance": 45.4, "camera": null, - "battery": 61.7, + "battery": 63.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.793562", - "updated_at": "2026-07-09T01:31:01.793562" + "created_at": "2026-07-09T04:23:07.407268", + "updated_at": "2026-07-09T04:23:07.407268" } diff --git a/site/public/v1/smartphones/infinix-zero-20-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-zero-20-8gb-256gb-4g-lte/index.json index 907048f96386..529c088f5904 100644 --- a/site/public/v1/smartphones/infinix-zero-20-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-zero-20-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, XOS 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.0, + "overall": 49.5, "performance": 45.4, "camera": null, - "battery": 46.7, + "battery": 53.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.758474", - "updated_at": "2026-07-09T01:31:01.758474" + "created_at": "2026-07-09T04:23:07.377778", + "updated_at": "2026-07-09T04:23:07.377778" } diff --git a/site/public/v1/smartphones/infinix-zero-30-4g-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-zero-30-4g-8gb-256gb-4g-lte/index.json index 2104db32c05c..5d67205a5501 100644 --- a/site/public/v1/smartphones/infinix-zero-30-4g-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-zero-30-4g-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 13, XOS 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 52.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 58.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.777546", - "updated_at": "2026-07-09T01:31:01.777546" + "created_at": "2026-07-09T04:23:07.394268", + "updated_at": "2026-07-09T04:23:07.394268" } diff --git a/site/public/v1/smartphones/infinix-zero-4-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-zero-4-3gb-32gb-4g-lte/index.json index 88dbb0375041..42ea2ed2e980 100644 --- a/site/public/v1/smartphones/infinix-zero-4-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-zero-4-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.5, - "dimensions": {}, + "dimensions": { + "height_mm": 151.5, + "width_mm": 76.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.564926", - "updated_at": "2026-07-09T01:31:01.564926" + "created_at": "2026-07-09T04:23:07.263576", + "updated_at": "2026-07-09T04:23:07.263576" } diff --git a/site/public/v1/smartphones/infinix-zero-4-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-zero-4-plus-4gb-64gb-4g-lte/index.json index cffb056cc1f5..8fb4d6cf0968 100644 --- a/site/public/v1/smartphones/infinix-zero-4-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-zero-4-plus-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.5, + "width_mm": 83.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.565929", - "updated_at": "2026-07-09T01:31:01.565929" + "created_at": "2026-07-09T04:23:07.263576", + "updated_at": "2026-07-09T04:23:07.263576" } diff --git a/site/public/v1/smartphones/infinix-zero-5-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-zero-5-6gb-64gb-4g-lte/index.json index f25727a1c13c..48ba131e9ac0 100644 --- a/site/public/v1/smartphones/infinix-zero-5-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-zero-5-6gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.4, + "width_mm": 82.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.589867", - "updated_at": "2026-07-09T01:31:01.589867" + "created_at": "2026-07-09T04:23:07.284574", + "updated_at": "2026-07-09T04:23:07.284574" } diff --git a/site/public/v1/smartphones/infinix-zero-5-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-zero-5-pro-6gb-128gb-4g-lte/index.json index c0908cdbb03f..9c6abb3e8b7c 100644 --- a/site/public/v1/smartphones/infinix-zero-5-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-zero-5-pro-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.4, + "width_mm": 82.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.590868", - "updated_at": "2026-07-09T01:31:01.590868" + "created_at": "2026-07-09T04:23:07.284574", + "updated_at": "2026-07-09T04:23:07.284574" } diff --git a/site/public/v1/smartphones/infinix-zero-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/infinix-zero-5g-8gb-128gb-5g/index.json index 1f7a0bf99b84..c36a8f7ead83 100644 --- a/site/public/v1/smartphones/infinix-zero-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/infinix-zero-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.7, + "width_mm": 76.5, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, XOS 10.6", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 49.8, "performance": 43.1, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.759475", - "updated_at": "2026-07-09T01:31:01.759475" + "created_at": "2026-07-09T04:23:07.378781", + "updated_at": "2026-07-09T04:23:07.378781" } diff --git a/site/public/v1/smartphones/infinix-zero-8-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-zero-8-8gb-128gb-4g-lte/index.json index 08b77acd664f..671fafc8cb9d 100644 --- a/site/public/v1/smartphones/infinix-zero-8-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-zero-8-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.7, + "width_mm": 76.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 39.0, "performance": null, "camera": null, - "battery": 34.2, + "battery": 39.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.704951", - "updated_at": "2026-07-09T01:31:01.704951" + "created_at": "2026-07-09T04:23:07.347198", + "updated_at": "2026-07-09T04:23:07.347198" } diff --git a/site/public/v1/smartphones/infinix-zero-8i-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/infinix-zero-8i-8gb-128gb-4g-lte/index.json index f8521fce9e18..407b97f29040 100644 --- a/site/public/v1/smartphones/infinix-zero-8i-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/infinix-zero-8i-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 210.5, - "dimensions": {}, + "dimensions": { + "height_mm": 168.7, + "width_mm": 76.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 39.0, "performance": null, "camera": null, - "battery": 34.2, + "battery": 39.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.705952", - "updated_at": "2026-07-09T01:31:01.705952" + "created_at": "2026-07-09T04:23:07.348198", + "updated_at": "2026-07-09T04:23:07.348198" } diff --git a/site/public/v1/smartphones/infinix-zero-ultra-8gb-256gb-5g/index.json b/site/public/v1/smartphones/infinix-zero-ultra-8gb-256gb-5g/index.json index ee9d34db307a..e878ea1bedc8 100644 --- a/site/public/v1/smartphones/infinix-zero-ultra-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/infinix-zero-ultra-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 180.0, "charging_wireless_w": null, "weight_g": 213.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.5, + "width_mm": 74.5, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 12, XOS 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.9, + "overall": 56.9, "performance": 47.0, "camera": null, - "battery": 46.7, + "battery": 66.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.760475", - "updated_at": "2026-07-09T01:31:01.760475" + "created_at": "2026-07-09T04:23:07.379781", + "updated_at": "2026-07-09T04:23:07.379781" } diff --git a/site/public/v1/smartphones/itel-a50c-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/itel-a50c-2gb-32gb-4g-lte/index.json index 7ba87b72e06b..cea94d9093c9 100644 --- a/site/public/v1/smartphones/itel-a50c-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/itel-a50c-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 192.6, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.7, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 14 (Go edition)", "os_version": "14", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.961858", - "updated_at": "2026-07-09T01:31:01.961858" + "created_at": "2026-07-09T04:23:07.474846", + "updated_at": "2026-07-09T04:23:07.474846" } diff --git a/site/public/v1/smartphones/itel-p55-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/itel-p55-8gb-256gb-4g-lte/index.json index dc390097d84b..f035f91d2383 100644 --- a/site/public/v1/smartphones/itel-p55-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/itel-p55-8gb-256gb-4g-lte/index.json @@ -48,7 +48,7 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, "dimensions": {}, @@ -65,10 +65,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 32.4, "performance": 23.3, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +83,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.963980", - "updated_at": "2026-07-09T01:31:01.963980" + "created_at": "2026-07-09T04:23:07.475846", + "updated_at": "2026-07-09T04:23:07.475846" } diff --git a/site/public/v1/smartphones/itel-p65-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/itel-p65-8gb-256gb-4g-lte/index.json index ebb1c141bdbf..605a9c240783 100644 --- a/site/public/v1/smartphones/itel-p65-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/itel-p65-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.4, - "dimensions": {}, + "dimensions": { + "height_mm": 165.9, + "width_mm": 77.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 14, itel OS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.964856", - "updated_at": "2026-07-09T01:31:01.964856" + "created_at": "2026-07-09T04:23:07.476846", + "updated_at": "2026-07-09T04:23:07.476846" } diff --git a/site/public/v1/smartphones/itel-s23-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/itel-s23-8gb-256gb-4g-lte/index.json index 7889fdab7c0d..81b53ccf4a05 100644 --- a/site/public/v1/smartphones/itel-s23-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/itel-s23-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 31.6, "performance": 23.3, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.957855", - "updated_at": "2026-07-09T01:31:01.957855" + "created_at": "2026-07-09T04:23:07.472846", + "updated_at": "2026-07-09T04:23:07.472846" } diff --git a/site/public/v1/smartphones/itel-s24-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/itel-s24-8gb-256gb-4g-lte/index.json index e71c3c6bbdd8..b0dba395d5fe 100644 --- a/site/public/v1/smartphones/itel-s24-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/itel-s24-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 75.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:01.966851", - "updated_at": "2026-07-09T01:31:01.966851" + "created_at": "2026-07-09T04:23:07.479853", + "updated_at": "2026-07-09T04:23:07.479853" } diff --git a/site/public/v1/smartphones/lenovo-a-plus-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-a-plus-1gb-8gb-3g/index.json index 60adad6ed50b..b9f646ce8522 100644 --- a/site/public/v1/smartphones/lenovo-a-plus-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a-plus-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 66.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.387685", - "updated_at": "2026-07-09T01:31:02.387685" + "created_at": "2026-07-09T04:23:07.762736", + "updated_at": "2026-07-09T04:23:07.762736" } diff --git a/site/public/v1/smartphones/lenovo-a1000-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-a1000-1gb-8gb-3g/index.json index 004cbe3b3666..ef85d174b31c 100644 --- a/site/public/v1/smartphones/lenovo-a1000-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a1000-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 124.5, + "width_mm": 64.0, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.339687", - "updated_at": "2026-07-09T01:31:02.339687" + "created_at": "2026-07-09T04:23:07.720659", + "updated_at": "2026-07-09T04:23:07.720659" } diff --git a/site/public/v1/smartphones/lenovo-a2010-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a2010-1gb-8gb-4g-lte/index.json index 8fd8dea61aea..7f1212ba2d6e 100644 --- a/site/public/v1/smartphones/lenovo-a2010-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a2010-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.5, + "width_mm": 66.5, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.340687", - "updated_at": "2026-07-09T01:31:02.340687" + "created_at": "2026-07-09T04:23:07.721658", + "updated_at": "2026-07-09T04:23:07.721658" } diff --git a/site/public/v1/smartphones/lenovo-a3690-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a3690-1gb-8gb-4g-lte/index.json index 63227a7c9277..06f8f3b6f4bb 100644 --- a/site/public/v1/smartphones/lenovo-a3690-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a3690-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.2, + "width_mm": 71.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.342688", - "updated_at": "2026-07-09T01:31:02.342688" + "created_at": "2026-07-09T04:23:07.722658", + "updated_at": "2026-07-09T04:23:07.722658" } diff --git a/site/public/v1/smartphones/lenovo-a5-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a5-3gb-32gb-4g-lte/index.json index 295a0b14440e..51f40889424b 100644 --- a/site/public/v1/smartphones/lenovo-a5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a5-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.2, + "width_mm": 70.9, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), ZUI 3.9", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.429415", - "updated_at": "2026-07-09T01:31:02.429415" + "created_at": "2026-07-09T04:23:07.800799", + "updated_at": "2026-07-09T04:23:07.800799" } diff --git a/site/public/v1/smartphones/lenovo-a5000-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-a5000-1gb-8gb-3g/index.json index 11b281a80277..50ba32ebfc7d 100644 --- a/site/public/v1/smartphones/lenovo-a5000-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a5000-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.0, + "width_mm": 71.4, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.343687", - "updated_at": "2026-07-09T01:31:02.343687" + "created_at": "2026-07-09T04:23:07.723659", + "updated_at": "2026-07-09T04:23:07.723659" } diff --git a/site/public/v1/smartphones/lenovo-a526-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-a526-1gb-4gb-3g/index.json index e8db6c6f4ab9..62dc552af78f 100644 --- a/site/public/v1/smartphones/lenovo-a526-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a526-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.0, + "width_mm": 67.6, + "depth_mm": 11.1 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.300162", - "updated_at": "2026-07-09T01:31:02.300162" + "created_at": "2026-07-09T04:23:07.683144", + "updated_at": "2026-07-09T04:23:07.683144" } diff --git a/site/public/v1/smartphones/lenovo-a536-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-a536-1gb-8gb-3g/index.json index 4e52336b6a0f..a4dc04b82da3 100644 --- a/site/public/v1/smartphones/lenovo-a536-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a536-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.6, + "width_mm": 72.0, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.301148", - "updated_at": "2026-07-09T01:31:02.301148" + "created_at": "2026-07-09T04:23:07.684144", + "updated_at": "2026-07-09T04:23:07.684144" } diff --git a/site/public/v1/smartphones/lenovo-a6-note-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a6-note-3gb-32gb-4g-lte/index.json index c79161688da1..0630e059079f 100644 --- a/site/public/v1/smartphones/lenovo-a6-note-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a6-note-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.7, + "width_mm": 72.9, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.454392", - "updated_at": "2026-07-09T01:31:02.454392" + "created_at": "2026-07-09T04:23:07.821806", + "updated_at": "2026-07-09T04:23:07.821806" } diff --git a/site/public/v1/smartphones/lenovo-a6000-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a6000-1gb-8gb-4g-lte/index.json index 365defcdf9a2..ee65721f69eb 100644 --- a/site/public/v1/smartphones/lenovo-a6000-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a6000-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.344687", - "updated_at": "2026-07-09T01:31:02.344687" + "created_at": "2026-07-09T04:23:07.725163", + "updated_at": "2026-07-09T04:23:07.725163" } diff --git a/site/public/v1/smartphones/lenovo-a6000-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a6000-plus-2gb-16gb-4g-lte/index.json index 7346a1809370..cdd3332cb914 100644 --- a/site/public/v1/smartphones/lenovo-a6000-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a6000-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.2 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.345687", - "updated_at": "2026-07-09T01:31:02.345687" + "created_at": "2026-07-09T04:23:07.727167", + "updated_at": "2026-07-09T04:23:07.727167" } diff --git a/site/public/v1/smartphones/lenovo-a6010-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a6010-1gb-8gb-4g-lte/index.json index b89262cedd27..cef456c34d92 100644 --- a/site/public/v1/smartphones/lenovo-a6010-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a6010-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5 (Lollipop)", "os_version": "5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.347778", - "updated_at": "2026-07-09T01:31:02.347778" + "created_at": "2026-07-09T04:23:07.728175", + "updated_at": "2026-07-09T04:23:07.728175" } diff --git a/site/public/v1/smartphones/lenovo-a6010-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a6010-plus-2gb-16gb-4g-lte/index.json index 2ed7d312a7d9..69bf1ab931c8 100644 --- a/site/public/v1/smartphones/lenovo-a6010-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a6010-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5 (Lollipop)", "os_version": "5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.348802", - "updated_at": "2026-07-09T01:31:02.348802" + "created_at": "2026-07-09T04:23:07.729174", + "updated_at": "2026-07-09T04:23:07.729174" } diff --git a/site/public/v1/smartphones/lenovo-a606-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a606-1gb-8gb-4g-lte/index.json index a878dafd96dd..8cf139159734 100644 --- a/site/public/v1/smartphones/lenovo-a606-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a606-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.5, + "width_mm": 73.2, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.302169", - "updated_at": "2026-07-09T01:31:02.302169" + "created_at": "2026-07-09T04:23:07.685144", + "updated_at": "2026-07-09T04:23:07.685144" } diff --git a/site/public/v1/smartphones/lenovo-a6600-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a6600-1gb-16gb-4g-lte/index.json index 846f8bf6916c..212436945d3f 100644 --- a/site/public/v1/smartphones/lenovo-a6600-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a6600-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.388685", - "updated_at": "2026-07-09T01:31:02.388685" + "created_at": "2026-07-09T04:23:07.763736", + "updated_at": "2026-07-09T04:23:07.763736" } diff --git a/site/public/v1/smartphones/lenovo-a6600-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a6600-plus-2gb-16gb-4g-lte/index.json index 4f28c36748ac..ddb643d7aedc 100644 --- a/site/public/v1/smartphones/lenovo-a6600-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a6600-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.389688", - "updated_at": "2026-07-09T01:31:02.389688" + "created_at": "2026-07-09T04:23:07.764739", + "updated_at": "2026-07-09T04:23:07.764739" } diff --git a/site/public/v1/smartphones/lenovo-a680-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-a680-1gb-4gb-3g/index.json index 8b34a93ca6ce..adc8394c30e3 100644 --- a/site/public/v1/smartphones/lenovo-a680-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a680-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 73.5, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.304158", - "updated_at": "2026-07-09T01:31:02.304158" + "created_at": "2026-07-09T04:23:07.686145", + "updated_at": "2026-07-09T04:23:07.686145" } diff --git a/site/public/v1/smartphones/lenovo-a7-30-a3300-1gb-8gb-2g/index.json b/site/public/v1/smartphones/lenovo-a7-30-a3300-1gb-8gb-2g/index.json index b93221e4409d..48d28fcd0d45 100644 --- a/site/public/v1/smartphones/lenovo-a7-30-a3300-1gb-8gb-2g/index.json +++ b/site/public/v1/smartphones/lenovo-a7-30-a3300-1gb-8gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 327.0, - "dimensions": {}, + "dimensions": { + "height_mm": 198.0, + "width_mm": 119.8, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.305225", - "updated_at": "2026-07-09T01:31:02.305225" + "created_at": "2026-07-09T04:23:07.687144", + "updated_at": "2026-07-09T04:23:07.687144" } diff --git a/site/public/v1/smartphones/lenovo-a7-50-a3500-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-a7-50-a3500-1gb-16gb-3g/index.json index 4fbfb72bd5f7..0c77176032f3 100644 --- a/site/public/v1/smartphones/lenovo-a7-50-a3500-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a7-50-a3500-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 198.0, + "width_mm": 121.2, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.305225", - "updated_at": "2026-07-09T01:31:02.305225" + "created_at": "2026-07-09T04:23:07.688144", + "updated_at": "2026-07-09T04:23:07.688144" } diff --git a/site/public/v1/smartphones/lenovo-a7000-2gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a7000-2gb-8gb-4g-lte/index.json index f30390a3e5b3..53cfff1b703c 100644 --- a/site/public/v1/smartphones/lenovo-a7000-2gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a7000-2gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.349767", - "updated_at": "2026-07-09T01:31:02.349767" + "created_at": "2026-07-09T04:23:07.731173", + "updated_at": "2026-07-09T04:23:07.731173" } diff --git a/site/public/v1/smartphones/lenovo-a7000-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a7000-plus-2gb-16gb-4g-lte/index.json index f82f55fbcfb3..0473b5e8b97d 100644 --- a/site/public/v1/smartphones/lenovo-a7000-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a7000-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.350792", - "updated_at": "2026-07-09T01:31:02.350792" + "created_at": "2026-07-09T04:23:07.732176", + "updated_at": "2026-07-09T04:23:07.732176" } diff --git a/site/public/v1/smartphones/lenovo-a7000-turbo-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a7000-turbo-2gb-16gb-4g-lte/index.json index 774454ce6fd4..73dbe4678396 100644 --- a/site/public/v1/smartphones/lenovo-a7000-turbo-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a7000-turbo-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5 (Lollipop), Vibe UI 2", "os_version": "5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.391687", - "updated_at": "2026-07-09T01:31:02.391687" + "created_at": "2026-07-09T04:23:07.765741", + "updated_at": "2026-07-09T04:23:07.765741" } diff --git a/site/public/v1/smartphones/lenovo-a706-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-a706-1gb-4gb-3g/index.json index f7f6e44d298e..e5cde36d4851 100644 --- a/site/public/v1/smartphones/lenovo-a706-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a706-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.0, + "width_mm": 69.0, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.275078", - "updated_at": "2026-07-09T01:31:02.276078" + "created_at": "2026-07-09T04:23:07.652952", + "updated_at": "2026-07-09T04:23:07.652952" } diff --git a/site/public/v1/smartphones/lenovo-a8-2020-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a8-2020-4gb-64gb-4g-lte/index.json index 3c1834965ea5..05af5593ccc7 100644 --- a/site/public/v1/smartphones/lenovo-a8-2020-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a8-2020-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.6, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.473393", - "updated_at": "2026-07-09T01:31:02.473393" + "created_at": "2026-07-09T04:23:07.840233", + "updated_at": "2026-07-09T04:23:07.840233" } diff --git a/site/public/v1/smartphones/lenovo-a8-50-a5500-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-a8-50-a5500-1gb-16gb-3g/index.json index c72304fa19b4..09724ff18d91 100644 --- a/site/public/v1/smartphones/lenovo-a8-50-a5500-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a8-50-a5500-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 360.0, - "dimensions": {}, + "dimensions": { + "height_mm": 217.0, + "width_mm": 136.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.306246", - "updated_at": "2026-07-09T01:31:02.306246" + "created_at": "2026-07-09T04:23:07.689144", + "updated_at": "2026-07-09T04:23:07.689144" } diff --git a/site/public/v1/smartphones/lenovo-a820-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-a820-1gb-4gb-3g/index.json index 050df4c9b7f6..bb8e5f61b9f8 100644 --- a/site/public/v1/smartphones/lenovo-a820-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a820-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 135.0, + "width_mm": 68.2, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.277080", - "updated_at": "2026-07-09T01:31:02.277080" + "created_at": "2026-07-09T04:23:07.655952", + "updated_at": "2026-07-09T04:23:07.655952" } diff --git a/site/public/v1/smartphones/lenovo-a830-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-a830-1gb-4gb-3g/index.json index 7236f4114aa7..ee7b9b80f352 100644 --- a/site/public/v1/smartphones/lenovo-a830-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a830-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.4, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 73.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean)", "os_version": "4.2.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.278079", - "updated_at": "2026-07-09T01:31:02.278079" + "created_at": "2026-07-09T04:23:07.656952", + "updated_at": "2026-07-09T04:23:07.656952" } diff --git a/site/public/v1/smartphones/lenovo-a850-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-a850-1gb-4gb-3g/index.json index e19ba1df0ef4..5457182d7b39 100644 --- a/site/public/v1/smartphones/lenovo-a850-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a850-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 79.3, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.279079", - "updated_at": "2026-07-09T01:31:02.279079" + "created_at": "2026-07-09T04:23:07.656952", + "updated_at": "2026-07-09T04:23:07.656952" } diff --git a/site/public/v1/smartphones/lenovo-a859-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-a859-1gb-8gb-3g/index.json index 41fd08cc054c..9baa76aca6eb 100644 --- a/site/public/v1/smartphones/lenovo-a859-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a859-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.3, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.307236", - "updated_at": "2026-07-09T01:31:02.307236" + "created_at": "2026-07-09T04:23:07.690144", + "updated_at": "2026-07-09T04:23:07.690144" } diff --git a/site/public/v1/smartphones/lenovo-a880-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-a880-1gb-8gb-3g/index.json index bbd71fcf285a..8d9887440cd5 100644 --- a/site/public/v1/smartphones/lenovo-a880-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a880-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 85.4, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.309257", - "updated_at": "2026-07-09T01:31:02.309257" + "created_at": "2026-07-09T04:23:07.690144", + "updated_at": "2026-07-09T04:23:07.690144" } diff --git a/site/public/v1/smartphones/lenovo-a889-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-a889-1gb-8gb-3g/index.json index 0a7bc6f52350..4a0445a78f5f 100644 --- a/site/public/v1/smartphones/lenovo-a889-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-a889-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 85.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.310259", - "updated_at": "2026-07-09T01:31:02.310259" + "created_at": "2026-07-09T04:23:07.692653", + "updated_at": "2026-07-09T04:23:07.692653" } diff --git a/site/public/v1/smartphones/lenovo-a916-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-a916-1gb-8gb-4g-lte/index.json index fe93a9256068..d6b33d62dc9c 100644 --- a/site/public/v1/smartphones/lenovo-a916-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-a916-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 76.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.311262", - "updated_at": "2026-07-09T01:31:02.311262" + "created_at": "2026-07-09T04:23:07.693653", + "updated_at": "2026-07-09T04:23:07.693653" } diff --git a/site/public/v1/smartphones/lenovo-b-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-b-1gb-8gb-4g-lte/index.json index 8e7120c61e80..9ddb650641e1 100644 --- a/site/public/v1/smartphones/lenovo-b-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-b-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.5, + "width_mm": 66.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.392687", - "updated_at": "2026-07-09T01:31:02.392687" + "created_at": "2026-07-09T04:23:07.766732", + "updated_at": "2026-07-09T04:23:07.766732" } diff --git a/site/public/v1/smartphones/lenovo-c2-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-c2-1gb-16gb-4g-lte/index.json index eaa93f9272b5..267e9f3f0977 100644 --- a/site/public/v1/smartphones/lenovo-c2-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-c2-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.4, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.393780", - "updated_at": "2026-07-09T01:31:02.393780" + "created_at": "2026-07-09T04:23:07.767732", + "updated_at": "2026-07-09T04:23:07.767732" } diff --git a/site/public/v1/smartphones/lenovo-golden-warrior-a8-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-golden-warrior-a8-2gb-16gb-4g-lte/index.json index 84f4117e20cd..fb1896f9a1b8 100644 --- a/site/public/v1/smartphones/lenovo-golden-warrior-a8-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-golden-warrior-a8-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.5, + "width_mm": 70.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.312246", - "updated_at": "2026-07-09T01:31:02.312246" + "created_at": "2026-07-09T04:23:07.694653", + "updated_at": "2026-07-09T04:23:07.694653" } diff --git a/site/public/v1/smartphones/lenovo-golden-warrior-note-8-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-golden-warrior-note-8-1gb-8gb-4g-lte/index.json index f24436fbbd97..398c3d9e8f8e 100644 --- a/site/public/v1/smartphones/lenovo-golden-warrior-note-8-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-golden-warrior-note-8-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.3, + "width_mm": 83.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.313166", - "updated_at": "2026-07-09T01:31:02.313166" + "created_at": "2026-07-09T04:23:07.695654", + "updated_at": "2026-07-09T04:23:07.695654" } diff --git a/site/public/v1/smartphones/lenovo-golden-warrior-s8-2gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-golden-warrior-s8-2gb-16gb-3g/index.json index 292e9d52cf67..26aeb2c2d1f7 100644 --- a/site/public/v1/smartphones/lenovo-golden-warrior-s8-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-golden-warrior-s8-2gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 76.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.314166", - "updated_at": "2026-07-09T01:31:02.314166" + "created_at": "2026-07-09T04:23:07.696653", + "updated_at": "2026-07-09T04:23:07.696653" } diff --git a/site/public/v1/smartphones/lenovo-ideatab-a1000-1gb-16gb-2g/index.json b/site/public/v1/smartphones/lenovo-ideatab-a1000-1gb-16gb-2g/index.json index e38469d89fef..19322cb9da27 100644 --- a/site/public/v1/smartphones/lenovo-ideatab-a1000-1gb-16gb-2g/index.json +++ b/site/public/v1/smartphones/lenovo-ideatab-a1000-1gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 199.0, + "width_mm": 121.0, + "depth_mm": 10.7 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.2 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.280079", - "updated_at": "2026-07-09T01:31:02.280079" + "created_at": "2026-07-09T04:23:07.659463", + "updated_at": "2026-07-09T04:23:07.659463" } diff --git a/site/public/v1/smartphones/lenovo-ideatab-a2107-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-ideatab-a2107-1gb-16gb-3g/index.json index a418bcfbff19..7afb68cf7801 100644 --- a/site/public/v1/smartphones/lenovo-ideatab-a2107-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-ideatab-a2107-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 400.0, - "dimensions": {}, + "dimensions": { + "height_mm": 195.1, + "width_mm": 125.0, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich)", "os_version": "4.0.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.281081", - "updated_at": "2026-07-09T01:31:02.281081" + "created_at": "2026-07-09T04:23:07.659463", + "updated_at": "2026-07-09T04:23:07.659463" } diff --git a/site/public/v1/smartphones/lenovo-ideatab-a3000-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-ideatab-a3000-1gb-16gb-3g/index.json index 041c3e80515a..15dbc4e6ee20 100644 --- a/site/public/v1/smartphones/lenovo-ideatab-a3000-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-ideatab-a3000-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 339.0, - "dimensions": {}, + "dimensions": { + "height_mm": 194.0, + "width_mm": 120.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.2 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.281081", - "updated_at": "2026-07-09T01:31:02.281081" + "created_at": "2026-07-09T04:23:07.659463", + "updated_at": "2026-07-09T04:23:07.659463" } diff --git a/site/public/v1/smartphones/lenovo-k10-note-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k10-note-6gb-128gb-4g-lte/index.json index 820a4e6f2ada..30e0fee8eaa5 100644 --- a/site/public/v1/smartphones/lenovo-k10-note-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k10-note-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 74.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ZUI 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.8, + "overall": 36.1, "performance": null, "camera": null, - "battery": 33.8, + "battery": 36.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.457401", - "updated_at": "2026-07-09T01:31:02.457401" + "created_at": "2026-07-09T04:23:07.825221", + "updated_at": "2026-07-09T04:23:07.825221" } diff --git a/site/public/v1/smartphones/lenovo-k10-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k10-plus-4gb-64gb-4g-lte/index.json index 043255c4ef3a..5dc75b03d68d 100644 --- a/site/public/v1/smartphones/lenovo-k10-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k10-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ZUI 11", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.5, + "overall": 26.4, "performance": null, "camera": null, - "battery": 25.5, + "battery": 26.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.459387", - "updated_at": "2026-07-09T01:31:02.459387" + "created_at": "2026-07-09T04:23:07.827227", + "updated_at": "2026-07-09T04:23:07.827227" } diff --git a/site/public/v1/smartphones/lenovo-k13-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k13-2gb-32gb-4g-lte/index.json index e4fc10206007..472d0fc3324e 100644 --- a/site/public/v1/smartphones/lenovo-k13-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k13-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.1, + "width_mm": 75.9, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.492408", - "updated_at": "2026-07-09T01:31:02.492408" + "created_at": "2026-07-09T04:23:07.857170", + "updated_at": "2026-07-09T04:23:07.857170" } diff --git a/site/public/v1/smartphones/lenovo-k3-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k3-1gb-16gb-4g-lte/index.json index 4739cdfa6e26..4b9ad41d7a2a 100644 --- a/site/public/v1/smartphones/lenovo-k3-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k3-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.316170", - "updated_at": "2026-07-09T01:31:02.316170" + "created_at": "2026-07-09T04:23:07.697653", + "updated_at": "2026-07-09T04:23:07.697653" } diff --git a/site/public/v1/smartphones/lenovo-k3-note-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k3-note-2gb-16gb-4g-lte/index.json index fea76db3bf14..f34e2921f87a 100644 --- a/site/public/v1/smartphones/lenovo-k3-note-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k3-note-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 76.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.2 (Lollipop), upgradable to 6 (Marshmallow)", "os_version": "5.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.352778", - "updated_at": "2026-07-09T01:31:02.352778" + "created_at": "2026-07-09T04:23:07.733176", + "updated_at": "2026-07-09T04:23:07.733176" } diff --git a/site/public/v1/smartphones/lenovo-k320t-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k320t-3gb-32gb-4g-lte/index.json index 026a109a6106..7ff4dfd51f53 100644 --- a/site/public/v1/smartphones/lenovo-k320t-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k320t-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.8, - "dimensions": {}, + "dimensions": { + "height_mm": 155.2, + "width_mm": 73.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.423404", - "updated_at": "2026-07-09T01:31:02.423404" + "created_at": "2026-07-09T04:23:07.794800", + "updated_at": "2026-07-09T04:23:07.794800" } diff --git a/site/public/v1/smartphones/lenovo-k5-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k5-3gb-32gb-4g-lte/index.json index e2fe74252771..4e9d88503613 100644 --- a/site/public/v1/smartphones/lenovo-k5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k5-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), ZUI Lite 3.1", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.432398", - "updated_at": "2026-07-09T01:31:02.432398" + "created_at": "2026-07-09T04:23:07.802799", + "updated_at": "2026-07-09T04:23:07.802799" } diff --git a/site/public/v1/smartphones/lenovo-k5-note-2018-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k5-note-2018-4gb-64gb-4g-lte/index.json index c20cc2c9daa6..1a78a2bc0070 100644 --- a/site/public/v1/smartphones/lenovo-k5-note-2018-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k5-note-2018-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), ZUI 3.9", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.433365", - "updated_at": "2026-07-09T01:31:02.433365" + "created_at": "2026-07-09T04:23:07.803799", + "updated_at": "2026-07-09T04:23:07.803799" } diff --git a/site/public/v1/smartphones/lenovo-k5-note-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k5-note-4gb-32gb-4g-lte/index.json index 4709a0c6f22c..093b82e850e5 100644 --- a/site/public/v1/smartphones/lenovo-k5-note-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k5-note-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 75.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.396776", - "updated_at": "2026-07-09T01:31:02.396776" + "created_at": "2026-07-09T04:23:07.769739", + "updated_at": "2026-07-09T04:23:07.769739" } diff --git a/site/public/v1/smartphones/lenovo-k5-play-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k5-play-3gb-32gb-4g-lte/index.json index a958a16e21ad..db829899f21a 100644 --- a/site/public/v1/smartphones/lenovo-k5-play-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k5-play-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), ZUI 3.7", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.435321", - "updated_at": "2026-07-09T01:31:02.435321" + "created_at": "2026-07-09T04:23:07.804799", + "updated_at": "2026-07-09T04:23:07.804799" } diff --git a/site/public/v1/smartphones/lenovo-k5-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k5-pro-6gb-128gb-4g-lte/index.json index 75d94bec1497..ff2265939103 100644 --- a/site/public/v1/smartphones/lenovo-k5-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k5-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.5, + "overall": 27.8, "performance": null, "camera": null, - "battery": 25.5, + "battery": 27.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.437318", - "updated_at": "2026-07-09T01:31:02.437318" + "created_at": "2026-07-09T04:23:07.806800", + "updated_at": "2026-07-09T04:23:07.806800" } diff --git a/site/public/v1/smartphones/lenovo-k6-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k6-2gb-32gb-4g-lte/index.json index 83398fde77b6..3b2825fac17d 100644 --- a/site/public/v1/smartphones/lenovo-k6-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k6-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.9, + "width_mm": 70.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.397755", - "updated_at": "2026-07-09T01:31:02.397755" + "created_at": "2026-07-09T04:23:07.770736", + "updated_at": "2026-07-09T04:23:07.770736" } diff --git a/site/public/v1/smartphones/lenovo-k6-enjoy-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k6-enjoy-4gb-128gb-4g-lte/index.json index 80d7a59fe9b7..cc161bee8239 100644 --- a/site/public/v1/smartphones/lenovo-k6-enjoy-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k6-enjoy-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.4, + "width_mm": 75.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.2, + "overall": 23.0, "performance": null, "camera": null, - "battery": 22.2, + "battery": 23.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.460385", - "updated_at": "2026-07-09T01:31:02.460385" + "created_at": "2026-07-09T04:23:07.828227", + "updated_at": "2026-07-09T04:23:07.828227" } diff --git a/site/public/v1/smartphones/lenovo-k6-note-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k6-note-4gb-32gb-4g-lte/index.json index fb5e9e642645..aa15a310a441 100644 --- a/site/public/v1/smartphones/lenovo-k6-note-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k6-note-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.398783", - "updated_at": "2026-07-09T01:31:02.398783" + "created_at": "2026-07-09T04:23:07.771736", + "updated_at": "2026-07-09T04:23:07.771736" } diff --git a/site/public/v1/smartphones/lenovo-k6-power-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k6-power-3gb-32gb-4g-lte/index.json index b0ab008eeeae..213a500529ce 100644 --- a/site/public/v1/smartphones/lenovo-k6-power-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k6-power-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.9, + "width_mm": 70.3, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.399752", - "updated_at": "2026-07-09T01:31:02.399752" + "created_at": "2026-07-09T04:23:07.772732", + "updated_at": "2026-07-09T04:23:07.772732" } diff --git a/site/public/v1/smartphones/lenovo-k8-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k8-3gb-32gb-4g-lte/index.json index 56e7bcca1016..5642ea101413 100644 --- a/site/public/v1/smartphones/lenovo-k8-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k8-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.7, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.424373", - "updated_at": "2026-07-09T01:31:02.424373" + "created_at": "2026-07-09T04:23:07.795799", + "updated_at": "2026-07-09T04:23:07.795799" } diff --git a/site/public/v1/smartphones/lenovo-k8-note-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k8-note-4gb-64gb-4g-lte/index.json index 46158f717eaf..1cc84d9c35a4 100644 --- a/site/public/v1/smartphones/lenovo-k8-note-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k8-note-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 26.8, "performance": null, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.425380", - "updated_at": "2026-07-09T01:31:02.425380" + "created_at": "2026-07-09T04:23:07.796799", + "updated_at": "2026-07-09T04:23:07.796799" } diff --git a/site/public/v1/smartphones/lenovo-k8-plus-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k8-plus-4gb-32gb-4g-lte/index.json index 19147c54026d..cc78bb41f8b3 100644 --- a/site/public/v1/smartphones/lenovo-k8-plus-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k8-plus-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.7, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.426398", - "updated_at": "2026-07-09T01:31:02.426398" + "created_at": "2026-07-09T04:23:07.796799", + "updated_at": "2026-07-09T04:23:07.796799" } diff --git a/site/public/v1/smartphones/lenovo-k800-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-k800-1gb-16gb-3g/index.json index 7c5dde233b8b..92c3c86dd3ae 100644 --- a/site/public/v1/smartphones/lenovo-k800-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-k800-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.5, + "width_mm": 71.2, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 2.3.7 (Gingerbread)", "os_version": "2.3.7", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.264140", - "updated_at": "2026-07-09T01:31:02.264140" + "created_at": "2026-07-09T04:23:07.643441", + "updated_at": "2026-07-09T04:23:07.643441" } diff --git a/site/public/v1/smartphones/lenovo-k860-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-k860-1gb-8gb-3g/index.json index 8dfc3aeeb58b..13646ad77130 100644 --- a/site/public/v1/smartphones/lenovo-k860-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-k860-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 193.5, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 74.4, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.265151", - "updated_at": "2026-07-09T01:31:02.265151" + "created_at": "2026-07-09T04:23:07.644441", + "updated_at": "2026-07-09T04:23:07.644441" } diff --git a/site/public/v1/smartphones/lenovo-k9-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-k9-3gb-32gb-4g-lte/index.json index df7a897d23b0..0f292ab80084 100644 --- a/site/public/v1/smartphones/lenovo-k9-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-k9-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.2, + "overall": 20.0, "performance": null, "camera": null, - "battery": 19.2, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.440385", - "updated_at": "2026-07-09T01:31:02.440385" + "created_at": "2026-07-09T04:23:07.809801", + "updated_at": "2026-07-09T04:23:07.809801" } diff --git a/site/public/v1/smartphones/lenovo-k900-2gb-32gb-3g/index.json b/site/public/v1/smartphones/lenovo-k900-2gb-32gb-3g/index.json index 64aa66e9d01b..2f571c5230fa 100644 --- a/site/public/v1/smartphones/lenovo-k900-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-k900-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 78.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.282079", - "updated_at": "2026-07-09T01:31:02.282079" + "created_at": "2026-07-09T04:23:07.661462", + "updated_at": "2026-07-09T04:23:07.661462" } diff --git a/site/public/v1/smartphones/lenovo-lemon-3-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-lemon-3-2gb-16gb-4g-lte/index.json index 63608a950570..e45dd88c743e 100644 --- a/site/public/v1/smartphones/lenovo-lemon-3-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-lemon-3-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.401731", - "updated_at": "2026-07-09T01:31:02.401731" + "created_at": "2026-07-09T04:23:07.773732", + "updated_at": "2026-07-09T04:23:07.773732" } diff --git a/site/public/v1/smartphones/lenovo-lepad-s2005-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-lepad-s2005-1gb-8gb-3g/index.json index 311b32b1b49c..7a11c74e8987 100644 --- a/site/public/v1/smartphones/lenovo-lepad-s2005-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-lepad-s2005-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.5, + "width_mm": 81.7, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.258078", - "updated_at": "2026-07-09T01:31:02.258078" + "created_at": "2026-07-09T04:23:07.637442", + "updated_at": "2026-07-09T04:23:07.637442" } diff --git a/site/public/v1/smartphones/lenovo-lepad-s2007-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-lepad-s2007-1gb-16gb-3g/index.json index 025e12357eec..b9845e532d5c 100644 --- a/site/public/v1/smartphones/lenovo-lepad-s2007-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-lepad-s2007-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 357.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.2, + "width_mm": 127.6, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.258078", - "updated_at": "2026-07-09T01:31:02.258078" + "created_at": "2026-07-09T04:23:07.637442", + "updated_at": "2026-07-09T04:23:07.638442" } diff --git a/site/public/v1/smartphones/lenovo-m10-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-m10-plus-4gb-128gb-4g-lte/index.json index 4e09aff97d81..070c3c23dd98 100644 --- a/site/public/v1/smartphones/lenovo-m10-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-m10-plus-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 244.2, + "width_mm": 153.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.490373", - "updated_at": "2026-07-09T01:31:02.490373" + "created_at": "2026-07-09T04:23:07.856167", + "updated_at": "2026-07-09T04:23:07.856167" } diff --git a/site/public/v1/smartphones/lenovo-p2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-p2-4gb-64gb-4g-lte/index.json index 424544f1ba50..d230e7ced040 100644 --- a/site/public/v1/smartphones/lenovo-p2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-p2-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.0, + "overall": 38.3, "performance": null, "camera": null, - "battery": 36.0, + "battery": 38.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.405874", - "updated_at": "2026-07-09T01:31:02.405874" + "created_at": "2026-07-09T04:23:07.777752", + "updated_at": "2026-07-09T04:23:07.777752" } diff --git a/site/public/v1/smartphones/lenovo-p70-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-p70-2gb-16gb-4g-lte/index.json index 417713852842..21a4c6bb9b19 100644 --- a/site/public/v1/smartphones/lenovo-p70-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-p70-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.371741", - "updated_at": "2026-07-09T01:31:02.371741" + "created_at": "2026-07-09T04:23:07.748172", + "updated_at": "2026-07-09T04:23:07.748172" } diff --git a/site/public/v1/smartphones/lenovo-p770-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-p770-1gb-4gb-3g/index.json index e68277309143..b4c8371bb664 100644 --- a/site/public/v1/smartphones/lenovo-p770-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-p770-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 67.0, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.271192", - "updated_at": "2026-07-09T01:31:02.271192" + "created_at": "2026-07-09T04:23:07.649441", + "updated_at": "2026-07-09T04:23:07.649441" } diff --git a/site/public/v1/smartphones/lenovo-p780-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-p780-1gb-8gb-3g/index.json index 40ee20b6a6e5..8f18a1b9f1e9 100644 --- a/site/public/v1/smartphones/lenovo-p780-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-p780-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 73.0, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.289079", - "updated_at": "2026-07-09T01:31:02.289079" + "created_at": "2026-07-09T04:23:07.667462", + "updated_at": "2026-07-09T04:23:07.667462" } diff --git a/site/public/v1/smartphones/lenovo-p90-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-p90-2gb-32gb-4g-lte/index.json index 523e65d0fae0..c9eff20341ca 100644 --- a/site/public/v1/smartphones/lenovo-p90-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-p90-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 77.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.372690", - "updated_at": "2026-07-09T01:31:02.372690" + "created_at": "2026-07-09T04:23:07.749179", + "updated_at": "2026-07-09T04:23:07.749179" } diff --git a/site/public/v1/smartphones/lenovo-phab-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-phab-1gb-16gb-4g-lte/index.json index 185b017248eb..2de3ed6da11d 100644 --- a/site/public/v1/smartphones/lenovo-phab-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-phab-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 250.0, - "dimensions": {}, + "dimensions": { + "height_mm": 186.0, + "width_mm": 97.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.373686", - "updated_at": "2026-07-09T01:31:02.373686" + "created_at": "2026-07-09T04:23:07.750173", + "updated_at": "2026-07-09T04:23:07.750173" } diff --git a/site/public/v1/smartphones/lenovo-phab-plus-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-phab-plus-2gb-32gb-4g-lte/index.json index ed0344344b6c..0b4169112321 100644 --- a/site/public/v1/smartphones/lenovo-phab-plus-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-phab-plus-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 229.0, - "dimensions": {}, + "dimensions": { + "height_mm": 186.6, + "width_mm": 96.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.374688", - "updated_at": "2026-07-09T01:31:02.374688" + "created_at": "2026-07-09T04:23:07.751175", + "updated_at": "2026-07-09T04:23:07.751175" } diff --git a/site/public/v1/smartphones/lenovo-phab2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-phab2-3gb-32gb-4g-lte/index.json index d6fb82b4a3ba..fddc3a9cac52 100644 --- a/site/public/v1/smartphones/lenovo-phab2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-phab2-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 225.0, - "dimensions": {}, + "dimensions": { + "height_mm": 175.0, + "width_mm": 89.5, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.407770", - "updated_at": "2026-07-09T01:31:02.407770" + "created_at": "2026-07-09T04:23:07.779743", + "updated_at": "2026-07-09T04:23:07.779743" } diff --git a/site/public/v1/smartphones/lenovo-phab2-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-phab2-plus-3gb-32gb-4g-lte/index.json index 03ee40a6706e..da0742f4fc6d 100644 --- a/site/public/v1/smartphones/lenovo-phab2-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-phab2-plus-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 218.0, - "dimensions": {}, + "dimensions": { + "height_mm": 173.9, + "width_mm": 88.3, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.408861", - "updated_at": "2026-07-09T01:31:02.408861" + "created_at": "2026-07-09T04:23:07.780745", + "updated_at": "2026-07-09T04:23:07.780745" } diff --git a/site/public/v1/smartphones/lenovo-phab2-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-phab2-pro-4gb-64gb-4g-lte/index.json index eed7f4dfe422..fab23f789564 100644 --- a/site/public/v1/smartphones/lenovo-phab2-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-phab2-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 259.0, - "dimensions": {}, + "dimensions": { + "height_mm": 179.8, + "width_mm": 88.6, + "depth_mm": 10.7 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.5, + "overall": 27.8, "performance": null, "camera": null, - "battery": 25.5, + "battery": 27.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.409828", - "updated_at": "2026-07-09T01:31:02.409828" + "created_at": "2026-07-09T04:23:07.781753", + "updated_at": "2026-07-09T04:23:07.781753" } diff --git a/site/public/v1/smartphones/lenovo-s5-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-s5-4gb-128gb-4g-lte/index.json index e10b5ff754af..639918285c91 100644 --- a/site/public/v1/smartphones/lenovo-s5-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-s5-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 73.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), ZUI 3.7", "os_version": "8.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.441387", - "updated_at": "2026-07-09T01:31:02.441387" + "created_at": "2026-07-09T04:23:07.810806", + "updated_at": "2026-07-09T04:23:07.810806" } diff --git a/site/public/v1/smartphones/lenovo-s5-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-s5-pro-6gb-128gb-4g-lte/index.json index d0ebba2701ae..55bffaac61b3 100644 --- a/site/public/v1/smartphones/lenovo-s5-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-s5-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ZUI 5", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 22.2, "performance": null, "camera": null, - "battery": 20.0, + "battery": 22.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.443375", - "updated_at": "2026-07-09T01:31:02.443375" + "created_at": "2026-07-09T04:23:07.812806", + "updated_at": "2026-07-09T04:23:07.812806" } diff --git a/site/public/v1/smartphones/lenovo-s5-pro-gt-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-s5-pro-gt-6gb-128gb-4g-lte/index.json index 39252b8df300..2438720f3c0a 100644 --- a/site/public/v1/smartphones/lenovo-s5-pro-gt-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-s5-pro-gt-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ZUI 10", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 22.2, "performance": null, "camera": null, - "battery": 20.0, + "battery": 22.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.445381", - "updated_at": "2026-07-09T01:31:02.445381" + "created_at": "2026-07-09T04:23:07.813806", + "updated_at": "2026-07-09T04:23:07.813806" } diff --git a/site/public/v1/smartphones/lenovo-s5000-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-s5000-1gb-16gb-3g/index.json index 1995da19e417..a1c0ec1d612b 100644 --- a/site/public/v1/smartphones/lenovo-s5000-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s5000-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 244.9, - "dimensions": {}, + "dimensions": { + "height_mm": 190.5, + "width_mm": 116.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 4.3 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.290079", - "updated_at": "2026-07-09T01:31:02.290079" + "created_at": "2026-07-09T04:23:07.667462", + "updated_at": "2026-07-09T04:23:07.667462" } diff --git a/site/public/v1/smartphones/lenovo-s580-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-s580-1gb-8gb-3g/index.json index d5177fd50ee2..1ecdf77a27c3 100644 --- a/site/public/v1/smartphones/lenovo-s580-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s580-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.8, + "width_mm": 69.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.325687", - "updated_at": "2026-07-09T01:31:02.325687" + "created_at": "2026-07-09T04:23:07.707654", + "updated_at": "2026-07-09T04:23:07.707654" } diff --git a/site/public/v1/smartphones/lenovo-s60-2gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-s60-2gb-8gb-4g-lte/index.json index bae0f029d642..95cb9ef5c26b 100644 --- a/site/public/v1/smartphones/lenovo-s60-2gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-s60-2gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.3, + "width_mm": 72.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.375687", - "updated_at": "2026-07-09T01:31:02.375687" + "created_at": "2026-07-09T04:23:07.751679", + "updated_at": "2026-07-09T04:23:07.751679" } diff --git a/site/public/v1/smartphones/lenovo-s650-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-s650-1gb-8gb-3g/index.json index 9c5925064020..e59a2308a4d2 100644 --- a/site/public/v1/smartphones/lenovo-s650-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s650-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.0, + "width_mm": 69.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.290079", - "updated_at": "2026-07-09T01:31:02.290079" + "created_at": "2026-07-09T04:23:07.668462", + "updated_at": "2026-07-09T04:23:07.668462" } diff --git a/site/public/v1/smartphones/lenovo-s660-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-s660-1gb-8gb-3g/index.json index 56d606f8f592..19168c4ce92c 100644 --- a/site/public/v1/smartphones/lenovo-s660-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s660-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 68.8, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.326690", - "updated_at": "2026-07-09T01:31:02.326690" + "created_at": "2026-07-09T04:23:07.708654", + "updated_at": "2026-07-09T04:23:07.708654" } diff --git a/site/public/v1/smartphones/lenovo-s750-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-s750-1gb-4gb-3g/index.json index 8eddc5dc6ee3..b9d8cd1d1a89 100644 --- a/site/public/v1/smartphones/lenovo-s750-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s750-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 135.0, + "width_mm": 68.2, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean)", "os_version": "4.2.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.327687", - "updated_at": "2026-07-09T01:31:02.327687" + "created_at": "2026-07-09T04:23:07.709654", + "updated_at": "2026-07-09T04:23:07.709654" } diff --git a/site/public/v1/smartphones/lenovo-s820-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-s820-1gb-8gb-3g/index.json index 38d61a5665f6..4eca4c7bdec3 100644 --- a/site/public/v1/smartphones/lenovo-s820-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s820-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.5, + "width_mm": 69.7, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.292079", - "updated_at": "2026-07-09T01:31:02.292079" + "created_at": "2026-07-09T04:23:07.669462", + "updated_at": "2026-07-09T04:23:07.669462" } diff --git a/site/public/v1/smartphones/lenovo-s850-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-s850-1gb-16gb-3g/index.json index 24ac8ec2e992..a80893abd48c 100644 --- a/site/public/v1/smartphones/lenovo-s850-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s850-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.328687", - "updated_at": "2026-07-09T01:31:02.329687" + "created_at": "2026-07-09T04:23:07.710658", + "updated_at": "2026-07-09T04:23:07.710658" } diff --git a/site/public/v1/smartphones/lenovo-s856-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-s856-1gb-8gb-4g-lte/index.json index d1a38036ccd8..64a3452184ce 100644 --- a/site/public/v1/smartphones/lenovo-s856-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-s856-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 77.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.330687", - "updated_at": "2026-07-09T01:31:02.330687" + "created_at": "2026-07-09T04:23:07.711660", + "updated_at": "2026-07-09T04:23:07.711660" } diff --git a/site/public/v1/smartphones/lenovo-s860-2gb-16gb-3g/index.json b/site/public/v1/smartphones/lenovo-s860-2gb-16gb-3g/index.json index ad129751561f..35e4008e5e7f 100644 --- a/site/public/v1/smartphones/lenovo-s860-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s860-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 77.0, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.331687", - "updated_at": "2026-07-09T01:31:02.331687" + "created_at": "2026-07-09T04:23:07.713659", + "updated_at": "2026-07-09T04:23:07.713659" } diff --git a/site/public/v1/smartphones/lenovo-s90-sisley-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-s90-sisley-2gb-32gb-4g-lte/index.json index 78d01975f1b3..c06ea9ac09a5 100644 --- a/site/public/v1/smartphones/lenovo-s90-sisley-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-s90-sisley-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 71.7, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.332687", - "updated_at": "2026-07-09T01:31:02.332687" + "created_at": "2026-07-09T04:23:07.714659", + "updated_at": "2026-07-09T04:23:07.714659" } diff --git a/site/public/v1/smartphones/lenovo-s920-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lenovo-s920-1gb-4gb-3g/index.json index bf1e51343909..8b99111570b7 100644 --- a/site/public/v1/smartphones/lenovo-s920-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s920-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 77.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean)", "os_version": "4.2.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.294079", - "updated_at": "2026-07-09T01:31:02.294079" + "created_at": "2026-07-09T04:23:07.677133", + "updated_at": "2026-07-09T04:23:07.677133" } diff --git a/site/public/v1/smartphones/lenovo-s930-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-s930-1gb-8gb-3g/index.json index a32d3c4fd99c..19156e8e13c7 100644 --- a/site/public/v1/smartphones/lenovo-s930-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s930-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 170.0, + "width_mm": 86.5, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 4.4 (KitKat)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.295078", - "updated_at": "2026-07-09T01:31:02.295078" + "created_at": "2026-07-09T04:23:07.678139", + "updated_at": "2026-07-09T04:23:07.678139" } diff --git a/site/public/v1/smartphones/lenovo-s939-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lenovo-s939-1gb-8gb-3g/index.json index fe975c40c6c4..e8f9aaefc841 100644 --- a/site/public/v1/smartphones/lenovo-s939-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-s939-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 84.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.333687", - "updated_at": "2026-07-09T01:31:02.333687" + "created_at": "2026-07-09T04:23:07.715659", + "updated_at": "2026-07-09T04:23:07.715659" } diff --git a/site/public/v1/smartphones/lenovo-tab3-7-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-tab3-7-1gb-16gb-4g-lte/index.json index 33f45039e6df..9f5f50f51f66 100644 --- a/site/public/v1/smartphones/lenovo-tab3-7-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-tab3-7-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 260.0, - "dimensions": {}, + "dimensions": { + "height_mm": 191.0, + "width_mm": 100.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow) or 5.0 (Lollipop)", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.410871", - "updated_at": "2026-07-09T01:31:02.411838" + "created_at": "2026-07-09T04:23:07.783749", + "updated_at": "2026-07-09T04:23:07.783749" } diff --git a/site/public/v1/smartphones/lenovo-tab3-8-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-tab3-8-2gb-16gb-4g-lte/index.json index fd0975a7b06d..3f8ff8982146 100644 --- a/site/public/v1/smartphones/lenovo-tab3-8-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-tab3-8-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 329.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 125.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.411838", - "updated_at": "2026-07-09T01:31:02.411838" + "created_at": "2026-07-09T04:23:07.783749", + "updated_at": "2026-07-09T04:23:07.783749" } diff --git a/site/public/v1/smartphones/lenovo-tab3-8-plus-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-tab3-8-plus-3gb-16gb-4g-lte/index.json index 726917d50140..ea756d5669e0 100644 --- a/site/public/v1/smartphones/lenovo-tab3-8-plus-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-tab3-8-plus-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 329.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 125.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.429415", - "updated_at": "2026-07-09T01:31:02.429415" + "created_at": "2026-07-09T04:23:07.799800", + "updated_at": "2026-07-09T04:23:07.799800" } diff --git a/site/public/v1/smartphones/lenovo-vibe-c-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-c-1gb-8gb-4g-lte/index.json index 88e2bc4091b5..30bb5b7c42e1 100644 --- a/site/public/v1/smartphones/lenovo-vibe-c-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-c-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.412831", - "updated_at": "2026-07-09T01:31:02.412831" + "created_at": "2026-07-09T04:23:07.784750", + "updated_at": "2026-07-09T04:23:07.784750" } diff --git a/site/public/v1/smartphones/lenovo-vibe-k4-note-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-k4-note-3gb-32gb-4g-lte/index.json index e61c0e8fee74..4e524ec2b833 100644 --- a/site/public/v1/smartphones/lenovo-vibe-k4-note-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-k4-note-3gb-32gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 76.5, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.1.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.413833", - "updated_at": "2026-07-09T01:31:02.413833" + "created_at": "2026-07-09T04:23:07.785749", + "updated_at": "2026-07-09T04:23:07.785749" } diff --git a/site/public/v1/smartphones/lenovo-vibe-k5-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-k5-2gb-16gb-4g-lte/index.json index 2228314c04f0..5d996448b8ea 100644 --- a/site/public/v1/smartphones/lenovo-vibe-k5-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-k5-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.414828", - "updated_at": "2026-07-09T01:31:02.414828" + "created_at": "2026-07-09T04:23:07.786744", + "updated_at": "2026-07-09T04:23:07.786744" } diff --git a/site/public/v1/smartphones/lenovo-vibe-k5-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-k5-plus-2gb-16gb-4g-lte/index.json index b6a81859d348..aa5215c7a6d7 100644 --- a/site/public/v1/smartphones/lenovo-vibe-k5-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-k5-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.415863", - "updated_at": "2026-07-09T01:31:02.415863" + "created_at": "2026-07-09T04:23:07.787746", + "updated_at": "2026-07-09T04:23:07.787746" } diff --git a/site/public/v1/smartphones/lenovo-vibe-p1-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-p1-2gb-32gb-4g-lte/index.json index e46a9e32b8d5..32661f6dd1f8 100644 --- a/site/public/v1/smartphones/lenovo-vibe-p1-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-p1-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.9, + "width_mm": 75.6, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 37.3, "performance": null, "camera": null, - "battery": 35.0, + "battery": 37.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.377753", - "updated_at": "2026-07-09T01:31:02.377753" + "created_at": "2026-07-09T04:23:07.753688", + "updated_at": "2026-07-09T04:23:07.753688" } diff --git a/site/public/v1/smartphones/lenovo-vibe-p1-turbo-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-p1-turbo-3gb-32gb-4g-lte/index.json index 0032e3646e4c..7bc40ec5e9ad 100644 --- a/site/public/v1/smartphones/lenovo-vibe-p1-turbo-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-p1-turbo-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4900, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.9, + "width_mm": 75.6, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.0, + "overall": 36.3, "performance": null, "camera": null, - "battery": 34.0, + "battery": 36.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.417855", - "updated_at": "2026-07-09T01:31:02.417855" + "created_at": "2026-07-09T04:23:07.788753", + "updated_at": "2026-07-09T04:23:07.788753" } diff --git a/site/public/v1/smartphones/lenovo-vibe-p1m-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-p1m-2gb-16gb-4g-lte/index.json index 94b629d357c9..7454e5aa94f7 100644 --- a/site/public/v1/smartphones/lenovo-vibe-p1m-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-p1m-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.8, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 26.8, "performance": null, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.378736", - "updated_at": "2026-07-09T01:31:02.378736" + "created_at": "2026-07-09T04:23:07.754688", + "updated_at": "2026-07-09T04:23:07.754688" } diff --git a/site/public/v1/smartphones/lenovo-vibe-s1-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-s1-3gb-32gb-4g-lte/index.json index 13125ad593b4..cb21c43e9911 100644 --- a/site/public/v1/smartphones/lenovo-vibe-s1-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-s1-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.3, + "width_mm": 70.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.380769", - "updated_at": "2026-07-09T01:31:02.380769" + "created_at": "2026-07-09T04:23:07.755688", + "updated_at": "2026-07-09T04:23:07.755688" } diff --git a/site/public/v1/smartphones/lenovo-vibe-s1-lite-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-s1-lite-2gb-16gb-4g-lte/index.json index a1f7e4c47b9b..503f8a50ae6f 100644 --- a/site/public/v1/smartphones/lenovo-vibe-s1-lite-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-s1-lite-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 71.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.418840", - "updated_at": "2026-07-09T01:31:02.418840" + "created_at": "2026-07-09T04:23:07.789753", + "updated_at": "2026-07-09T04:23:07.789753" } diff --git a/site/public/v1/smartphones/lenovo-vibe-shot-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-shot-3gb-32gb-4g-lte/index.json index 017bf8c28c51..9ea0eef12646 100644 --- a/site/public/v1/smartphones/lenovo-vibe-shot-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-shot-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop)", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.381760", - "updated_at": "2026-07-09T01:31:02.381760" + "created_at": "2026-07-09T04:23:07.756688", + "updated_at": "2026-07-09T04:23:07.756688" } diff --git a/site/public/v1/smartphones/lenovo-vibe-x-s960-2gb-32gb-3g/index.json b/site/public/v1/smartphones/lenovo-vibe-x-s960-2gb-32gb-3g/index.json index 0949794b6337..c1cc3d11893c 100644 --- a/site/public/v1/smartphones/lenovo-vibe-x-s960-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-x-s960-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 121.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 74.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.296173", - "updated_at": "2026-07-09T01:31:02.296173" + "created_at": "2026-07-09T04:23:07.680144", + "updated_at": "2026-07-09T04:23:07.680144" } diff --git a/site/public/v1/smartphones/lenovo-vibe-x2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-x2-2gb-32gb-4g-lte/index.json index 5adfe02c5918..d88cb115d98f 100644 --- a/site/public/v1/smartphones/lenovo-vibe-x2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-x2-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.2, + "width_mm": 68.6, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.335687", - "updated_at": "2026-07-09T01:31:02.335687" + "created_at": "2026-07-09T04:23:07.716658", + "updated_at": "2026-07-09T04:23:07.716658" } diff --git a/site/public/v1/smartphones/lenovo-vibe-x2-pro-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-x2-pro-2gb-32gb-4g-lte/index.json index 28d1a68c272d..0365e265c5bd 100644 --- a/site/public/v1/smartphones/lenovo-vibe-x2-pro-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-x2-pro-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.3, + "width_mm": 71.0, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), Vibe UI 2", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.382791", - "updated_at": "2026-07-09T01:31:02.382791" + "created_at": "2026-07-09T04:23:07.757685", + "updated_at": "2026-07-09T04:23:07.757685" } diff --git a/site/public/v1/smartphones/lenovo-vibe-x3-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-x3-3gb-64gb-4g-lte/index.json index 74536c2914e3..45c00fd2e1d4 100644 --- a/site/public/v1/smartphones/lenovo-vibe-x3-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-x3-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 76.5, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 22.2, "performance": null, "camera": null, - "battery": 20.0, + "battery": 22.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.383751", - "updated_at": "2026-07-09T01:31:02.383751" + "created_at": "2026-07-09T04:23:07.758692", + "updated_at": "2026-07-09T04:23:07.758692" } diff --git a/site/public/v1/smartphones/lenovo-vibe-z-k910-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-z-k910-2gb-16gb-4g-lte/index.json index 8c747ba516f4..9c28d5e92bf8 100644 --- a/site/public/v1/smartphones/lenovo-vibe-z-k910-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-z-k910-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.2, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 77.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.297191", - "updated_at": "2026-07-09T01:31:02.297191" + "created_at": "2026-07-09T04:23:07.681145", + "updated_at": "2026-07-09T04:23:07.681145" } diff --git a/site/public/v1/smartphones/lenovo-vibe-z2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-z2-2gb-32gb-4g-lte/index.json index 4df28ae75a44..5b5ccd019474 100644 --- a/site/public/v1/smartphones/lenovo-vibe-z2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-z2-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.5, + "width_mm": 76.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.336687", - "updated_at": "2026-07-09T01:31:02.336687" + "created_at": "2026-07-09T04:23:07.717659", + "updated_at": "2026-07-09T04:23:07.717659" } diff --git a/site/public/v1/smartphones/lenovo-vibe-z2-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-vibe-z2-pro-3gb-32gb-4g-lte/index.json index f513b72d0a10..a9056d14ba1f 100644 --- a/site/public/v1/smartphones/lenovo-vibe-z2-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-vibe-z2-pro-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 81.3, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.337686", - "updated_at": "2026-07-09T01:31:02.337686" + "created_at": "2026-07-09T04:23:07.718658", + "updated_at": "2026-07-09T04:23:07.718658" } diff --git a/site/public/v1/smartphones/lenovo-z5-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-z5-6gb-128gb-4g-lte/index.json index b66ed971dc83..80cb1e8e73c0 100644 --- a/site/public/v1/smartphones/lenovo-z5-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-z5-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ZUI 3.9", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 19.7, "performance": null, "camera": null, - "battery": 18.0, + "battery": 19.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.447391", - "updated_at": "2026-07-09T01:31:02.447391" + "created_at": "2026-07-09T04:23:07.815806", + "updated_at": "2026-07-09T04:23:07.815806" } diff --git a/site/public/v1/smartphones/lenovo-z5-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-z5-pro-6gb-128gb-4g-lte/index.json index ded952537f3a..63fa8dd12439 100644 --- a/site/public/v1/smartphones/lenovo-z5-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-z5-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3350, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 73.0, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ZUI 10", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.8, + "overall": 29.1, "performance": null, "camera": null, - "battery": 26.8, + "battery": 29.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.448450", - "updated_at": "2026-07-09T01:31:02.448450" + "created_at": "2026-07-09T04:23:07.816806", + "updated_at": "2026-07-09T04:23:07.816806" } diff --git a/site/public/v1/smartphones/lenovo-z5-pro-gt-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-z5-pro-gt-12gb-512gb-4g-lte/index.json index 5c0ab449bd79..b6d392499f14 100644 --- a/site/public/v1/smartphones/lenovo-z5-pro-gt-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-z5-pro-gt-12gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3350, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 73.0, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, ZUI 11.5", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.1, + "overall": 35.3, "performance": null, "camera": null, - "battery": 33.1, + "battery": 35.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.449400", - "updated_at": "2026-07-09T01:31:02.449400" + "created_at": "2026-07-09T04:23:07.817806", + "updated_at": "2026-07-09T04:23:07.817806" } diff --git a/site/public/v1/smartphones/lenovo-z5s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-z5s-6gb-128gb-4g-lte/index.json index a5aeb003662f..861c18f30740 100644 --- a/site/public/v1/smartphones/lenovo-z5s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-z5s-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ZUI 10", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.1, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.452410", - "updated_at": "2026-07-09T01:31:02.452410" + "created_at": "2026-07-09T04:23:07.819806", + "updated_at": "2026-07-09T04:23:07.819806" } diff --git a/site/public/v1/smartphones/lenovo-z6-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-z6-8gb-128gb-4g-lte/index.json index f0b1ea41102b..be1badfb2cd4 100644 --- a/site/public/v1/smartphones/lenovo-z6-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-z6-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 74.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ZUI 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 39.3, "performance": null, "camera": null, - "battery": 37.5, + "battery": 39.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.465384", - "updated_at": "2026-07-09T01:31:02.465384" + "created_at": "2026-07-09T04:23:07.832227", + "updated_at": "2026-07-09T04:23:07.832227" } diff --git a/site/public/v1/smartphones/lenovo-z6-pro-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-z6-pro-12gb-512gb-4g-lte/index.json index 45e073233efd..9330e9105381 100644 --- a/site/public/v1/smartphones/lenovo-z6-pro-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-z6-pro-12gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ZUI 11.1", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 41.9, "performance": null, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.467371", - "updated_at": "2026-07-09T01:31:02.467371" + "created_at": "2026-07-09T04:23:07.834227", + "updated_at": "2026-07-09T04:23:07.834227" } diff --git a/site/public/v1/smartphones/lenovo-z6-pro-5g-12gb-512gb-5g/index.json b/site/public/v1/smartphones/lenovo-z6-pro-5g-12gb-512gb-5g/index.json index 6aeecfa2c684..4b9c3cb3c083 100644 --- a/site/public/v1/smartphones/lenovo-z6-pro-5g-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/lenovo-z6-pro-5g-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ZUI 11", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 41.9, "performance": null, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.468417", - "updated_at": "2026-07-09T01:31:02.468417" + "created_at": "2026-07-09T04:23:07.836228", + "updated_at": "2026-07-09T04:23:07.836228" } diff --git a/site/public/v1/smartphones/lenovo-z6-youth-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-z6-youth-6gb-128gb-4g-lte/index.json index ed64538d479e..11885b53ce72 100644 --- a/site/public/v1/smartphones/lenovo-z6-youth-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-z6-youth-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 74.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ZUI 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.8, + "overall": 35.6, "performance": null, "camera": null, - "battery": 33.8, + "battery": 35.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.472386", - "updated_at": "2026-07-09T01:31:02.472386" + "created_at": "2026-07-09T04:23:07.839233", + "updated_at": "2026-07-09T04:23:07.839233" } diff --git a/site/public/v1/smartphones/lenovo-zuk-edge-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-zuk-edge-6gb-64gb-4g-lte/index.json index a7ff1e608c8b..a5d5e87dded5 100644 --- a/site/public/v1/smartphones/lenovo-zuk-edge-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-zuk-edge-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.9, + "width_mm": 74.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), ZUI 2.5", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.0, + "overall": 18.3, "performance": null, "camera": null, - "battery": 16.0, + "battery": 18.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.419827", - "updated_at": "2026-07-09T01:31:02.419827" + "created_at": "2026-07-09T04:23:07.790749", + "updated_at": "2026-07-09T04:23:07.790749" } diff --git a/site/public/v1/smartphones/lenovo-zuk-z1-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-zuk-z1-3gb-64gb-4g-lte/index.json index 8e72e7e131e8..dd448576387b 100644 --- a/site/public/v1/smartphones/lenovo-zuk-z1-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-zuk-z1-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.7, + "width_mm": 77.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 28.3, "performance": null, "camera": null, - "battery": 26.0, + "battery": 28.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.386689", - "updated_at": "2026-07-09T01:31:02.386689" + "created_at": "2026-07-09T04:23:07.760739", + "updated_at": "2026-07-09T04:23:07.760739" } diff --git a/site/public/v1/smartphones/lenovo-zuk-z2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-zuk-z2-4gb-64gb-4g-lte/index.json index 1b7310304edb..593a486c3d1b 100644 --- a/site/public/v1/smartphones/lenovo-zuk-z2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-zuk-z2-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.7, + "width_mm": 68.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo), ZUI 2.5", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.421399", - "updated_at": "2026-07-09T01:31:02.421399" + "created_at": "2026-07-09T04:23:07.791747", + "updated_at": "2026-07-09T04:23:07.791747" } diff --git a/site/public/v1/smartphones/lenovo-zuk-z2-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lenovo-zuk-z2-pro-6gb-128gb-4g-lte/index.json index 06f8ac5a0cc8..06dc91b0aacf 100644 --- a/site/public/v1/smartphones/lenovo-zuk-z2-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lenovo-zuk-z2-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.4, + "width_mm": 70.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat), ZUI 2.5", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.0, + "overall": 18.3, "performance": null, "camera": null, - "battery": 16.0, + "battery": 18.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.422382", - "updated_at": "2026-07-09T01:31:02.422382" + "created_at": "2026-07-09T04:23:07.792800", + "updated_at": "2026-07-09T04:23:07.792800" } diff --git a/site/public/v1/smartphones/lg-aristo-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-aristo-2-2gb-16gb-4g-lte/index.json index 19bf05e33527..42d13260f445 100644 --- a/site/public/v1/smartphones/lg-aristo-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-aristo-2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.8, + "width_mm": 71.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat)", "os_version": "7.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.270895", - "updated_at": "2026-07-09T01:31:03.270895" + "created_at": "2026-07-09T04:23:08.381522", + "updated_at": "2026-07-09T04:23:08.381522" } diff --git a/site/public/v1/smartphones/lg-connect-4g-ms840-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-connect-4g-ms840-1gb-4gb-4g-lte/index.json index 08ca0815e77f..7a92b216ad69 100644 --- a/site/public/v1/smartphones/lg-connect-4g-ms840-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-connect-4g-ms840-1gb-4gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 117.0, + "width_mm": 62.0, + "depth_mm": 11.7 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread)", "os_version": "2.3.5", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.796728", - "updated_at": "2026-07-09T01:31:02.796728" + "created_at": "2026-07-09T04:23:08.127378", + "updated_at": "2026-07-09T04:23:08.127378" } diff --git a/site/public/v1/smartphones/lg-enact-vs890-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-enact-vs890-1gb-8gb-4g-lte/index.json index 22b9507b6679..83623093122e 100644 --- a/site/public/v1/smartphones/lg-enact-vs890-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-enact-vs890-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 169.8, - "dimensions": {}, + "dimensions": { + "height_mm": 111.0, + "width_mm": 52.3, + "depth_mm": 15.8 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.874126", - "updated_at": "2026-07-09T01:31:02.874126" + "created_at": "2026-07-09T04:23:08.169403", + "updated_at": "2026-07-09T04:23:08.169403" } diff --git a/site/public/v1/smartphones/lg-escape-p870-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-escape-p870-1gb-4gb-4g-lte/index.json index a93bd421a963..a3a9738ee4ab 100644 --- a/site/public/v1/smartphones/lg-escape-p870-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-escape-p870-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 65.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.797616", - "updated_at": "2026-07-09T01:31:02.797616" + "created_at": "2026-07-09T04:23:08.128378", + "updated_at": "2026-07-09T04:23:08.128378" } diff --git a/site/public/v1/smartphones/lg-f60-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-f60-1gb-8gb-4g-lte/index.json index c6fafe5d0d2e..8f395c1d1d7e 100644 --- a/site/public/v1/smartphones/lg-f60-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-f60-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.6, - "dimensions": {}, + "dimensions": { + "height_mm": 127.5, + "width_mm": 67.9, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.947950", - "updated_at": "2026-07-09T01:31:02.947950" + "created_at": "2026-07-09T04:23:08.205925", + "updated_at": "2026-07-09T04:23:08.205925" } diff --git a/site/public/v1/smartphones/lg-f70-d315-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-f70-d315-1gb-8gb-4g-lte/index.json index 690ff468f1b6..129910267d83 100644 --- a/site/public/v1/smartphones/lg-f70-d315-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-f70-d315-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.6, - "dimensions": {}, + "dimensions": { + "height_mm": 127.2, + "width_mm": 66.4, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.948950", - "updated_at": "2026-07-09T01:31:02.948950" + "created_at": "2026-07-09T04:23:08.207926", + "updated_at": "2026-07-09T04:23:08.207926" } diff --git a/site/public/v1/smartphones/lg-g-flex-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g-flex-2gb-32gb-4g-lte/index.json index aef5e79a7bc2..5a9b1065d73b 100644 --- a/site/public/v1/smartphones/lg-g-flex-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g-flex-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.5, + "width_mm": 81.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.877216", - "updated_at": "2026-07-09T01:31:02.877216" + "created_at": "2026-07-09T04:23:08.170404", + "updated_at": "2026-07-09T04:23:08.170404" } diff --git a/site/public/v1/smartphones/lg-g-flex2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g-flex2-3gb-32gb-4g-lte/index.json index fd789c5f7f99..97697fac0b75 100644 --- a/site/public/v1/smartphones/lg-g-flex2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g-flex2-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 75.3, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.042521", - "updated_at": "2026-07-09T01:31:03.042521" + "created_at": "2026-07-09T04:23:08.268361", + "updated_at": "2026-07-09T04:23:08.268361" } diff --git a/site/public/v1/smartphones/lg-g-pro-2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g-pro-2-3gb-32gb-4g-lte/index.json index d1355562d66f..fdbea6a5a285 100644 --- a/site/public/v1/smartphones/lg-g-pro-2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g-pro-2-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 81.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.1 (Lollipop), LG Optimus UI", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.950950", - "updated_at": "2026-07-09T01:31:02.950950" + "created_at": "2026-07-09T04:23:08.209925", + "updated_at": "2026-07-09T04:23:08.209925" } diff --git a/site/public/v1/smartphones/lg-g-pro-lite-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-g-pro-lite-1gb-8gb-3g/index.json index 7de387ae999e..5a86cb729125 100644 --- a/site/public/v1/smartphones/lg-g-pro-lite-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-g-pro-lite-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.2, + "width_mm": 76.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradаble to 4.4.2 (KitKat)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.878224", - "updated_at": "2026-07-09T01:31:02.878224" + "created_at": "2026-07-09T04:23:08.172405", + "updated_at": "2026-07-09T04:23:08.172405" } diff --git a/site/public/v1/smartphones/lg-g-stylo-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g-stylo-2gb-16gb-4g-lte/index.json index 2155f2efceaf..235b7fc29567 100644 --- a/site/public/v1/smartphones/lg-g-stylo-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g-stylo-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.9, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 79.3, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.044561", - "updated_at": "2026-07-09T01:31:03.044561" + "created_at": "2026-07-09T04:23:08.271360", + "updated_at": "2026-07-09T04:23:08.271360" } diff --git a/site/public/v1/smartphones/lg-g-vista-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g-vista-2-2gb-16gb-4g-lte/index.json index a24411e7f6d3..4acec43e5140 100644 --- a/site/public/v1/smartphones/lg-g-vista-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g-vista-2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 169.8, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 79.8, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.045560", - "updated_at": "2026-07-09T01:31:03.045560" + "created_at": "2026-07-09T04:23:08.272360", + "updated_at": "2026-07-09T04:23:08.272360" } diff --git a/site/public/v1/smartphones/lg-g2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g2-2gb-32gb-4g-lte/index.json index b73d2ad038a7..2d7c315b373d 100644 --- a/site/public/v1/smartphones/lg-g2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g2-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.5, + "width_mm": 70.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0.2 (Lollipop)", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.881194", - "updated_at": "2026-07-09T01:31:02.881194" + "created_at": "2026-07-09T04:23:08.174405", + "updated_at": "2026-07-09T04:23:08.174405" } diff --git a/site/public/v1/smartphones/lg-g2-mini-lte-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g2-mini-lte-1gb-8gb-4g-lte/index.json index 23dd3029f971..42f868b010d5 100644 --- a/site/public/v1/smartphones/lg-g2-mini-lte-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g2-mini-lte-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 121.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.6, + "width_mm": 66.0, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop), LG Optimus UI 3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.955950", - "updated_at": "2026-07-09T01:31:02.955950" + "created_at": "2026-07-09T04:23:08.213931", + "updated_at": "2026-07-09T04:23:08.213931" } diff --git a/site/public/v1/smartphones/lg-g2-mini-lte-tegra-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g2-mini-lte-tegra-1gb-8gb-4g-lte/index.json index 73b02e8277b5..c5519d7389d2 100644 --- a/site/public/v1/smartphones/lg-g2-mini-lte-tegra-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g2-mini-lte-tegra-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 121.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.6, + "width_mm": 66.0, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), LG Optimus UI", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.958044", - "updated_at": "2026-07-09T01:31:02.958044" + "created_at": "2026-07-09T04:23:08.215934", + "updated_at": "2026-07-09T04:23:08.215934" } diff --git a/site/public/v1/smartphones/lg-g3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g3-3gb-32gb-4g-lte/index.json index 50ff46d36714..c7391b4f5b54 100644 --- a/site/public/v1/smartphones/lg-g3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g3-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.3, + "width_mm": 74.6, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.965958", - "updated_at": "2026-07-09T01:31:02.965958" + "created_at": "2026-07-09T04:23:08.216929", + "updated_at": "2026-07-09T04:23:08.216929" } diff --git a/site/public/v1/smartphones/lg-g3-a-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g3-a-2gb-32gb-4g-lte/index.json index dc706ae5cb4b..433c181b8b3d 100644 --- a/site/public/v1/smartphones/lg-g3-a-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g3-a-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.8, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.6, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.970950", - "updated_at": "2026-07-09T01:31:02.970950" + "created_at": "2026-07-09T04:23:08.217939", + "updated_at": "2026-07-09T04:23:08.217939" } diff --git a/site/public/v1/smartphones/lg-g3-cdma-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g3-cdma-3gb-32gb-4g-lte/index.json index 7f46d7ccc8f1..2d0a1e662364 100644 --- a/site/public/v1/smartphones/lg-g3-cdma-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g3-cdma-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.7, - "dimensions": {}, + "dimensions": { + "height_mm": 146.3, + "width_mm": 74.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.972951", - "updated_at": "2026-07-09T01:31:02.972951" + "created_at": "2026-07-09T04:23:08.218931", + "updated_at": "2026-07-09T04:23:08.218931" } diff --git a/site/public/v1/smartphones/lg-g3-dual-lte-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g3-dual-lte-3gb-32gb-4g-lte/index.json index ecd8a6f1a90a..d818d87e4e7e 100644 --- a/site/public/v1/smartphones/lg-g3-dual-lte-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g3-dual-lte-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.3, + "width_mm": 74.6, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop) or v6.0 (Marshmallow)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.974950", - "updated_at": "2026-07-09T01:31:02.974950" + "created_at": "2026-07-09T04:23:08.218931", + "updated_at": "2026-07-09T04:23:08.218931" } diff --git a/site/public/v1/smartphones/lg-g3-lte-a-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g3-lte-a-3gb-32gb-4g-lte/index.json index 233128487d81..19ca646c784d 100644 --- a/site/public/v1/smartphones/lg-g3-lte-a-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g3-lte-a-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.3, + "width_mm": 74.6, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.1 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.976951", - "updated_at": "2026-07-09T01:31:02.976951" + "created_at": "2026-07-09T04:23:08.219929", + "updated_at": "2026-07-09T04:23:08.219929" } diff --git a/site/public/v1/smartphones/lg-g3-s-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g3-s-1gb-8gb-4g-lte/index.json index 45e2d6ed30c9..c01a8c564d1a 100644 --- a/site/public/v1/smartphones/lg-g3-s-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g3-s-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.7, + "width_mm": 69.6, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.977950", - "updated_at": "2026-07-09T01:31:02.977950" + "created_at": "2026-07-09T04:23:08.220929", + "updated_at": "2026-07-09T04:23:08.220929" } diff --git a/site/public/v1/smartphones/lg-g3-screen-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g3-screen-2gb-32gb-4g-lte/index.json index b5a4648e4a83..642ddd754e8d 100644 --- a/site/public/v1/smartphones/lg-g3-screen-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g3-screen-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.8, + "width_mm": 81.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.981018", - "updated_at": "2026-07-09T01:31:02.981018" + "created_at": "2026-07-09T04:23:08.222938", + "updated_at": "2026-07-09T04:23:08.222938" } diff --git a/site/public/v1/smartphones/lg-g3-stylus-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-g3-stylus-1gb-8gb-3g/index.json index c4508db9f559..3ede81d756c5 100644 --- a/site/public/v1/smartphones/lg-g3-stylus-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-g3-stylus-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.3, + "width_mm": 75.9, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.982003", - "updated_at": "2026-07-09T01:31:02.982003" + "created_at": "2026-07-09T04:23:08.223966", + "updated_at": "2026-07-09T04:23:08.223966" } diff --git a/site/public/v1/smartphones/lg-g4-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g4-3gb-32gb-4g-lte/index.json index 4212f46eea95..aa29637d7cd4 100644 --- a/site/public/v1/smartphones/lg-g4-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g4-3gb-32gb-4g-lte/index.json @@ -47,7 +47,7 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 155.0, "dimensions": {}, @@ -64,10 +64,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +82,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.047558", - "updated_at": "2026-07-09T01:31:03.047558" + "created_at": "2026-07-09T04:23:08.274360", + "updated_at": "2026-07-09T04:23:08.274360" } diff --git a/site/public/v1/smartphones/lg-g4-dual-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g4-dual-3gb-32gb-4g-lte/index.json index 1e1e16f1e89d..e4b015203ec8 100644 --- a/site/public/v1/smartphones/lg-g4-dual-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g4-dual-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.0, + "width_mm": 76.2, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0 (Marshmallow), LG Optimus UX UI 4", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.049474", - "updated_at": "2026-07-09T01:31:03.049474" + "created_at": "2026-07-09T04:23:08.275360", + "updated_at": "2026-07-09T04:23:08.275360" } diff --git a/site/public/v1/smartphones/lg-g4c-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g4c-1gb-8gb-4g-lte/index.json index e37bd4fe8a45..b9e52e887fc9 100644 --- a/site/public/v1/smartphones/lg-g4c-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g4c-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.7, + "width_mm": 69.8, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 6.0 (Marshmallow), LG Optimus UX UI 4", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.051473", - "updated_at": "2026-07-09T01:31:03.051473" + "created_at": "2026-07-09T04:23:08.277360", + "updated_at": "2026-07-09T04:23:08.277360" } diff --git a/site/public/v1/smartphones/lg-g5-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g5-4gb-32gb-4g-lte/index.json index 3f9395613c82..9bfb15890bc1 100644 --- a/site/public/v1/smartphones/lg-g5-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g5-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.4, + "width_mm": 73.9, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo), LG UX 5 UI", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.0, + "overall": 15.3, "performance": null, "camera": null, - "battery": 13.0, + "battery": 15.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.120579", - "updated_at": "2026-07-09T01:31:03.120579" + "created_at": "2026-07-09T04:23:08.318946", + "updated_at": "2026-07-09T04:23:08.318946" } diff --git a/site/public/v1/smartphones/lg-g5-se-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g5-se-3gb-32gb-4g-lte/index.json index 5949a5dd0285..5ce2667377ad 100644 --- a/site/public/v1/smartphones/lg-g5-se-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g5-se-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.4, + "width_mm": 73.9, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat), LG Optimus UX UI 5", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.0, + "overall": 15.3, "performance": null, "camera": null, - "battery": 13.0, + "battery": 15.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.124873", - "updated_at": "2026-07-09T01:31:03.124873" + "created_at": "2026-07-09T04:23:08.319945", + "updated_at": "2026-07-09T04:23:08.319945" } diff --git a/site/public/v1/smartphones/lg-g6-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g6-4gb-128gb-4g-lte/index.json index 4a6a87b41bd5..ba361bc0b8a0 100644 --- a/site/public/v1/smartphones/lg-g6-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g6-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.9, + "width_mm": 71.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), LG UX 8 UI", "os_version": "7.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.247950", - "updated_at": "2026-07-09T01:31:03.247950" + "created_at": "2026-07-09T04:23:08.364529", + "updated_at": "2026-07-09T04:23:08.364529" } diff --git a/site/public/v1/smartphones/lg-g7-fit-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g7-fit-4gb-64gb-4g-lte/index.json index 06110f960b27..a151f35deb94 100644 --- a/site/public/v1/smartphones/lg-g7-fit-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g7-fit-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.2, + "width_mm": 71.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.279830", - "updated_at": "2026-07-09T01:31:03.279830" + "created_at": "2026-07-09T04:23:08.384765", + "updated_at": "2026-07-09T04:23:08.384765" } diff --git a/site/public/v1/smartphones/lg-g7-one-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g7-one-4gb-64gb-4g-lte/index.json index 9fafc74dad8f..c504ba433e1b 100644 --- a/site/public/v1/smartphones/lg-g7-one-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g7-one-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.2, + "width_mm": 71.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, Android One", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.3, + "overall": 25.6, "performance": null, "camera": null, - "battery": 23.3, + "battery": 25.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.281939", - "updated_at": "2026-07-09T01:31:03.281939" + "created_at": "2026-07-09T04:23:08.385763", + "updated_at": "2026-07-09T04:23:08.385763" } diff --git a/site/public/v1/smartphones/lg-g7-thinq-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g7-thinq-6gb-128gb-4g-lte/index.json index e670ab14fdff..bed17da27ba4 100644 --- a/site/public/v1/smartphones/lg-g7-thinq-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g7-thinq-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.2, + "width_mm": 71.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.3, + "overall": 25.6, "performance": null, "camera": null, - "battery": 23.3, + "battery": 25.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.282831", - "updated_at": "2026-07-09T01:31:03.282831" + "created_at": "2026-07-09T04:23:08.386762", + "updated_at": "2026-07-09T04:23:08.386762" } diff --git a/site/public/v1/smartphones/lg-g8-thinq-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g8-thinq-6gb-128gb-4g-lte/index.json index 5ea8c4b89215..42b8747acaca 100644 --- a/site/public/v1/smartphones/lg-g8-thinq-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g8-thinq-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 21.0, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.9, + "width_mm": 71.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.6, + "overall": 37.3, "performance": null, "camera": null, - "battery": 34.6, + "battery": 37.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.392817", - "updated_at": "2026-07-09T01:31:03.392817" + "created_at": "2026-07-09T04:23:08.463923", + "updated_at": "2026-07-09T04:23:08.463923" } diff --git a/site/public/v1/smartphones/lg-g8s-thinq-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g8s-thinq-6gb-128gb-4g-lte/index.json index 5e09f0148e9b..07b38d9aa27d 100644 --- a/site/public/v1/smartphones/lg-g8s-thinq-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g8s-thinq-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3550, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.3, + "width_mm": 76.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.1, + "overall": 37.4, "performance": null, "camera": null, - "battery": 35.1, + "battery": 37.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.393819", - "updated_at": "2026-07-09T01:31:03.393819" + "created_at": "2026-07-09T04:23:08.464917", + "updated_at": "2026-07-09T04:23:08.464917" } diff --git a/site/public/v1/smartphones/lg-g8x-thinq-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-g8x-thinq-6gb-128gb-4g-lte/index.json index 503b9657e7ad..f86ea8890116 100644 --- a/site/public/v1/smartphones/lg-g8x-thinq-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-g8x-thinq-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 21.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 42.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 42.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.395819", - "updated_at": "2026-07-09T01:31:03.395819" + "created_at": "2026-07-09T04:23:08.465918", + "updated_at": "2026-07-09T04:23:08.465918" } diff --git a/site/public/v1/smartphones/lg-gx-f310l-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-gx-f310l-2gb-32gb-4g-lte/index.json index 67fef35c7e60..7c433a340ec8 100644 --- a/site/public/v1/smartphones/lg-gx-f310l-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-gx-f310l-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.6, + "width_mm": 76.1, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.882234", - "updated_at": "2026-07-09T01:31:02.882234" + "created_at": "2026-07-09T04:23:08.175404", + "updated_at": "2026-07-09T04:23:08.175404" } diff --git a/site/public/v1/smartphones/lg-k10-2017-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k10-2017-2gb-32gb-4g-lte/index.json index 30f9b74b2083..a3f09ab54019 100644 --- a/site/public/v1/smartphones/lg-k10-2017-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k10-2017-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.7, + "width_mm": 75.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.152939", - "updated_at": "2026-07-09T01:31:03.152939" + "created_at": "2026-07-09T04:23:08.321946", + "updated_at": "2026-07-09T04:23:08.321946" } diff --git a/site/public/v1/smartphones/lg-k10-2018-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k10-2018-3gb-32gb-4g-lte/index.json index 9987484f007e..87fa103794a1 100644 --- a/site/public/v1/smartphones/lg-k10-2018-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k10-2018-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.7, + "width_mm": 75.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat)", "os_version": "7.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.284923", - "updated_at": "2026-07-09T01:31:03.284923" + "created_at": "2026-07-09T04:23:08.387763", + "updated_at": "2026-07-09T04:23:08.387763" } diff --git a/site/public/v1/smartphones/lg-k11-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k11-plus-3gb-32gb-4g-lte/index.json index 72486d5cc6ad..3cdf1ae6320d 100644 --- a/site/public/v1/smartphones/lg-k11-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k11-plus-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.7, + "width_mm": 75.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.285939", - "updated_at": "2026-07-09T01:31:03.285939" + "created_at": "2026-07-09T04:23:08.388762", + "updated_at": "2026-07-09T04:23:08.388762" } diff --git a/site/public/v1/smartphones/lg-k20-2019-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k20-2019-1gb-16gb-4g-lte/index.json index 79143c2d035b..1997c0b10bc7 100644 --- a/site/public/v1/smartphones/lg-k20-2019-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k20-2019-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 71.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 Pie (Go edition)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.397819", - "updated_at": "2026-07-09T01:31:03.397819" + "created_at": "2026-07-09T04:23:08.467918", + "updated_at": "2026-07-09T04:23:08.467918" } diff --git a/site/public/v1/smartphones/lg-k20-plus-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k20-plus-2gb-32gb-4g-lte/index.json index 657a7eab5898..668a43768fd2 100644 --- a/site/public/v1/smartphones/lg-k20-plus-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k20-plus-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 75.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.158877", - "updated_at": "2026-07-09T01:31:03.158877" + "created_at": "2026-07-09T04:23:08.322946", + "updated_at": "2026-07-09T04:23:08.322946" } diff --git a/site/public/v1/smartphones/lg-k3-2017-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k3-2017-1gb-8gb-4g-lte/index.json index a136de362d01..0f5077a071a4 100644 --- a/site/public/v1/smartphones/lg-k3-2017-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k3-2017-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.9, + "width_mm": 69.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.160878", - "updated_at": "2026-07-09T01:31:03.160878" + "created_at": "2026-07-09T04:23:08.325988", + "updated_at": "2026-07-09T04:23:08.325988" } diff --git a/site/public/v1/smartphones/lg-k30-2019-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k30-2019-2gb-16gb-4g-lte/index.json index 6ea6d408f6c9..11d3153d60e6 100644 --- a/site/public/v1/smartphones/lg-k30-2019-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k30-2019-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.9, + "width_mm": 71.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.398814", - "updated_at": "2026-07-09T01:31:03.398814" + "created_at": "2026-07-09T04:23:08.468918", + "updated_at": "2026-07-09T04:23:08.468918" } diff --git a/site/public/v1/smartphones/lg-k30-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k30-2gb-32gb-4g-lte/index.json index c51618e8580a..d96ef0f779fa 100644 --- a/site/public/v1/smartphones/lg-k30-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k30-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2880, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 168.1, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 75.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.8, + "overall": 14.7, "performance": null, "camera": null, - "battery": 13.8, + "battery": 14.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.286900", - "updated_at": "2026-07-09T01:31:03.286900" + "created_at": "2026-07-09T04:23:08.389763", + "updated_at": "2026-07-09T04:23:08.389763" } diff --git a/site/public/v1/smartphones/lg-k31-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k31-2gb-32gb-4g-lte/index.json index c9038a563b07..d963c9259a25 100644 --- a/site/public/v1/smartphones/lg-k31-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k31-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.8, + "width_mm": 71.1, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, LG UX 9.1", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.482347", - "updated_at": "2026-07-09T01:31:03.482347" + "created_at": "2026-07-09T04:23:08.538393", + "updated_at": "2026-07-09T04:23:08.538393" } diff --git a/site/public/v1/smartphones/lg-k4-2017-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k4-2017-1gb-16gb-4g-lte/index.json index b41996efe3c5..1149321d47c1 100644 --- a/site/public/v1/smartphones/lg-k4-2017-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k4-2017-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.7, + "width_mm": 72.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.162878", - "updated_at": "2026-07-09T01:31:03.162878" + "created_at": "2026-07-09T04:23:08.327998", + "updated_at": "2026-07-09T04:23:08.327998" } diff --git a/site/public/v1/smartphones/lg-k40-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k40-3gb-32gb-4g-lte/index.json index b47efa6e118c..b179fd0fe85b 100644 --- a/site/public/v1/smartphones/lg-k40-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k40-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 71.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), LG UX 7", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.399813", - "updated_at": "2026-07-09T01:31:03.399813" + "created_at": "2026-07-09T04:23:08.468918", + "updated_at": "2026-07-09T04:23:08.468918" } diff --git a/site/public/v1/smartphones/lg-k40s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k40s-3gb-32gb-4g-lte/index.json index 8a7fdb45b98e..5adb4b93f06d 100644 --- a/site/public/v1/smartphones/lg-k40s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k40s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 73.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.400813", - "updated_at": "2026-07-09T01:31:03.400813" + "created_at": "2026-07-09T04:23:08.470919", + "updated_at": "2026-07-09T04:23:08.470919" } diff --git a/site/public/v1/smartphones/lg-k41s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k41s-3gb-32gb-4g-lte/index.json index ccd2ee434b8d..9d557aa4c9bb 100644 --- a/site/public/v1/smartphones/lg-k41s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k41s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 191.7, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.483349", - "updated_at": "2026-07-09T01:31:03.483349" + "created_at": "2026-07-09T04:23:08.538393", + "updated_at": "2026-07-09T04:23:08.538393" } diff --git a/site/public/v1/smartphones/lg-k42-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k42-3gb-64gb-4g-lte/index.json index da2191af9288..e678eac36977 100644 --- a/site/public/v1/smartphones/lg-k42-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k42-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.484347", - "updated_at": "2026-07-09T01:31:03.484347" + "created_at": "2026-07-09T04:23:08.540400", + "updated_at": "2026-07-09T04:23:08.540400" } diff --git a/site/public/v1/smartphones/lg-k5-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k5-1gb-8gb-4g-lte/index.json index d78b580d6094..09f4a824cd21 100644 --- a/site/public/v1/smartphones/lg-k5-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k5-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 71.6, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.163878", - "updated_at": "2026-07-09T01:31:03.163878" + "created_at": "2026-07-09T04:23:08.327998", + "updated_at": "2026-07-09T04:23:08.327998" } diff --git a/site/public/v1/smartphones/lg-k50-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k50-3gb-32gb-4g-lte/index.json index fedd42d7af8b..1f5352d3bdeb 100644 --- a/site/public/v1/smartphones/lg-k50-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k50-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 77.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.401819", - "updated_at": "2026-07-09T01:31:03.401819" + "created_at": "2026-07-09T04:23:08.471919", + "updated_at": "2026-07-09T04:23:08.471919" } diff --git a/site/public/v1/smartphones/lg-k50s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k50s-3gb-32gb-4g-lte/index.json index 5dd473d425d7..0bbb473375d6 100644 --- a/site/public/v1/smartphones/lg-k50s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k50s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 77.5, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.402818", - "updated_at": "2026-07-09T01:31:03.402818" + "created_at": "2026-07-09T04:23:08.471919", + "updated_at": "2026-07-09T04:23:08.471919" } diff --git a/site/public/v1/smartphones/lg-k51s-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k51s-3gb-64gb-4g-lte/index.json index 48fc6f24ba36..f38495867838 100644 --- a/site/public/v1/smartphones/lg-k51s-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k51s-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 194.5, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.485347", - "updated_at": "2026-07-09T01:31:03.485347" + "created_at": "2026-07-09T04:23:08.540400", + "updated_at": "2026-07-09T04:23:08.540400" } diff --git a/site/public/v1/smartphones/lg-k52-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k52-4gb-64gb-4g-lte/index.json index 0305866f7847..79708c6fd0a6 100644 --- a/site/public/v1/smartphones/lg-k52-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k52-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.486350", - "updated_at": "2026-07-09T01:31:03.486350" + "created_at": "2026-07-09T04:23:08.541395", + "updated_at": "2026-07-09T04:23:08.541395" } diff --git a/site/public/v1/smartphones/lg-k61-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k61-4gb-128gb-4g-lte/index.json index 364164fc6173..fa9ee1bd2cfd 100644 --- a/site/public/v1/smartphones/lg-k61-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k61-4gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.5, + "width_mm": 77.5, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.487347", - "updated_at": "2026-07-09T01:31:03.487347" + "created_at": "2026-07-09T04:23:08.542394", + "updated_at": "2026-07-09T04:23:08.542394" } diff --git a/site/public/v1/smartphones/lg-k62-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k62-4gb-128gb-4g-lte/index.json index 5700adc08d5b..2b5e91166c1d 100644 --- a/site/public/v1/smartphones/lg-k62-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k62-4gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.489345", - "updated_at": "2026-07-09T01:31:03.489345" + "created_at": "2026-07-09T04:23:08.543394", + "updated_at": "2026-07-09T04:23:08.543394" } diff --git a/site/public/v1/smartphones/lg-k7-2017-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k7-2017-2gb-16gb-4g-lte/index.json index 45e01b766c07..cff52136be8d 100644 --- a/site/public/v1/smartphones/lg-k7-2017-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k7-2017-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.8, + "width_mm": 74.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.253938", - "updated_at": "2026-07-09T01:31:03.253938" + "created_at": "2026-07-09T04:23:08.367522", + "updated_at": "2026-07-09T04:23:08.367522" } diff --git a/site/public/v1/smartphones/lg-k71-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-k71-4gb-128gb-4g-lte/index.json index 21e633cda2ec..eb0b5eff827e 100644 --- a/site/public/v1/smartphones/lg-k71-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-k71-4gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 220.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.4, + "width_mm": 77.7, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.489345", - "updated_at": "2026-07-09T01:31:03.489345" + "created_at": "2026-07-09T04:23:08.544401", + "updated_at": "2026-07-09T04:23:08.544401" } diff --git a/site/public/v1/smartphones/lg-l-fino-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lg-l-fino-1gb-4gb-3g/index.json index e1e9c9567fa9..203799120b30 100644 --- a/site/public/v1/smartphones/lg-l-fino-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lg-l-fino-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.5, + "width_mm": 67.9, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), LG UI 3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.984951", - "updated_at": "2026-07-09T01:31:02.984951" + "created_at": "2026-07-09T04:23:08.226983", + "updated_at": "2026-07-09T04:23:08.226983" } diff --git a/site/public/v1/smartphones/lg-l65-d280-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lg-l65-d280-1gb-4gb-3g/index.json index 0aa5e607a6be..abd8e9f9141d 100644 --- a/site/public/v1/smartphones/lg-l65-d280-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lg-l65-d280-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.2, + "width_mm": 66.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), LG UI 3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.994021", - "updated_at": "2026-07-09T01:31:02.994021" + "created_at": "2026-07-09T04:23:08.230697", + "updated_at": "2026-07-09T04:23:08.230697" } diff --git a/site/public/v1/smartphones/lg-l65-dual-d285-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lg-l65-dual-d285-1gb-4gb-3g/index.json index f633279eda48..27ba0dd05898 100644 --- a/site/public/v1/smartphones/lg-l65-dual-d285-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lg-l65-dual-d285-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.2, + "width_mm": 66.8, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), LG UI 3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.996948", - "updated_at": "2026-07-09T01:31:02.996948" + "created_at": "2026-07-09T04:23:08.231695", + "updated_at": "2026-07-09T04:23:08.231695" } diff --git a/site/public/v1/smartphones/lg-l70-d320n-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lg-l70-d320n-1gb-4gb-3g/index.json index 044c41f1a861..b8af7c04f2fe 100644 --- a/site/public/v1/smartphones/lg-l70-d320n-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lg-l70-d320n-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 124.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.2, + "width_mm": 66.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), LG UI 3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.998950", - "updated_at": "2026-07-09T01:31:02.998950" + "created_at": "2026-07-09T04:23:08.232689", + "updated_at": "2026-07-09T04:23:08.232689" } diff --git a/site/public/v1/smartphones/lg-l90-d405-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-l90-d405-1gb-8gb-3g/index.json index 2b2ba5865250..9fdcc953212a 100644 --- a/site/public/v1/smartphones/lg-l90-d405-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-l90-d405-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.6, + "width_mm": 66.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.003953", - "updated_at": "2026-07-09T01:31:03.003953" + "created_at": "2026-07-09T04:23:08.236704", + "updated_at": "2026-07-09T04:23:08.236704" } diff --git a/site/public/v1/smartphones/lg-l90-dual-d410-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-l90-dual-d410-1gb-8gb-3g/index.json index 18c54974f175..f2653df59a2d 100644 --- a/site/public/v1/smartphones/lg-l90-dual-d410-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-l90-dual-d410-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.6, + "width_mm": 66.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop), LG Optimus UI 3", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.004947", - "updated_at": "2026-07-09T01:31:03.004947" + "created_at": "2026-07-09T04:23:08.237700", + "updated_at": "2026-07-09T04:23:08.237700" } diff --git a/site/public/v1/smartphones/lg-leon-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-leon-1gb-8gb-4g-lte/index.json index 7ea258028266..101610ae2c15 100644 --- a/site/public/v1/smartphones/lg-leon-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-leon-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.9, + "width_mm": 64.9, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop)", "os_version": "5.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.054551", - "updated_at": "2026-07-09T01:31:03.054551" + "created_at": "2026-07-09T04:23:08.280360", + "updated_at": "2026-07-09T04:23:08.280360" } diff --git a/site/public/v1/smartphones/lg-lucid-4g-vs840-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-lucid-4g-vs840-1gb-8gb-4g-lte/index.json index 805b9b0b0010..3d8b0482ae1d 100644 --- a/site/public/v1/smartphones/lg-lucid-4g-vs840-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-lucid-4g-vs840-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 119.1, + "width_mm": 62.2, + "depth_mm": 11.4 + }, "ip_rating": null, "os": "Android 2.3.6 (Gingerbread), upgradable to 4.0.4 (Ice Cream Sandwich)", "os_version": "2.3.6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.812621", - "updated_at": "2026-07-09T01:31:02.812621" + "created_at": "2026-07-09T04:23:08.141382", + "updated_at": "2026-07-09T04:23:08.141382" } diff --git a/site/public/v1/smartphones/lg-lucid2-vs870-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-lucid2-vs870-1gb-8gb-4g-lte/index.json index 3925e7db86aa..714e3977d7c5 100644 --- a/site/public/v1/smartphones/lg-lucid2-vs870-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-lucid2-vs870-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 122.5, + "width_mm": 62.8, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.931049", - "updated_at": "2026-07-09T01:31:02.931049" + "created_at": "2026-07-09T04:23:08.191921", + "updated_at": "2026-07-09T04:23:08.191921" } diff --git a/site/public/v1/smartphones/lg-mach-ls860-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-mach-ls860-1gb-8gb-4g-lte/index.json index e2ad6838982e..3b8ff976ce47 100644 --- a/site/public/v1/smartphones/lg-mach-ls860-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-mach-ls860-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.8, - "dimensions": {}, + "dimensions": { + "height_mm": 117.9, + "width_mm": 65.0, + "depth_mm": 12.2 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.813621", - "updated_at": "2026-07-09T01:31:02.813621" + "created_at": "2026-07-09T04:23:08.142382", + "updated_at": "2026-07-09T04:23:08.142382" } diff --git a/site/public/v1/smartphones/lg-magna-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-magna-1gb-8gb-4g-lte/index.json index b9bf1d607c3d..86b3dd98aafe 100644 --- a/site/public/v1/smartphones/lg-magna-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-magna-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.8, + "width_mm": 69.9, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.087474", - "updated_at": "2026-07-09T01:31:03.087474" + "created_at": "2026-07-09T04:23:08.310873", + "updated_at": "2026-07-09T04:23:08.310873" } diff --git a/site/public/v1/smartphones/lg-motion-4g-ms770-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-motion-4g-ms770-1gb-8gb-4g-lte/index.json index 2682bca609ad..874e8c85bc31 100644 --- a/site/public/v1/smartphones/lg-motion-4g-ms770-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-motion-4g-ms770-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 111.0, + "width_mm": 61.0, + "depth_mm": 11.7 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.814621", - "updated_at": "2026-07-09T01:31:02.814621" + "created_at": "2026-07-09T04:23:08.143382", + "updated_at": "2026-07-09T04:23:08.143382" } diff --git a/site/public/v1/smartphones/lg-nexus-5-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-nexus-5-2gb-32gb-4g-lte/index.json index 0c253a5cd953..daa95187ebc9 100644 --- a/site/public/v1/smartphones/lg-nexus-5-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-nexus-5-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.9, + "width_mm": 69.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.4 (Ice Cream Sandwich), upgradable to 6.0 (Marshmallow)", "os_version": "4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.932949", - "updated_at": "2026-07-09T01:31:02.932949" + "created_at": "2026-07-09T04:23:08.193926", + "updated_at": "2026-07-09T04:23:08.193926" } diff --git a/site/public/v1/smartphones/lg-nexus-5x-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-nexus-5x-2gb-32gb-4g-lte/index.json index 9e85fb657e98..f27ba2bb7dfa 100644 --- a/site/public/v1/smartphones/lg-nexus-5x-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-nexus-5x-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 72.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.088474", - "updated_at": "2026-07-09T01:31:03.088474" + "created_at": "2026-07-09T04:23:08.311881", + "updated_at": "2026-07-09T04:23:08.311881" } diff --git a/site/public/v1/smartphones/lg-optimus-3d-max-p720-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-3d-max-p720-1gb-8gb-3g/index.json index faf657098227..b95ade998868 100644 --- a/site/public/v1/smartphones/lg-optimus-3d-max-p720-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-3d-max-p720-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.8, + "width_mm": 67.4, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.817738", - "updated_at": "2026-07-09T01:31:02.817738" + "created_at": "2026-07-09T04:23:08.146382", + "updated_at": "2026-07-09T04:23:08.146382" } diff --git a/site/public/v1/smartphones/lg-optimus-4g-lte-p935-1gb-2gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-4g-lte-p935-1gb-2gb-4g-lte/index.json index 9b65b55aef55..4a67e7b730c6 100644 --- a/site/public/v1/smartphones/lg-optimus-4g-lte-p935-1gb-2gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-4g-lte-p935-1gb-2gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.9, + "width_mm": 67.9, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.775616", - "updated_at": "2026-07-09T01:31:02.775616" + "created_at": "2026-07-09T04:23:08.109098", + "updated_at": "2026-07-09T04:23:08.109098" } diff --git a/site/public/v1/smartphones/lg-optimus-4x-hd-p880-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-4x-hd-p880-1gb-16gb-3g/index.json index 12fe9362a383..72b989be97c5 100644 --- a/site/public/v1/smartphones/lg-optimus-4x-hd-p880-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-4x-hd-p880-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 133.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.4, + "width_mm": 68.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.818624", - "updated_at": "2026-07-09T01:31:02.818624" + "created_at": "2026-07-09T04:23:08.148382", + "updated_at": "2026-07-09T04:23:08.148382" } diff --git a/site/public/v1/smartphones/lg-optimus-ex-su880-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-ex-su880-1gb-8gb-3g/index.json index f55e83974483..d6b6e6e8175e 100644 --- a/site/public/v1/smartphones/lg-optimus-ex-su880-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-ex-su880-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.0, - "dimensions": {}, + "dimensions": { + "height_mm": 118.0, + "width_mm": 63.4, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread)", "os_version": "2.3.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.778612", - "updated_at": "2026-07-09T01:31:02.778612" + "created_at": "2026-07-09T04:23:08.112109", + "updated_at": "2026-07-09T04:23:08.112109" } diff --git a/site/public/v1/smartphones/lg-optimus-f3-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-f3-1gb-4gb-4g-lte/index.json index bbb93773a45f..3b534abbd511 100644 --- a/site/public/v1/smartphones/lg-optimus-f3-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-f3-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 113.4, - "dimensions": {}, + "dimensions": { + "height_mm": 116.1, + "width_mm": 62.0, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.933947", - "updated_at": "2026-07-09T01:31:02.933947" + "created_at": "2026-07-09T04:23:08.194927", + "updated_at": "2026-07-09T04:23:08.194927" } diff --git a/site/public/v1/smartphones/lg-optimus-f3q-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-f3q-1gb-4gb-4g-lte/index.json index 49b7f8519720..edd6acdb3b65 100644 --- a/site/public/v1/smartphones/lg-optimus-f3q-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-f3q-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.9, - "dimensions": {}, + "dimensions": { + "height_mm": 121.9, + "width_mm": 64.8, + "depth_mm": 14.0 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.037587", - "updated_at": "2026-07-09T01:31:03.037587" + "created_at": "2026-07-09T04:23:08.264360", + "updated_at": "2026-07-09T04:23:08.264360" } diff --git a/site/public/v1/smartphones/lg-optimus-f5-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-f5-1gb-8gb-4g-lte/index.json index c7f30a51ad74..a1a13bd85e77 100644 --- a/site/public/v1/smartphones/lg-optimus-f5-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-f5-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 64.5, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.934950", - "updated_at": "2026-07-09T01:31:02.934950" + "created_at": "2026-07-09T04:23:08.195926", + "updated_at": "2026-07-09T04:23:08.195926" } diff --git a/site/public/v1/smartphones/lg-optimus-f6-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-f6-1gb-8gb-4g-lte/index.json index 7cd345fa83cd..40183e61b1bd 100644 --- a/site/public/v1/smartphones/lg-optimus-f6-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-f6-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.0, + "width_mm": 65.9, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), LG Optimus UI 4", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.935953", - "updated_at": "2026-07-09T01:31:02.935953" + "created_at": "2026-07-09T04:23:08.196925", + "updated_at": "2026-07-09T04:23:08.196925" } diff --git a/site/public/v1/smartphones/lg-optimus-g-e970-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-g-e970-2gb-16gb-4g-lte/index.json index f9961f9ea945..c33e6b90509f 100644 --- a/site/public/v1/smartphones/lg-optimus-g-e970-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-g-e970-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.1, - "dimensions": {}, + "dimensions": { + "height_mm": 130.8, + "width_mm": 71.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1.2 (Jelly Bean)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.833145", - "updated_at": "2026-07-09T01:31:02.834331" + "created_at": "2026-07-09T04:23:08.149382", + "updated_at": "2026-07-09T04:23:08.149382" } diff --git a/site/public/v1/smartphones/lg-optimus-g-e975-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-g-e975-2gb-32gb-4g-lte/index.json index f96fee310ec5..de9b75968736 100644 --- a/site/public/v1/smartphones/lg-optimus-g-e975-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-g-e975-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.9, + "width_mm": 68.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradаble to 4.4.2 (KitKat)", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.846380", - "updated_at": "2026-07-09T01:31:02.846380" + "created_at": "2026-07-09T04:23:08.150382", + "updated_at": "2026-07-09T04:23:08.150382" } diff --git a/site/public/v1/smartphones/lg-optimus-g-ls970-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-g-ls970-2gb-32gb-4g-lte/index.json index b13c8401a25e..a25d59a6c799 100644 --- a/site/public/v1/smartphones/lg-optimus-g-ls970-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-g-ls970-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.9, - "dimensions": {}, + "dimensions": { + "height_mm": 131.9, + "width_mm": 68.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.851257", - "updated_at": "2026-07-09T01:31:02.851257" + "created_at": "2026-07-09T04:23:08.151382", + "updated_at": "2026-07-09T04:23:08.151382" } diff --git a/site/public/v1/smartphones/lg-optimus-g-pro-e985-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-g-pro-e985-2gb-32gb-4g-lte/index.json index c5a60c43390d..cbe7a1c3723e 100644 --- a/site/public/v1/smartphones/lg-optimus-g-pro-e985-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-g-pro-e985-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.2, + "width_mm": 76.1, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 4.4.2 (KitKat), LG Optimus UI 3", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.938051", - "updated_at": "2026-07-09T01:31:02.938051" + "created_at": "2026-07-09T04:23:08.198926", + "updated_at": "2026-07-09T04:23:08.198926" } diff --git a/site/public/v1/smartphones/lg-optimus-gj-e975w-2gb-16gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-gj-e975w-2gb-16gb-3g/index.json index 3324c11f6975..ca46db85a1d1 100644 --- a/site/public/v1/smartphones/lg-optimus-gj-e975w-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-gj-e975w-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.2, - "dimensions": {}, + "dimensions": { + "height_mm": 136.9, + "width_mm": 68.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.939009", - "updated_at": "2026-07-09T01:31:02.939009" + "created_at": "2026-07-09T04:23:08.199926", + "updated_at": "2026-07-09T04:23:08.199926" } diff --git a/site/public/v1/smartphones/lg-optimus-l9-ii-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-l9-ii-1gb-8gb-3g/index.json index e166a6f1efd6..b56fd85bc706 100644 --- a/site/public/v1/smartphones/lg-optimus-l9-ii-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-l9-ii-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.4, + "width_mm": 66.5, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradаble to 4.4.2 (KitKat)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.944948", - "updated_at": "2026-07-09T01:31:02.944948" + "created_at": "2026-07-09T04:23:08.203933", + "updated_at": "2026-07-09T04:23:08.203933" } diff --git a/site/public/v1/smartphones/lg-optimus-l9-p760-1gb-4gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-l9-p760-1gb-4gb-3g/index.json index 63ac53c156dc..c58765d695be 100644 --- a/site/public/v1/smartphones/lg-optimus-l9-p760-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-l9-p760-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.9, + "width_mm": 68.2, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.1.2 (Jelly Bean)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.857604", - "updated_at": "2026-07-09T01:31:02.857604" + "created_at": "2026-07-09T04:23:08.153891", + "updated_at": "2026-07-09T04:23:08.153891" } diff --git a/site/public/v1/smartphones/lg-optimus-lte-lu6200-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-lte-lu6200-1gb-4gb-4g-lte/index.json index 4b064981d8d8..2ad5198ac2ea 100644 --- a/site/public/v1/smartphones/lg-optimus-lte-lu6200-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-lte-lu6200-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.9, + "width_mm": 67.9, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3.5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.780612", - "updated_at": "2026-07-09T01:31:02.780612" + "created_at": "2026-07-09T04:23:08.113109", + "updated_at": "2026-07-09T04:23:08.113109" } diff --git a/site/public/v1/smartphones/lg-optimus-lte-su640-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-lte-su640-1gb-4gb-4g-lte/index.json index 8ab5c4af9abe..eedf1926a049 100644 --- a/site/public/v1/smartphones/lg-optimus-lte-su640-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-lte-su640-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.9, + "width_mm": 67.9, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3.5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.781693", - "updated_at": "2026-07-09T01:31:02.781693" + "created_at": "2026-07-09T04:23:08.114109", + "updated_at": "2026-07-09T04:23:08.114109" } diff --git a/site/public/v1/smartphones/lg-optimus-lte2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-lte2-2gb-16gb-4g-lte/index.json index 0a014c02127b..4dd146a22ef0 100644 --- a/site/public/v1/smartphones/lg-optimus-lte2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-lte2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.7, + "width_mm": 69.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.861127", - "updated_at": "2026-07-09T01:31:02.861127" + "created_at": "2026-07-09T04:23:08.155892", + "updated_at": "2026-07-09T04:23:08.155892" } diff --git a/site/public/v1/smartphones/lg-optimus-q2-lu6500-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-q2-lu6500-1gb-8gb-3g/index.json index 51122595c801..f7447bb53295 100644 --- a/site/public/v1/smartphones/lg-optimus-q2-lu6500-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-q2-lu6500-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 123.0, + "width_mm": 65.0, + "depth_mm": 12.3 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread)", "os_version": "2.3.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.783690", - "updated_at": "2026-07-09T01:31:02.783690" + "created_at": "2026-07-09T04:23:08.116296", + "updated_at": "2026-07-09T04:23:08.116296" } diff --git a/site/public/v1/smartphones/lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte/index.json index 4f4f1e1026bc..684b688cafbf 100644 --- a/site/public/v1/smartphones/lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-true-hd-lte-p936-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.9, + "width_mm": 67.9, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 2.3.6 (Gingerbread)", "os_version": "2.3.6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.862126", - "updated_at": "2026-07-09T01:31:02.862126" + "created_at": "2026-07-09T04:23:08.156892", + "updated_at": "2026-07-09T04:23:08.156892" } diff --git a/site/public/v1/smartphones/lg-optimus-vu-f100s-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-vu-f100s-1gb-32gb-4g-lte/index.json index e21a5456e981..9cf15f69847f 100644 --- a/site/public/v1/smartphones/lg-optimus-vu-f100s-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-vu-f100s-1gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.6, + "width_mm": 90.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.1.2 (Jelly Bean)", "os_version": "2.3.5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.863127", - "updated_at": "2026-07-09T01:31:02.863127" + "created_at": "2026-07-09T04:23:08.158397", + "updated_at": "2026-07-09T04:23:08.158397" } diff --git a/site/public/v1/smartphones/lg-optimus-vu-ii-2gb-16gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-vu-ii-2gb-16gb-3g/index.json index 6642749d85e1..ca174e07681c 100644 --- a/site/public/v1/smartphones/lg-optimus-vu-ii-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-vu-ii-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.2, + "width_mm": 85.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.945946", - "updated_at": "2026-07-09T01:31:02.945946" + "created_at": "2026-07-09T04:23:08.204925", + "updated_at": "2026-07-09T04:23:08.204925" } diff --git a/site/public/v1/smartphones/lg-optimus-vu-ii-f200-2gb-4g-lte/index.json b/site/public/v1/smartphones/lg-optimus-vu-ii-f200-2gb-4g-lte/index.json index 8e94efa3dbf9..6c6dca87a814 100644 --- a/site/public/v1/smartphones/lg-optimus-vu-ii-f200-2gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-optimus-vu-ii-f200-2gb-4g-lte/index.json @@ -48,7 +48,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.2, + "width_mm": 85.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0.4", @@ -80,6 +84,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.865127", - "updated_at": "2026-07-09T01:31:02.865127" + "created_at": "2026-07-09T04:23:08.160402", + "updated_at": "2026-07-09T04:23:08.160402" } diff --git a/site/public/v1/smartphones/lg-optimus-vu-p895-1gb-32gb-3g/index.json b/site/public/v1/smartphones/lg-optimus-vu-p895-1gb-32gb-3g/index.json index 252d6e4e9446..b5fd629a1dd3 100644 --- a/site/public/v1/smartphones/lg-optimus-vu-p895-1gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/lg-optimus-vu-p895-1gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.6, + "width_mm": 90.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.866127", - "updated_at": "2026-07-09T01:31:02.866127" + "created_at": "2026-07-09T04:23:08.161409", + "updated_at": "2026-07-09T04:23:08.161409" } diff --git a/site/public/v1/smartphones/lg-prada-3-0-1gb-8gb-3g/index.json b/site/public/v1/smartphones/lg-prada-3-0-1gb-8gb-3g/index.json index 632b5a5ca0a1..46992776d8a7 100644 --- a/site/public/v1/smartphones/lg-prada-3-0-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/lg-prada-3-0-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.5, + "width_mm": 69.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 2.3.7 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3.7", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.786614", - "updated_at": "2026-07-09T01:31:02.786614" + "created_at": "2026-07-09T04:23:08.118309", + "updated_at": "2026-07-09T04:23:08.118309" } diff --git a/site/public/v1/smartphones/lg-q-stylo-4-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q-stylo-4-2gb-32gb-4g-lte/index.json index 615141323437..44000699adfe 100644 --- a/site/public/v1/smartphones/lg-q-stylo-4-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q-stylo-4-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 77.7, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), LG UX 7", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 18.9, "performance": null, "camera": null, - "battery": 18.0, + "battery": 18.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.363818", - "updated_at": "2026-07-09T01:31:03.363818" + "created_at": "2026-07-09T04:23:08.437324", + "updated_at": "2026-07-09T04:23:08.437324" } diff --git a/site/public/v1/smartphones/lg-q-stylus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q-stylus-4gb-64gb-4g-lte/index.json index efa79ec83b80..c3615bcf824e 100644 --- a/site/public/v1/smartphones/lg-q-stylus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q-stylus-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 77.7, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 18.9, "performance": null, "camera": null, - "battery": 18.0, + "battery": 18.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.364818", - "updated_at": "2026-07-09T01:31:03.364818" + "created_at": "2026-07-09T04:23:08.437324", + "updated_at": "2026-07-09T04:23:08.437324" } diff --git a/site/public/v1/smartphones/lg-q31-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q31-3gb-32gb-4g-lte/index.json index 68b65436a3b7..8d9afdc309b4 100644 --- a/site/public/v1/smartphones/lg-q31-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q31-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 71.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.575076", - "updated_at": "2026-07-09T01:31:03.575076" + "created_at": "2026-07-09T04:23:08.620003", + "updated_at": "2026-07-09T04:23:08.620003" } diff --git a/site/public/v1/smartphones/lg-q52-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q52-4gb-64gb-4g-lte/index.json index 20c158a2c250..bb6d87ed30c7 100644 --- a/site/public/v1/smartphones/lg-q52-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q52-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.576060", - "updated_at": "2026-07-09T01:31:03.576060" + "created_at": "2026-07-09T04:23:08.622003", + "updated_at": "2026-07-09T04:23:08.622003" } diff --git a/site/public/v1/smartphones/lg-q6-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q6-4gb-64gb-4g-lte/index.json index 55b5f1efb6a2..9253fcb0d17d 100644 --- a/site/public/v1/smartphones/lg-q6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q6-4gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.5, + "width_mm": 69.3, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8.0 (Oreo), LG UI 5.0", "os_version": "7.1.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.257913", - "updated_at": "2026-07-09T01:31:03.257913" + "created_at": "2026-07-09T04:23:08.371522", + "updated_at": "2026-07-09T04:23:08.371522" } diff --git a/site/public/v1/smartphones/lg-q60-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q60-3gb-64gb-4g-lte/index.json index 6250e2d30724..5fd3d7957326 100644 --- a/site/public/v1/smartphones/lg-q60-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q60-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 77.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), LG UX 7", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.466347", - "updated_at": "2026-07-09T01:31:03.466347" + "created_at": "2026-07-09T04:23:08.522872", + "updated_at": "2026-07-09T04:23:08.522872" } diff --git a/site/public/v1/smartphones/lg-q70-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q70-4gb-64gb-4g-lte/index.json index e34415ccd150..9d2c40f1f42c 100644 --- a/site/public/v1/smartphones/lg-q70-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q70-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 76.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, LG UX 9", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.0, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.467346", - "updated_at": "2026-07-09T01:31:03.467346" + "created_at": "2026-07-09T04:23:08.523874", + "updated_at": "2026-07-09T04:23:08.523874" } diff --git a/site/public/v1/smartphones/lg-q8-2017-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q8-2017-4gb-32gb-4g-lte/index.json index 6b839bd795d2..c27cd5cb3755 100644 --- a/site/public/v1/smartphones/lg-q8-2017-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q8-2017-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.0, + "width_mm": 71.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.259895", - "updated_at": "2026-07-09T01:31:03.259895" + "created_at": "2026-07-09T04:23:08.373522", + "updated_at": "2026-07-09T04:23:08.373522" } diff --git a/site/public/v1/smartphones/lg-q8-2018-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q8-2018-4gb-64gb-4g-lte/index.json index cc1f6c74a9cb..2a540c5b13aa 100644 --- a/site/public/v1/smartphones/lg-q8-2018-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q8-2018-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 77.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.372818", - "updated_at": "2026-07-09T01:31:03.372818" + "created_at": "2026-07-09T04:23:08.446330", + "updated_at": "2026-07-09T04:23:08.446330" } diff --git a/site/public/v1/smartphones/lg-q9-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-q9-4gb-64gb-4g-lte/index.json index eee7ac547686..2b140ad107d2 100644 --- a/site/public/v1/smartphones/lg-q9-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-q9-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.2, + "width_mm": 71.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.469347", - "updated_at": "2026-07-09T01:31:03.469347" + "created_at": "2026-07-09T04:23:08.525379", + "updated_at": "2026-07-09T04:23:08.525379" } diff --git a/site/public/v1/smartphones/lg-ray-1gb-16gb-3g/index.json b/site/public/v1/smartphones/lg-ray-1gb-16gb-3g/index.json index 21d515106574..5914f7a5dd7e 100644 --- a/site/public/v1/smartphones/lg-ray-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/lg-ray-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 76.4, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.089552", - "updated_at": "2026-07-09T01:31:03.089552" + "created_at": "2026-07-09T04:23:08.311881", + "updated_at": "2026-07-09T04:23:08.311881" } diff --git a/site/public/v1/smartphones/lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte/index.json index e333d602abaf..1e934d75f3c6 100644 --- a/site/public/v1/smartphones/lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-spectrum-ii-4g-vs930-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.9, + "width_mm": 68.3, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.868131", - "updated_at": "2026-07-09T01:31:02.868131" + "created_at": "2026-07-09T04:23:08.162402", + "updated_at": "2026-07-09T04:23:08.162402" } diff --git a/site/public/v1/smartphones/lg-spectrum-vs920-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-spectrum-vs920-1gb-4gb-4g-lte/index.json index e7fac1843826..168dab626c0f 100644 --- a/site/public/v1/smartphones/lg-spectrum-vs920-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-spectrum-vs920-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.5, - "dimensions": {}, + "dimensions": { + "height_mm": 135.4, + "width_mm": 68.8, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:02.869127", - "updated_at": "2026-07-09T01:31:02.869127" + "created_at": "2026-07-09T04:23:08.163402", + "updated_at": "2026-07-09T04:23:08.163402" } diff --git a/site/public/v1/smartphones/lg-stylo-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-stylo-2-2gb-16gb-4g-lte/index.json index 3607481b78f3..d5a6212f07a7 100644 --- a/site/public/v1/smartphones/lg-stylo-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-stylo-2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.6, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 79.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.193947", - "updated_at": "2026-07-09T01:31:03.193947" + "created_at": "2026-07-09T04:23:08.353014", + "updated_at": "2026-07-09T04:23:08.353014" } diff --git a/site/public/v1/smartphones/lg-stylo-3-plus-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-stylo-3-plus-2gb-32gb-4g-lte/index.json index 81bb184bdc6a..897dd03f7169 100644 --- a/site/public/v1/smartphones/lg-stylo-3-plus-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-stylo-3-plus-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.7, + "width_mm": 79.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.261835", - "updated_at": "2026-07-09T01:31:03.261835" + "created_at": "2026-07-09T04:23:08.373522", + "updated_at": "2026-07-09T04:23:08.373522" } diff --git a/site/public/v1/smartphones/lg-stylo-5-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-stylo-5-3gb-32gb-4g-lte/index.json index 8d7b8b7ae390..cb2e947487c8 100644 --- a/site/public/v1/smartphones/lg-stylo-5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-stylo-5-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 77.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.471439", - "updated_at": "2026-07-09T01:31:03.471439" + "created_at": "2026-07-09T04:23:08.528385", + "updated_at": "2026-07-09T04:23:08.528385" } diff --git a/site/public/v1/smartphones/lg-stylo-6-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-stylo-6-3gb-64gb-4g-lte/index.json index a53039aea8d3..73792d590673 100644 --- a/site/public/v1/smartphones/lg-stylo-6-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-stylo-6-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 219.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.2, + "width_mm": 77.7, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.579067", - "updated_at": "2026-07-09T01:31:03.579067" + "created_at": "2026-07-09T04:23:08.624002", + "updated_at": "2026-07-09T04:23:08.624002" } diff --git a/site/public/v1/smartphones/lg-stylus-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-stylus-2-2gb-16gb-4g-lte/index.json index 0202256322ee..c01695937c12 100644 --- a/site/public/v1/smartphones/lg-stylus-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-stylus-2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 79.6, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 7.0 (Nougat)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.194956", - "updated_at": "2026-07-09T01:31:03.194956" + "created_at": "2026-07-09T04:23:08.354015", + "updated_at": "2026-07-09T04:23:08.354015" } diff --git a/site/public/v1/smartphones/lg-stylus-2-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-stylus-2-plus-3gb-32gb-4g-lte/index.json index dae4e05da043..0465bacbe9e4 100644 --- a/site/public/v1/smartphones/lg-stylus-2-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-stylus-2-plus-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 79.6, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.195935", - "updated_at": "2026-07-09T01:31:03.195935" + "created_at": "2026-07-09T04:23:08.355015", + "updated_at": "2026-07-09T04:23:08.355015" } diff --git a/site/public/v1/smartphones/lg-tribute-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/lg-tribute-1gb-4gb-4g-lte/index.json index 9fd22ade30e2..0632ed1b9fec 100644 --- a/site/public/v1/smartphones/lg-tribute-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-tribute-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.9, - "dimensions": {}, + "dimensions": { + "height_mm": 127.5, + "width_mm": 67.8, + "depth_mm": 10.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.038532", - "updated_at": "2026-07-09T01:31:03.038532" + "created_at": "2026-07-09T04:23:08.265360", + "updated_at": "2026-07-09T04:23:08.265360" } diff --git a/site/public/v1/smartphones/lg-tribute-2-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-tribute-2-1gb-8gb-4g-lte/index.json index 4161d60aed6f..417602724493 100644 --- a/site/public/v1/smartphones/lg-tribute-2-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-tribute-2-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.9, - "dimensions": {}, + "dimensions": { + "height_mm": 129.9, + "width_mm": 64.9, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.091548", - "updated_at": "2026-07-09T01:31:03.091548" + "created_at": "2026-07-09T04:23:08.314129", + "updated_at": "2026-07-09T04:23:08.314129" } diff --git a/site/public/v1/smartphones/lg-tribute-empire-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-tribute-empire-2gb-16gb-4g-lte/index.json index 879baa2ac6ea..4bb37726fa11 100644 --- a/site/public/v1/smartphones/lg-tribute-empire-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-tribute-empire-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.1, - "dimensions": {}, + "dimensions": { + "height_mm": 144.8, + "width_mm": 71.8, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.473435", - "updated_at": "2026-07-09T01:31:03.473435" + "created_at": "2026-07-09T04:23:08.529385", + "updated_at": "2026-07-09T04:23:08.529385" } diff --git a/site/public/v1/smartphones/lg-v10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-v10-4gb-64gb-4g-lte/index.json index f741a2a1665f..e00f2ced3f7b 100644 --- a/site/public/v1/smartphones/lg-v10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-v10-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.6, + "width_mm": 79.3, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.092547", - "updated_at": "2026-07-09T01:31:03.092547" + "created_at": "2026-07-09T04:23:08.315128", + "updated_at": "2026-07-09T04:23:08.315128" } diff --git a/site/public/v1/smartphones/lg-v20-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-v20-4gb-64gb-4g-lte/index.json index 97c85c052eb7..0abd32066fac 100644 --- a/site/public/v1/smartphones/lg-v20-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-v20-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.7, + "width_mm": 78.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.197971", - "updated_at": "2026-07-09T01:31:03.197971" + "created_at": "2026-07-09T04:23:08.357014", + "updated_at": "2026-07-09T04:23:08.357014" } diff --git a/site/public/v1/smartphones/lg-v30-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-v30-4gb-128gb-4g-lte/index.json index f8e7776c00e9..c192dcfb93be 100644 --- a/site/public/v1/smartphones/lg-v30-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-v30-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.4, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.6, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.262911", - "updated_at": "2026-07-09T01:31:03.262911" + "created_at": "2026-07-09T04:23:08.375523", + "updated_at": "2026-07-09T04:23:08.375523" } diff --git a/site/public/v1/smartphones/lg-v30s-thinq-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/lg-v30s-thinq-6gb-256gb-4g-lte/index.json index 381a16de8a51..5927f9fe0aee 100644 --- a/site/public/v1/smartphones/lg-v30s-thinq-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-v30s-thinq-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.4, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), LG UX 6", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.6, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.376821", - "updated_at": "2026-07-09T01:31:03.376821" + "created_at": "2026-07-09T04:23:08.449335", + "updated_at": "2026-07-09T04:23:08.449335" } diff --git a/site/public/v1/smartphones/lg-v35-thinq-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-v35-thinq-6gb-128gb-4g-lte/index.json index 6625e33e3902..0302d38d8431 100644 --- a/site/public/v1/smartphones/lg-v35-thinq-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-v35-thinq-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.4, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.6, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.377818", - "updated_at": "2026-07-09T01:31:03.377818" + "created_at": "2026-07-09T04:23:08.450336", + "updated_at": "2026-07-09T04:23:08.450336" } diff --git a/site/public/v1/smartphones/lg-v40-thinq-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-v40-thinq-6gb-128gb-4g-lte/index.json index a529b439b498..d318054467bd 100644 --- a/site/public/v1/smartphones/lg-v40-thinq-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-v40-thinq-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 75.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.6, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.379818", - "updated_at": "2026-07-09T01:31:03.379818" + "created_at": "2026-07-09T04:23:08.452336", + "updated_at": "2026-07-09T04:23:08.452336" } diff --git a/site/public/v1/smartphones/lg-v50s-thinq-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/lg-v50s-thinq-5g-8gb-256gb-5g/index.json index 88802c21f258..661b3d776b24 100644 --- a/site/public/v1/smartphones/lg-v50s-thinq-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/lg-v50s-thinq-5g-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 21.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 42.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 42.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.475460", - "updated_at": "2026-07-09T01:31:03.475460" + "created_at": "2026-07-09T04:23:08.531385", + "updated_at": "2026-07-09T04:23:08.531385" } diff --git a/site/public/v1/smartphones/lg-velvet-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-velvet-6gb-128gb-4g-lte/index.json index c4122987775c..e0ab12bbc62f 100644 --- a/site/public/v1/smartphones/lg-velvet-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-velvet-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.1, + "width_mm": 74.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, LG UX 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.1, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.583052", - "updated_at": "2026-07-09T01:31:03.583052" + "created_at": "2026-07-09T04:23:08.628090", + "updated_at": "2026-07-09T04:23:08.628090" } diff --git a/site/public/v1/smartphones/lg-volt-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/lg-volt-1gb-8gb-4g-lte/index.json index 75bbe3464aec..4450d5347426 100644 --- a/site/public/v1/smartphones/lg-volt-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-volt-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.1, - "dimensions": {}, + "dimensions": { + "height_mm": 131.6, + "width_mm": 66.0, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.040564", - "updated_at": "2026-07-09T01:31:03.040564" + "created_at": "2026-07-09T04:23:08.266360", + "updated_at": "2026-07-09T04:23:08.266360" } diff --git a/site/public/v1/smartphones/lg-w10-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-w10-3gb-32gb-4g-lte/index.json index 803f0f760a7e..b43cf26363f1 100644 --- a/site/public/v1/smartphones/lg-w10-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-w10-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 76.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.477347", - "updated_at": "2026-07-09T01:31:03.477347" + "created_at": "2026-07-09T04:23:08.532384", + "updated_at": "2026-07-09T04:23:08.532384" } diff --git a/site/public/v1/smartphones/lg-w10-alpha-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-w10-alpha-3gb-32gb-4g-lte/index.json index 8e6ca1b0c9de..ac577dab805c 100644 --- a/site/public/v1/smartphones/lg-w10-alpha-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-w10-alpha-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.607127", - "updated_at": "2026-07-09T01:31:03.607127" + "created_at": "2026-07-09T04:23:08.632090", + "updated_at": "2026-07-09T04:23:08.632090" } diff --git a/site/public/v1/smartphones/lg-w30-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-w30-4gb-64gb-4g-lte/index.json index 852a39f365d8..04e76b378a69 100644 --- a/site/public/v1/smartphones/lg-w30-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-w30-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 76.5, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.478349", - "updated_at": "2026-07-09T01:31:03.478349" + "created_at": "2026-07-09T04:23:08.534384", + "updated_at": "2026-07-09T04:23:08.534384" } diff --git a/site/public/v1/smartphones/lg-w30-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/lg-w30-pro-4gb-64gb-4g-lte/index.json index b159937b63be..778e180b0800 100644 --- a/site/public/v1/smartphones/lg-w30-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-w30-pro-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 75.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.479351", - "updated_at": "2026-07-09T01:31:03.479351" + "created_at": "2026-07-09T04:23:08.535394", + "updated_at": "2026-07-09T04:23:08.535394" } diff --git a/site/public/v1/smartphones/lg-w31-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/lg-w31-4gb-128gb-4g-lte/index.json index 8abf9207476a..0a2390a8d8db 100644 --- a/site/public/v1/smartphones/lg-w31-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-w31-4gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 173.6, - "dimensions": {}, + "dimensions": { + "height_mm": 166.2, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.615232", - "updated_at": "2026-07-09T01:31:03.615232" + "created_at": "2026-07-09T04:23:08.634090", + "updated_at": "2026-07-09T04:23:08.634090" } diff --git a/site/public/v1/smartphones/lg-x-cam-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-x-cam-2gb-16gb-4g-lte/index.json index 340d8bfd7aa9..ccdca4b286bf 100644 --- a/site/public/v1/smartphones/lg-x-cam-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-x-cam-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 118.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 73.6, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.199961", - "updated_at": "2026-07-09T01:31:03.199961" + "created_at": "2026-07-09T04:23:08.358517", + "updated_at": "2026-07-09T04:23:08.358517" } diff --git a/site/public/v1/smartphones/lg-x-mach-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-x-mach-3gb-32gb-4g-lte/index.json index 02c8fef34c9d..06717bbb7c63 100644 --- a/site/public/v1/smartphones/lg-x-mach-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-x-mach-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 76.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.201676", - "updated_at": "2026-07-09T01:31:03.201676" + "created_at": "2026-07-09T04:23:08.360521", + "updated_at": "2026-07-09T04:23:08.360521" } diff --git a/site/public/v1/smartphones/lg-x-power-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-x-power-2gb-16gb-4g-lte/index.json index a29eb2cf980a..8548a0ba81a5 100644 --- a/site/public/v1/smartphones/lg-x-power-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-x-power-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.9, + "width_mm": 74.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.9, "performance": null, "camera": null, - "battery": 26.0, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.223924", - "updated_at": "2026-07-09T01:31:03.223924" + "created_at": "2026-07-09T04:23:08.361530", + "updated_at": "2026-07-09T04:23:08.361530" } diff --git a/site/public/v1/smartphones/lg-x-power-3-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-x-power-3-2gb-16gb-4g-lte/index.json index fbb161c12fb5..329e4040980c 100644 --- a/site/public/v1/smartphones/lg-x-power-3-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-x-power-3-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.7, + "width_mm": 78.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.0, + "overall": 30.9, "performance": null, "camera": null, - "battery": 30.0, + "battery": 30.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.383918", - "updated_at": "2026-07-09T01:31:03.383918" + "created_at": "2026-07-09T04:23:08.455409", + "updated_at": "2026-07-09T04:23:08.455409" } diff --git a/site/public/v1/smartphones/lg-x-power2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-x-power2-2gb-32gb-4g-lte/index.json index 146d41fbe67a..002dc50a9d53 100644 --- a/site/public/v1/smartphones/lg-x-power2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-x-power2-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.7, + "width_mm": 78.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.0, + "overall": 32.3, "performance": null, "camera": null, - "battery": 30.0, + "battery": 32.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.265918", - "updated_at": "2026-07-09T01:31:03.265918" + "created_at": "2026-07-09T04:23:08.377522", + "updated_at": "2026-07-09T04:23:08.377522" } diff --git a/site/public/v1/smartphones/lg-x-screen-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-x-screen-2gb-16gb-4g-lte/index.json index f5395155a6e0..10ab7d800e6b 100644 --- a/site/public/v1/smartphones/lg-x-screen-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-x-screen-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.6, + "width_mm": 71.8, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.236840", - "updated_at": "2026-07-09T01:31:03.236840" + "created_at": "2026-07-09T04:23:08.362522", + "updated_at": "2026-07-09T04:23:08.362522" } diff --git a/site/public/v1/smartphones/lg-x-venture-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-x-venture-2gb-32gb-4g-lte/index.json index 5fce9cd3296d..91739877f103 100644 --- a/site/public/v1/smartphones/lg-x-venture-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-x-venture-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 166.5, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 75.8, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), LG UX 5", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 28.3, "performance": null, "camera": null, - "battery": 26.0, + "battery": 28.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.266952", - "updated_at": "2026-07-09T01:31:03.266952" + "created_at": "2026-07-09T04:23:08.378521", + "updated_at": "2026-07-09T04:23:08.378521" } diff --git a/site/public/v1/smartphones/lg-x4-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/lg-x4-2gb-32gb-4g-lte/index.json index 987f9b7fdd3d..48bd10d45c3e 100644 --- a/site/public/v1/smartphones/lg-x4-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-x4-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.3, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 75.1, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.387823", - "updated_at": "2026-07-09T01:31:03.387823" + "created_at": "2026-07-09T04:23:08.459924", + "updated_at": "2026-07-09T04:23:08.459924" } diff --git a/site/public/v1/smartphones/lg-zero-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-zero-2gb-16gb-4g-lte/index.json index f0fb805db83f..cd35d6b8ec92 100644 --- a/site/public/v1/smartphones/lg-zero-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-zero-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradаble to 6.0 (Marshmallow)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.110693", - "updated_at": "2026-07-09T01:31:03.110693" + "created_at": "2026-07-09T04:23:08.317438", + "updated_at": "2026-07-09T04:23:08.317438" } diff --git a/site/public/v1/smartphones/lg-zone-4-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/lg-zone-4-2gb-16gb-4g-lte/index.json index 2f5316d486b4..620b3d9b5674 100644 --- a/site/public/v1/smartphones/lg-zone-4-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/lg-zone-4-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.3, - "dimensions": {}, + "dimensions": { + "height_mm": 144.8, + "width_mm": 71.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat)", "os_version": "7.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.391818", - "updated_at": "2026-07-09T01:31:03.391818" + "created_at": "2026-07-09T04:23:08.462925", + "updated_at": "2026-07-09T04:23:08.462925" } diff --git a/site/public/v1/smartphones/meizu-15-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-15-4gb-128gb-4g-lte/index.json index 1c5a4396fc8f..0f183cafac0a 100644 --- a/site/public/v1/smartphones/meizu-15-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-15-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 72.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), Flyme 7.3", "os_version": "7.1.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 18.3, "performance": null, "camera": null, - "battery": 15.0, + "battery": 18.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.733316", - "updated_at": "2026-07-09T01:31:03.733316" + "created_at": "2026-07-09T04:23:08.740839", + "updated_at": "2026-07-09T04:23:08.740839" } diff --git a/site/public/v1/smartphones/meizu-15-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-15-lite-4gb-64gb-4g-lte/index.json index fdd64a058142..afbd784846d4 100644 --- a/site/public/v1/smartphones/meizu-15-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-15-lite-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.6, + "width_mm": 72.4, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), Flyme 7", "os_version": "7.1.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.734314", - "updated_at": "2026-07-09T01:31:03.734314" + "created_at": "2026-07-09T04:23:08.741839", + "updated_at": "2026-07-09T04:23:08.741839" } diff --git a/site/public/v1/smartphones/meizu-15-plus-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-15-plus-6gb-128gb-4g-lte/index.json index a20553a7eb06..bad7b74d8a29 100644 --- a/site/public/v1/smartphones/meizu-15-plus-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-15-plus-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 78.3, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), Flyme 7.3", "os_version": "7.1.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 46.3, "performance": 61.0, "camera": null, - "battery": 28.3, + "battery": 31.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.736228", - "updated_at": "2026-07-09T01:31:03.736228" + "created_at": "2026-07-09T04:23:08.742838", + "updated_at": "2026-07-09T04:23:08.742838" } diff --git a/site/public/v1/smartphones/meizu-16-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-16-8gb-128gb-4g-lte/index.json index 500a96f1a0cd..aaf8a6c36e57 100644 --- a/site/public/v1/smartphones/meizu-16-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-16-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3010, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.5, + "width_mm": 73.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Flyme UI", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.4, + "overall": 26.7, "performance": null, "camera": null, - "battery": 23.4, + "battery": 26.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.737223", - "updated_at": "2026-07-09T01:31:03.737223" + "created_at": "2026-07-09T04:23:08.744840", + "updated_at": "2026-07-09T04:23:08.744840" } diff --git a/site/public/v1/smartphones/meizu-16-plus-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-16-plus-8gb-256gb-4g-lte/index.json index 8e1298994feb..fd0d43850d1f 100644 --- a/site/public/v1/smartphones/meizu-16-plus-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-16-plus-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3570, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 78.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Flyme UI", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.0, + "overall": 32.3, "performance": null, "camera": null, - "battery": 29.0, + "battery": 32.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.741527", - "updated_at": "2026-07-09T01:31:03.741527" + "created_at": "2026-07-09T04:23:08.746839", + "updated_at": "2026-07-09T04:23:08.746839" } diff --git a/site/public/v1/smartphones/meizu-16s-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-16s-8gb-256gb-4g-lte/index.json index 689fd9c771ce..acab5be86b43 100644 --- a/site/public/v1/smartphones/meizu-16s-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-16s-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.9, + "width_mm": 73.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Flyme 7.3", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.6, + "overall": 38.9, "performance": null, "camera": null, - "battery": 35.6, + "battery": 38.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.780598", - "updated_at": "2026-07-09T01:31:03.780598" + "created_at": "2026-07-09T04:23:08.780676", + "updated_at": "2026-07-09T04:23:08.780676" } diff --git a/site/public/v1/smartphones/meizu-16s-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-16s-pro-8gb-256gb-4g-lte/index.json index 89ae3a4be7e1..8f8d762cb9c4 100644 --- a/site/public/v1/smartphones/meizu-16s-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-16s-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.9, + "width_mm": 73.4, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Flyme 8", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.6, + "overall": 38.9, "performance": null, "camera": null, - "battery": 35.6, + "battery": 38.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.783594", - "updated_at": "2026-07-09T01:31:03.783594" + "created_at": "2026-07-09T04:23:08.783192", + "updated_at": "2026-07-09T04:23:08.783192" } diff --git a/site/public/v1/smartphones/meizu-16t-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-16t-8gb-256gb-4g-lte/index.json index 58a898db0339..17fef387031e 100644 --- a/site/public/v1/smartphones/meizu-16t-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-16t-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.6, + "width_mm": 78.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Flyme 8", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 46.8, "performance": null, "camera": null, - "battery": 44.6, + "battery": 46.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.787523", - "updated_at": "2026-07-09T01:31:03.787523" + "created_at": "2026-07-09T04:23:08.787192", + "updated_at": "2026-07-09T04:23:08.787192" } diff --git a/site/public/v1/smartphones/meizu-16x-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-16x-6gb-128gb-4g-lte/index.json index 8712d969ef55..27e9c0557ce1 100644 --- a/site/public/v1/smartphones/meizu-16x-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-16x-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 73.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Flyme UI", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.746642", - "updated_at": "2026-07-09T01:31:03.746642" + "created_at": "2026-07-09T04:23:08.751840", + "updated_at": "2026-07-09T04:23:08.751840" } diff --git a/site/public/v1/smartphones/meizu-16xs-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-16xs-6gb-128gb-4g-lte/index.json index 28f7fc3098ac..b12178eb7c7e 100644 --- a/site/public/v1/smartphones/meizu-16xs-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-16xs-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 74.4, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Flyme", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 34.6, "performance": null, "camera": null, - "battery": 31.3, + "battery": 34.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.790587", - "updated_at": "2026-07-09T01:31:03.790587" + "created_at": "2026-07-09T04:23:08.789193", + "updated_at": "2026-07-09T04:23:08.789193" } diff --git a/site/public/v1/smartphones/meizu-c9-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-c9-2gb-16gb-4g-lte/index.json index 74dbac0e9859..30dbfaa67703 100644 --- a/site/public/v1/smartphones/meizu-c9-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-c9-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.2, + "width_mm": 71.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Flyme UI", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.748579", - "updated_at": "2026-07-09T01:31:03.748579" + "created_at": "2026-07-09T04:23:08.753839", + "updated_at": "2026-07-09T04:23:08.753839" } diff --git a/site/public/v1/smartphones/meizu-c9-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-c9-pro-3gb-32gb-4g-lte/index.json index 7fdf63a0cfdc..1b649ad68c6b 100644 --- a/site/public/v1/smartphones/meizu-c9-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-c9-pro-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.2, + "width_mm": 71.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Flyme UI", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.751602", - "updated_at": "2026-07-09T01:31:03.751602" + "created_at": "2026-07-09T04:23:08.755342", + "updated_at": "2026-07-09T04:23:08.755342" } diff --git a/site/public/v1/smartphones/meizu-e2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-e2-4gb-64gb-4g-lte/index.json index 7ef01a8535ed..033cf8d9c0f7 100644 --- a/site/public/v1/smartphones/meizu-e2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-e2-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.7, + "width_mm": 75.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7 (Nougat), Flyme 6", "os_version": "7", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.0, + "overall": 22.3, "performance": null, "camera": null, - "battery": 19.0, + "battery": 22.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.723223", - "updated_at": "2026-07-09T01:31:03.723223" + "created_at": "2026-07-09T04:23:08.731348", + "updated_at": "2026-07-09T04:23:08.731348" } diff --git a/site/public/v1/smartphones/meizu-e3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-e3-6gb-128gb-4g-lte/index.json index ee1ce81ef409..5e60a5cef439 100644 --- a/site/public/v1/smartphones/meizu-e3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-e3-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3360, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.8, + "width_mm": 75.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), Flyme 7", "os_version": "7.1.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.6, + "overall": 21.9, "performance": null, "camera": null, - "battery": 18.6, + "battery": 21.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.753614", - "updated_at": "2026-07-09T01:31:03.753614" + "created_at": "2026-07-09T04:23:08.757528", + "updated_at": "2026-07-09T04:23:08.757528" } diff --git a/site/public/v1/smartphones/meizu-m1-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m1-1gb-8gb-4g-lte/index.json index b36582d770c4..cf7f1b5b5206 100644 --- a/site/public/v1/smartphones/meizu-m1-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m1-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.2, + "width_mm": 72.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.681735", - "updated_at": "2026-07-09T01:31:03.681735" + "created_at": "2026-07-09T04:23:08.691829", + "updated_at": "2026-07-09T04:23:08.691829" } diff --git a/site/public/v1/smartphones/meizu-m1-metal-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m1-metal-2gb-32gb-4g-lte/index.json index 85dd657be88d..38b6a76766ee 100644 --- a/site/public/v1/smartphones/meizu-m1-metal-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m1-metal-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.7, + "width_mm": 75.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android, 5.1.1 (Lollipop), Flyme 5.1", "os_version": "5.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.682738", - "updated_at": "2026-07-09T01:31:03.682738" + "created_at": "2026-07-09T04:23:08.692835", + "updated_at": "2026-07-09T04:23:08.692835" } diff --git a/site/public/v1/smartphones/meizu-m1-note-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m1-note-2gb-32gb-4g-lte/index.json index 0cbbd97aeddf..82d04c8ce341 100644 --- a/site/public/v1/smartphones/meizu-m1-note-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m1-note-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.7, + "width_mm": 75.2, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), Flyme 4", "os_version": "4.4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.676820", - "updated_at": "2026-07-09T01:31:03.676820" + "created_at": "2026-07-09T04:23:08.686699", + "updated_at": "2026-07-09T04:23:08.686699" } diff --git a/site/public/v1/smartphones/meizu-m10-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m10-3gb-32gb-4g-lte/index.json index 58276356867a..3b8cbf85bce1 100644 --- a/site/public/v1/smartphones/meizu-m10-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m10-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.3, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Flyme 8", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.794610", - "updated_at": "2026-07-09T01:31:03.794610" + "created_at": "2026-07-09T04:23:08.793709", + "updated_at": "2026-07-09T04:23:08.793709" } diff --git a/site/public/v1/smartphones/meizu-m2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m2-2gb-16gb-4g-lte/index.json index 73a68d97ca68..5ed4d29f8b71 100644 --- a/site/public/v1/smartphones/meizu-m2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.1, + "width_mm": 68.9, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Flyme 4.5", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.684833", - "updated_at": "2026-07-09T01:31:03.684833" + "created_at": "2026-07-09T04:23:08.693835", + "updated_at": "2026-07-09T04:23:08.693835" } diff --git a/site/public/v1/smartphones/meizu-m2-note-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m2-note-2gb-32gb-4g-lte/index.json index 646c656dcc00..7335b728ac58 100644 --- a/site/public/v1/smartphones/meizu-m2-note-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m2-note-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.9, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), Flyme 4.5", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.685801", - "updated_at": "2026-07-09T01:31:03.685801" + "created_at": "2026-07-09T04:23:08.694834", + "updated_at": "2026-07-09T04:23:08.694834" } diff --git a/site/public/v1/smartphones/meizu-m3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m3-3gb-32gb-4g-lte/index.json index 9d5a3bbf6a6a..1aad9f2f6240 100644 --- a/site/public/v1/smartphones/meizu-m3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m3-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.5, + "width_mm": 69.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Flyme 5.1", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.696797", - "updated_at": "2026-07-09T01:31:03.696797" + "created_at": "2026-07-09T04:23:08.705834", + "updated_at": "2026-07-09T04:23:08.705834" } diff --git a/site/public/v1/smartphones/meizu-m3-max-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m3-max-3gb-64gb-4g-lte/index.json index 3e433bb7b77b..30160de55af3 100644 --- a/site/public/v1/smartphones/meizu-m3-max-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m3-max-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.4, + "width_mm": 81.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme 5.2", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 29.3, "performance": null, "camera": null, - "battery": 26.0, + "battery": 29.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.697793", - "updated_at": "2026-07-09T01:31:03.697793" + "created_at": "2026-07-09T04:23:08.706834", + "updated_at": "2026-07-09T04:23:08.706834" } diff --git a/site/public/v1/smartphones/meizu-m3-note-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m3-note-3gb-32gb-4g-lte/index.json index c56d346e4f35..dab5214f0c32 100644 --- a/site/public/v1/smartphones/meizu-m3-note-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m3-note-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.5, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Flyme UI", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.698856", - "updated_at": "2026-07-09T01:31:03.698856" + "created_at": "2026-07-09T04:23:08.707833", + "updated_at": "2026-07-09T04:23:08.707833" } diff --git a/site/public/v1/smartphones/meizu-m3e-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m3e-3gb-32gb-4g-lte/index.json index a3f2ee77b3cc..b2cff189f01f 100644 --- a/site/public/v1/smartphones/meizu-m3e-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m3e-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Flyme 5.2", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 16.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.700810", - "updated_at": "2026-07-09T01:31:03.700810" + "created_at": "2026-07-09T04:23:08.709833", + "updated_at": "2026-07-09T04:23:08.709833" } diff --git a/site/public/v1/smartphones/meizu-m3s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m3s-3gb-32gb-4g-lte/index.json index 93ef8c3227a7..b3b637fd75fe 100644 --- a/site/public/v1/smartphones/meizu-m3s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m3s-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.9, + "width_mm": 69.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Flyme 5.1", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.701784", - "updated_at": "2026-07-09T01:31:03.701784" + "created_at": "2026-07-09T04:23:08.710840", + "updated_at": "2026-07-09T04:23:08.710840" } diff --git a/site/public/v1/smartphones/meizu-m3x-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m3x-4gb-64gb-4g-lte/index.json index 035e1ff7e99f..7434f77d5f14 100644 --- a/site/public/v1/smartphones/meizu-m3x-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m3x-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 76.0, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), Flyme 6", "os_version": "6", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.703814", - "updated_at": "2026-07-09T01:31:03.703814" + "created_at": "2026-07-09T04:23:08.711835", + "updated_at": "2026-07-09T04:23:08.711835" } diff --git a/site/public/v1/smartphones/meizu-m5-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m5-3gb-32gb-4g-lte/index.json index f1815e555153..cd08670c03f8 100644 --- a/site/public/v1/smartphones/meizu-m5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m5-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 72.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme 6.3", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.704817", - "updated_at": "2026-07-09T01:31:03.704817" + "created_at": "2026-07-09T04:23:08.712834", + "updated_at": "2026-07-09T04:23:08.712834" } diff --git a/site/public/v1/smartphones/meizu-m5-note-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m5-note-4gb-64gb-4g-lte/index.json index 0e706fd1cc62..11b058ab6484 100644 --- a/site/public/v1/smartphones/meizu-m5-note-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m5-note-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme 7.3", "os_version": "6.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 28.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 28.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.705738", - "updated_at": "2026-07-09T01:31:03.705738" + "created_at": "2026-07-09T04:23:08.713834", + "updated_at": "2026-07-09T04:23:08.713834" } diff --git a/site/public/v1/smartphones/meizu-m5c-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m5c-2gb-16gb-4g-lte/index.json index 81fda2938f19..f62aeb249e95 100644 --- a/site/public/v1/smartphones/meizu-m5c-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m5c-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 70.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme 6", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.724226", - "updated_at": "2026-07-09T01:31:03.724226" + "created_at": "2026-07-09T04:23:08.732348", + "updated_at": "2026-07-09T04:23:08.732348" } diff --git a/site/public/v1/smartphones/meizu-m5s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m5s-3gb-32gb-4g-lte/index.json index fcb4be87edbd..41de81686781 100644 --- a/site/public/v1/smartphones/meizu-m5s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m5s-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.5, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme 5.2", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 18.3, "performance": null, "camera": null, - "battery": 15.0, + "battery": 18.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.726289", - "updated_at": "2026-07-09T01:31:03.726289" + "created_at": "2026-07-09T04:23:08.734346", + "updated_at": "2026-07-09T04:23:08.734346" } diff --git a/site/public/v1/smartphones/meizu-m6-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m6-3gb-32gb-4g-lte/index.json index cecf12698fe8..53237c6e3f93 100644 --- a/site/public/v1/smartphones/meizu-m6-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m6-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3070, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 7 (Nougat), Flyme 7.3", "os_version": "7", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.7, + "overall": 19.0, "performance": null, "camera": null, - "battery": 15.7, + "battery": 19.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.727339", - "updated_at": "2026-07-09T01:31:03.727339" + "created_at": "2026-07-09T04:23:08.735345", + "updated_at": "2026-07-09T04:23:08.735345" } diff --git a/site/public/v1/smartphones/meizu-m6-note-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m6-note-4gb-64gb-4g-lte/index.json index 91e7b4b8885a..786d04069895 100644 --- a/site/public/v1/smartphones/meizu-m6-note-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m6-note-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.6, + "width_mm": 75.2, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), Flyme 7.3", "os_version": "7.1.2", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 28.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 28.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.728316", - "updated_at": "2026-07-09T01:31:03.728316" + "created_at": "2026-07-09T04:23:08.737348", + "updated_at": "2026-07-09T04:23:08.737348" } diff --git a/site/public/v1/smartphones/meizu-m6s-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m6s-3gb-64gb-4g-lte/index.json index a8e05b2870fe..6fcca573bb5c 100644 --- a/site/public/v1/smartphones/meizu-m6s-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m6s-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 72.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), Flyme 6.2", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 14.2, + "overall": 15.3, "performance": 13.5, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.757620", - "updated_at": "2026-07-09T01:31:03.757620" + "created_at": "2026-07-09T04:23:08.761538", + "updated_at": "2026-07-09T04:23:08.761538" } diff --git a/site/public/v1/smartphones/meizu-m6t-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m6t-4gb-64gb-4g-lte/index.json index 69e03bc9cf75..0b2958d00d4b 100644 --- a/site/public/v1/smartphones/meizu-m6t-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m6t-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.3, + "width_mm": 73.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), Flyme UI", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.759608", - "updated_at": "2026-07-09T01:31:03.759608" + "created_at": "2026-07-09T04:23:08.763539", + "updated_at": "2026-07-09T04:23:08.763539" } diff --git a/site/public/v1/smartphones/meizu-m8c-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-m8c-2gb-32gb-4g-lte/index.json index 2aaef0b354fb..91986ae650e1 100644 --- a/site/public/v1/smartphones/meizu-m8c-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-m8c-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.4, + "width_mm": 70.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), Flyme UI", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.766585", - "updated_at": "2026-07-09T01:31:03.766585" + "created_at": "2026-07-09T04:23:08.769684", + "updated_at": "2026-07-09T04:23:08.769684" } diff --git a/site/public/v1/smartphones/meizu-mx-1gb-16gb-3g/index.json b/site/public/v1/smartphones/meizu-mx-1gb-16gb-3g/index.json index fe33bc25c237..b7d196283526 100644 --- a/site/public/v1/smartphones/meizu-mx-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/meizu-mx-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 121.3, + "width_mm": 63.3, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3.5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.668809", - "updated_at": "2026-07-09T01:31:03.668809" + "created_at": "2026-07-09T04:23:08.679691", + "updated_at": "2026-07-09T04:23:08.679691" } diff --git a/site/public/v1/smartphones/meizu-mx-4-core-1gb-64gb-3g/index.json b/site/public/v1/smartphones/meizu-mx-4-core-1gb-64gb-3g/index.json index 8d142ab8403b..600d61d4ed3e 100644 --- a/site/public/v1/smartphones/meizu-mx-4-core-1gb-64gb-3g/index.json +++ b/site/public/v1/smartphones/meizu-mx-4-core-1gb-64gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 121.3, + "width_mm": 63.3, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.670820", - "updated_at": "2026-07-09T01:31:03.670820" + "created_at": "2026-07-09T04:23:08.682693", + "updated_at": "2026-07-09T04:23:08.682693" } diff --git a/site/public/v1/smartphones/meizu-mx2-2gb-64gb-3g/index.json b/site/public/v1/smartphones/meizu-mx2-2gb-64gb-3g/index.json index 104907b9f2b8..28251dea2319 100644 --- a/site/public/v1/smartphones/meizu-mx2-2gb-64gb-3g/index.json +++ b/site/public/v1/smartphones/meizu-mx2-2gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 124.9, + "width_mm": 64.9, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.1.1 (Jelly Bean)", "os_version": "4.1.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.672796", - "updated_at": "2026-07-09T01:31:03.672796" + "created_at": "2026-07-09T04:23:08.683697", + "updated_at": "2026-07-09T04:23:08.683697" } diff --git a/site/public/v1/smartphones/meizu-mx3-2gb-128gb-3g/index.json b/site/public/v1/smartphones/meizu-mx3-2gb-128gb-3g/index.json index 7be65224a5ac..f1de5a1c07de 100644 --- a/site/public/v1/smartphones/meizu-mx3-2gb-128gb-3g/index.json +++ b/site/public/v1/smartphones/meizu-mx3-2gb-128gb-3g/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.0, + "width_mm": 71.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), Flyme 3", "os_version": "4.2", @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.674825", - "updated_at": "2026-07-09T01:31:03.674825" + "created_at": "2026-07-09T04:23:08.685698", + "updated_at": "2026-07-09T04:23:08.685698" } diff --git a/site/public/v1/smartphones/meizu-mx4-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-mx4-2gb-64gb-4g-lte/index.json index 8b5247992c95..9c8481ebca13 100644 --- a/site/public/v1/smartphones/meizu-mx4-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-mx4-2gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 75.2, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), Flyme 4", "os_version": "4.4.4", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.678740", - "updated_at": "2026-07-09T01:31:03.678740" + "created_at": "2026-07-09T04:23:08.688698", + "updated_at": "2026-07-09T04:23:08.688698" } diff --git a/site/public/v1/smartphones/meizu-mx4-pro-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-mx4-pro-3gb-64gb-4g-lte/index.json index f5fddc803c6c..45d6e97f43cc 100644 --- a/site/public/v1/smartphones/meizu-mx4-pro-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-mx4-pro-3gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.1, + "width_mm": 77.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), Flyme 4", "os_version": "4.4.4", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.680737", - "updated_at": "2026-07-09T01:31:03.680737" + "created_at": "2026-07-09T04:23:08.689699", + "updated_at": "2026-07-09T04:23:08.689699" } diff --git a/site/public/v1/smartphones/meizu-mx5-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-mx5-3gb-64gb-4g-lte/index.json index 50822ac85129..a11442f3a922 100644 --- a/site/public/v1/smartphones/meizu-mx5-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-mx5-3gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3150, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.9, + "width_mm": 74.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop), Flyme 4.5", "os_version": "5.0.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.5, + "overall": 19.8, "performance": null, "camera": null, - "battery": 16.5, + "battery": 19.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.694831", - "updated_at": "2026-07-09T01:31:03.694831" + "created_at": "2026-07-09T04:23:08.702834", + "updated_at": "2026-07-09T04:23:08.702834" } diff --git a/site/public/v1/smartphones/meizu-mx5e-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-mx5e-3gb-32gb-4g-lte/index.json index 6e9a290845e0..99535d3b7775 100644 --- a/site/public/v1/smartphones/meizu-mx5e-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-mx5e-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3150, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.9, + "width_mm": 74.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Flyme 5", "os_version": "5.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.5, + "overall": 19.8, "performance": null, "camera": null, - "battery": 16.5, + "battery": 19.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.711741", - "updated_at": "2026-07-09T01:31:03.711741" + "created_at": "2026-07-09T04:23:08.719838", + "updated_at": "2026-07-09T04:23:08.719838" } diff --git a/site/public/v1/smartphones/meizu-mx6-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-mx6-4gb-32gb-4g-lte/index.json index ff08f191e923..1079cf11119f 100644 --- a/site/public/v1/smartphones/meizu-mx6-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-mx6-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3060, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme 7.3", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.6, + "overall": 18.9, "performance": null, "camera": null, - "battery": 15.6, + "battery": 18.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.712798", - "updated_at": "2026-07-09T01:31:03.712798" + "created_at": "2026-07-09T04:23:08.721839", + "updated_at": "2026-07-09T04:23:08.721839" } diff --git a/site/public/v1/smartphones/meizu-note-8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-note-8-4gb-64gb-4g-lte/index.json index 4a8326d143e3..ef3e45140365 100644 --- a/site/public/v1/smartphones/meizu-note-8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-note-8-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Flyme 7.3", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.0, + "overall": 24.3, "performance": null, "camera": null, - "battery": 21.0, + "battery": 24.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.769605", - "updated_at": "2026-07-09T01:31:03.769605" + "created_at": "2026-07-09T04:23:08.772686", + "updated_at": "2026-07-09T04:23:08.772686" } diff --git a/site/public/v1/smartphones/meizu-note-9-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-note-9-6gb-128gb-4g-lte/index.json index 6545a883efaf..3bc41dc54d76 100644 --- a/site/public/v1/smartphones/meizu-note-9-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-note-9-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.1, + "width_mm": 74.4, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Flyme 7.2", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.5, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.798609", - "updated_at": "2026-07-09T01:31:03.798609" + "created_at": "2026-07-09T04:23:08.796709", + "updated_at": "2026-07-09T04:23:08.796709" } diff --git a/site/public/v1/smartphones/meizu-pro-5-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-pro-5-4gb-64gb-4g-lte/index.json index af9ad52a3a05..17b662447eea 100644 --- a/site/public/v1/smartphones/meizu-pro-5-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-pro-5-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3050, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 78.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Flyme 5", "os_version": "5.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.5, + "overall": 18.8, "performance": null, "camera": null, - "battery": 15.5, + "battery": 18.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.695808", - "updated_at": "2026-07-09T01:31:03.695808" + "created_at": "2026-07-09T04:23:08.703834", + "updated_at": "2026-07-09T04:23:08.703834" } diff --git a/site/public/v1/smartphones/meizu-pro-6-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-pro-6-4gb-64gb-4g-lte/index.json index a8046d1ba11a..422bc8d7979e 100644 --- a/site/public/v1/smartphones/meizu-pro-6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-pro-6-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2560, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.7, + "width_mm": 70.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme 8", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 10.6, + "overall": 13.9, "performance": null, "camera": null, - "battery": 10.6, + "battery": 13.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.713821", - "updated_at": "2026-07-09T01:31:03.713821" + "created_at": "2026-07-09T04:23:08.722838", + "updated_at": "2026-07-09T04:23:08.722838" } diff --git a/site/public/v1/smartphones/meizu-pro-6-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-pro-6-plus-4gb-128gb-4g-lte/index.json index afeeb279ae6f..a98aca42f31a 100644 --- a/site/public/v1/smartphones/meizu-pro-6-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-pro-6-plus-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.6, + "width_mm": 77.3, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), Flyme 7.3", "os_version": "6", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.0, + "overall": 22.3, "performance": null, "camera": null, - "battery": 19.0, + "battery": 22.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.715811", - "updated_at": "2026-07-09T01:31:03.715811" + "created_at": "2026-07-09T04:23:08.723839", + "updated_at": "2026-07-09T04:23:08.723839" } diff --git a/site/public/v1/smartphones/meizu-pro-6s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-pro-6s-4gb-64gb-4g-lte/index.json index 39f3bb0fa9b9..0124261ae97a 100644 --- a/site/public/v1/smartphones/meizu-pro-6s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-pro-6s-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3060, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.7, + "width_mm": 70.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme 7.3", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.6, + "overall": 18.9, "performance": null, "camera": null, - "battery": 15.6, + "battery": 18.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.716835", - "updated_at": "2026-07-09T01:31:03.716835" + "created_at": "2026-07-09T04:23:08.726347", + "updated_at": "2026-07-09T04:23:08.726347" } diff --git a/site/public/v1/smartphones/meizu-pro-7-plus-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-pro-7-plus-6gb-128gb-4g-lte/index.json index 63fcaaa703a5..014dec99a9d6 100644 --- a/site/public/v1/smartphones/meizu-pro-7-plus-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-pro-7-plus-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.3, + "width_mm": 77.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), Flyme 7.3", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.3, + "overall": 31.6, "performance": null, "camera": null, - "battery": 28.3, + "battery": 31.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.731307", - "updated_at": "2026-07-09T01:31:03.731307" + "created_at": "2026-07-09T04:23:08.738834", + "updated_at": "2026-07-09T04:23:08.738834" } diff --git a/site/public/v1/smartphones/meizu-u10-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-u10-3gb-32gb-4g-lte/index.json index 7b39ebfdad9c..9f3f472cf02d 100644 --- a/site/public/v1/smartphones/meizu-u10-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-u10-3gb-32gb-4g-lte/index.json @@ -1,10 +1,10 @@ { - "id": 30946, + "id": 32541, "slug": "meizu-u10-3gb-32gb-4g-lte", "base_model_slug": "u10", "name": "Meizu U10", "brand": { - "id": 33, + "id": 39, "slug": "meizu", "name": "Meizu", "country": "CN", @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.9, + "width_mm": 69.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android OS", "os_version": null, @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-06-24T08:54:03.264885", - "updated_at": "2026-06-24T08:54:03.264898" + "created_at": "2026-07-09T04:23:08.727346", + "updated_at": "2026-07-09T04:23:08.727346" } diff --git a/site/public/v1/smartphones/meizu-u20-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-u20-3gb-32gb-4g-lte/index.json index d8e8bc9e48d3..bf43af17ef76 100644 --- a/site/public/v1/smartphones/meizu-u20-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-u20-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.4, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Flyme UI", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.720817", - "updated_at": "2026-07-09T01:31:03.720817" + "created_at": "2026-07-09T04:23:08.729355", + "updated_at": "2026-07-09T04:23:08.729355" } diff --git a/site/public/v1/smartphones/meizu-v8-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-v8-3gb-32gb-4g-lte/index.json index 46a37d4d6b72..a36b04669b9a 100644 --- a/site/public/v1/smartphones/meizu-v8-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-v8-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 73.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Flyme UI", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.773522", - "updated_at": "2026-07-09T01:31:03.773522" + "created_at": "2026-07-09T04:23:08.775683", + "updated_at": "2026-07-09T04:23:08.775683" } diff --git a/site/public/v1/smartphones/meizu-v8-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-v8-pro-4gb-64gb-4g-lte/index.json index 66e47162bc44..92ecc1e260a7 100644 --- a/site/public/v1/smartphones/meizu-v8-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-v8-pro-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 72.7, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Flyme UI", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.774527", - "updated_at": "2026-07-09T01:31:03.774527" + "created_at": "2026-07-09T04:23:08.776682", + "updated_at": "2026-07-09T04:23:08.776682" } diff --git a/site/public/v1/smartphones/meizu-x8-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/meizu-x8-6gb-128gb-4g-lte/index.json index a2adaabbd26a..23de8f6516f1 100644 --- a/site/public/v1/smartphones/meizu-x8-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/meizu-x8-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.2, + "width_mm": 74.6, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Flyme UI", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.776529", - "updated_at": "2026-07-09T01:31:03.776529" + "created_at": "2026-07-09T04:23:08.777682", + "updated_at": "2026-07-09T04:23:08.777682" } diff --git a/site/public/v1/smartphones/micromax-a092-unite-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-a092-unite-1gb-8gb-3g/index.json index 76c0c4a14733..cabdfd710f4e 100644 --- a/site/public/v1/smartphones/micromax-a092-unite-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a092-unite-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 118.9, + "width_mm": 58.6, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.942807", - "updated_at": "2026-07-09T01:31:03.942807" + "created_at": "2026-07-09T04:23:08.908290", + "updated_at": "2026-07-09T04:23:08.908290" } diff --git a/site/public/v1/smartphones/micromax-a102-canvas-doodle-3-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-a102-canvas-doodle-3-1gb-8gb-3g/index.json index c5b72843bc1e..633a3ad53d4f 100644 --- a/site/public/v1/smartphones/micromax-a102-canvas-doodle-3-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a102-canvas-doodle-3-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.4, + "width_mm": 84.5, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.943909", - "updated_at": "2026-07-09T01:31:03.943909" + "created_at": "2026-07-09T04:23:08.909290", + "updated_at": "2026-07-09T04:23:08.909290" } diff --git a/site/public/v1/smartphones/micromax-a106-unite-2-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-a106-unite-2-1gb-8gb-3g/index.json index a17bdc38cc5e..77e08a33c129 100644 --- a/site/public/v1/smartphones/micromax-a106-unite-2-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a106-unite-2-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.9, + "width_mm": 71.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.945891", - "updated_at": "2026-07-09T01:31:03.945891" + "created_at": "2026-07-09T04:23:08.911800", + "updated_at": "2026-07-09T04:23:08.911800" } diff --git a/site/public/v1/smartphones/micromax-a110q-canvas-2-plus-1gb-4gb-3g/index.json b/site/public/v1/smartphones/micromax-a110q-canvas-2-plus-1gb-4gb-3g/index.json index 8d09028f3909..664eec9e1e19 100644 --- a/site/public/v1/smartphones/micromax-a110q-canvas-2-plus-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a110q-canvas-2-plus-1gb-4gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 76.5, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.918269", - "updated_at": "2026-07-09T01:31:03.918269" + "created_at": "2026-07-09T04:23:08.883297", + "updated_at": "2026-07-09T04:23:08.883297" } diff --git a/site/public/v1/smartphones/micromax-a114-canvas-2-2-1gb-4gb-3g/index.json b/site/public/v1/smartphones/micromax-a114-canvas-2-2-1gb-4gb-3g/index.json index 056d29960619..c6996022ba5e 100644 --- a/site/public/v1/smartphones/micromax-a114-canvas-2-2-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a114-canvas-2-2-1gb-4gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 73.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.920274", - "updated_at": "2026-07-09T01:31:03.920274" + "created_at": "2026-07-09T04:23:08.885290", + "updated_at": "2026-07-09T04:23:08.885290" } diff --git a/site/public/v1/smartphones/micromax-a190-canvas-hd-plus-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-a190-canvas-hd-plus-1gb-8gb-3g/index.json index 326c641d96cb..b1ee549426aa 100644 --- a/site/public/v1/smartphones/micromax-a190-canvas-hd-plus-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a190-canvas-hd-plus-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.950896", - "updated_at": "2026-07-09T01:31:03.950896" + "created_at": "2026-07-09T04:23:08.916616", + "updated_at": "2026-07-09T04:23:08.916616" } diff --git a/site/public/v1/smartphones/micromax-a240-canvas-doodle-2-1gb-16gb-3g/index.json b/site/public/v1/smartphones/micromax-a240-canvas-doodle-2-1gb-16gb-3g/index.json index bad1c3f06ce1..0e1556573ed6 100644 --- a/site/public/v1/smartphones/micromax-a240-canvas-doodle-2-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a240-canvas-doodle-2-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 220.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 82.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean)", "os_version": "4.2.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.922943", - "updated_at": "2026-07-09T01:31:03.922943" + "created_at": "2026-07-09T04:23:08.887293", + "updated_at": "2026-07-09T04:23:08.887293" } diff --git a/site/public/v1/smartphones/micromax-a290-canvas-knight-cameo-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-a290-canvas-knight-cameo-1gb-8gb-3g/index.json index 611840aabe46..fb5bd890b50c 100644 --- a/site/public/v1/smartphones/micromax-a290-canvas-knight-cameo-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a290-canvas-knight-cameo-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 123.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 68.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.952894", - "updated_at": "2026-07-09T01:31:03.952894" + "created_at": "2026-07-09T04:23:08.917621", + "updated_at": "2026-07-09T04:23:08.917621" } diff --git a/site/public/v1/smartphones/micromax-a350-canvas-knight-2gb-32gb-3g/index.json b/site/public/v1/smartphones/micromax-a350-canvas-knight-2gb-32gb-3g/index.json index 7049db658ba7..4816d863510a 100644 --- a/site/public/v1/smartphones/micromax-a350-canvas-knight-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a350-canvas-knight-2gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 72.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.954884", - "updated_at": "2026-07-09T01:31:03.954884" + "created_at": "2026-07-09T04:23:08.919621", + "updated_at": "2026-07-09T04:23:08.919621" } diff --git a/site/public/v1/smartphones/micromax-a99-canvas-xpress-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-a99-canvas-xpress-1gb-8gb-3g/index.json index 181e413e6a6b..5ae935df6b01 100644 --- a/site/public/v1/smartphones/micromax-a99-canvas-xpress-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-a99-canvas-xpress-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.4, + "width_mm": 64.5, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.956808", - "updated_at": "2026-07-09T01:31:03.956808" + "created_at": "2026-07-09T04:23:08.920622", + "updated_at": "2026-07-09T04:23:08.920622" } diff --git a/site/public/v1/smartphones/micromax-bharat-3-q437-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-bharat-3-q437-1gb-8gb-4g-lte/index.json index 218b5790138d..a17a17704461 100644 --- a/site/public/v1/smartphones/micromax-bharat-3-q437-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-bharat-3-q437-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.5, + "width_mm": 67.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.026442", - "updated_at": "2026-07-09T01:31:04.026442" + "created_at": "2026-07-09T04:23:08.988287", + "updated_at": "2026-07-09T04:23:08.988287" } diff --git a/site/public/v1/smartphones/micromax-bharat-4-q440-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-bharat-4-q440-3gb-16gb-4g-lte/index.json index f06923e89aa7..751f1c44486d 100644 --- a/site/public/v1/smartphones/micromax-bharat-4-q440-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-bharat-4-q440-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.5, + "width_mm": 73.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.026442", - "updated_at": "2026-07-09T01:31:04.026442" + "created_at": "2026-07-09T04:23:08.988287", + "updated_at": "2026-07-09T04:23:08.988287" } diff --git a/site/public/v1/smartphones/micromax-bharat-5-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-bharat-5-1gb-16gb-4g-lte/index.json index 49024b81effa..3cea0149fd91 100644 --- a/site/public/v1/smartphones/micromax-bharat-5-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-bharat-5-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.5, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.027367", - "updated_at": "2026-07-09T01:31:04.027367" + "created_at": "2026-07-09T04:23:08.989287", + "updated_at": "2026-07-09T04:23:08.989287" } diff --git a/site/public/v1/smartphones/micromax-bharat-5-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-bharat-5-plus-2gb-16gb-4g-lte/index.json index f7c13aba858d..bec6d6741e4f 100644 --- a/site/public/v1/smartphones/micromax-bharat-5-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-bharat-5-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.5, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.039431", - "updated_at": "2026-07-09T01:31:04.039431" + "created_at": "2026-07-09T04:23:09.004236", + "updated_at": "2026-07-09T04:23:09.004236" } diff --git a/site/public/v1/smartphones/micromax-bharat-5-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-bharat-5-pro-3gb-32gb-4g-lte/index.json index 888f27416427..5b949079220f 100644 --- a/site/public/v1/smartphones/micromax-bharat-5-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-bharat-5-pro-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.5, + "width_mm": 73.5, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.040366", - "updated_at": "2026-07-09T01:31:04.040366" + "created_at": "2026-07-09T04:23:09.004236", + "updated_at": "2026-07-09T04:23:09.004236" } diff --git a/site/public/v1/smartphones/micromax-bharat-go-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-bharat-go-1gb-8gb-4g-lte/index.json index 76edee5c3157..6b70f3b5f387 100644 --- a/site/public/v1/smartphones/micromax-bharat-go-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-bharat-go-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.5, + "width_mm": 67.0, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 8.0 Oreo (Go edition)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.040366", - "updated_at": "2026-07-09T01:31:04.040366" + "created_at": "2026-07-09T04:23:09.005620", + "updated_at": "2026-07-09T04:23:09.005620" } diff --git a/site/public/v1/smartphones/micromax-canvas-1-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-1-2gb-16gb-4g-lte/index.json index 0d5f56cd5c2f..18741d330c55 100644 --- a/site/public/v1/smartphones/micromax-canvas-1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.028367", - "updated_at": "2026-07-09T01:31:04.028367" + "created_at": "2026-07-09T04:23:08.990294", + "updated_at": "2026-07-09T04:23:08.990294" } diff --git a/site/public/v1/smartphones/micromax-canvas-2-q4310-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-2-q4310-3gb-16gb-4g-lte/index.json index 56c58b1f4e95..2c3339a0c0c2 100644 --- a/site/public/v1/smartphones/micromax-canvas-2-q4310-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-2-q4310-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.2, + "width_mm": 70.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.028367", - "updated_at": "2026-07-09T01:31:04.028367" + "created_at": "2026-07-09T04:23:08.990294", + "updated_at": "2026-07-09T04:23:08.990294" } diff --git a/site/public/v1/smartphones/micromax-canvas-5-e481-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-5-e481-3gb-16gb-4g-lte/index.json index 98695d6c3998..1a889473a09d 100644 --- a/site/public/v1/smartphones/micromax-canvas-5-e481-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-5-e481-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 73.6, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.969867", - "updated_at": "2026-07-09T01:31:03.969867" + "created_at": "2026-07-09T04:23:08.936242", + "updated_at": "2026-07-09T04:23:08.936242" } diff --git a/site/public/v1/smartphones/micromax-canvas-5-lite-q462-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-5-lite-q462-2gb-16gb-4g-lte/index.json index 204822203a3e..68caad83a6b5 100644 --- a/site/public/v1/smartphones/micromax-canvas-5-lite-q462-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-5-lite-q462-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 73.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.004662", - "updated_at": "2026-07-09T01:31:04.004662" + "created_at": "2026-07-09T04:23:08.972288", + "updated_at": "2026-07-09T04:23:08.972288" } diff --git a/site/public/v1/smartphones/micromax-canvas-6-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-6-3gb-32gb-4g-lte/index.json index 41ea4eb22851..f246b32f929b 100644 --- a/site/public/v1/smartphones/micromax-canvas-6-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-6-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 77.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.007693", - "updated_at": "2026-07-09T01:31:04.007693" + "created_at": "2026-07-09T04:23:08.973295", + "updated_at": "2026-07-09T04:23:08.973295" } diff --git a/site/public/v1/smartphones/micromax-canvas-a1-aq4502-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-a1-aq4502-1gb-8gb-3g/index.json index 0721986c276b..0636cd2de833 100644 --- a/site/public/v1/smartphones/micromax-canvas-a1-aq4502-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-a1-aq4502-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.0, + "width_mm": 67.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Android One", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.970898", - "updated_at": "2026-07-09T01:31:03.970898" + "created_at": "2026-07-09T04:23:08.937242", + "updated_at": "2026-07-09T04:23:08.937242" } diff --git a/site/public/v1/smartphones/micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte/index.json index 019634302a8c..9c4a7b36601b 100644 --- a/site/public/v1/smartphones/micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-blaze-4g-q414-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 119.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.0, + "width_mm": 65.5, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.972813", - "updated_at": "2026-07-09T01:31:03.972813" + "created_at": "2026-07-09T04:23:08.939242", + "updated_at": "2026-07-09T04:23:08.939242" } diff --git a/site/public/v1/smartphones/micromax-canvas-evok-note-e453-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-evok-note-e453-3gb-32gb-4g-lte/index.json index 747cbc4bd0df..62eec7bc01e6 100644 --- a/site/public/v1/smartphones/micromax-canvas-evok-note-e453-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-evok-note-e453-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 75.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.029445", - "updated_at": "2026-07-09T01:31:04.029445" + "created_at": "2026-07-09T04:23:08.990294", + "updated_at": "2026-07-09T04:23:08.991812" } diff --git a/site/public/v1/smartphones/micromax-canvas-fire-4-a107-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-fire-4-a107-1gb-8gb-3g/index.json index 3d0fe9a6ab1a..0133b0054228 100644 --- a/site/public/v1/smartphones/micromax-canvas-fire-4-a107-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-fire-4-a107-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.0, + "width_mm": 67.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.972813", - "updated_at": "2026-07-09T01:31:03.972813" + "created_at": "2026-07-09T04:23:08.939242", + "updated_at": "2026-07-09T04:23:08.939242" } diff --git a/site/public/v1/smartphones/micromax-canvas-infinity-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-infinity-3gb-32gb-4g-lte/index.json index 4c001244c479..1858a0874d51 100644 --- a/site/public/v1/smartphones/micromax-canvas-infinity-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-infinity-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 73.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.030464", - "updated_at": "2026-07-09T01:31:04.030464" + "created_at": "2026-07-09T04:23:08.993817", + "updated_at": "2026-07-09T04:23:08.993817" } diff --git a/site/public/v1/smartphones/micromax-canvas-juice-2-aq5001-2gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-juice-2-aq5001-2gb-8gb-3g/index.json index 0ebce6a8011c..9e81aed5881e 100644 --- a/site/public/v1/smartphones/micromax-canvas-juice-2-aq5001-2gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-juice-2-aq5001-2gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 72.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.975811", - "updated_at": "2026-07-09T01:31:03.975811" + "created_at": "2026-07-09T04:23:08.942246", + "updated_at": "2026-07-09T04:23:08.942246" } diff --git a/site/public/v1/smartphones/micromax-canvas-juice-3-q392-2gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-juice-3-q392-2gb-8gb-3g/index.json index 789ddb454eef..b42b7395efcb 100644 --- a/site/public/v1/smartphones/micromax-canvas-juice-3-q392-2gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-juice-3-q392-2gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.976812", - "updated_at": "2026-07-09T01:31:03.976812" + "created_at": "2026-07-09T04:23:08.943246", + "updated_at": "2026-07-09T04:23:08.943246" } diff --git a/site/public/v1/smartphones/micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte/index.json index 6390dbf19789..c91c3032068d 100644 --- a/site/public/v1/smartphones/micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-mega-4g-q417-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 74.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.978810", - "updated_at": "2026-07-09T01:31:03.978810" + "created_at": "2026-07-09T04:23:08.946246", + "updated_at": "2026-07-09T04:23:08.946246" } diff --git a/site/public/v1/smartphones/micromax-canvas-nitro-2-e311-2gb-16gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-nitro-2-e311-2gb-16gb-3g/index.json index 38c7e1fe4475..90403cd76651 100644 --- a/site/public/v1/smartphones/micromax-canvas-nitro-2-e311-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-nitro-2-e311-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 72.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.980871", - "updated_at": "2026-07-09T01:31:03.980871" + "created_at": "2026-07-09T04:23:08.947246", + "updated_at": "2026-07-09T04:23:08.947246" } diff --git a/site/public/v1/smartphones/micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte/index.json index be6e6eb1d0a1..5c4b5408ee29 100644 --- a/site/public/v1/smartphones/micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-nitro-4g-e455-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.5, + "width_mm": 69.8, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop)", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.981924", - "updated_at": "2026-07-09T01:31:03.981924" + "created_at": "2026-07-09T04:23:08.949246", + "updated_at": "2026-07-09T04:23:08.949246" } diff --git a/site/public/v1/smartphones/micromax-canvas-selfie-2-q340-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-selfie-2-q340-1gb-8gb-3g/index.json index 454563c208d1..e4785e438391 100644 --- a/site/public/v1/smartphones/micromax-canvas-selfie-2-q340-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-selfie-2-q340-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.985883", - "updated_at": "2026-07-09T01:31:03.985883" + "created_at": "2026-07-09T04:23:08.953254", + "updated_at": "2026-07-09T04:23:08.953254" } diff --git a/site/public/v1/smartphones/micromax-canvas-selfie-3-q348-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-selfie-3-q348-1gb-8gb-3g/index.json index 9202902b5951..ca479959d05b 100644 --- a/site/public/v1/smartphones/micromax-canvas-selfie-3-q348-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-selfie-3-q348-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 68.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.985883", - "updated_at": "2026-07-09T01:31:03.986811" + "created_at": "2026-07-09T04:23:08.953254", + "updated_at": "2026-07-09T04:23:08.953254" } diff --git a/site/public/v1/smartphones/micromax-canvas-selfie-a255-2gb-16gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-selfie-a255-2gb-16gb-3g/index.json index 5e678f56839e..cca798db9f15 100644 --- a/site/public/v1/smartphones/micromax-canvas-selfie-a255-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-selfie-a255-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.3, + "width_mm": 67.3, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.958812", - "updated_at": "2026-07-09T01:31:03.958812" + "created_at": "2026-07-09T04:23:08.923733", + "updated_at": "2026-07-09T04:23:08.923733" } diff --git a/site/public/v1/smartphones/micromax-canvas-selfie-lens-q345-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-selfie-lens-q345-1gb-8gb-3g/index.json index 9a306b215047..32b6be629416 100644 --- a/site/public/v1/smartphones/micromax-canvas-selfie-lens-q345-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-selfie-lens-q345-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.986811", - "updated_at": "2026-07-09T01:31:03.986811" + "created_at": "2026-07-09T04:23:08.954758", + "updated_at": "2026-07-09T04:23:08.954758" } diff --git a/site/public/v1/smartphones/micromax-canvas-spark-3-q385-1gb-8gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-spark-3-q385-1gb-8gb-3g/index.json index c22f01b299ba..fad81ebf069f 100644 --- a/site/public/v1/smartphones/micromax-canvas-spark-3-q385-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-spark-3-q385-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 77.5, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.017696", - "updated_at": "2026-07-09T01:31:04.017696" + "created_at": "2026-07-09T04:23:08.979292", + "updated_at": "2026-07-09T04:23:08.979292" } diff --git a/site/public/v1/smartphones/micromax-canvas-turbo-mini-1gb-4gb-3g/index.json b/site/public/v1/smartphones/micromax-canvas-turbo-mini-1gb-4gb-3g/index.json index 11c3610cbef4..860c0459133d 100644 --- a/site/public/v1/smartphones/micromax-canvas-turbo-mini-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/micromax-canvas-turbo-mini-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.5, + "width_mm": 67.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.959960", - "updated_at": "2026-07-09T01:31:03.959960" + "created_at": "2026-07-09T04:23:08.923733", + "updated_at": "2026-07-09T04:23:08.923733" } diff --git a/site/public/v1/smartphones/micromax-canvas-unite-4-pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-unite-4-pro-2gb-16gb-4g-lte/index.json index cf1da4e9036c..041b5ddbf70e 100644 --- a/site/public/v1/smartphones/micromax-canvas-unite-4-pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-unite-4-pro-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.8, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.019707", - "updated_at": "2026-07-09T01:31:04.019707" + "created_at": "2026-07-09T04:23:08.981286", + "updated_at": "2026-07-09T04:23:08.981286" } diff --git a/site/public/v1/smartphones/micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte/index.json index 5da86b0ef7e5..5f45e9aeedd9 100644 --- a/site/public/v1/smartphones/micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-xp-4g-q413-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.7, + "width_mm": 72.8, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.020705", - "updated_at": "2026-07-09T01:31:04.020705" + "created_at": "2026-07-09T04:23:08.982736", + "updated_at": "2026-07-09T04:23:08.982736" } diff --git a/site/public/v1/smartphones/micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte/index.json index 0ffa2702db1a..9a80f832c8f7 100644 --- a/site/public/v1/smartphones/micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-canvas-xpress-4g-q413-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.7, + "width_mm": 72.8, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:03.993320", - "updated_at": "2026-07-09T01:31:03.993320" + "created_at": "2026-07-09T04:23:08.960287", + "updated_at": "2026-07-09T04:23:08.960287" } diff --git a/site/public/v1/smartphones/micromax-dual-4-e4816-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-dual-4-e4816-4gb-64gb-4g-lte/index.json index abdb5d661f82..212ffe5cc7b7 100644 --- a/site/public/v1/smartphones/micromax-dual-4-e4816-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-dual-4-e4816-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 70.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.032438", - "updated_at": "2026-07-09T01:31:04.032438" + "created_at": "2026-07-09T04:23:08.995817", + "updated_at": "2026-07-09T04:23:08.995817" } diff --git a/site/public/v1/smartphones/micromax-dual-5-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-dual-5-4gb-128gb-4g-lte/index.json index 235d39637c07..d8ad5b1351f1 100644 --- a/site/public/v1/smartphones/micromax-dual-5-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-dual-5-4gb-128gb-4g-lte/index.json @@ -47,7 +47,7 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.0, "dimensions": {}, @@ -64,10 +64,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +82,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.033473", - "updated_at": "2026-07-09T01:31:04.033473" + "created_at": "2026-07-09T04:23:08.996817", + "updated_at": "2026-07-09T04:23:08.996817" } diff --git a/site/public/v1/smartphones/micromax-infinity-n11-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-infinity-n11-2gb-32gb-4g-lte/index.json index aa8053a617e3..84d02222f121 100644 --- a/site/public/v1/smartphones/micromax-infinity-n11-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-infinity-n11-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 76.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.042442", - "updated_at": "2026-07-09T01:31:04.042442" + "created_at": "2026-07-09T04:23:09.006623", + "updated_at": "2026-07-09T04:23:09.006623" } diff --git a/site/public/v1/smartphones/micromax-infinity-n12-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-infinity-n12-3gb-32gb-4g-lte/index.json index 09dc1aa596a0..bf8c936aaec7 100644 --- a/site/public/v1/smartphones/micromax-infinity-n12-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-infinity-n12-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 76.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.043442", - "updated_at": "2026-07-09T01:31:04.043442" + "created_at": "2026-07-09T04:23:09.007632", + "updated_at": "2026-07-09T04:23:09.007632" } diff --git a/site/public/v1/smartphones/micromax-selfie-2-note-q4601-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-selfie-2-note-q4601-3gb-32gb-4g-lte/index.json index 56641e918051..a02d8ccbc5d5 100644 --- a/site/public/v1/smartphones/micromax-selfie-2-note-q4601-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-selfie-2-note-q4601-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 77.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.034367", - "updated_at": "2026-07-09T01:31:04.034367" + "created_at": "2026-07-09T04:23:08.997817", + "updated_at": "2026-07-09T04:23:08.997817" } diff --git a/site/public/v1/smartphones/micromax-selfie-2-q4311-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-selfie-2-q4311-3gb-32gb-4g-lte/index.json index 7f07d8f68974..0502de070834 100644 --- a/site/public/v1/smartphones/micromax-selfie-2-q4311-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-selfie-2-q4311-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 72.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.035445", - "updated_at": "2026-07-09T01:31:04.035445" + "created_at": "2026-07-09T04:23:08.998817", + "updated_at": "2026-07-09T04:23:08.998817" } diff --git a/site/public/v1/smartphones/micromax-spark-vdeo-q415-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-spark-vdeo-q415-1gb-8gb-4g-lte/index.json index 82acee90b824..93c5fe24f102 100644 --- a/site/public/v1/smartphones/micromax-spark-vdeo-q415-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-spark-vdeo-q415-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.8, + "width_mm": 67.5, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.035445", - "updated_at": "2026-07-09T01:31:04.035445" + "created_at": "2026-07-09T04:23:08.998817", + "updated_at": "2026-07-09T04:23:08.998817" } diff --git a/site/public/v1/smartphones/micromax-vdeo-2-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/micromax-vdeo-2-1gb-8gb-4g-lte/index.json index 3d02cd49568e..45d120b4de33 100644 --- a/site/public/v1/smartphones/micromax-vdeo-2-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/micromax-vdeo-2-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.0, + "width_mm": 66.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.024423", - "updated_at": "2026-07-09T01:31:04.024423" + "created_at": "2026-07-09T04:23:08.985287", + "updated_at": "2026-07-09T04:23:08.986287" } diff --git a/site/public/v1/smartphones/microsoft-lumia-435-dual-sim-1gb-8gb-3g/index.json b/site/public/v1/smartphones/microsoft-lumia-435-dual-sim-1gb-8gb-3g/index.json index 868121c18b55..841ee4625f63 100644 --- a/site/public/v1/smartphones/microsoft-lumia-435-dual-sim-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-435-dual-sim-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.1, - "dimensions": {}, + "dimensions": { + "height_mm": 118.1, + "width_mm": 64.7, + "depth_mm": 11.7 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.063010", - "updated_at": "2026-07-09T01:31:04.063010" + "created_at": "2026-07-09T04:23:09.021628", + "updated_at": "2026-07-09T04:23:09.021628" } diff --git a/site/public/v1/smartphones/microsoft-lumia-532-1gb-8gb-3g/index.json b/site/public/v1/smartphones/microsoft-lumia-532-1gb-8gb-3g/index.json index 7d60f2d63c91..36ed73b0a91c 100644 --- a/site/public/v1/smartphones/microsoft-lumia-532-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-532-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.3, - "dimensions": {}, + "dimensions": { + "height_mm": 118.9, + "width_mm": 65.5, + "depth_mm": 11.6 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.065411", - "updated_at": "2026-07-09T01:31:04.065411" + "created_at": "2026-07-09T04:23:09.022627", + "updated_at": "2026-07-09T04:23:09.022627" } diff --git a/site/public/v1/smartphones/microsoft-lumia-535-1gb-8gb-3g/index.json b/site/public/v1/smartphones/microsoft-lumia-535-1gb-8gb-3g/index.json index 2e39053288d2..926ade050bb3 100644 --- a/site/public/v1/smartphones/microsoft-lumia-535-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-535-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.2, + "width_mm": 72.4, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.055910", - "updated_at": "2026-07-09T01:31:04.055910" + "created_at": "2026-07-09T04:23:09.017627", + "updated_at": "2026-07-09T04:23:09.017627" } diff --git a/site/public/v1/smartphones/microsoft-lumia-640-dual-sim-1gb-8gb-3g/index.json b/site/public/v1/smartphones/microsoft-lumia-640-dual-sim-1gb-8gb-3g/index.json index e2b71a98f32c..dbedb58bc10a 100644 --- a/site/public/v1/smartphones/microsoft-lumia-640-dual-sim-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-640-dual-sim-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.3, + "width_mm": 72.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.069408", - "updated_at": "2026-07-09T01:31:04.069408" + "created_at": "2026-07-09T04:23:09.027136", + "updated_at": "2026-07-09T04:23:09.027136" } diff --git a/site/public/v1/smartphones/microsoft-lumia-640-lte-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-640-lte-1gb-8gb-4g-lte/index.json index e5eb12a794ad..da31f01ea3a2 100644 --- a/site/public/v1/smartphones/microsoft-lumia-640-lte-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-640-lte-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.3, + "width_mm": 72.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.070408", - "updated_at": "2026-07-09T01:31:04.070408" + "created_at": "2026-07-09T04:23:09.028135", + "updated_at": "2026-07-09T04:23:09.028135" } diff --git a/site/public/v1/smartphones/microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte/index.json index 97098e16b52a..019f74673c2e 100644 --- a/site/public/v1/smartphones/microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-640-lte-dual-sim-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.3, + "width_mm": 72.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.071408", - "updated_at": "2026-07-09T01:31:04.071408" + "created_at": "2026-07-09T04:23:09.029136", + "updated_at": "2026-07-09T04:23:09.029136" } diff --git a/site/public/v1/smartphones/microsoft-lumia-640-xl-1gb-8gb-3g/index.json b/site/public/v1/smartphones/microsoft-lumia-640-xl-1gb-8gb-3g/index.json index 4d8aefb45351..24b5cc4d6885 100644 --- a/site/public/v1/smartphones/microsoft-lumia-640-xl-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-640-xl-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 81.5, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.072408", - "updated_at": "2026-07-09T01:31:04.072408" + "created_at": "2026-07-09T04:23:09.031136", + "updated_at": "2026-07-09T04:23:09.031136" } diff --git a/site/public/v1/smartphones/microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte/index.json index ce320f70a2c2..4e5dfa44f371 100644 --- a/site/public/v1/smartphones/microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-640-xl-lte-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 81.5, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.074408", - "updated_at": "2026-07-09T01:31:04.074408" + "created_at": "2026-07-09T04:23:09.034135", + "updated_at": "2026-07-09T04:23:09.034135" } diff --git a/site/public/v1/smartphones/microsoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte/index.json index b6aac58b4b62..dea2be7b10c1 100644 --- a/site/public/v1/smartphones/microsoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-640-xl-lte-dual-sim-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 81.5, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.075408", - "updated_at": "2026-07-09T01:31:04.075408" + "created_at": "2026-07-09T04:23:09.035135", + "updated_at": "2026-07-09T04:23:09.035135" } diff --git a/site/public/v1/smartphones/microsoft-lumia-650-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-650-1gb-16gb-4g-lte/index.json index ebb9991cf489..dcad2104a24e 100644 --- a/site/public/v1/smartphones/microsoft-lumia-650-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-650-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 122.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.9, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Microsoft Windows 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.087408", - "updated_at": "2026-07-09T01:31:04.087408" + "created_at": "2026-07-09T04:23:09.048182", + "updated_at": "2026-07-09T04:23:09.048182" } diff --git a/site/public/v1/smartphones/microsoft-lumia-950-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-950-3gb-32gb-4g-lte/index.json index 5f0f5e115979..10a76f2b56c0 100644 --- a/site/public/v1/smartphones/microsoft-lumia-950-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-950-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 73.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Microsoft Windows 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.076410", - "updated_at": "2026-07-09T01:31:04.076410" + "created_at": "2026-07-09T04:23:09.036135", + "updated_at": "2026-07-09T04:23:09.036135" } diff --git a/site/public/v1/smartphones/microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte/index.json index b793195fd19c..18060f4062c3 100644 --- a/site/public/v1/smartphones/microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-950-dual-sim-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 73.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Microsoft Windows 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.077408", - "updated_at": "2026-07-09T01:31:04.077408" + "created_at": "2026-07-09T04:23:09.037135", + "updated_at": "2026-07-09T04:23:09.037135" } diff --git a/site/public/v1/smartphones/microsoft-lumia-950-xl-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-950-xl-3gb-32gb-4g-lte/index.json index 032b4b7ac117..15a0487a04e7 100644 --- a/site/public/v1/smartphones/microsoft-lumia-950-xl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-950-xl-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.9, + "width_mm": 78.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Microsoft Windows 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.4, + "overall": 20.7, "performance": null, "camera": null, - "battery": 18.4, + "battery": 20.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.079411", - "updated_at": "2026-07-09T01:31:04.079411" + "created_at": "2026-07-09T04:23:09.039135", + "updated_at": "2026-07-09T04:23:09.039135" } diff --git a/site/public/v1/smartphones/microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte/index.json index c3c5c11ffa17..66ac54f7702e 100644 --- a/site/public/v1/smartphones/microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-lumia-950-xl-dual-sim-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3340, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.9, + "width_mm": 78.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Microsoft Windows 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.4, + "overall": 20.7, "performance": null, "camera": null, - "battery": 18.4, + "battery": 20.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.080408", - "updated_at": "2026-07-09T01:31:04.080408" + "created_at": "2026-07-09T04:23:09.039135", + "updated_at": "2026-07-09T04:23:09.039135" } diff --git a/site/public/v1/smartphones/microsoft-surface-duo-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/microsoft-surface-duo-6gb-256gb-4g-lte/index.json index db33feedaa13..5bcba4b7eef8 100644 --- a/site/public/v1/smartphones/microsoft-surface-duo-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/microsoft-surface-duo-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3577, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 250.0, - "dimensions": {}, + "dimensions": { + "height_mm": 186.9, + "width_mm": 145.2, + "depth_mm": 4.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.4, + "overall": 37.6, "performance": null, "camera": null, - "battery": 35.4, + "battery": 37.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.090458", - "updated_at": "2026-07-09T01:31:04.090458" + "created_at": "2026-07-09T04:23:09.052190", + "updated_at": "2026-07-09T04:23:09.052190" } diff --git a/site/public/v1/smartphones/motorola-atrix-1gb-16gb-3g/index.json b/site/public/v1/smartphones/motorola-atrix-1gb-16gb-3g/index.json index d45ba5ffa539..4294dee53cf0 100644 --- a/site/public/v1/smartphones/motorola-atrix-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-atrix-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 117.8, + "width_mm": 63.5, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 2.2 (Froyo), upgradable to 2.3 (Gingerbread)", "os_version": "2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.382452", - "updated_at": "2026-07-09T01:31:04.382452" + "created_at": "2026-07-09T04:23:09.276485", + "updated_at": "2026-07-09T04:23:09.276485" } diff --git a/site/public/v1/smartphones/motorola-atrix-2-mb865-1gb-8gb-3g/index.json b/site/public/v1/smartphones/motorola-atrix-2-mb865-1gb-8gb-3g/index.json index d9b8c978cd50..321ff3773bb2 100644 --- a/site/public/v1/smartphones/motorola-atrix-2-mb865-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-atrix-2-mb865-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), 4.0.4 (Ice Cream Sandwich), not upgradable to 4.1 (Jelly Bean)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.382452", - "updated_at": "2026-07-09T01:31:04.383440" + "created_at": "2026-07-09T04:23:09.277486", + "updated_at": "2026-07-09T04:23:09.277486" } diff --git a/site/public/v1/smartphones/motorola-atrix-4g-1gb-16gb-3g/index.json b/site/public/v1/smartphones/motorola-atrix-4g-1gb-16gb-3g/index.json index a112b877777e..9af108c9e479 100644 --- a/site/public/v1/smartphones/motorola-atrix-4g-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-atrix-4g-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 117.8, + "width_mm": 63.5, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), not upgradable to 4.1 (Jelly Bean)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.384446", - "updated_at": "2026-07-09T01:31:04.384446" + "created_at": "2026-07-09T04:23:09.279481", + "updated_at": "2026-07-09T04:23:09.279481" } diff --git a/site/public/v1/smartphones/motorola-atrix-hd-mb886-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-atrix-hd-mb886-1gb-8gb-4g-lte/index.json index 37c1380788af..c1f87d59e053 100644 --- a/site/public/v1/smartphones/motorola-atrix-hd-mb886-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-atrix-hd-mb886-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.5, + "width_mm": 69.9, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.424011", - "updated_at": "2026-07-09T01:31:04.424011" + "created_at": "2026-07-09T04:23:09.307938", + "updated_at": "2026-07-09T04:23:09.307938" } diff --git a/site/public/v1/smartphones/motorola-defy-2-6gb-128gb-5g/index.json b/site/public/v1/smartphones/motorola-defy-2-6gb-128gb-5g/index.json index f1dd31382894..f24c282ac7e4 100644 --- a/site/public/v1/smartphones/motorola-defy-2-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-defy-2-6gb-128gb-5g/index.json @@ -48,9 +48,13 @@ "cameras": [], "battery_mah": 5000, "charging_wired_w": null, - "charging_wireless_w": null, + "charging_wireless_w": 15.0, "weight_g": 268.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.0, + "width_mm": 80.0, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.7, + "overall": 54.7, "performance": null, "camera": null, - "battery": 51.7, + "battery": 54.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.205136", - "updated_at": "2026-07-09T01:31:05.205136" + "created_at": "2026-07-09T04:23:09.884499", + "updated_at": "2026-07-09T04:23:09.884499" } diff --git a/site/public/v1/smartphones/motorola-droid-4-xt894-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-4-xt894-1gb-16gb-4g-lte/index.json index e363b7fb2602..19b59e097271 100644 --- a/site/public/v1/smartphones/motorola-droid-4-xt894-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-4-xt894-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 178.9, - "dimensions": {}, + "dimensions": { + "height_mm": 127.0, + "width_mm": 67.3, + "depth_mm": 12.7 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.427099", - "updated_at": "2026-07-09T01:31:04.427099" + "created_at": "2026-07-09T04:23:09.310938", + "updated_at": "2026-07-09T04:23:09.310938" } diff --git a/site/public/v1/smartphones/motorola-droid-maxx-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-maxx-2-2gb-16gb-4g-lte/index.json index 50aa37b06f16..6caf746facff 100644 --- a/site/public/v1/smartphones/motorola-droid-maxx-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-maxx-2-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3630, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 75.0, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.3, + "overall": 23.0, "performance": null, "camera": null, - "battery": 21.3, + "battery": 23.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.495877", - "updated_at": "2026-07-09T01:31:04.495877" + "created_at": "2026-07-09T04:23:09.374514", + "updated_at": "2026-07-09T04:23:09.374514" } diff --git a/site/public/v1/smartphones/motorola-droid-maxx-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-maxx-2gb-32gb-4g-lte/index.json index aa46ccdb80fc..9738f64e8231 100644 --- a/site/public/v1/smartphones/motorola-droid-maxx-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-maxx-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.5, + "width_mm": 71.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.457073", - "updated_at": "2026-07-09T01:31:04.457073" + "created_at": "2026-07-09T04:23:09.337432", + "updated_at": "2026-07-09T04:23:09.337432" } diff --git a/site/public/v1/smartphones/motorola-droid-mini-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-mini-2gb-16gb-4g-lte/index.json index 89b2971359d3..aace08b30510 100644 --- a/site/public/v1/smartphones/motorola-droid-mini-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-mini-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 121.3, + "width_mm": 61.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.458128", - "updated_at": "2026-07-09T01:31:04.458128" + "created_at": "2026-07-09T04:23:09.339432", + "updated_at": "2026-07-09T04:23:09.339432" } diff --git a/site/public/v1/smartphones/motorola-droid-razr-hd-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-razr-hd-1gb-16gb-4g-lte/index.json index e6f4e0cb8fc7..575f36b5b8ed 100644 --- a/site/public/v1/smartphones/motorola-droid-razr-hd-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-razr-hd-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.9, + "width_mm": 67.9, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.4 (KitKat)", "os_version": "4.0.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.428090", - "updated_at": "2026-07-09T01:31:04.428090" + "created_at": "2026-07-09T04:23:09.311911", + "updated_at": "2026-07-09T04:23:09.311911" } diff --git a/site/public/v1/smartphones/motorola-droid-razr-m-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-razr-m-1gb-8gb-4g-lte/index.json index 5f3630b239b9..0a60c1428d21 100644 --- a/site/public/v1/smartphones/motorola-droid-razr-m-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-razr-m-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 122.5, + "width_mm": 60.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.4 (KitKat)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.429077", - "updated_at": "2026-07-09T01:31:04.429077" + "created_at": "2026-07-09T04:23:09.312917", + "updated_at": "2026-07-09T04:23:09.312917" } diff --git a/site/public/v1/smartphones/motorola-droid-razr-maxx-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-razr-maxx-1gb-8gb-4g-lte/index.json index fc792eaf10f3..6efd7b8f06ca 100644 --- a/site/public/v1/smartphones/motorola-droid-razr-maxx-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-razr-maxx-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.7, + "width_mm": 68.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 2.3.6 (Gingerbread), upgradable to 4.1 (Jelly Bean)", "os_version": "2.3.6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.430075", - "updated_at": "2026-07-09T01:31:04.430075" + "created_at": "2026-07-09T04:23:09.313921", + "updated_at": "2026-07-09T04:23:09.313921" } diff --git a/site/public/v1/smartphones/motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte/index.json index f7ae021264cf..e87eb4611d1c 100644 --- a/site/public/v1/smartphones/motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-razr-maxx-hd-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.9, + "width_mm": 67.9, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.4 (KitKat)", "os_version": "4.0.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.431086", - "updated_at": "2026-07-09T01:31:04.431086" + "created_at": "2026-07-09T04:23:09.314921", + "updated_at": "2026-07-09T04:23:09.314921" } diff --git a/site/public/v1/smartphones/motorola-droid-razr-xt912-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-razr-xt912-1gb-16gb-4g-lte/index.json index a117ac4384ad..947ebe6ad02d 100644 --- a/site/public/v1/smartphones/motorola-droid-razr-xt912-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-razr-xt912-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.7, + "width_mm": 68.9, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.1 (Jelly Bean)", "os_version": "2.3.5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.387480", - "updated_at": "2026-07-09T01:31:04.387480" + "created_at": "2026-07-09T04:23:09.281827", + "updated_at": "2026-07-09T04:23:09.281827" } diff --git a/site/public/v1/smartphones/motorola-droid-turbo-2-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-turbo-2-3gb-64gb-4g-lte/index.json index 1f75b5e437e9..a2ab8e7eab36 100644 --- a/site/public/v1/smartphones/motorola-droid-turbo-2-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-turbo-2-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3760, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 170.1, - "dimensions": {}, + "dimensions": { + "height_mm": 149.9, + "width_mm": 78.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.6, + "overall": 24.3, "performance": null, "camera": null, - "battery": 22.6, + "battery": 24.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.495877", - "updated_at": "2026-07-09T01:31:04.495877" + "created_at": "2026-07-09T04:23:09.376514", + "updated_at": "2026-07-09T04:23:09.376514" } diff --git a/site/public/v1/smartphones/motorola-droid-turbo-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-turbo-3gb-64gb-4g-lte/index.json index b91839c5c455..5a0c07755633 100644 --- a/site/public/v1/smartphones/motorola-droid-turbo-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-turbo-3gb-64gb-4g-lte/index.json @@ -48,7 +48,7 @@ }, "cameras": [], "battery_mah": 3900, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, "dimensions": {}, @@ -65,10 +65,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.0, + "overall": 25.7, "performance": null, "camera": null, - "battery": 24.0, + "battery": 25.7, "display": null, "value": null, "perf": { @@ -83,6 +83,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.471071", - "updated_at": "2026-07-09T01:31:04.471071" + "created_at": "2026-07-09T04:23:09.351437", + "updated_at": "2026-07-09T04:23:09.351437" } diff --git a/site/public/v1/smartphones/motorola-droid-ultra-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-ultra-2gb-16gb-4g-lte/index.json index f9ad9c5c72fa..2a4b23ba501a 100644 --- a/site/public/v1/smartphones/motorola-droid-ultra-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-ultra-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.5, + "width_mm": 71.2, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.459114", - "updated_at": "2026-07-09T01:31:04.459114" + "created_at": "2026-07-09T04:23:09.340438", + "updated_at": "2026-07-09T04:23:09.340438" } diff --git a/site/public/v1/smartphones/motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte/index.json index b61125ec3f76..8cfd5657d9a4 100644 --- a/site/public/v1/smartphones/motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-droid-xyboard-8-2-mz609-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 390.0, - "dimensions": {}, + "dimensions": { + "height_mm": 216.0, + "width_mm": 139.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "3.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.389381", - "updated_at": "2026-07-09T01:31:04.389381" + "created_at": "2026-07-09T04:23:09.282816", + "updated_at": "2026-07-09T04:23:09.283818" } diff --git a/site/public/v1/smartphones/motorola-edge-20-lite-8gb-128gb-5g/index.json b/site/public/v1/smartphones/motorola-edge-20-lite-8gb-128gb-5g/index.json index 2f02556def30..e6735726a1eb 100644 --- a/site/public/v1/smartphones/motorola-edge-20-lite-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-edge-20-lite-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.9, + "width_mm": 76.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, planned upgrade to Android 13", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.2, + "overall": 45.4, "performance": 36.9, "camera": null, - "battery": 49.6, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.940822", - "updated_at": "2026-07-09T01:31:04.940822" + "created_at": "2026-07-09T04:23:09.650228", + "updated_at": "2026-07-09T04:23:09.650228" } diff --git a/site/public/v1/smartphones/motorola-edge-50-neo-12gb-512gb-5g/index.json b/site/public/v1/smartphones/motorola-edge-50-neo-12gb-512gb-5g/index.json index 6ccceb562515..3dfd52b46aca 100644 --- a/site/public/v1/smartphones/motorola-edge-50-neo-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-edge-50-neo-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 68.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.1, + "width_mm": 71.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 14, up to 5 major Android upgrades", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.3, + "overall": 55.8, "performance": 51.8, "camera": null, - "battery": 48.9, + "battery": 59.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.267909", - "updated_at": "2026-07-09T01:31:05.267909" + "created_at": "2026-07-09T04:23:09.945003", + "updated_at": "2026-07-09T04:23:09.945003" } diff --git a/site/public/v1/smartphones/motorola-electrify-2-xt881-1gb-8gb-3g/index.json b/site/public/v1/smartphones/motorola-electrify-2-xt881-1gb-8gb-3g/index.json index 9b06281e9f4b..d9c397455c2d 100644 --- a/site/public/v1/smartphones/motorola-electrify-2-xt881-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-electrify-2-xt881-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.5, + "width_mm": 65.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.433126", - "updated_at": "2026-07-09T01:31:04.433126" + "created_at": "2026-07-09T04:23:09.315921", + "updated_at": "2026-07-09T04:23:09.315921" } diff --git a/site/public/v1/smartphones/motorola-luge-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-luge-1gb-8gb-4g-lte/index.json index b8eca2020c64..fb8e04a8417f 100644 --- a/site/public/v1/smartphones/motorola-luge-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-luge-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.9, - "dimensions": {}, + "dimensions": { + "height_mm": 122.4, + "width_mm": 60.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.473087", - "updated_at": "2026-07-09T01:31:04.473087" + "created_at": "2026-07-09T04:23:09.352437", + "updated_at": "2026-07-09T04:23:09.352437" } diff --git a/site/public/v1/smartphones/motorola-moto-c-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-c-1gb-16gb-4g-lte/index.json index 5b9640479918..b6deddc42e96 100644 --- a/site/public/v1/smartphones/motorola-moto-c-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-c-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 73.6, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.535655", - "updated_at": "2026-07-09T01:31:04.535655" + "created_at": "2026-07-09T04:23:09.412913", + "updated_at": "2026-07-09T04:23:09.412913" } diff --git a/site/public/v1/smartphones/motorola-moto-c-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-c-plus-2gb-16gb-4g-lte/index.json index 8421b19ba1b4..66fa727ceb11 100644 --- a/site/public/v1/smartphones/motorola-moto-c-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-c-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 72.3, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.536627", - "updated_at": "2026-07-09T01:31:04.536627" + "created_at": "2026-07-09T04:23:09.413912", + "updated_at": "2026-07-09T04:23:09.413912" } diff --git a/site/public/v1/smartphones/motorola-moto-e-1gb-4gb-3g/index.json b/site/public/v1/smartphones/motorola-moto-e-1gb-4gb-3g/index.json index cbad1e8c40ae..eb7ce95eb5ec 100644 --- a/site/public/v1/smartphones/motorola-moto-e-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-moto-e-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 124.8, + "width_mm": 64.8, + "depth_mm": 12.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.1 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.474086", - "updated_at": "2026-07-09T01:31:04.474086" + "created_at": "2026-07-09T04:23:09.353436", + "updated_at": "2026-07-09T04:23:09.353436" } diff --git a/site/public/v1/smartphones/motorola-moto-e-2020-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e-2020-2gb-32gb-4g-lte/index.json index c35bc70d8337..54d4cda0cbcd 100644 --- a/site/public/v1/smartphones/motorola-moto-e-2020-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e-2020-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.813182", - "updated_at": "2026-07-09T01:31:04.813182" + "created_at": "2026-07-09T04:23:09.563878", + "updated_at": "2026-07-09T04:23:09.563878" } diff --git a/site/public/v1/smartphones/motorola-moto-e-dual-sim-1gb-4gb-3g/index.json b/site/public/v1/smartphones/motorola-moto-e-dual-sim-1gb-4gb-3g/index.json index e645eae2c787..23c7319f421b 100644 --- a/site/public/v1/smartphones/motorola-moto-e-dual-sim-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-moto-e-dual-sim-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 124.8, + "width_mm": 64.8, + "depth_mm": 12.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.1 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.476086", - "updated_at": "2026-07-09T01:31:04.476086" + "created_at": "2026-07-09T04:23:09.355947", + "updated_at": "2026-07-09T04:23:09.355947" } diff --git a/site/public/v1/smartphones/motorola-moto-e13-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e13-8gb-128gb-4g-lte/index.json index dcd598f679e1..9409f5786466 100644 --- a/site/public/v1/smartphones/motorola-moto-e13-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e13-8gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 179.5, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13 (Go edition)", "os_version": "13", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 31.6, "performance": 23.3, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.212208", - "updated_at": "2026-07-09T01:31:05.212208" + "created_at": "2026-07-09T04:23:09.890499", + "updated_at": "2026-07-09T04:23:09.890499" } diff --git a/site/public/v1/smartphones/motorola-moto-e14-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e14-4gb-64gb-4g-lte/index.json index a925835b36ee..2c247f1de44a 100644 --- a/site/public/v1/smartphones/motorola-moto-e14-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e14-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 178.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 74.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14 (Go edition)", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.9, + "overall": 30.8, "performance": 20.6, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.271915", - "updated_at": "2026-07-09T01:31:05.271915" + "created_at": "2026-07-09T04:23:09.948003", + "updated_at": "2026-07-09T04:23:09.948003" } diff --git a/site/public/v1/smartphones/motorola-moto-e20-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e20-3gb-32gb-4g-lte/index.json index 86f0a74ad704..418702432643 100644 --- a/site/public/v1/smartphones/motorola-moto-e20-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e20-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.5, + "overall": 25.0, "performance": 19.9, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.948783", - "updated_at": "2026-07-09T01:31:04.948783" + "created_at": "2026-07-09T04:23:09.658736", + "updated_at": "2026-07-09T04:23:09.658736" } diff --git a/site/public/v1/smartphones/motorola-moto-e3-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e3-1gb-8gb-4g-lte/index.json index 1c0062a165f8..c6b5f03c518a 100644 --- a/site/public/v1/smartphones/motorola-moto-e3-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e3-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.6, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 71.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.519965", - "updated_at": "2026-07-09T01:31:04.519965" + "created_at": "2026-07-09T04:23:09.399023", + "updated_at": "2026-07-09T04:23:09.399023" } diff --git a/site/public/v1/smartphones/motorola-moto-e3-power-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e3-power-2gb-16gb-4g-lte/index.json index 7ab816b6b2f2..60a7159aefc9 100644 --- a/site/public/v1/smartphones/motorola-moto-e3-power-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e3-power-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 153.5, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 71.6, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 20.8, "performance": null, "camera": null, - "battery": 20.0, + "battery": 20.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.522015", - "updated_at": "2026-07-09T01:31:04.522015" + "created_at": "2026-07-09T04:23:09.400022", + "updated_at": "2026-07-09T04:23:09.400022" } diff --git a/site/public/v1/smartphones/motorola-moto-e32-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e32-4gb-64gb-4g-lte/index.json index fb35324af6f9..ebd5165453ce 100644 --- a/site/public/v1/smartphones/motorola-moto-e32-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e32-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.9, + "overall": 31.0, "performance": 20.6, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.112467", - "updated_at": "2026-07-09T01:31:05.112467" + "created_at": "2026-07-09T04:23:09.798034", + "updated_at": "2026-07-09T04:23:09.798034" } diff --git a/site/public/v1/smartphones/motorola-moto-e4-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e4-2gb-16gb-4g-lte/index.json index 9401baf8eff6..dffd0f935739 100644 --- a/site/public/v1/smartphones/motorola-moto-e4-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e4-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2800, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.7, + "width_mm": 72.3, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.0, + "overall": 13.9, "performance": null, "camera": null, - "battery": 13.0, + "battery": 13.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.538629", - "updated_at": "2026-07-09T01:31:04.538629" + "created_at": "2026-07-09T04:23:09.414912", + "updated_at": "2026-07-09T04:23:09.414912" } diff --git a/site/public/v1/smartphones/motorola-moto-e4-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e4-plus-3gb-32gb-4g-lte/index.json index f849fc59a226..1e5b66c960fe 100644 --- a/site/public/v1/smartphones/motorola-moto-e4-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e4-plus-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 77.5, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 36.8, "performance": null, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.539640", - "updated_at": "2026-07-09T01:31:04.539640" + "created_at": "2026-07-09T04:23:09.415912", + "updated_at": "2026-07-09T04:23:09.415912" } diff --git a/site/public/v1/smartphones/motorola-moto-e4-plus-usa-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e4-plus-usa-2gb-32gb-4g-lte/index.json index 5e1eb4035c9a..33bdc8ac1d18 100644 --- a/site/public/v1/smartphones/motorola-moto-e4-plus-usa-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e4-plus-usa-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 77.5, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 36.8, "performance": null, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.541646", - "updated_at": "2026-07-09T01:31:04.541646" + "created_at": "2026-07-09T04:23:09.417912", + "updated_at": "2026-07-09T04:23:09.417912" } diff --git a/site/public/v1/smartphones/motorola-moto-e5-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e5-2gb-32gb-4g-lte/index.json index faef8450fda9..5471280f606d 100644 --- a/site/public/v1/smartphones/motorola-moto-e5-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e5-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 72.2, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.552647", - "updated_at": "2026-07-09T01:31:04.552647" + "created_at": "2026-07-09T04:23:09.428448", + "updated_at": "2026-07-09T04:23:09.428448" } diff --git a/site/public/v1/smartphones/motorola-moto-e5-cruise-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e5-cruise-2gb-16gb-4g-lte/index.json index d0992d748f44..914d2d885787 100644 --- a/site/public/v1/smartphones/motorola-moto-e5-cruise-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e5-cruise-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 74.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.553628", - "updated_at": "2026-07-09T01:31:04.553628" + "created_at": "2026-07-09T04:23:09.429449", + "updated_at": "2026-07-09T04:23:09.429449" } diff --git a/site/public/v1/smartphones/motorola-moto-e5-play-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e5-play-2gb-16gb-4g-lte/index.json index c49501292f47..a0d9080e4f00 100644 --- a/site/public/v1/smartphones/motorola-moto-e5-play-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e5-play-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2800, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 74.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.0, + "overall": 13.9, "performance": null, "camera": null, - "battery": 13.0, + "battery": 13.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.580644", - "updated_at": "2026-07-09T01:31:04.580644" + "created_at": "2026-07-09T04:23:09.433954", + "updated_at": "2026-07-09T04:23:09.433954" } diff --git a/site/public/v1/smartphones/motorola-moto-e5-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e5-plus-3gb-32gb-4g-lte/index.json index a5362d591c50..e75284d3599f 100644 --- a/site/public/v1/smartphones/motorola-moto-e5-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e5-plus-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 196.6, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 75.3, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.596757", - "updated_at": "2026-07-09T01:31:04.596757" + "created_at": "2026-07-09T04:23:09.439964", + "updated_at": "2026-07-09T04:23:09.439964" } diff --git a/site/public/v1/smartphones/motorola-moto-e6-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e6-2gb-16gb-4g-lte/index.json index 853d4579b835..d3f336b3eb7c 100644 --- a/site/public/v1/smartphones/motorola-moto-e6-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e6-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.7, + "width_mm": 72.3, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.697092", - "updated_at": "2026-07-09T01:31:04.697092" + "created_at": "2026-07-09T04:23:09.488465", + "updated_at": "2026-07-09T04:23:09.488465" } diff --git a/site/public/v1/smartphones/motorola-moto-e6-play-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e6-play-2gb-32gb-4g-lte/index.json index e4704d10780e..125daf637f2e 100644 --- a/site/public/v1/smartphones/motorola-moto-e6-play-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e6-play-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.699103", - "updated_at": "2026-07-09T01:31:04.699103" + "created_at": "2026-07-09T04:23:09.490465", + "updated_at": "2026-07-09T04:23:09.490465" } diff --git a/site/public/v1/smartphones/motorola-moto-e6-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e6-plus-4gb-64gb-4g-lte/index.json index 51ffe65da2b1..77c7cddbff47 100644 --- a/site/public/v1/smartphones/motorola-moto-e6-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e6-plus-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 149.7, - "dimensions": {}, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.1, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.2, + "overall": 20.0, "performance": null, "camera": null, - "battery": 19.2, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.703147", - "updated_at": "2026-07-09T01:31:04.703147" + "created_at": "2026-07-09T04:23:09.494975", + "updated_at": "2026-07-09T04:23:09.494975" } diff --git a/site/public/v1/smartphones/motorola-moto-e6i-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e6i-2gb-32gb-4g-lte/index.json index 919315b1284d..8e49a871727e 100644 --- a/site/public/v1/smartphones/motorola-moto-e6i-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e6i-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 15.8, "performance": null, "camera": null, - "battery": 15.0, + "battery": 15.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.954801", - "updated_at": "2026-07-09T01:31:04.954801" + "created_at": "2026-07-09T04:23:09.664245", + "updated_at": "2026-07-09T04:23:09.664245" } diff --git a/site/public/v1/smartphones/motorola-moto-e6s-2020-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e6s-2020-4gb-64gb-4g-lte/index.json index f01432b04b6e..4cb8e8818e4d 100644 --- a/site/public/v1/smartphones/motorola-moto-e6s-2020-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e6s-2020-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.817185", - "updated_at": "2026-07-09T01:31:04.817185" + "created_at": "2026-07-09T04:23:09.567882", + "updated_at": "2026-07-09T04:23:09.567882" } diff --git a/site/public/v1/smartphones/motorola-moto-e7i-power-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-e7i-power-2gb-32gb-4g-lte/index.json index 74f327ac9d1f..d6be6ba44bc8 100644 --- a/site/public/v1/smartphones/motorola-moto-e7i-power-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-e7i-power-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.1, + "width_mm": 75.9, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.961800", - "updated_at": "2026-07-09T01:31:04.961800" + "created_at": "2026-07-09T04:23:09.672245", + "updated_at": "2026-07-09T04:23:09.672245" } diff --git a/site/public/v1/smartphones/motorola-moto-g-2022-6gb-256gb-5g/index.json b/site/public/v1/smartphones/motorola-moto-g-2022-6gb-256gb-5g/index.json index c3bc8a1e1e45..280d44415c0f 100644 --- a/site/public/v1/smartphones/motorola-moto-g-2022-6gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-2022-6gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.4, + "width_mm": 75.8, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 12, planned upgrade to Android 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.1, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.130189", - "updated_at": "2026-07-09T01:31:05.130189" + "created_at": "2026-07-09T04:23:09.813863", + "updated_at": "2026-07-09T04:23:09.813863" } diff --git a/site/public/v1/smartphones/motorola-moto-g-2nd-gen-1gb-8gb-3g/index.json b/site/public/v1/smartphones/motorola-moto-g-2nd-gen-1gb-8gb-3g/index.json index bf27e96ce38d..b95e2227f58a 100644 --- a/site/public/v1/smartphones/motorola-moto-g-2nd-gen-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-2nd-gen-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.5, + "width_mm": 70.7, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.480018", - "updated_at": "2026-07-09T01:31:04.480018" + "created_at": "2026-07-09T04:23:09.359465", + "updated_at": "2026-07-09T04:23:09.359465" } diff --git a/site/public/v1/smartphones/motorola-moto-g-3rd-gen-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-3rd-gen-2gb-16gb-4g-lte/index.json index 479904683cd4..4d213f21ee81 100644 --- a/site/public/v1/smartphones/motorola-moto-g-3rd-gen-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-3rd-gen-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.1, + "width_mm": 72.4, + "depth_mm": 11.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.500637", - "updated_at": "2026-07-09T01:31:04.500637" + "created_at": "2026-07-09T04:23:09.379515", + "updated_at": "2026-07-09T04:23:09.379515" } diff --git a/site/public/v1/smartphones/motorola-moto-g-4g-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-4g-1gb-8gb-4g-lte/index.json index b71976407357..d2a40ad9da4b 100644 --- a/site/public/v1/smartphones/motorola-moto-g-4g-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-4g-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.9, + "width_mm": 65.9, + "depth_mm": 11.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.480018", - "updated_at": "2026-07-09T01:31:04.480018" + "created_at": "2026-07-09T04:23:09.360458", + "updated_at": "2026-07-09T04:23:09.360458" } diff --git a/site/public/v1/smartphones/motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte/index.json index 07c6fa9aa88f..38691fc96899 100644 --- a/site/public/v1/smartphones/motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-4g-2nd-gen-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.5, + "width_mm": 70.7, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop)", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.500637", - "updated_at": "2026-07-09T01:31:04.500637" + "created_at": "2026-07-09T04:23:09.380514", + "updated_at": "2026-07-09T04:23:09.380514" } diff --git a/site/public/v1/smartphones/motorola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte/index.json index b534fd9616f9..86ae8ce8c4ca 100644 --- a/site/public/v1/smartphones/motorola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-4g-dual-sim-2nd-gen-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.5, + "width_mm": 70.7, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop)", "os_version": "5.0.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.502257", - "updated_at": "2026-07-09T01:31:04.502257" + "created_at": "2026-07-09T04:23:09.381514", + "updated_at": "2026-07-09T04:23:09.381514" } diff --git a/site/public/v1/smartphones/motorola-moto-g-dual-sim-1gb-16gb-3g/index.json b/site/public/v1/smartphones/motorola-moto-g-dual-sim-1gb-16gb-3g/index.json index fe8cdc756c1c..eb4a2b29dd5a 100644 --- a/site/public/v1/smartphones/motorola-moto-g-dual-sim-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-dual-sim-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.9, + "width_mm": 65.9, + "depth_mm": 11.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.482020", - "updated_at": "2026-07-09T01:31:04.482020" + "created_at": "2026-07-09T04:23:09.361456", + "updated_at": "2026-07-09T04:23:09.361456" } diff --git a/site/public/v1/smartphones/motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g/index.json b/site/public/v1/smartphones/motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g/index.json index 3c84f6a33371..2b63f6732077 100644 --- a/site/public/v1/smartphones/motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-dual-sim-2nd-gen-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.5, + "width_mm": 70.7, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to Android L", "os_version": "4.4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.483076", - "updated_at": "2026-07-09T01:31:04.483076" + "created_at": "2026-07-09T04:23:09.363456", + "updated_at": "2026-07-09T04:23:09.363456" } diff --git a/site/public/v1/smartphones/motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte/index.json index 8c82d06643f0..f6035ef4e460 100644 --- a/site/public/v1/smartphones/motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-dual-sim-3rd-gen-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.1, + "width_mm": 72.4, + "depth_mm": 11.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.502257", - "updated_at": "2026-07-09T01:31:04.502257" + "created_at": "2026-07-09T04:23:09.382515", + "updated_at": "2026-07-09T04:23:09.382515" } diff --git a/site/public/v1/smartphones/motorola-moto-g-fast-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-fast-3gb-32gb-4g-lte/index.json index d216901f737b..5a96988367b3 100644 --- a/site/public/v1/smartphones/motorola-moto-g-fast-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-fast-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 189.4, - "dimensions": {}, + "dimensions": { + "height_mm": 161.9, + "width_mm": 75.7, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 32.1, "performance": null, "camera": null, - "battery": 31.3, + "battery": 32.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.841329", - "updated_at": "2026-07-09T01:31:04.841329" + "created_at": "2026-07-09T04:23:09.586599", + "updated_at": "2026-07-09T04:23:09.586599" } diff --git a/site/public/v1/smartphones/motorola-moto-g-power-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-power-4gb-64gb-4g-lte/index.json index 2160ccebda27..d48bc27563ba 100644 --- a/site/public/v1/smartphones/motorola-moto-g-power-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-power-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.8, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 42.1, "performance": null, "camera": null, - "battery": 41.3, + "battery": 42.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.855434", - "updated_at": "2026-07-09T01:31:04.855434" + "created_at": "2026-07-09T04:23:09.589599", + "updated_at": "2026-07-09T04:23:09.589599" } diff --git a/site/public/v1/smartphones/motorola-moto-g-power-5g-6gb-256gb-5g/index.json b/site/public/v1/smartphones/motorola-moto-g-power-5g-6gb-256gb-5g/index.json index 56064c3a4f05..986e8d36ad45 100644 --- a/site/public/v1/smartphones/motorola-moto-g-power-5g-6gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-power-5g-6gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 74.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, upgradable to Android 14", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.7, + "overall": 53.4, "performance": null, "camera": null, - "battery": 51.7, + "battery": 53.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.213222", - "updated_at": "2026-07-09T01:31:05.213222" + "created_at": "2026-07-09T04:23:09.893010", + "updated_at": "2026-07-09T04:23:09.893010" } diff --git a/site/public/v1/smartphones/motorola-moto-g-pro-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-pro-4gb-128gb-4g-lte/index.json index b6ab67a91057..89379b2ea85d 100644 --- a/site/public/v1/smartphones/motorola-moto-g-pro-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-pro-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.8, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, Android One", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.0, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.871132", - "updated_at": "2026-07-09T01:31:04.871132" + "created_at": "2026-07-09T04:23:09.591598", + "updated_at": "2026-07-09T04:23:09.591598" } diff --git a/site/public/v1/smartphones/motorola-moto-g-stylus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-stylus-4gb-128gb-4g-lte/index.json index c4ee1ca4d2d2..950a9d40d848 100644 --- a/site/public/v1/smartphones/motorola-moto-g-stylus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-stylus-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.8, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 32.1, "performance": null, "camera": null, - "battery": 31.3, + "battery": 32.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.880033", - "updated_at": "2026-07-09T01:31:04.880033" + "created_at": "2026-07-09T04:23:09.594709", + "updated_at": "2026-07-09T04:23:09.594709" } diff --git a/site/public/v1/smartphones/motorola-moto-g-turbo-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g-turbo-2gb-16gb-4g-lte/index.json index d8c41d420669..17f4c9f6474d 100644 --- a/site/public/v1/smartphones/motorola-moto-g-turbo-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g-turbo-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2470, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.1, + "width_mm": 72.4, + "depth_mm": 11.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 9.7, + "overall": 11.5, "performance": null, "camera": null, - "battery": 9.7, + "battery": 11.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.503889", - "updated_at": "2026-07-09T01:31:04.503889" + "created_at": "2026-07-09T04:23:09.382515", + "updated_at": "2026-07-09T04:23:09.382515" } diff --git a/site/public/v1/smartphones/motorola-moto-g04-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g04-8gb-128gb-4g-lte/index.json index c68e3be69d7e..3b40899d26cb 100644 --- a/site/public/v1/smartphones/motorola-moto-g04-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g04-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 178.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 74.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 32.1, "performance": 23.3, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.274909", - "updated_at": "2026-07-09T01:31:05.274909" + "created_at": "2026-07-09T04:23:09.951003", + "updated_at": "2026-07-09T04:23:09.951003" } diff --git a/site/public/v1/smartphones/motorola-moto-g04s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g04s-8gb-128gb-4g-lte/index.json index f4b8fc14b3cf..6d63b1534942 100644 --- a/site/public/v1/smartphones/motorola-moto-g04s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g04s-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 178.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 74.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 32.1, "performance": 23.3, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.276927", - "updated_at": "2026-07-09T01:31:05.276927" + "created_at": "2026-07-09T04:23:09.953003", + "updated_at": "2026-07-09T04:23:09.953003" } diff --git a/site/public/v1/smartphones/motorola-moto-g14-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g14-8gb-256gb-4g-lte/index.json index 4d47c18068e2..e4e89e8a64a7 100644 --- a/site/public/v1/smartphones/motorola-moto-g14-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g14-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.5, + "width_mm": 73.8, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 13, planned upgrade to Android 14", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.223211", - "updated_at": "2026-07-09T01:31:05.223211" + "created_at": "2026-07-09T04:23:09.902010", + "updated_at": "2026-07-09T04:23:09.902010" } diff --git a/site/public/v1/smartphones/motorola-moto-g4-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g4-2gb-32gb-4g-lte/index.json index 3dd170297979..b7dcd0fbb201 100644 --- a/site/public/v1/smartphones/motorola-moto-g4-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g4-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.6, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.522015", - "updated_at": "2026-07-09T01:31:04.522015" + "created_at": "2026-07-09T04:23:09.401022", + "updated_at": "2026-07-09T04:23:09.401022" } diff --git a/site/public/v1/smartphones/motorola-moto-g4-play-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g4-play-2gb-16gb-4g-lte/index.json index 6f13f03513be..8edd37ffb58d 100644 --- a/site/public/v1/smartphones/motorola-moto-g4-play-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g4-play-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.4, + "width_mm": 72.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.1.1 (Nougat)", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.523567", - "updated_at": "2026-07-09T01:31:04.523567" + "created_at": "2026-07-09T04:23:09.402023", + "updated_at": "2026-07-09T04:23:09.402023" } diff --git a/site/public/v1/smartphones/motorola-moto-g4-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g4-plus-4gb-64gb-4g-lte/index.json index 08bb13f6af36..d6583ce9bb95 100644 --- a/site/public/v1/smartphones/motorola-moto-g4-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g4-plus-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.6, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.525581", - "updated_at": "2026-07-09T01:31:04.525581" + "created_at": "2026-07-09T04:23:09.403023", + "updated_at": "2026-07-09T04:23:09.403023" } diff --git a/site/public/v1/smartphones/motorola-moto-g5-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g5-3gb-32gb-4g-lte/index.json index 74081f4213f5..47dce4c9cd27 100644 --- a/site/public/v1/smartphones/motorola-moto-g5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g5-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2800, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.3, + "width_mm": 73.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.0, + "overall": 13.9, "performance": null, "camera": null, - "battery": 13.0, + "battery": 13.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.542649", - "updated_at": "2026-07-09T01:31:04.542649" + "created_at": "2026-07-09T04:23:09.419741", + "updated_at": "2026-07-09T04:23:09.419741" } diff --git a/site/public/v1/smartphones/motorola-moto-g5-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g5-plus-4gb-64gb-4g-lte/index.json index 653187e34f58..6726998fb10c 100644 --- a/site/public/v1/smartphones/motorola-moto-g5-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g5-plus-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.2, + "width_mm": 74.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.543649", - "updated_at": "2026-07-09T01:31:04.543649" + "created_at": "2026-07-09T04:23:09.420245", + "updated_at": "2026-07-09T04:23:09.420245" } diff --git a/site/public/v1/smartphones/motorola-moto-g50-5g-4gb-128gb-5g/index.json b/site/public/v1/smartphones/motorola-moto-g50-5g-4gb-128gb-5g/index.json index e240c8bc6429..83726d6060fd 100644 --- a/site/public/v1/smartphones/motorola-moto-g50-5g-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-moto-g50-5g-4gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.0, + "width_mm": 76.4, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.0, + "overall": 42.9, "performance": 34.5, "camera": null, - "battery": 49.6, + "battery": 51.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.040457", - "updated_at": "2026-07-09T01:31:05.040457" + "created_at": "2026-07-09T04:23:09.735495", + "updated_at": "2026-07-09T04:23:09.735495" } diff --git a/site/public/v1/smartphones/motorola-moto-g5s-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g5s-4gb-32gb-4g-lte/index.json index 8a06ea37ce12..c29a3a0c392a 100644 --- a/site/public/v1/smartphones/motorola-moto-g5s-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g5s-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 73.5, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.545668", - "updated_at": "2026-07-09T01:31:04.545668" + "created_at": "2026-07-09T04:23:09.422251", + "updated_at": "2026-07-09T04:23:09.422251" } diff --git a/site/public/v1/smartphones/motorola-moto-g5s-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g5s-plus-4gb-64gb-4g-lte/index.json index 112762eb8f4a..00f9e15a0781 100644 --- a/site/public/v1/smartphones/motorola-moto-g5s-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g5s-plus-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 76.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.546658", - "updated_at": "2026-07-09T01:31:04.546658" + "created_at": "2026-07-09T04:23:09.422251", + "updated_at": "2026-07-09T04:23:09.422251" } diff --git a/site/public/v1/smartphones/motorola-moto-g6-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g6-4gb-64gb-4g-lte/index.json index f51cf96d048a..e14e55495803 100644 --- a/site/public/v1/smartphones/motorola-moto-g6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g6-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.3, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.632421", - "updated_at": "2026-07-09T01:31:04.632421" + "created_at": "2026-07-09T04:23:09.446971", + "updated_at": "2026-07-09T04:23:09.446971" } diff --git a/site/public/v1/smartphones/motorola-moto-g6-play-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g6-play-3gb-32gb-4g-lte/index.json index 177e80098f4e..8873f094ba5d 100644 --- a/site/public/v1/smartphones/motorola-moto-g6-play-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g6-play-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 72.2, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.656465", - "updated_at": "2026-07-09T01:31:04.656465" + "created_at": "2026-07-09T04:23:09.452969", + "updated_at": "2026-07-09T04:23:09.452969" } diff --git a/site/public/v1/smartphones/motorola-moto-g6-plus-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g6-plus-6gb-128gb-4g-lte/index.json index 3c8af074c05f..b1b71f64d263 100644 --- a/site/public/v1/smartphones/motorola-moto-g6-plus-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g6-plus-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 18.7, "performance": null, "camera": null, - "battery": 17.0, + "battery": 18.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.663527", - "updated_at": "2026-07-09T01:31:04.663527" + "created_at": "2026-07-09T04:23:09.459648", + "updated_at": "2026-07-09T04:23:09.459648" } diff --git a/site/public/v1/smartphones/motorola-moto-g7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g7-4gb-64gb-4g-lte/index.json index b2e8e6c31567..eefeddcc8a82 100644 --- a/site/public/v1/smartphones/motorola-moto-g7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g7-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.714165", - "updated_at": "2026-07-09T01:31:04.714165" + "created_at": "2026-07-09T04:23:09.503979", + "updated_at": "2026-07-09T04:23:09.503979" } diff --git a/site/public/v1/smartphones/motorola-moto-g7-play-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g7-play-3gb-32gb-4g-lte/index.json index 04dbe7c2ea1c..7b32510942b5 100644 --- a/site/public/v1/smartphones/motorola-moto-g7-play-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g7-play-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 15.8, "performance": null, "camera": null, - "battery": 15.0, + "battery": 15.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.720249", - "updated_at": "2026-07-09T01:31:04.720249" + "created_at": "2026-07-09T04:23:09.508982", + "updated_at": "2026-07-09T04:23:09.508982" } diff --git a/site/public/v1/smartphones/motorola-moto-g7-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g7-plus-4gb-64gb-4g-lte/index.json index 81ff79d9efe1..b71c86f5147c 100644 --- a/site/public/v1/smartphones/motorola-moto-g7-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g7-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.3, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 18.8, "performance": null, "camera": null, - "battery": 15.0, + "battery": 18.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.727823", - "updated_at": "2026-07-09T01:31:04.727823" + "created_at": "2026-07-09T04:23:09.513731", + "updated_at": "2026-07-09T04:23:09.513731" } diff --git a/site/public/v1/smartphones/motorola-moto-g7-power-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g7-power-4gb-64gb-4g-lte/index.json index e1ae549d3e81..11e6d08d28d5 100644 --- a/site/public/v1/smartphones/motorola-moto-g7-power-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g7-power-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.0, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 36.8, "performance": null, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.759006", - "updated_at": "2026-07-09T01:31:04.759006" + "created_at": "2026-07-09T04:23:09.517729", + "updated_at": "2026-07-09T04:23:09.517729" } diff --git a/site/public/v1/smartphones/motorola-moto-g72-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g72-8gb-256gb-4g-lte/index.json index 39ca55df7e7d..6532d8b5138d 100644 --- a/site/public/v1/smartphones/motorola-moto-g72-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g72-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.5, + "width_mm": 74.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 12, planned upgrade to Android 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 51.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.170152", - "updated_at": "2026-07-09T01:31:05.170152" + "created_at": "2026-07-09T04:23:09.850472", + "updated_at": "2026-07-09T04:23:09.850472" } diff --git a/site/public/v1/smartphones/motorola-moto-g73-8gb-256gb-5g/index.json b/site/public/v1/smartphones/motorola-moto-g73-8gb-256gb-5g/index.json index 8636352b595f..35175f5dedcd 100644 --- a/site/public/v1/smartphones/motorola-moto-g73-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-moto-g73-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.4, + "width_mm": 73.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 13, planned upgrade to Android 14", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.7, + "overall": 56.0, "performance": null, "camera": null, - "battery": 51.7, + "battery": 56.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.237866", - "updated_at": "2026-07-09T01:31:05.237866" + "created_at": "2026-07-09T04:23:09.915930", + "updated_at": "2026-07-09T04:23:09.915930" } diff --git a/site/public/v1/smartphones/motorola-moto-g8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g8-4gb-64gb-4g-lte/index.json index a94939e88f2c..3ea96f543189 100644 --- a/site/public/v1/smartphones/motorola-moto-g8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g8-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 188.3, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 75.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 32.1, "performance": null, "camera": null, - "battery": 31.3, + "battery": 32.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.883033", - "updated_at": "2026-07-09T01:31:04.883033" + "created_at": "2026-07-09T04:23:09.596708", + "updated_at": "2026-07-09T04:23:09.596708" } diff --git a/site/public/v1/smartphones/motorola-moto-g8-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g8-plus-4gb-64gb-4g-lte/index.json index 12bdbdc201e8..b551e38f9a48 100644 --- a/site/public/v1/smartphones/motorola-moto-g8-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g8-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.8, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.0, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.774562", - "updated_at": "2026-07-09T01:31:04.774562" + "created_at": "2026-07-09T04:23:09.527248", + "updated_at": "2026-07-09T04:23:09.527248" } diff --git a/site/public/v1/smartphones/motorola-moto-g8-power-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g8-power-4gb-64gb-4g-lte/index.json index 219b7ae2ba9e..8b7da51724fc 100644 --- a/site/public/v1/smartphones/motorola-moto-g8-power-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g8-power-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.8, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.887099", - "updated_at": "2026-07-09T01:31:04.887099" + "created_at": "2026-07-09T04:23:09.600708", + "updated_at": "2026-07-09T04:23:09.600708" } diff --git a/site/public/v1/smartphones/motorola-moto-g8-power-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g8-power-lite-4gb-64gb-4g-lte/index.json index ffee00e7161c..774f2d485260 100644 --- a/site/public/v1/smartphones/motorola-moto-g8-power-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g8-power-lite-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.8, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.891123", - "updated_at": "2026-07-09T01:31:04.891123" + "created_at": "2026-07-09T04:23:09.604709", + "updated_at": "2026-07-09T04:23:09.604709" } diff --git a/site/public/v1/smartphones/motorola-moto-g9-plus-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-g9-plus-6gb-128gb-4g-lte/index.json index bb3a8121525d..75952732b4a3 100644 --- a/site/public/v1/smartphones/motorola-moto-g9-plus-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-g9-plus-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 223.0, - "dimensions": {}, + "dimensions": { + "height_mm": 170.0, + "width_mm": 78.1, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.5, + "overall": 51.8, "performance": null, "camera": null, - "battery": 47.5, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.900057", - "updated_at": "2026-07-09T01:31:04.900057" + "created_at": "2026-07-09T04:23:09.612708", + "updated_at": "2026-07-09T04:23:09.612708" } diff --git a/site/public/v1/smartphones/motorola-moto-m-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-m-4gb-64gb-4g-lte/index.json index 72aac012dbd9..7d6c409326c2 100644 --- a/site/public/v1/smartphones/motorola-moto-m-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-m-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3050, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.4, + "width_mm": 75.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.5, + "overall": 16.3, "performance": null, "camera": null, - "battery": 15.5, + "battery": 16.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.526654", - "updated_at": "2026-07-09T01:31:04.526654" + "created_at": "2026-07-09T04:23:09.404025", + "updated_at": "2026-07-09T04:23:09.404025" } diff --git a/site/public/v1/smartphones/motorola-moto-maxx-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-maxx-3gb-64gb-4g-lte/index.json index 69afa9b24ffc..66c447e289d7 100644 --- a/site/public/v1/smartphones/motorola-moto-maxx-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-maxx-3gb-64gb-4g-lte/index.json @@ -47,7 +47,7 @@ }, "cameras": [], "battery_mah": 3900, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 176.0, "dimensions": {}, @@ -64,10 +64,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.0, + "overall": 25.7, "performance": null, "camera": null, - "battery": 24.0, + "battery": 25.7, "display": null, "value": null, "perf": { @@ -82,6 +82,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.484022", - "updated_at": "2026-07-09T01:31:04.484022" + "created_at": "2026-07-09T04:23:09.363456", + "updated_at": "2026-07-09T04:23:09.363456" } diff --git a/site/public/v1/smartphones/motorola-moto-s50-12gb-512gb-5g/index.json b/site/public/v1/smartphones/motorola-moto-s50-12gb-512gb-5g/index.json index bbeb58e647a2..37870ce9027a 100644 --- a/site/public/v1/smartphones/motorola-moto-s50-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-moto-s50-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 68.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.1, + "width_mm": 71.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.3, + "overall": 55.8, "performance": 51.8, "camera": null, - "battery": 48.9, + "battery": 59.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.284801", - "updated_at": "2026-07-09T01:31:05.284801" + "created_at": "2026-07-09T04:23:09.961662", + "updated_at": "2026-07-09T04:23:09.961662" } diff --git a/site/public/v1/smartphones/motorola-moto-x-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-x-2gb-64gb-4g-lte/index.json index 8b5ea8650c97..c079aedaf30f 100644 --- a/site/public/v1/smartphones/motorola-moto-x-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-x-2gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.3, + "width_mm": 65.3, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.1 (Lollipop)", "os_version": "4.2.2", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.461079", - "updated_at": "2026-07-09T01:31:04.461079" + "created_at": "2026-07-09T04:23:09.342437", + "updated_at": "2026-07-09T04:23:09.342437" } diff --git a/site/public/v1/smartphones/motorola-moto-x-2nd-gen-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-x-2nd-gen-2gb-64gb-4g-lte/index.json index 925b05e35e48..7f10c1295a18 100644 --- a/site/public/v1/smartphones/motorola-moto-x-2nd-gen-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-x-2nd-gen-2gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2300, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.8, + "width_mm": 72.4, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.4", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 8.0, + "overall": 9.8, "performance": null, "camera": null, - "battery": 8.0, + "battery": 9.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.486020", - "updated_at": "2026-07-09T01:31:04.486020" + "created_at": "2026-07-09T04:23:09.365461", + "updated_at": "2026-07-09T04:23:09.365461" } diff --git a/site/public/v1/smartphones/motorola-moto-x-force-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-x-force-3gb-64gb-4g-lte/index.json index aa02f892b7b2..51e184f387c5 100644 --- a/site/public/v1/smartphones/motorola-moto-x-force-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-x-force-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3760, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.8, + "width_mm": 78.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.6, + "overall": 24.3, "performance": null, "camera": null, - "battery": 22.6, + "battery": 24.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.504989", - "updated_at": "2026-07-09T01:31:04.504989" + "created_at": "2026-07-09T04:23:09.383514", + "updated_at": "2026-07-09T04:23:09.383514" } diff --git a/site/public/v1/smartphones/motorola-moto-x-play-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-x-play-2gb-32gb-4g-lte/index.json index 506cc18a5533..ee051c8753f0 100644 --- a/site/public/v1/smartphones/motorola-moto-x-play-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-x-play-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3630, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 75.0, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.1.1 (Nougat)", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.3, + "overall": 23.0, "performance": null, "camera": null, - "battery": 21.3, + "battery": 23.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.505899", - "updated_at": "2026-07-09T01:31:04.505899" + "created_at": "2026-07-09T04:23:09.385514", + "updated_at": "2026-07-09T04:23:09.385514" } diff --git a/site/public/v1/smartphones/motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte/index.json index 7c27e8858ae4..00a1599222ac 100644 --- a/site/public/v1/smartphones/motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-x-play-dual-sim-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3630, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 75.0, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.1.1 (Nougat)", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.3, + "overall": 23.0, "performance": null, "camera": null, - "battery": 21.3, + "battery": 23.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.507957", - "updated_at": "2026-07-09T01:31:04.507957" + "created_at": "2026-07-09T04:23:09.385514", + "updated_at": "2026-07-09T04:23:09.385514" } diff --git a/site/public/v1/smartphones/motorola-moto-x-style-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-x-style-3gb-64gb-4g-lte/index.json index 2c4b8c7d6fcb..3f4c443c2e79 100644 --- a/site/public/v1/smartphones/motorola-moto-x-style-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-x-style-3gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 76.2, + "depth_mm": 11.1 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), 6.0, upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.509048", - "updated_at": "2026-07-09T01:31:04.509048" + "created_at": "2026-07-09T04:23:09.387515", + "updated_at": "2026-07-09T04:23:09.387515" } diff --git a/site/public/v1/smartphones/motorola-moto-x4-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-x4-6gb-64gb-4g-lte/index.json index 09d8e9fcaadb..8b759d50cc24 100644 --- a/site/public/v1/smartphones/motorola-moto-x4-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-x4-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.4, + "width_mm": 73.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 9.0 (Pie), Android One", "os_version": "7.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.548651", - "updated_at": "2026-07-09T01:31:04.548651" + "created_at": "2026-07-09T04:23:09.424250", + "updated_at": "2026-07-09T04:23:09.424250" } diff --git a/site/public/v1/smartphones/motorola-moto-z-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-z-4gb-64gb-4g-lte/index.json index e34f82bc931d..9537b6f75a76 100644 --- a/site/public/v1/smartphones/motorola-moto-z-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-z-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2600, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.3, + "width_mm": 75.3, + "depth_mm": 5.2 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.0, + "overall": 12.7, "performance": null, "camera": null, - "battery": 11.0, + "battery": 12.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.527575", - "updated_at": "2026-07-09T01:31:04.527575" + "created_at": "2026-07-09T04:23:09.405024", + "updated_at": "2026-07-09T04:23:09.405024" } diff --git a/site/public/v1/smartphones/motorola-moto-z-force-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-z-force-4gb-64gb-4g-lte/index.json index 107b869eced0..eb1ca566d69a 100644 --- a/site/public/v1/smartphones/motorola-moto-z-force-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-z-force-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.8, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 21.7, "performance": null, "camera": null, - "battery": 20.0, + "battery": 21.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.528674", - "updated_at": "2026-07-09T01:31:04.528674" + "created_at": "2026-07-09T04:23:09.406023", + "updated_at": "2026-07-09T04:23:09.406023" } diff --git a/site/public/v1/smartphones/motorola-moto-z-play-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-z-play-3gb-32gb-4g-lte/index.json index 525f21d93b60..fd28baaad290 100644 --- a/site/public/v1/smartphones/motorola-moto-z-play-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-z-play-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3510, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.4, + "width_mm": 76.4, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.1, + "overall": 21.9, "performance": null, "camera": null, - "battery": 20.1, + "battery": 21.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.529643", - "updated_at": "2026-07-09T01:31:04.529643" + "created_at": "2026-07-09T04:23:09.407023", + "updated_at": "2026-07-09T04:23:09.407023" } diff --git a/site/public/v1/smartphones/motorola-moto-z2-play-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-z2-play-4gb-64gb-4g-lte/index.json index d0a198925b57..a4971836220c 100644 --- a/site/public/v1/smartphones/motorola-moto-z2-play-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-z2-play-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 76.2, + "depth_mm": 6.0 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.550641", - "updated_at": "2026-07-09T01:31:04.550641" + "created_at": "2026-07-09T04:23:09.426454", + "updated_at": "2026-07-09T04:23:09.426454" } diff --git a/site/public/v1/smartphones/motorola-moto-z3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-z3-6gb-128gb-4g-lte/index.json index aea36176c319..389bcd1e58e2 100644 --- a/site/public/v1/smartphones/motorola-moto-z3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-z3-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.5, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.3, + "overall": 25.0, "performance": null, "camera": null, - "battery": 23.3, + "battery": 25.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.676366", - "updated_at": "2026-07-09T01:31:04.676366" + "created_at": "2026-07-09T04:23:09.469650", + "updated_at": "2026-07-09T04:23:09.469650" } diff --git a/site/public/v1/smartphones/motorola-moto-z3-play-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-z3-play-6gb-128gb-4g-lte/index.json index b58061a27a4d..290c8c49ebd2 100644 --- a/site/public/v1/smartphones/motorola-moto-z3-play-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-z3-play-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.5, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.677912", - "updated_at": "2026-07-09T01:31:04.677912" + "created_at": "2026-07-09T04:23:09.471649", + "updated_at": "2026-07-09T04:23:09.471649" } diff --git a/site/public/v1/smartphones/motorola-moto-z4-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-moto-z4-4gb-128gb-4g-lte/index.json index 8c0bfc6f13da..c1b24c07de24 100644 --- a/site/public/v1/smartphones/motorola-moto-z4-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-moto-z4-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.0, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 29.0, "performance": null, "camera": null, - "battery": 27.3, + "battery": 29.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.792943", - "updated_at": "2026-07-09T01:31:04.792943" + "created_at": "2026-07-09T04:23:09.545478", + "updated_at": "2026-07-09T04:23:09.545478" } diff --git a/site/public/v1/smartphones/motorola-nexus-6-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-nexus-6-3gb-64gb-4g-lte/index.json index b31fdc5620cd..e1e57639f416 100644 --- a/site/public/v1/smartphones/motorola-nexus-6-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-nexus-6-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 83.0, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 7.1.1 (Nougat)", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.494867", - "updated_at": "2026-07-09T01:31:04.494867" + "created_at": "2026-07-09T04:23:09.373514", + "updated_at": "2026-07-09T04:23:09.373514" } diff --git a/site/public/v1/smartphones/motorola-one-action-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-one-action-4gb-128gb-4g-lte/index.json index a223ef579683..0159ebb478b8 100644 --- a/site/public/v1/smartphones/motorola-one-action-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-one-action-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 71.2, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Android One", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.8, + "overall": 26.2, "performance": 23.2, "camera": null, - "battery": 28.3, + "battery": 29.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.798002", - "updated_at": "2026-07-09T01:31:04.798002" + "created_at": "2026-07-09T04:23:09.549484", + "updated_at": "2026-07-09T04:23:09.549484" } diff --git a/site/public/v1/smartphones/motorola-one-fusion-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-one-fusion-4gb-128gb-4g-lte/index.json index 34e1cfa93d13..6582a4bc2bfd 100644 --- a/site/public/v1/smartphones/motorola-one-fusion-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-one-fusion-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 75.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.3, + "overall": 44.2, "performance": null, "camera": null, - "battery": 43.3, + "battery": 44.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.928829", - "updated_at": "2026-07-09T01:31:04.928829" + "created_at": "2026-07-09T04:23:09.640228", + "updated_at": "2026-07-09T04:23:09.640228" } diff --git a/site/public/v1/smartphones/motorola-one-hyper-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-one-hyper-4gb-128gb-4g-lte/index.json index 933d52d77b34..67ea2c0b8b43 100644 --- a/site/public/v1/smartphones/motorola-one-hyper-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-one-hyper-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.8, + "width_mm": 76.6, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 35.1, "performance": null, "camera": null, - "battery": 31.3, + "battery": 35.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.799002", - "updated_at": "2026-07-09T01:31:04.799002" + "created_at": "2026-07-09T04:23:09.551488", + "updated_at": "2026-07-09T04:23:09.551488" } diff --git a/site/public/v1/smartphones/motorola-one-macro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-one-macro-4gb-64gb-4g-lte/index.json index 4f3624d33627..6f208b66e9b8 100644 --- a/site/public/v1/smartphones/motorola-one-macro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-one-macro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.6, + "width_mm": 75.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.801017", - "updated_at": "2026-07-09T01:31:04.801017" + "created_at": "2026-07-09T04:23:09.552482", + "updated_at": "2026-07-09T04:23:09.552482" } diff --git a/site/public/v1/smartphones/motorola-one-p30-play-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-one-p30-play-4gb-64gb-4g-lte/index.json index 04c9e6e81b0e..366e06fd9f55 100644 --- a/site/public/v1/smartphones/motorola-one-p30-play-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-one-p30-play-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.9, + "width_mm": 72.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, Android One", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.690969", - "updated_at": "2026-07-09T01:31:04.690969" + "created_at": "2026-07-09T04:23:09.483465", + "updated_at": "2026-07-09T04:23:09.483465" } diff --git a/site/public/v1/smartphones/motorola-one-power-p30-note-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-one-power-p30-note-6gb-64gb-4g-lte/index.json index 6d17be392b88..e67ed2d90948 100644 --- a/site/public/v1/smartphones/motorola-one-power-p30-note-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-one-power-p30-note-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 76.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, Android One, ZUI 4 (China version only)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 36.8, "performance": null, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.692977", - "updated_at": "2026-07-09T01:31:04.692977" + "created_at": "2026-07-09T04:23:09.485466", + "updated_at": "2026-07-09T04:23:09.485466" } diff --git a/site/public/v1/smartphones/motorola-one-vision-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-one-vision-4gb-128gb-4g-lte/index.json index 47368d861273..7623688dd5b5 100644 --- a/site/public/v1/smartphones/motorola-one-vision-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-one-vision-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 71.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.8, + "overall": 26.6, "performance": 23.2, "camera": null, - "battery": 28.3, + "battery": 30.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.801986", - "updated_at": "2026-07-09T01:31:04.801986" + "created_at": "2026-07-09T04:23:09.553497", + "updated_at": "2026-07-09T04:23:09.553497" } diff --git a/site/public/v1/smartphones/motorola-one-vision-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-one-vision-plus-4gb-128gb-4g-lte/index.json index a4210e17820a..7184ccffcfac 100644 --- a/site/public/v1/smartphones/motorola-one-vision-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-one-vision-plus-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.8, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.0, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.931801", - "updated_at": "2026-07-09T01:31:04.931801" + "created_at": "2026-07-09T04:23:09.642229", + "updated_at": "2026-07-09T04:23:09.642229" } diff --git a/site/public/v1/smartphones/motorola-p30-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-p30-6gb-128gb-4g-lte/index.json index 835e9f92dfca..1d0e968330cf 100644 --- a/site/public/v1/smartphones/motorola-p30-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-p30-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.5, + "width_mm": 76.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8 (Oreo), ZUI 4", "os_version": "8", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.693959", - "updated_at": "2026-07-09T01:31:04.693959" + "created_at": "2026-07-09T04:23:09.485466", + "updated_at": "2026-07-09T04:23:09.485466" } diff --git a/site/public/v1/smartphones/motorola-photon-4g-mb855-1gb-16gb-3g/index.json b/site/public/v1/smartphones/motorola-photon-4g-mb855-1gb-16gb-3g/index.json index 27ce3c74f1e3..fc5643f50f95 100644 --- a/site/public/v1/smartphones/motorola-photon-4g-mb855-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-photon-4g-mb855-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.9, + "width_mm": 66.9, + "depth_mm": 12.2 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), not upgradable to 4.1 (Jelly Bean)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.414386", - "updated_at": "2026-07-09T01:31:04.414386" + "created_at": "2026-07-09T04:23:09.299939", + "updated_at": "2026-07-09T04:23:09.299939" } diff --git a/site/public/v1/smartphones/motorola-razr-2019-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-razr-2019-6gb-128gb-4g-lte/index.json index 6bd0019b048b..f0d31c5eb1e4 100644 --- a/site/public/v1/smartphones/motorola-razr-2019-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-razr-2019-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2510, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 172.0, + "width_mm": 72.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.4, + "overall": 20.1, "performance": null, "camera": null, - "battery": 18.4, + "battery": 20.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.805065", - "updated_at": "2026-07-09T01:31:04.805065" + "created_at": "2026-07-09T04:23:09.556006", + "updated_at": "2026-07-09T04:23:09.556006" } diff --git a/site/public/v1/smartphones/motorola-razr-d1-1gb-4gb-3g/index.json b/site/public/v1/smartphones/motorola-razr-d1-1gb-4gb-3g/index.json index 55a6177c5df9..8d8498b24509 100644 --- a/site/public/v1/smartphones/motorola-razr-d1-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-razr-d1-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 110.0, + "width_mm": 59.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.469086", - "updated_at": "2026-07-09T01:31:04.469086" + "created_at": "2026-07-09T04:23:09.349437", + "updated_at": "2026-07-09T04:23:09.349437" } diff --git a/site/public/v1/smartphones/motorola-razr-d3-xt919-1gb-4gb-3g/index.json b/site/public/v1/smartphones/motorola-razr-d3-xt919-1gb-4gb-3g/index.json index 693e0f0af7bb..731349fb4bfc 100644 --- a/site/public/v1/smartphones/motorola-razr-d3-xt919-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-razr-d3-xt919-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 119.3, + "width_mm": 59.8, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.4.2 (KitKat)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.470105", - "updated_at": "2026-07-09T01:31:04.470105" + "created_at": "2026-07-09T04:23:09.350437", + "updated_at": "2026-07-09T04:23:09.350437" } diff --git a/site/public/v1/smartphones/motorola-razr-i-xt890-1gb-8gb-3g/index.json b/site/public/v1/smartphones/motorola-razr-i-xt890-1gb-8gb-3g/index.json index 468448017030..a7221e89a154 100644 --- a/site/public/v1/smartphones/motorola-razr-i-xt890-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-razr-i-xt890-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 122.5, + "width_mm": 60.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.4.2 (KitKat)", "os_version": "4.0.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.450124", - "updated_at": "2026-07-09T01:31:04.450124" + "created_at": "2026-07-09T04:23:09.331432", + "updated_at": "2026-07-09T04:23:09.331432" } diff --git a/site/public/v1/smartphones/motorola-razr-m-xt905-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/motorola-razr-m-xt905-1gb-8gb-4g-lte/index.json index c5abe29aceab..04765ddf7145 100644 --- a/site/public/v1/smartphones/motorola-razr-m-xt905-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/motorola-razr-m-xt905-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 122.5, + "width_mm": 60.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.451091", - "updated_at": "2026-07-09T01:31:04.451091" + "created_at": "2026-07-09T04:23:09.332432", + "updated_at": "2026-07-09T04:23:09.332432" } diff --git a/site/public/v1/smartphones/motorola-razr-maxx-1gb-16gb-3g/index.json b/site/public/v1/smartphones/motorola-razr-maxx-1gb-16gb-3g/index.json index f355af59a868..4253bac3cc17 100644 --- a/site/public/v1/smartphones/motorola-razr-maxx-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-razr-maxx-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.7, + "width_mm": 68.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 2.3.6 (Gingerbread), upgradable to 4.1.2 (Jelly Bean)", "os_version": "2.3.6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.452015", - "updated_at": "2026-07-09T01:31:04.452015" + "created_at": "2026-07-09T04:23:09.333432", + "updated_at": "2026-07-09T04:23:09.333432" } diff --git a/site/public/v1/smartphones/motorola-razr-v-xt885-1gb-4gb-3g/index.json b/site/public/v1/smartphones/motorola-razr-v-xt885-1gb-4gb-3g/index.json index 4fda93a0bee3..7dc9f26b2098 100644 --- a/site/public/v1/smartphones/motorola-razr-v-xt885-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-razr-v-xt885-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.5, + "width_mm": 65.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.454081", - "updated_at": "2026-07-09T01:31:04.454081" + "created_at": "2026-07-09T04:23:09.335433", + "updated_at": "2026-07-09T04:23:09.335433" } diff --git a/site/public/v1/smartphones/motorola-razr-v-xt889-1gb-4gb-3g/index.json b/site/public/v1/smartphones/motorola-razr-v-xt889-1gb-4gb-3g/index.json index 76261b615afc..c49ebe70fa03 100644 --- a/site/public/v1/smartphones/motorola-razr-v-xt889-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-razr-v-xt889-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.5, + "width_mm": 65.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.455086", - "updated_at": "2026-07-09T01:31:04.455086" + "created_at": "2026-07-09T04:23:09.336433", + "updated_at": "2026-07-09T04:23:09.336433" } diff --git a/site/public/v1/smartphones/motorola-razr-xt910-1gb-16gb-3g/index.json b/site/public/v1/smartphones/motorola-razr-xt910-1gb-16gb-3g/index.json index 3d97c132933d..950c97e95a70 100644 --- a/site/public/v1/smartphones/motorola-razr-xt910-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/motorola-razr-xt910-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.7, + "width_mm": 68.9, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.1.2 (Jelly Bean)", "os_version": "2.3.5", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:04.416500", - "updated_at": "2026-07-09T01:31:04.416500" + "created_at": "2026-07-09T04:23:09.300939", + "updated_at": "2026-07-09T04:23:09.300939" } diff --git a/site/public/v1/smartphones/motorola-thinkphone-25-12gb-512gb-5g/index.json b/site/public/v1/smartphones/motorola-thinkphone-25-12gb-512gb-5g/index.json index 7d7eb6a6afc9..af8880526618 100644 --- a/site/public/v1/smartphones/motorola-thinkphone-25-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/motorola-thinkphone-25-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 68.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.1, + "width_mm": 71.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 14, up to 5 major Android upgrades", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.3, + "overall": 55.8, "performance": 51.8, "camera": null, - "battery": 48.9, + "battery": 59.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:05.317976", - "updated_at": "2026-07-09T01:31:05.317976" + "created_at": "2026-07-09T04:23:09.997077", + "updated_at": "2026-07-09T04:23:09.997077" } diff --git a/site/public/v1/smartphones/nokia-1-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-1-1gb-8gb-4g-lte/index.json index 1bdfbe31b07a..8e9c3f4773c1 100644 --- a/site/public/v1/smartphones/nokia-1-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-1-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.6, + "width_mm": 67.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.552907", - "updated_at": "2026-07-09T01:31:06.552907" + "created_at": "2026-07-09T04:23:10.774680", + "updated_at": "2026-07-09T04:23:10.774680" } diff --git a/site/public/v1/smartphones/nokia-1-plus-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-1-plus-3gb-16gb-4g-lte/index.json index 19c58ec7e505..5bf37dd5c29c 100644 --- a/site/public/v1/smartphones/nokia-1-plus-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-1-plus-3gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.4, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 70.4, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 Pie (Go edition), upgradable to Android 10 (Go edition)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.614013", - "updated_at": "2026-07-09T01:31:06.614013" + "created_at": "2026-07-09T04:23:10.829518", + "updated_at": "2026-07-09T04:23:10.829518" } diff --git a/site/public/v1/smartphones/nokia-2-1-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-2-1-1gb-8gb-4g-lte/index.json index f9c1cfb79175..d65f5d107ad2 100644 --- a/site/public/v1/smartphones/nokia-2-1-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-2-1-1gb-8gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 77.6, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition), upgradable to Android 10.0, Android One", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.557908", - "updated_at": "2026-07-09T01:31:06.557908" + "created_at": "2026-07-09T04:23:10.780360", + "updated_at": "2026-07-09T04:23:10.780360" } diff --git a/site/public/v1/smartphones/nokia-2-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-2-1gb-8gb-4g-lte/index.json index 8cc2a36ad4f6..caa771155bd8 100644 --- a/site/public/v1/smartphones/nokia-2-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-2-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.3, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.542982", - "updated_at": "2026-07-09T01:31:06.542982" + "created_at": "2026-07-09T04:23:10.765678", + "updated_at": "2026-07-09T04:23:10.765678" } diff --git a/site/public/v1/smartphones/nokia-2-2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-2-2-3gb-32gb-4g-lte/index.json index f0084c177776..f57931bd36a1 100644 --- a/site/public/v1/smartphones/nokia-2-2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-2-2-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 70.6, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Android One", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.2, + "overall": 20.0, "performance": null, "camera": null, - "battery": 19.2, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.616053", - "updated_at": "2026-07-09T01:31:06.616053" + "created_at": "2026-07-09T04:23:10.831026", + "updated_at": "2026-07-09T04:23:10.831026" } diff --git a/site/public/v1/smartphones/nokia-2-3-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-2-3-2gb-32gb-4g-lte/index.json index 526893651cb9..432d1c5979d7 100644 --- a/site/public/v1/smartphones/nokia-2-3-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-2-3-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 75.4, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Android One", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.622987", - "updated_at": "2026-07-09T01:31:06.622987" + "created_at": "2026-07-09T04:23:10.838026", + "updated_at": "2026-07-09T04:23:10.838026" } diff --git a/site/public/v1/smartphones/nokia-2-4-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-2-4-3gb-64gb-4g-lte/index.json index 3f76110b1a3c..e5a68175dc0a 100644 --- a/site/public/v1/smartphones/nokia-2-4-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-2-4-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.9, + "width_mm": 76.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 35.0, "performance": null, "camera": null, - "battery": 34.2, + "battery": 35.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.682635", - "updated_at": "2026-07-09T01:31:06.682635" + "created_at": "2026-07-09T04:23:10.890527", + "updated_at": "2026-07-09T04:23:10.890527" } diff --git a/site/public/v1/smartphones/nokia-2-v-tella-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-2-v-tella-2gb-16gb-4g-lte/index.json index a782a43c7945..8acee64380c6 100644 --- a/site/public/v1/smartphones/nokia-2-v-tella-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-2-v-tella-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.6, + "width_mm": 71.6, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.2, + "overall": 20.0, "performance": null, "camera": null, - "battery": 19.2, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.688626", - "updated_at": "2026-07-09T01:31:06.688626" + "created_at": "2026-07-09T04:23:10.897035", + "updated_at": "2026-07-09T04:23:10.897035" } diff --git a/site/public/v1/smartphones/nokia-3-1-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-3-1-3gb-32gb-4g-lte/index.json index d8daeee166bd..5e4b8e2d528a 100644 --- a/site/public/v1/smartphones/nokia-3-1-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-3-1-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.3, - "dimensions": {}, + "dimensions": { + "height_mm": 146.3, + "width_mm": 68.7, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10, Android One", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.562917", - "updated_at": "2026-07-09T01:31:06.562917" + "created_at": "2026-07-09T04:23:10.784357", + "updated_at": "2026-07-09T04:23:10.784357" } diff --git a/site/public/v1/smartphones/nokia-3-1-a-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-3-1-a-2gb-32gb-4g-lte/index.json index 1a7b9b3c607a..50551000b766 100644 --- a/site/public/v1/smartphones/nokia-3-1-a-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-3-1-a-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2990, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.7, + "width_mm": 71.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.1, + "overall": 19.9, "performance": null, "camera": null, - "battery": 19.1, + "battery": 19.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.627558", - "updated_at": "2026-07-09T01:31:06.627558" + "created_at": "2026-07-09T04:23:10.842032", + "updated_at": "2026-07-09T04:23:10.842032" } diff --git a/site/public/v1/smartphones/nokia-3-1-c-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-3-1-c-2gb-32gb-4g-lte/index.json index e52336813d66..0ee0dffaed13 100644 --- a/site/public/v1/smartphones/nokia-3-1-c-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-3-1-c-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2990, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.7, + "width_mm": 71.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.1, + "overall": 19.9, "performance": null, "camera": null, - "battery": 19.1, + "battery": 19.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.628626", - "updated_at": "2026-07-09T01:31:06.628626" + "created_at": "2026-07-09T04:23:10.843032", + "updated_at": "2026-07-09T04:23:10.843032" } diff --git a/site/public/v1/smartphones/nokia-3-2-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-3-2-3gb-64gb-4g-lte/index.json index a262ff46da14..47a960d275aa 100644 --- a/site/public/v1/smartphones/nokia-3-2-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-3-2-3gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Android One", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.633640", - "updated_at": "2026-07-09T01:31:06.633640" + "created_at": "2026-07-09T04:23:10.847303", + "updated_at": "2026-07-09T04:23:10.847303" } diff --git a/site/public/v1/smartphones/nokia-3-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-3-2gb-16gb-4g-lte/index.json index 6a9fa2674980..a254a2a5248c 100644 --- a/site/public/v1/smartphones/nokia-3-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-3-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 71.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.544010", - "updated_at": "2026-07-09T01:31:06.544010" + "created_at": "2026-07-09T04:23:10.767685", + "updated_at": "2026-07-09T04:23:10.767685" } diff --git a/site/public/v1/smartphones/nokia-3-v-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-3-v-2gb-16gb-4g-lte/index.json index 073d0137ca8c..06fde0042b01 100644 --- a/site/public/v1/smartphones/nokia-3-v-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-3-v-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 188.6, - "dimensions": {}, + "dimensions": { + "height_mm": 161.2, + "width_mm": 76.2, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Android One", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.690633", - "updated_at": "2026-07-09T01:31:06.690633" + "created_at": "2026-07-09T04:23:10.899035", + "updated_at": "2026-07-09T04:23:10.899035" } diff --git a/site/public/v1/smartphones/nokia-4-2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-4-2-3gb-32gb-4g-lte/index.json index 7211ac4490ad..b74de7e50dad 100644 --- a/site/public/v1/smartphones/nokia-4-2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-4-2-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.0, + "width_mm": 71.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Android One", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.640632", - "updated_at": "2026-07-09T01:31:06.640632" + "created_at": "2026-07-09T04:23:10.853303", + "updated_at": "2026-07-09T04:23:10.853303" } diff --git a/site/public/v1/smartphones/nokia-5-3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-5-3-6gb-128gb-4g-lte/index.json index 51caa0e81c02..5dce4fc3b445 100644 --- a/site/public/v1/smartphones/nokia-5-3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-5-3-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, Android One", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 32.1, "performance": null, "camera": null, - "battery": 31.3, + "battery": 32.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.691660", - "updated_at": "2026-07-09T01:31:06.691660" + "created_at": "2026-07-09T04:23:10.900035", + "updated_at": "2026-07-09T04:23:10.900035" } diff --git a/site/public/v1/smartphones/nokia-5-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-5-3gb-16gb-4g-lte/index.json index 038a22ffa338..c67e55f847da 100644 --- a/site/public/v1/smartphones/nokia-5-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-5-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.7, + "width_mm": 72.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.546908", - "updated_at": "2026-07-09T01:31:06.546908" + "created_at": "2026-07-09T04:23:10.769676", + "updated_at": "2026-07-09T04:23:10.769676" } diff --git a/site/public/v1/smartphones/nokia-6-1-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-6-1-4gb-64gb-4g-lte/index.json index bf41fb95ed77..7932d7182564 100644 --- a/site/public/v1/smartphones/nokia-6-1-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-6-1-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.8, + "width_mm": 75.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, Android One", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.583989", - "updated_at": "2026-07-09T01:31:06.584970" + "created_at": "2026-07-09T04:23:10.803065", + "updated_at": "2026-07-09T04:23:10.803065" } diff --git a/site/public/v1/smartphones/nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte/index.json index 286a38a1b225..fec397b5db70 100644 --- a/site/public/v1/smartphones/nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-6-1-plus-nokia-x6-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3060, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.2, + "width_mm": 71.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, Android One", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.6, + "overall": 17.9, "performance": null, "camera": null, - "battery": 15.6, + "battery": 17.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.588001", - "updated_at": "2026-07-09T01:31:06.588001" + "created_at": "2026-07-09T04:23:10.806859", + "updated_at": "2026-07-09T04:23:10.806859" } diff --git a/site/public/v1/smartphones/nokia-6-2-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-6-2-4gb-128gb-4g-lte/index.json index 9578e429b569..2b3f4496718a 100644 --- a/site/public/v1/smartphones/nokia-6-2-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-6-2-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Android One", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 20.8, "performance": null, "camera": null, - "battery": 20.0, + "battery": 20.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.648570", - "updated_at": "2026-07-09T01:31:06.648570" + "created_at": "2026-07-09T04:23:10.862541", + "updated_at": "2026-07-09T04:23:10.862541" } diff --git a/site/public/v1/smartphones/nokia-6-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-6-4gb-64gb-4g-lte/index.json index 2126171b4cce..4fe079172dcd 100644 --- a/site/public/v1/smartphones/nokia-6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-6-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 75.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 15.8, "performance": null, "camera": null, - "battery": 15.0, + "battery": 15.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.547907", - "updated_at": "2026-07-09T01:31:06.547907" + "created_at": "2026-07-09T04:23:10.771683", + "updated_at": "2026-07-09T04:23:10.771683" } diff --git a/site/public/v1/smartphones/nokia-7-1-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-7-1-4gb-64gb-4g-lte/index.json index cbd4522fac66..af1f578cdb49 100644 --- a/site/public/v1/smartphones/nokia-7-1-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-7-1-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3060, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.7, + "width_mm": 71.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, Android One", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.6, + "overall": 17.9, "performance": null, "camera": null, - "battery": 15.6, + "battery": 17.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.592004", - "updated_at": "2026-07-09T01:31:06.592004" + "created_at": "2026-07-09T04:23:10.810369", + "updated_at": "2026-07-09T04:23:10.810369" } diff --git a/site/public/v1/smartphones/nokia-7-2-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-7-2-6gb-128gb-4g-lte/index.json index 7d743eeb2ad7..39797097bfc4 100644 --- a/site/public/v1/smartphones/nokia-7-2-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-7-2-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Android One", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 20.8, "performance": null, "camera": null, - "battery": 20.0, + "battery": 20.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.655570", - "updated_at": "2026-07-09T01:31:06.655570" + "created_at": "2026-07-09T04:23:10.868540", + "updated_at": "2026-07-09T04:23:10.868540" } diff --git a/site/public/v1/smartphones/nokia-7-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-7-6gb-64gb-4g-lte/index.json index ab4ecae08710..65ab9efee341 100644 --- a/site/public/v1/smartphones/nokia-7-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-7-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.2, + "width_mm": 71.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.549907", - "updated_at": "2026-07-09T01:31:06.549907" + "created_at": "2026-07-09T04:23:10.772683", + "updated_at": "2026-07-09T04:23:10.772683" } diff --git a/site/public/v1/smartphones/nokia-7-plus-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-7-plus-6gb-64gb-4g-lte/index.json index d2454430292c..e82b665edcbd 100644 --- a/site/public/v1/smartphones/nokia-7-plus-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-7-plus-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, Android One", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.0, + "overall": 25.3, "performance": null, "camera": null, - "battery": 23.0, + "battery": 25.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.599983", - "updated_at": "2026-07-09T01:31:06.599983" + "created_at": "2026-07-09T04:23:10.816372", + "updated_at": "2026-07-09T04:23:10.816372" } diff --git a/site/public/v1/smartphones/nokia-8-1-nokia-x7-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-8-1-nokia-x7-6gb-128gb-4g-lte/index.json index cc8f12b4089b..cdd214603929 100644 --- a/site/public/v1/smartphones/nokia-8-1-nokia-x7-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-8-1-nokia-x7-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.8, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Android One", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.3, + "overall": 30.6, "performance": null, "camera": null, - "battery": 28.3, + "battery": 30.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.606021", - "updated_at": "2026-07-09T01:31:06.606021" + "created_at": "2026-07-09T04:23:10.822372", + "updated_at": "2026-07-09T04:23:10.822372" } diff --git a/site/public/v1/smartphones/nokia-8-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-8-6gb-128gb-4g-lte/index.json index d2b9318ab750..335447987e0f 100644 --- a/site/public/v1/smartphones/nokia-8-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-8-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3090, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.5, + "width_mm": 73.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.2, + "overall": 26.5, "performance": null, "camera": null, - "battery": 24.2, + "battery": 26.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.550907", - "updated_at": "2026-07-09T01:31:06.550907" + "created_at": "2026-07-09T04:23:10.773681", + "updated_at": "2026-07-09T04:23:10.773681" } diff --git a/site/public/v1/smartphones/nokia-8-sirocco-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-8-sirocco-6gb-128gb-4g-lte/index.json index bdbae5bf6d4a..394036fa3a44 100644 --- a/site/public/v1/smartphones/nokia-8-sirocco-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-8-sirocco-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3260, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.9, + "width_mm": 73.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10, Android One", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.9, + "overall": 28.2, "performance": null, "camera": null, - "battery": 25.9, + "battery": 28.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.607992", - "updated_at": "2026-07-09T01:31:06.607992" + "created_at": "2026-07-09T04:23:10.824377", + "updated_at": "2026-07-09T04:23:10.824377" } diff --git a/site/public/v1/smartphones/nokia-9-pureview-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-9-pureview-6gb-128gb-4g-lte/index.json index 9ec7f70095f8..6007025e417d 100644 --- a/site/public/v1/smartphones/nokia-9-pureview-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-9-pureview-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3320, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 75.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Android One", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.5, + "overall": 28.8, "performance": null, "camera": null, - "battery": 26.5, + "battery": 28.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.663633", - "updated_at": "2026-07-09T01:31:06.663633" + "created_at": "2026-07-09T04:23:10.874542", + "updated_at": "2026-07-09T04:23:10.874542" } diff --git a/site/public/v1/smartphones/nokia-c01-plus-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c01-plus-2gb-32gb-4g-lte/index.json index 9a3ec91cb22f..0dc5f5aa5afd 100644 --- a/site/public/v1/smartphones/nokia-c01-plus-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c01-plus-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 71.8, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.732089", - "updated_at": "2026-07-09T01:31:06.732089" + "created_at": "2026-07-09T04:23:10.933552", + "updated_at": "2026-07-09T04:23:10.933552" } diff --git a/site/public/v1/smartphones/nokia-c110-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c110-3gb-32gb-4g-lte/index.json index 964db9dfc4fd..9cf362dbf0d8 100644 --- a/site/public/v1/smartphones/nokia-c110-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c110-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 5.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.8, + "width_mm": 74.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.853515", - "updated_at": "2026-07-09T01:31:06.853515" + "created_at": "2026-07-09T04:23:11.047194", + "updated_at": "2026-07-09T04:23:11.047194" } diff --git a/site/public/v1/smartphones/nokia-c2-tava-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c2-tava-2gb-32gb-4g-lte/index.json index b3cf9dd68f34..0002b6d57ac1 100644 --- a/site/public/v1/smartphones/nokia-c2-tava-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c2-tava-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.6, + "width_mm": 72.4, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.2, + "overall": 20.0, "performance": null, "camera": null, - "battery": 19.2, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.705613", - "updated_at": "2026-07-09T01:31:06.705613" + "created_at": "2026-07-09T04:23:10.914035", + "updated_at": "2026-07-09T04:23:10.914035" } diff --git a/site/public/v1/smartphones/nokia-c2-tennen-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c2-tennen-2gb-32gb-4g-lte/index.json index 91cb949617cd..a99f199c7846 100644 --- a/site/public/v1/smartphones/nokia-c2-tennen-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c2-tennen-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.6, + "width_mm": 72.4, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.2, + "overall": 20.0, "performance": null, "camera": null, - "battery": 19.2, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.706680", - "updated_at": "2026-07-09T01:31:06.706680" + "created_at": "2026-07-09T04:23:10.915036", + "updated_at": "2026-07-09T04:23:10.915036" } diff --git a/site/public/v1/smartphones/nokia-c20-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c20-2gb-32gb-4g-lte/index.json index 1affa32fe7c6..f7a3ff772cb1 100644 --- a/site/public/v1/smartphones/nokia-c20-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c20-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.9, + "width_mm": 77.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.743096", - "updated_at": "2026-07-09T01:31:06.743096" + "created_at": "2026-07-09T04:23:10.942559", + "updated_at": "2026-07-09T04:23:10.942559" } diff --git a/site/public/v1/smartphones/nokia-c20-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c20-plus-3gb-32gb-4g-lte/index.json index 52f1c428dad7..787c9124530d 100644 --- a/site/public/v1/smartphones/nokia-c20-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c20-plus-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4950, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 204.7, - "dimensions": {}, + "dimensions": { + "height_mm": 165.4, + "width_mm": 75.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.5, + "overall": 35.4, "performance": null, "camera": null, - "battery": 34.5, + "battery": 35.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.750088", - "updated_at": "2026-07-09T01:31:06.750088" + "created_at": "2026-07-09T04:23:10.948561", + "updated_at": "2026-07-09T04:23:10.948561" } diff --git a/site/public/v1/smartphones/nokia-c200-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c200-3gb-32gb-4g-lte/index.json index 1fff1af23ebb..9c3472de6e56 100644 --- a/site/public/v1/smartphones/nokia-c200-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c200-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 172.5, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 73.1, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.797494", - "updated_at": "2026-07-09T01:31:06.797494" + "created_at": "2026-07-09T04:23:10.991672", + "updated_at": "2026-07-09T04:23:10.991672" } diff --git a/site/public/v1/smartphones/nokia-c21-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c21-3gb-64gb-4g-lte/index.json index b62ed0493c7e..e680c14372ab 100644 --- a/site/public/v1/smartphones/nokia-c21-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c21-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.9, + "width_mm": 77.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.798464", - "updated_at": "2026-07-09T01:31:06.798464" + "created_at": "2026-07-09T04:23:10.992679", + "updated_at": "2026-07-09T04:23:10.992679" } diff --git a/site/public/v1/smartphones/nokia-c21-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c21-plus-4gb-64gb-4g-lte/index.json index a4692324afac..1f3e56a65844 100644 --- a/site/public/v1/smartphones/nokia-c21-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c21-plus-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.5, + "overall": 36.4, "performance": null, "camera": null, - "battery": 35.5, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.803374", - "updated_at": "2026-07-09T01:31:06.803374" + "created_at": "2026-07-09T04:23:10.998677", + "updated_at": "2026-07-09T04:23:10.998677" } diff --git a/site/public/v1/smartphones/nokia-c22-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c22-4gb-128gb-4g-lte/index.json index 08a5cb032127..8e6ed2e6a630 100644 --- a/site/public/v1/smartphones/nokia-c22-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c22-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 13 (Go edition)", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.857054", - "updated_at": "2026-07-09T01:31:06.857054" + "created_at": "2026-07-09T04:23:11.050193", + "updated_at": "2026-07-09T04:23:11.050193" } diff --git a/site/public/v1/smartphones/nokia-c3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c3-3gb-32gb-4g-lte/index.json index 3a09e9fa6d02..819a81bc0fd1 100644 --- a/site/public/v1/smartphones/nokia-c3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c3-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 184.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 77.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.708636", - "updated_at": "2026-07-09T01:31:06.708636" + "created_at": "2026-07-09T04:23:10.917044", + "updated_at": "2026-07-09T04:23:10.917044" } diff --git a/site/public/v1/smartphones/nokia-c30-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c30-4gb-64gb-4g-lte/index.json index 3a27e79cac1e..3df3b2975088 100644 --- a/site/public/v1/smartphones/nokia-c30-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c30-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 237.0, - "dimensions": {}, + "dimensions": { + "height_mm": 177.7, + "width_mm": 79.1, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 45.9, "performance": null, "camera": null, - "battery": 45.0, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.752098", - "updated_at": "2026-07-09T01:31:06.752098" + "created_at": "2026-07-09T04:23:10.949555", + "updated_at": "2026-07-09T04:23:10.949555" } diff --git a/site/public/v1/smartphones/nokia-c31-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c31-4gb-128gb-4g-lte/index.json index 88637e48a4d9..446a1b1aa159 100644 --- a/site/public/v1/smartphones/nokia-c31-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c31-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.2, + "width_mm": 78.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.5, + "overall": 36.4, "performance": null, "camera": null, - "battery": 35.5, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.811422", - "updated_at": "2026-07-09T01:31:06.811422" + "created_at": "2026-07-09T04:23:11.005678", + "updated_at": "2026-07-09T04:23:11.005678" } diff --git a/site/public/v1/smartphones/nokia-c5-endi-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-c5-endi-3gb-64gb-4g-lte/index.json index e54e83209623..3ea5eff083dd 100644 --- a/site/public/v1/smartphones/nokia-c5-endi-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-c5-endi-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.7, + "width_mm": 76.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.709630", - "updated_at": "2026-07-09T01:31:06.709630" + "created_at": "2026-07-09T04:23:10.918035", + "updated_at": "2026-07-09T04:23:10.918035" } diff --git a/site/public/v1/smartphones/nokia-g11-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-g11-4gb-64gb-4g-lte/index.json index 07c576ab1de4..6f46479c8377 100644 --- a/site/public/v1/smartphones/nokia-g11-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-g11-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.2, + "overall": 31.2, "performance": 20.6, "camera": null, - "battery": 39.7, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.813481", - "updated_at": "2026-07-09T01:31:06.813481" + "created_at": "2026-07-09T04:23:11.007678", + "updated_at": "2026-07-09T04:23:11.007678" } diff --git a/site/public/v1/smartphones/nokia-g11-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-g11-plus-4gb-128gb-4g-lte/index.json index d8d9b7da8c59..ae9cfe4e2868 100644 --- a/site/public/v1/smartphones/nokia-g11-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-g11-plus-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.9, + "overall": 30.3, "performance": 20.6, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.817475", - "updated_at": "2026-07-09T01:31:06.817475" + "created_at": "2026-07-09T04:23:11.012677", + "updated_at": "2026-07-09T04:23:11.012677" } diff --git a/site/public/v1/smartphones/nokia-g21-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-g21-6gb-128gb-4g-lte/index.json index f440b3e16c49..e2b50c83afdb 100644 --- a/site/public/v1/smartphones/nokia-g21-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-g21-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.9, + "overall": 31.9, "performance": 22.0, "camera": null, - "battery": 39.7, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.821501", - "updated_at": "2026-07-09T01:31:06.821501" + "created_at": "2026-07-09T04:23:11.016678", + "updated_at": "2026-07-09T04:23:11.016678" } diff --git a/site/public/v1/smartphones/nokia-g22-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-g22-6gb-256gb-4g-lte/index.json index aee7f78f60b6..d08dd149a679 100644 --- a/site/public/v1/smartphones/nokia-g22-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-g22-6gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 196.2, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.9, + "overall": 32.1, "performance": 22.0, "camera": null, - "battery": 39.7, + "battery": 42.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.859376", - "updated_at": "2026-07-09T01:31:06.859376" + "created_at": "2026-07-09T04:23:11.053195", + "updated_at": "2026-07-09T04:23:11.053195" } diff --git a/site/public/v1/smartphones/nokia-lumia-1020-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-1020-2gb-64gb-4g-lte/index.json index 61fe6d6a19a1..d243ae19ae65 100644 --- a/site/public/v1/smartphones/nokia-lumia-1020-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-1020-2gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.4, + "width_mm": 71.4, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1", "os_version": "8", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.502191", - "updated_at": "2026-07-09T01:31:06.502191" + "created_at": "2026-07-09T04:23:10.725132", + "updated_at": "2026-07-09T04:23:10.725132" } diff --git a/site/public/v1/smartphones/nokia-lumia-1520-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-1520-2gb-32gb-4g-lte/index.json index d074446238a9..06be7ec0f680 100644 --- a/site/public/v1/smartphones/nokia-lumia-1520-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-1520-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.8, + "width_mm": 85.4, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to Windows 10", "os_version": "8", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.504182", - "updated_at": "2026-07-09T01:31:06.504182" + "created_at": "2026-07-09T04:23:10.727651", + "updated_at": "2026-07-09T04:23:10.727651" } diff --git a/site/public/v1/smartphones/nokia-lumia-525-1gb-8gb-3g/index.json b/site/public/v1/smartphones/nokia-lumia-525-1gb-8gb-3g/index.json index 96934d660e3c..addcea36de17 100644 --- a/site/public/v1/smartphones/nokia-lumia-525-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/nokia-lumia-525-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 124.0, - "dimensions": {}, + "dimensions": { + "height_mm": 119.9, + "width_mm": 64.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.506170", - "updated_at": "2026-07-09T01:31:06.506170" + "created_at": "2026-07-09T04:23:10.729651", + "updated_at": "2026-07-09T04:23:10.729651" } diff --git a/site/public/v1/smartphones/nokia-lumia-635-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-635-1gb-8gb-4g-lte/index.json index a9048d292a41..cd6ef782fbfc 100644 --- a/site/public/v1/smartphones/nokia-lumia-635-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-635-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.5, + "width_mm": 66.7, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.520266", - "updated_at": "2026-07-09T01:31:06.520266" + "created_at": "2026-07-09T04:23:10.743656", + "updated_at": "2026-07-09T04:23:10.743656" } diff --git a/site/public/v1/smartphones/nokia-lumia-638-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-638-1gb-8gb-4g-lte/index.json index 5ae11a3c2c22..62752f6e8618 100644 --- a/site/public/v1/smartphones/nokia-lumia-638-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-638-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.5, + "width_mm": 66.7, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.522276", - "updated_at": "2026-07-09T01:31:06.522276" + "created_at": "2026-07-09T04:23:10.744656", + "updated_at": "2026-07-09T04:23:10.744656" } diff --git a/site/public/v1/smartphones/nokia-lumia-735-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-735-1gb-8gb-4g-lte/index.json index 0ebfd9359197..451d0419ab49 100644 --- a/site/public/v1/smartphones/nokia-lumia-735-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-735-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.7, + "width_mm": 68.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.524299", - "updated_at": "2026-07-09T01:31:06.524299" + "created_at": "2026-07-09T04:23:10.746656", + "updated_at": "2026-07-09T04:23:10.746656" } diff --git a/site/public/v1/smartphones/nokia-lumia-810-1gb-8gb-3g/index.json b/site/public/v1/smartphones/nokia-lumia-810-1gb-8gb-3g/index.json index 675c17a2e943..779e54733afd 100644 --- a/site/public/v1/smartphones/nokia-lumia-810-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/nokia-lumia-810-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.8, + "width_mm": 68.4, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.485193", - "updated_at": "2026-07-09T01:31:06.485193" + "created_at": "2026-07-09T04:23:10.709776", + "updated_at": "2026-07-09T04:23:10.709776" } diff --git a/site/public/v1/smartphones/nokia-lumia-820-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-820-1gb-8gb-4g-lte/index.json index 12a2392626bd..2ce47c434257 100644 --- a/site/public/v1/smartphones/nokia-lumia-820-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-820-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 123.8, + "width_mm": 68.5, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.486186", - "updated_at": "2026-07-09T01:31:06.486186" + "created_at": "2026-07-09T04:23:10.710776", + "updated_at": "2026-07-09T04:23:10.710776" } diff --git a/site/public/v1/smartphones/nokia-lumia-822-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-822-1gb-16gb-4g-lte/index.json index 925d01fb1b12..27e7ed525549 100644 --- a/site/public/v1/smartphones/nokia-lumia-822-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-822-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.6, - "dimensions": {}, + "dimensions": { + "height_mm": 127.8, + "width_mm": 68.4, + "depth_mm": 11.2 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.488229", - "updated_at": "2026-07-09T01:31:06.488229" + "created_at": "2026-07-09T04:23:10.712621", + "updated_at": "2026-07-09T04:23:10.712621" } diff --git a/site/public/v1/smartphones/nokia-lumia-830-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-830-1gb-16gb-4g-lte/index.json index 8599a332342a..ff1800f72f6f 100644 --- a/site/public/v1/smartphones/nokia-lumia-830-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-830-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.4, + "width_mm": 70.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Microsoft Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.525303", - "updated_at": "2026-07-09T01:31:06.525303" + "created_at": "2026-07-09T04:23:10.747656", + "updated_at": "2026-07-09T04:23:10.747656" } diff --git a/site/public/v1/smartphones/nokia-lumia-920-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-920-1gb-32gb-4g-lte/index.json index 99d98203d5a2..65524a78f3bd 100644 --- a/site/public/v1/smartphones/nokia-lumia-920-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-920-1gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.3, + "width_mm": 70.8, + "depth_mm": 10.7 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.489196", - "updated_at": "2026-07-09T01:31:06.489196" + "created_at": "2026-07-09T04:23:10.713625", + "updated_at": "2026-07-09T04:23:10.713625" } diff --git a/site/public/v1/smartphones/nokia-lumia-925-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-925-1gb-32gb-4g-lte/index.json index d4447a7506db..421a18da8d59 100644 --- a/site/public/v1/smartphones/nokia-lumia-925-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-925-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.0, + "width_mm": 70.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1", "os_version": "8", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.507190", - "updated_at": "2026-07-09T01:31:06.507190" + "created_at": "2026-07-09T04:23:10.731651", + "updated_at": "2026-07-09T04:23:10.731651" } diff --git a/site/public/v1/smartphones/nokia-lumia-928-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-928-1gb-32gb-4g-lte/index.json index 1504fa1f202e..ec425e79b7bc 100644 --- a/site/public/v1/smartphones/nokia-lumia-928-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-928-1gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 68.9, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.508186", - "updated_at": "2026-07-09T01:31:06.508186" + "created_at": "2026-07-09T04:23:10.732651", + "updated_at": "2026-07-09T04:23:10.732651" } diff --git a/site/public/v1/smartphones/nokia-lumia-930-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-930-2gb-32gb-4g-lte/index.json index 6bd2164bd829..60e7337b379e 100644 --- a/site/public/v1/smartphones/nokia-lumia-930-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-930-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 71.0, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8.1, upgradable to Windows 10", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.526900", - "updated_at": "2026-07-09T01:31:06.526900" + "created_at": "2026-07-09T04:23:10.749657", + "updated_at": "2026-07-09T04:23:10.749657" } diff --git a/site/public/v1/smartphones/nokia-lumia-icon-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-lumia-icon-2gb-32gb-4g-lte/index.json index 239fef6ce418..f24332154e6b 100644 --- a/site/public/v1/smartphones/nokia-lumia-icon-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-lumia-icon-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 71.0, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to Microsoft Windows 10", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.527911", - "updated_at": "2026-07-09T01:31:06.527911" + "created_at": "2026-07-09T04:23:10.750656", + "updated_at": "2026-07-09T04:23:10.750656" } diff --git a/site/public/v1/smartphones/nokia-n1-2gb-32gb-2g/index.json b/site/public/v1/smartphones/nokia-n1-2gb-32gb-2g/index.json index b3df70345531..1d06c3b5f265 100644 --- a/site/public/v1/smartphones/nokia-n1-2gb-32gb-2g/index.json +++ b/site/public/v1/smartphones/nokia-n1-2gb-32gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 318.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.7, + "width_mm": 138.6, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 5.1.1 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.528911", - "updated_at": "2026-07-09T01:31:06.528911" + "created_at": "2026-07-09T04:23:10.751656", + "updated_at": "2026-07-09T04:23:10.751656" } diff --git a/site/public/v1/smartphones/nokia-n9-1gb-64gb-3g/index.json b/site/public/v1/smartphones/nokia-n9-1gb-64gb-3g/index.json index 0afc34f10b3d..2896405a08cb 100644 --- a/site/public/v1/smartphones/nokia-n9-1gb-64gb-3g/index.json +++ b/site/public/v1/smartphones/nokia-n9-1gb-64gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 116.5, + "width_mm": 61.2, + "depth_mm": 12.1 + }, "ip_rating": null, "os": "MeeGo 1.2 Harmattan", "os_version": "1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.466123", - "updated_at": "2026-07-09T01:31:06.466123" + "created_at": "2026-07-09T04:23:10.690265", + "updated_at": "2026-07-09T04:23:10.690265" } diff --git a/site/public/v1/smartphones/nokia-t21-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-t21-4gb-128gb-4g-lte/index.json index e4d5616c0486..26ec1e0820c8 100644 --- a/site/public/v1/smartphones/nokia-t21-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-t21-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 466.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.5, + "width_mm": 157.3, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 51.4, "performance": null, "camera": null, - "battery": 49.2, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.851421", - "updated_at": "2026-07-09T01:31:06.851421" + "created_at": "2026-07-09T04:23:11.046194", + "updated_at": "2026-07-09T04:23:11.046194" } diff --git a/site/public/v1/smartphones/nokia-x71-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/nokia-x71-6gb-128gb-4g-lte/index.json index 3fe102a6a414..ade70526d698 100644 --- a/site/public/v1/smartphones/nokia-x71-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/nokia-x71-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.2, + "width_mm": 76.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Android One", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 22.2, "performance": null, "camera": null, - "battery": 20.0, + "battery": 22.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.670619", - "updated_at": "2026-07-09T01:31:06.670619" + "created_at": "2026-07-09T04:23:10.881180", + "updated_at": "2026-07-09T04:23:10.881180" } diff --git a/site/public/v1/smartphones/nothing-cmf-phone-1-8gb-256gb-5g/index.json b/site/public/v1/smartphones/nothing-cmf-phone-1-8gb-256gb-5g/index.json index 7fef5a025801..c449228e6c9a 100644 --- a/site/public/v1/smartphones/nothing-cmf-phone-1-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/nothing-cmf-phone-1-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 77.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 14, up to 2 major Android upgrades", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.5, + "overall": 54.9, "performance": 49.1, "camera": null, - "battery": 55.8, + "battery": 60.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.877378", - "updated_at": "2026-07-09T01:31:06.877378" + "created_at": "2026-07-09T04:23:11.072201", + "updated_at": "2026-07-09T04:23:11.072201" } diff --git a/site/public/v1/smartphones/oneplus-2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-2-4gb-64gb-4g-lte/index.json index 8574b006af47..718f55f8aa63 100644 --- a/site/public/v1/smartphones/oneplus-2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-2-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.8, + "width_mm": 74.9, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), upgradable to 6.0.1 (Marshmallow), Oxygen 3.5.6 UI", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.925552", - "updated_at": "2026-07-09T01:31:06.925552" + "created_at": "2026-07-09T04:23:11.118449", + "updated_at": "2026-07-09T04:23:11.118449" } diff --git a/site/public/v1/smartphones/oneplus-3-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-3-6gb-64gb-4g-lte/index.json index c6f5697663f5..d4e2c763ad21 100644 --- a/site/public/v1/smartphones/oneplus-3-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-3-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.7, + "width_mm": 74.7, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 9.0 (Pie)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.6, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.930211", - "updated_at": "2026-07-09T01:31:06.930211" + "created_at": "2026-07-09T04:23:11.121441", + "updated_at": "2026-07-09T04:23:11.121441" } diff --git a/site/public/v1/smartphones/oneplus-3t-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-3t-6gb-128gb-4g-lte/index.json index 0c99a53c2045..16f7871144cb 100644 --- a/site/public/v1/smartphones/oneplus-3t-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-3t-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.7, + "width_mm": 74.7, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 9.0 (Pie)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.0, + "overall": 21.6, "performance": null, "camera": null, - "battery": 19.0, + "battery": 21.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.931256", - "updated_at": "2026-07-09T01:31:06.931256" + "created_at": "2026-07-09T04:23:11.122441", + "updated_at": "2026-07-09T04:23:11.122441" } diff --git a/site/public/v1/smartphones/oneplus-5-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-5-8gb-128gb-4g-lte/index.json index b97aa14f23bc..48bc2c8b5a01 100644 --- a/site/public/v1/smartphones/oneplus-5-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-5-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.2, + "width_mm": 74.1, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 10, OxygenOS 10.0.0", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.9, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.934193", - "updated_at": "2026-07-09T01:31:06.934193" + "created_at": "2026-07-09T04:23:11.124946", + "updated_at": "2026-07-09T04:23:11.124946" } diff --git a/site/public/v1/smartphones/oneplus-5t-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-5t-8gb-128gb-4g-lte/index.json index 1831a3408168..7e8159a5cf2b 100644 --- a/site/public/v1/smartphones/oneplus-5t-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-5t-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 75.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 10, OxygenOS 10.0.0", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.9, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.935230", - "updated_at": "2026-07-09T01:31:06.935230" + "created_at": "2026-07-09T04:23:11.126951", + "updated_at": "2026-07-09T04:23:11.126951" } diff --git a/site/public/v1/smartphones/oneplus-6-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-6-8gb-256gb-4g-lte/index.json index 4e5a0f260667..497ac8517fa2 100644 --- a/site/public/v1/smartphones/oneplus-6-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-6-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.7, + "width_mm": 75.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 11, OxygenOS 11.1.1.1", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.9, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.938204", - "updated_at": "2026-07-09T01:31:06.938204" + "created_at": "2026-07-09T04:23:11.129952", + "updated_at": "2026-07-09T04:23:11.129952" } diff --git a/site/public/v1/smartphones/oneplus-6t-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-6t-8gb-256gb-4g-lte/index.json index e5a290e7ee85..f1d95176a533 100644 --- a/site/public/v1/smartphones/oneplus-6t-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-6t-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, OxygenOS 11.1.1.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.3, + "overall": 32.9, "performance": null, "camera": null, - "battery": 30.3, + "battery": 32.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.946266", - "updated_at": "2026-07-09T01:31:06.946266" + "created_at": "2026-07-09T04:23:11.136952", + "updated_at": "2026-07-09T04:23:11.136952" } diff --git a/site/public/v1/smartphones/oneplus-6t-mclaren-10gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-6t-mclaren-10gb-256gb-4g-lte/index.json index 121f1ac73b18..8893e92f066d 100644 --- a/site/public/v1/smartphones/oneplus-6t-mclaren-10gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-6t-mclaren-10gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, OxygenOS 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.3, + "overall": 34.7, "performance": null, "camera": null, - "battery": 30.3, + "battery": 34.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.947139", - "updated_at": "2026-07-09T01:31:06.947139" + "created_at": "2026-07-09T04:23:11.138951", + "updated_at": "2026-07-09T04:23:11.138951" } diff --git a/site/public/v1/smartphones/oneplus-7-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-7-12gb-256gb-4g-lte/index.json index 8f7c1f3ef06f..9835079dee2e 100644 --- a/site/public/v1/smartphones/oneplus-7-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-7-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 74.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12, OxygenOS 12.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.6, + "overall": 39.2, "performance": null, "camera": null, - "battery": 36.6, + "battery": 39.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.956134", - "updated_at": "2026-07-09T01:31:06.956134" + "created_at": "2026-07-09T04:23:11.146956", + "updated_at": "2026-07-09T04:23:11.146956" } diff --git a/site/public/v1/smartphones/oneplus-7-pro-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-7-pro-12gb-256gb-4g-lte/index.json index 0c022b00dc55..a66ded266219 100644 --- a/site/public/v1/smartphones/oneplus-7-pro-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-7-pro-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12, OxygenOS 12.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 43.9, "performance": null, "camera": null, - "battery": 39.6, + "battery": 43.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.959210", - "updated_at": "2026-07-09T01:31:06.959210" + "created_at": "2026-07-09T04:23:11.149955", + "updated_at": "2026-07-09T04:23:11.149955" } diff --git a/site/public/v1/smartphones/oneplus-7-pro-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/oneplus-7-pro-5g-12gb-256gb-5g/index.json index a9b4bb413eda..4d44d8c8b2d7 100644 --- a/site/public/v1/smartphones/oneplus-7-pro-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oneplus-7-pro-5g-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, OxygenOS 10.0.4", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 43.9, "performance": null, "camera": null, - "battery": 39.6, + "battery": 43.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.961239", - "updated_at": "2026-07-09T01:31:06.961239" + "created_at": "2026-07-09T04:23:11.150955", + "updated_at": "2026-07-09T04:23:11.150955" } diff --git a/site/public/v1/smartphones/oneplus-7t-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-7t-8gb-256gb-4g-lte/index.json index 424134b8562b..4f3cfedfb901 100644 --- a/site/public/v1/smartphones/oneplus-7t-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-7t-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, OxygenOS 12.1", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.6, + "overall": 41.9, "performance": null, "camera": null, - "battery": 37.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.969205", - "updated_at": "2026-07-09T01:31:06.969205" + "created_at": "2026-07-09T04:23:11.159619", + "updated_at": "2026-07-09T04:23:11.159619" } diff --git a/site/public/v1/smartphones/oneplus-7t-pro-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-7t-pro-12gb-256gb-4g-lte/index.json index ce7ba1ba6fa6..015c3055e53d 100644 --- a/site/public/v1/smartphones/oneplus-7t-pro-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-7t-pro-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4085, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, OxygenOS 12.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.4, + "overall": 44.7, "performance": null, "camera": null, - "battery": 40.4, + "battery": 44.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.971223", - "updated_at": "2026-07-09T01:31:06.971223" + "created_at": "2026-07-09T04:23:11.161620", + "updated_at": "2026-07-09T04:23:11.161620" } diff --git a/site/public/v1/smartphones/oneplus-ace-2v-16gb-512gb-5g/index.json b/site/public/v1/smartphones/oneplus-ace-2v-16gb-512gb-5g/index.json index 06d319fd686a..c11b24b643a5 100644 --- a/site/public/v1/smartphones/oneplus-ace-2v-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/oneplus-ace-2v-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 191.5, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 75.1, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, ColorOS 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.8, + "overall": 68.9, "performance": null, "camera": null, - "battery": 55.8, + "battery": 68.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.124972", - "updated_at": "2026-07-09T01:31:07.124972" + "created_at": "2026-07-09T04:23:11.315545", + "updated_at": "2026-07-09T04:23:11.315545" } diff --git a/site/public/v1/smartphones/oneplus-nord-2t-12gb-256gb-5g/index.json b/site/public/v1/smartphones/oneplus-nord-2t-12gb-256gb-5g/index.json index 0b055824704b..c26af6c19427 100644 --- a/site/public/v1/smartphones/oneplus-nord-2t-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oneplus-nord-2t-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 73.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, OxygenOS 14", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.4, + "overall": 58.9, "performance": 58.1, "camera": null, - "battery": 46.7, + "battery": 59.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.085906", - "updated_at": "2026-07-09T01:31:07.085906" + "created_at": "2026-07-09T04:23:11.279211", + "updated_at": "2026-07-09T04:23:11.279211" } diff --git a/site/public/v1/smartphones/oneplus-nord-3-16gb-256gb-5g/index.json b/site/public/v1/smartphones/oneplus-nord-3-16gb-256gb-5g/index.json index a08449ef8a3d..514d885aebc0 100644 --- a/site/public/v1/smartphones/oneplus-nord-3-16gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oneplus-nord-3-16gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 193.5, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 75.1, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, up to 3 major Android upgrades, OxygenOS 14", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.8, + "overall": 68.9, "performance": null, "camera": null, - "battery": 55.8, + "battery": 68.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.125913", - "updated_at": "2026-07-09T01:31:07.125913" + "created_at": "2026-07-09T04:23:11.315545", + "updated_at": "2026-07-09T04:23:11.315545" } diff --git a/site/public/v1/smartphones/oneplus-nord-n300-4gb-64gb-5g/index.json b/site/public/v1/smartphones/oneplus-nord-n300-4gb-64gb-5g/index.json index 14ba6535ee59..101119ec7d49 100644 --- a/site/public/v1/smartphones/oneplus-nord-n300-4gb-64gb-5g/index.json +++ b/site/public/v1/smartphones/oneplus-nord-n300-4gb-64gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, OxygenOS", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.5, + "overall": 46.9, "performance": 37.2, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.098895", - "updated_at": "2026-07-09T01:31:07.098895" + "created_at": "2026-07-09T04:23:11.290210", + "updated_at": "2026-07-09T04:23:11.290210" } diff --git a/site/public/v1/smartphones/oneplus-one-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-one-3gb-64gb-4g-lte/index.json index 9d0908d2a02b..c134ff3d0309 100644 --- a/site/public/v1/smartphones/oneplus-one-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-one-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.9, + "width_mm": 75.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0.1 (Marshmallow)", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.924541", - "updated_at": "2026-07-09T01:31:06.924541" + "created_at": "2026-07-09T04:23:11.117439", + "updated_at": "2026-07-09T04:23:11.117439" } diff --git a/site/public/v1/smartphones/oneplus-x-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oneplus-x-3gb-16gb-4g-lte/index.json index 71ec17a5d7d9..f48ae7668eaa 100644 --- a/site/public/v1/smartphones/oneplus-x-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oneplus-x-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.0, + "width_mm": 69.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0.1 (Marshmallow), OxygenOS 2.2.3", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:06.929321", - "updated_at": "2026-07-09T01:31:06.929321" + "created_at": "2026-07-09T04:23:11.120440", + "updated_at": "2026-07-09T04:23:11.120440" } diff --git a/site/public/v1/smartphones/oppo-a1-2018-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a1-2018-4gb-64gb-4g-lte/index.json index 1a482b4ddc08..5b3c623a14af 100644 --- a/site/public/v1/smartphones/oppo-a1-2018-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a1-2018-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.5, + "width_mm": 73.1, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), ColorOS 3.2", "os_version": "7.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.265270", - "updated_at": "2026-07-09T01:31:07.265270" + "created_at": "2026-07-09T04:23:11.449512", + "updated_at": "2026-07-09T04:23:11.449512" } diff --git a/site/public/v1/smartphones/oppo-a11-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a11-6gb-256gb-4g-lte/index.json index bd11862aa7cc..cc4231c04763 100644 --- a/site/public/v1/smartphones/oppo-a11-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a11-6gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6.0", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 42.1, "performance": null, "camera": null, - "battery": 41.3, + "battery": 42.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.349048", - "updated_at": "2026-07-09T01:31:07.349048" + "created_at": "2026-07-09T04:23:11.518316", + "updated_at": "2026-07-09T04:23:11.518316" } diff --git a/site/public/v1/smartphones/oppo-a11k-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a11k-2gb-32gb-4g-lte/index.json index 7a81cf553c20..58e4c4202c54 100644 --- a/site/public/v1/smartphones/oppo-a11k-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a11k-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6.1", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.492844", - "updated_at": "2026-07-09T01:31:07.492844" + "created_at": "2026-07-09T04:23:11.651235", + "updated_at": "2026-07-09T04:23:11.651235" } diff --git a/site/public/v1/smartphones/oppo-a12-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a12-4gb-64gb-4g-lte/index.json index 9a7ebed9f0cb..5528acca017c 100644 --- a/site/public/v1/smartphones/oppo-a12-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a12-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6.1", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.494789", - "updated_at": "2026-07-09T01:31:07.494789" + "created_at": "2026-07-09T04:23:11.653240", + "updated_at": "2026-07-09T04:23:11.653240" } diff --git a/site/public/v1/smartphones/oppo-a12e-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a12e-3gb-64gb-4g-lte/index.json index 9116146d4fdc..58f1c718f2b9 100644 --- a/site/public/v1/smartphones/oppo-a12e-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a12e-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.1", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.500786", - "updated_at": "2026-07-09T01:31:07.500786" + "created_at": "2026-07-09T04:23:11.658265", + "updated_at": "2026-07-09T04:23:11.658265" } diff --git a/site/public/v1/smartphones/oppo-a12s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a12s-3gb-32gb-4g-lte/index.json index 7b92cc89e0d1..f183af88132c 100644 --- a/site/public/v1/smartphones/oppo-a12s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a12s-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4230, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 32.4, "performance": null, "camera": null, - "battery": 31.5, + "battery": 32.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.502785", - "updated_at": "2026-07-09T01:31:07.502785" + "created_at": "2026-07-09T04:23:11.660270", + "updated_at": "2026-07-09T04:23:11.660270" } diff --git a/site/public/v1/smartphones/oppo-a15-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a15-3gb-32gb-4g-lte/index.json index 7da5e63b5c33..4cf52c3cbb72 100644 --- a/site/public/v1/smartphones/oppo-a15-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a15-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4230, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 32.4, "performance": null, "camera": null, - "battery": 31.5, + "battery": 32.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.503800", - "updated_at": "2026-07-09T01:31:07.503800" + "created_at": "2026-07-09T04:23:11.661271", + "updated_at": "2026-07-09T04:23:11.661271" } diff --git a/site/public/v1/smartphones/oppo-a15s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a15s-4gb-128gb-4g-lte/index.json index 901574568b14..d84409f62695 100644 --- a/site/public/v1/smartphones/oppo-a15s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a15s-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4230, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 32.4, "performance": null, "camera": null, - "battery": 31.5, + "battery": 32.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.508880", - "updated_at": "2026-07-09T01:31:07.508880" + "created_at": "2026-07-09T04:23:11.665277", + "updated_at": "2026-07-09T04:23:11.665277" } diff --git a/site/public/v1/smartphones/oppo-a16e-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a16e-4gb-64gb-4g-lte/index.json index 4e437d29fa85..c123f2aaa7e2 100644 --- a/site/public/v1/smartphones/oppo-a16e-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a16e-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4230, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 32.4, "performance": null, "camera": null, - "battery": 31.5, + "battery": 32.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.962595", - "updated_at": "2026-07-09T01:31:07.962595" + "created_at": "2026-07-09T04:23:12.043513", + "updated_at": "2026-07-09T04:23:12.043513" } diff --git a/site/public/v1/smartphones/oppo-a1k-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a1k-3gb-32gb-4g-lte/index.json index 7d7a96309854..1ad6762371f4 100644 --- a/site/public/v1/smartphones/oppo-a1k-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a1k-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 73.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.353071", - "updated_at": "2026-07-09T01:31:07.353071" + "created_at": "2026-07-09T04:23:11.521316", + "updated_at": "2026-07-09T04:23:11.521316" } diff --git a/site/public/v1/smartphones/oppo-a1x-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a1x-8gb-128gb-5g/index.json index 20eff087d7f2..f0d357f0acb9 100644 --- a/site/public/v1/smartphones/oppo-a1x-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a1x-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, ColorOS 12.1", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 43.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.467825", - "updated_at": "2026-07-09T01:31:08.467825" + "created_at": "2026-07-09T04:23:12.287632", + "updated_at": "2026-07-09T04:23:12.287632" } diff --git a/site/public/v1/smartphones/oppo-a3-2018-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a3-2018-4gb-128gb-4g-lte/index.json index 62a8a3ecc00c..753fcf623dbb 100644 --- a/site/public/v1/smartphones/oppo-a3-2018-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a3-2018-4gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.3, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.267197", - "updated_at": "2026-07-09T01:31:07.267197" + "created_at": "2026-07-09T04:23:11.451513", + "updated_at": "2026-07-09T04:23:11.451513" } diff --git a/site/public/v1/smartphones/oppo-a3-6gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a3-6gb-128gb-5g/index.json index e3592665f234..aa11570d6619 100644 --- a/site/public/v1/smartphones/oppo-a3-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a3-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.6, + "overall": 51.0, "performance": 42.5, "camera": null, - "battery": 52.7, + "battery": 59.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.536521", - "updated_at": "2026-07-09T01:31:08.536521" + "created_at": "2026-07-09T04:23:12.367688", + "updated_at": "2026-07-09T04:23:12.367688" } diff --git a/site/public/v1/smartphones/oppo-a31-2015-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a31-2015-1gb-8gb-4g-lte/index.json index ae0f9fd2785f..e2b9e1b19a77 100644 --- a/site/public/v1/smartphones/oppo-a31-2015-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a31-2015-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.9, + "width_mm": 65.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.197575", - "updated_at": "2026-07-09T01:31:07.197575" + "created_at": "2026-07-09T04:23:11.383641", + "updated_at": "2026-07-09T04:23:11.383641" } diff --git a/site/public/v1/smartphones/oppo-a31-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a31-6gb-128gb-4g-lte/index.json index e33a21d72444..899c1f21666b 100644 --- a/site/public/v1/smartphones/oppo-a31-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a31-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6.1", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.510912", - "updated_at": "2026-07-09T01:31:07.510912" + "created_at": "2026-07-09T04:23:11.667274", + "updated_at": "2026-07-09T04:23:11.667274" } diff --git a/site/public/v1/smartphones/oppo-a33-2015-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a33-2015-2gb-16gb-4g-lte/index.json index 7a9a0d257282..4785a6f884f6 100644 --- a/site/public/v1/smartphones/oppo-a33-2015-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a33-2015-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.7, + "width_mm": 71.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 2.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.199592", - "updated_at": "2026-07-09T01:31:07.199592" + "created_at": "2026-07-09T04:23:11.386682", + "updated_at": "2026-07-09T04:23:11.386682" } diff --git a/site/public/v1/smartphones/oppo-a35-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a35-4gb-128gb-4g-lte/index.json index 9b877c7a6178..fd8745a83b53 100644 --- a/site/public/v1/smartphones/oppo-a35-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a35-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4230, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 32.4, "performance": null, "camera": null, - "battery": 31.5, + "battery": 32.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.736537", - "updated_at": "2026-07-09T01:31:07.736537" + "created_at": "2026-07-09T04:23:11.880580", + "updated_at": "2026-07-09T04:23:11.880580" } diff --git a/site/public/v1/smartphones/oppo-a37-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a37-2gb-16gb-4g-lte/index.json index f66fdafe09a7..b3db396ca51d 100644 --- a/site/public/v1/smartphones/oppo-a37-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a37-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.1, + "width_mm": 71.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 3", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.232268", - "updated_at": "2026-07-09T01:31:07.232268" + "created_at": "2026-07-09T04:23:11.417343", + "updated_at": "2026-07-09T04:23:11.417343" } diff --git a/site/public/v1/smartphones/oppo-a39-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a39-3gb-32gb-4g-lte/index.json index 0da242f2d845..90a66b5c6e72 100644 --- a/site/public/v1/smartphones/oppo-a39-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a39-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 72.9, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 3", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.249295", - "updated_at": "2026-07-09T01:31:07.249295" + "created_at": "2026-07-09T04:23:11.434507", + "updated_at": "2026-07-09T04:23:11.434507" } diff --git a/site/public/v1/smartphones/oppo-a3s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a3s-4gb-64gb-4g-lte/index.json index ad67df954bda..de8b98279079 100644 --- a/site/public/v1/smartphones/oppo-a3s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a3s-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4230, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.1", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 29.9, "performance": null, "camera": null, - "battery": 27.3, + "battery": 29.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.269275", - "updated_at": "2026-07-09T01:31:07.269275" + "created_at": "2026-07-09T04:23:11.453513", + "updated_at": "2026-07-09T04:23:11.453513" } diff --git a/site/public/v1/smartphones/oppo-a3x-4gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a3x-4gb-128gb-5g/index.json index 924e837f4877..9e9fd2c1487d 100644 --- a/site/public/v1/smartphones/oppo-a3x-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a3x-4gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.9, + "overall": 50.4, "performance": 41.1, "camera": null, - "battery": 52.7, + "battery": 59.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.539502", - "updated_at": "2026-07-09T01:31:08.539502" + "created_at": "2026-07-09T04:23:12.370688", + "updated_at": "2026-07-09T04:23:12.370688" } diff --git a/site/public/v1/smartphones/oppo-a3x-china-8gb-512gb-5g/index.json b/site/public/v1/smartphones/oppo-a3x-china-8gb-512gb-5g/index.json index f6ad60f153ef..89db4a0d6cdf 100644 --- a/site/public/v1/smartphones/oppo-a3x-china-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a3x-china-8gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.2, + "overall": 51.7, "performance": 43.8, "camera": null, - "battery": 52.7, + "battery": 59.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.542508", - "updated_at": "2026-07-09T01:31:08.542508" + "created_at": "2026-07-09T04:23:12.373688", + "updated_at": "2026-07-09T04:23:12.373688" } diff --git a/site/public/v1/smartphones/oppo-a5-2020-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a5-2020-4gb-128gb-4g-lte/index.json index 2206ac6e53c6..b552ea7fd19b 100644 --- a/site/public/v1/smartphones/oppo-a5-2020-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a5-2020-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.4, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6.1", "os_version": "9.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.356049", - "updated_at": "2026-07-09T01:31:07.356049" + "created_at": "2026-07-09T04:23:11.524316", + "updated_at": "2026-07-09T04:23:11.524316" } diff --git a/site/public/v1/smartphones/oppo-a5-ax5-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a5-ax5-4gb-64gb-4g-lte/index.json index c984312c7e95..a8e166bbfa83 100644 --- a/site/public/v1/smartphones/oppo-a5-ax5-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a5-ax5-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.1", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.277199", - "updated_at": "2026-07-09T01:31:07.277199" + "created_at": "2026-07-09T04:23:11.459527", + "updated_at": "2026-07-09T04:23:11.459527" } diff --git a/site/public/v1/smartphones/oppo-a52-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a52-8gb-128gb-4g-lte/index.json index 1d2552a3f0b2..c1ca085d4d2d 100644 --- a/site/public/v1/smartphones/oppo-a52-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a52-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 75.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.1", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.521909", - "updated_at": "2026-07-09T01:31:07.521909" + "created_at": "2026-07-09T04:23:11.677275", + "updated_at": "2026-07-09T04:23:11.677275" } diff --git a/site/public/v1/smartphones/oppo-a53-2015-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a53-2015-2gb-16gb-4g-lte/index.json index 8fc412a106b0..f6d84b4bb5c2 100644 --- a/site/public/v1/smartphones/oppo-a53-2015-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a53-2015-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 77.0, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 2.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.200629", - "updated_at": "2026-07-09T01:31:07.200629" + "created_at": "2026-07-09T04:23:11.387683", + "updated_at": "2026-07-09T04:23:11.387683" } diff --git a/site/public/v1/smartphones/oppo-a53-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a53-5g-8gb-128gb-5g/index.json index a74b17d03c5a..580b0e71aedf 100644 --- a/site/public/v1/smartphones/oppo-a53-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a53-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4040, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.5, + "overall": 38.8, "performance": 36.9, "camera": null, - "battery": 40.0, + "battery": 40.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.538519", - "updated_at": "2026-07-09T01:31:07.538519" + "created_at": "2026-07-09T04:23:11.690858", + "updated_at": "2026-07-09T04:23:11.690858" } diff --git a/site/public/v1/smartphones/oppo-a53s-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a53s-5g-8gb-128gb-5g/index.json index bd31ea70554f..f17b2b3e1843 100644 --- a/site/public/v1/smartphones/oppo-a53s-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a53s-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 189.6, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 43.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.739524", - "updated_at": "2026-07-09T01:31:07.739524" + "created_at": "2026-07-09T04:23:11.882578", + "updated_at": "2026-07-09T04:23:11.882578" } diff --git a/site/public/v1/smartphones/oppo-a54-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a54-6gb-128gb-4g-lte/index.json index b1da819bef9f..35048d3f4e68 100644 --- a/site/public/v1/smartphones/oppo-a54-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a54-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.740562", - "updated_at": "2026-07-09T01:31:07.740562" + "created_at": "2026-07-09T04:23:11.883578", + "updated_at": "2026-07-09T04:23:11.883578" } diff --git a/site/public/v1/smartphones/oppo-a55-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a55-5g-8gb-128gb-5g/index.json index 59d7625687f3..0e2201dec387 100644 --- a/site/public/v1/smartphones/oppo-a55-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a55-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 43.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.750571", - "updated_at": "2026-07-09T01:31:07.750571" + "created_at": "2026-07-09T04:23:11.893090", + "updated_at": "2026-07-09T04:23:11.893090" } diff --git a/site/public/v1/smartphones/oppo-a55s-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a55s-8gb-128gb-5g/index.json index b7634ead4bfa..3a263e00cff4 100644 --- a/site/public/v1/smartphones/oppo-a55s-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a55s-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 43.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.973520", - "updated_at": "2026-07-09T01:31:07.973520" + "created_at": "2026-07-09T04:23:12.053506", + "updated_at": "2026-07-09T04:23:12.053506" } diff --git a/site/public/v1/smartphones/oppo-a56-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a56-5g-6gb-128gb-5g/index.json index a0eed89981af..8c6518941d10 100644 --- a/site/public/v1/smartphones/oppo-a56-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a56-5g-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 189.5, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.1, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.752534", - "updated_at": "2026-07-09T01:31:07.752534" + "created_at": "2026-07-09T04:23:11.895089", + "updated_at": "2026-07-09T04:23:11.895089" } diff --git a/site/public/v1/smartphones/oppo-a56s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-a56s-8gb-256gb-5g/index.json index ac5943b79c86..64d4fe84c1dc 100644 --- a/site/public/v1/smartphones/oppo-a56s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a56s-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, ColorOS 12.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 46.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 52.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.471826", - "updated_at": "2026-07-09T01:31:08.471826" + "created_at": "2026-07-09T04:23:12.292140", + "updated_at": "2026-07-09T04:23:12.292140" } diff --git a/site/public/v1/smartphones/oppo-a57-2016-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a57-2016-3gb-32gb-4g-lte/index.json index a75bd9f6d2fe..126110081760 100644 --- a/site/public/v1/smartphones/oppo-a57-2016-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a57-2016-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.1, + "width_mm": 72.9, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), ColorOS 3", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.236253", - "updated_at": "2026-07-09T01:31:07.236253" + "created_at": "2026-07-09T04:23:11.421344", + "updated_at": "2026-07-09T04:23:11.421344" } diff --git a/site/public/v1/smartphones/oppo-a57-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-a57-8gb-256gb-5g/index.json index 93b2f39dbef6..ad596e1a8b0e 100644 --- a/site/public/v1/smartphones/oppo-a57-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a57-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, ColorOS 12.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 46.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 52.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.984521", - "updated_at": "2026-07-09T01:31:07.984521" + "created_at": "2026-07-09T04:23:12.054515", + "updated_at": "2026-07-09T04:23:12.054515" } diff --git a/site/public/v1/smartphones/oppo-a58-china-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-a58-china-8gb-256gb-5g/index.json index 9cd9bd458404..37b8dbb69896 100644 --- a/site/public/v1/smartphones/oppo-a58-china-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a58-china-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, ColorOS 12.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 45.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 54.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.045127", - "updated_at": "2026-07-09T01:31:08.045127" + "created_at": "2026-07-09T04:23:12.068778", + "updated_at": "2026-07-09T04:23:12.068778" } diff --git a/site/public/v1/smartphones/oppo-a58x-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a58x-8gb-128gb-5g/index.json index 63e36e057d54..e50b172cfac3 100644 --- a/site/public/v1/smartphones/oppo-a58x-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a58x-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, ColorOS 12.1", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 43.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.045127", - "updated_at": "2026-07-09T01:31:08.045127" + "created_at": "2026-07-09T04:23:12.069778", + "updated_at": "2026-07-09T04:23:12.069778" } diff --git a/site/public/v1/smartphones/oppo-a59-2016-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a59-2016-3gb-32gb-4g-lte/index.json index a7f113991245..e5b6fc21f4b3 100644 --- a/site/public/v1/smartphones/oppo-a59-2016-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a59-2016-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 76.0, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 3", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.237277", - "updated_at": "2026-07-09T01:31:07.237277" + "created_at": "2026-07-09T04:23:11.422343", + "updated_at": "2026-07-09T04:23:11.422343" } diff --git a/site/public/v1/smartphones/oppo-a5s-ax5s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a5s-ax5s-4gb-64gb-4g-lte/index.json index 9c7e07393090..47d6fcad41c2 100644 --- a/site/public/v1/smartphones/oppo-a5s-ax5s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a5s-ax5s-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.4, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.366043", - "updated_at": "2026-07-09T01:31:07.367045" + "created_at": "2026-07-09T04:23:11.534717", + "updated_at": "2026-07-09T04:23:11.534717" } diff --git a/site/public/v1/smartphones/oppo-a7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a7-4gb-64gb-4g-lte/index.json index b26d7850cc73..6725637b04cc 100644 --- a/site/public/v1/smartphones/oppo-a7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a7-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.281318", - "updated_at": "2026-07-09T01:31:07.281318" + "created_at": "2026-07-09T04:23:11.461527", + "updated_at": "2026-07-09T04:23:11.461527" } diff --git a/site/public/v1/smartphones/oppo-a71-2018-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a71-2018-3gb-16gb-4g-lte/index.json index 84795e6409c2..1d05d5698d9d 100644 --- a/site/public/v1/smartphones/oppo-a71-2018-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a71-2018-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.1, + "width_mm": 73.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), , ColorOS 3.2", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.284202", - "updated_at": "2026-07-09T01:31:07.284202" + "created_at": "2026-07-09T04:23:11.465526", + "updated_at": "2026-07-09T04:23:11.465526" } diff --git a/site/public/v1/smartphones/oppo-a71-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a71-3gb-16gb-4g-lte/index.json index 7209e3a8ac20..68d77691bef2 100644 --- a/site/public/v1/smartphones/oppo-a71-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a71-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.1, + "width_mm": 73.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), ColorOS 3.1", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.250313", - "updated_at": "2026-07-09T01:31:07.250313" + "created_at": "2026-07-09T04:23:11.435507", + "updated_at": "2026-07-09T04:23:11.435507" } diff --git a/site/public/v1/smartphones/oppo-a72-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a72-5g-8gb-128gb-5g/index.json index 192400fdebdc..bb6f82055e56 100644 --- a/site/public/v1/smartphones/oppo-a72-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a72-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4040, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.5, + "overall": 39.5, "performance": 36.9, "camera": null, - "battery": 40.0, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.546433", - "updated_at": "2026-07-09T01:31:07.546433" + "created_at": "2026-07-09T04:23:11.698038", + "updated_at": "2026-07-09T04:23:11.698038" } diff --git a/site/public/v1/smartphones/oppo-a72-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a72-8gb-128gb-4g-lte/index.json index 5e189d3881b6..cc00cf0d3732 100644 --- a/site/public/v1/smartphones/oppo-a72-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a72-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 75.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.543484", - "updated_at": "2026-07-09T01:31:07.543484" + "created_at": "2026-07-09T04:23:11.696038", + "updated_at": "2026-07-09T04:23:11.696038" } diff --git a/site/public/v1/smartphones/oppo-a73-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a73-5g-8gb-128gb-5g/index.json index 9cbac9d2a099..5958db0bcc24 100644 --- a/site/public/v1/smartphones/oppo-a73-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a73-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4040, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, ColorOS 12", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.5, + "overall": 39.5, "performance": 36.9, "camera": null, - "battery": 40.0, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.550434", - "updated_at": "2026-07-09T01:31:07.550434" + "created_at": "2026-07-09T04:23:11.702048", + "updated_at": "2026-07-09T04:23:11.703037" } diff --git a/site/public/v1/smartphones/oppo-a77-2017-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a77-2017-4gb-64gb-4g-lte/index.json index 1498f3d590f9..068a0a4de214 100644 --- a/site/public/v1/smartphones/oppo-a77-2017-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a77-2017-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.3, + "width_mm": 75.9, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), ColorOS 3.1", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.252247", - "updated_at": "2026-07-09T01:31:07.252247" + "created_at": "2026-07-09T04:23:11.437508", + "updated_at": "2026-07-09T04:23:11.437508" } diff --git a/site/public/v1/smartphones/oppo-a77-6gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a77-6gb-128gb-5g/index.json index e352832483a2..63dc996ef0b7 100644 --- a/site/public/v1/smartphones/oppo-a77-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a77-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, ColorOS 14", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.1, + "overall": 47.5, "performance": 38.5, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.051127", - "updated_at": "2026-07-09T01:31:08.051127" + "created_at": "2026-07-09T04:23:12.074778", + "updated_at": "2026-07-09T04:23:12.074778" } diff --git a/site/public/v1/smartphones/oppo-a77-mediatek-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a77-mediatek-4gb-64gb-4g-lte/index.json index 5e25309350a3..e57df52c6918 100644 --- a/site/public/v1/smartphones/oppo-a77-mediatek-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a77-mediatek-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.3, + "width_mm": 75.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), ColorOS 3", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.253303", - "updated_at": "2026-07-09T01:31:07.253303" + "created_at": "2026-07-09T04:23:11.437508", + "updated_at": "2026-07-09T04:23:11.437508" } diff --git a/site/public/v1/smartphones/oppo-a78-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a78-8gb-128gb-5g/index.json index fa2d6755a96f..473d7f264ac0 100644 --- a/site/public/v1/smartphones/oppo-a78-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a78-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, ColorOS 14", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 45.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 54.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.473898", - "updated_at": "2026-07-09T01:31:08.473898" + "created_at": "2026-07-09T04:23:12.294145", + "updated_at": "2026-07-09T04:23:12.294145" } diff --git a/site/public/v1/smartphones/oppo-a7n-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a7n-4gb-64gb-4g-lte/index.json index a3cf9e81dde7..4e77fb882344 100644 --- a/site/public/v1/smartphones/oppo-a7n-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a7n-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.4, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.371062", - "updated_at": "2026-07-09T01:31:07.371062" + "created_at": "2026-07-09T04:23:11.538717", + "updated_at": "2026-07-09T04:23:11.538717" } diff --git a/site/public/v1/smartphones/oppo-a7x-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a7x-4gb-128gb-4g-lte/index.json index a49a1b0f9577..7df66b3a70bc 100644 --- a/site/public/v1/smartphones/oppo-a7x-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a7x-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.2, + "overall": 25.0, "performance": null, "camera": null, - "battery": 24.2, + "battery": 25.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.285201", - "updated_at": "2026-07-09T01:31:07.285201" + "created_at": "2026-07-09T04:23:11.466526", + "updated_at": "2026-07-09T04:23:11.466526" } diff --git a/site/public/v1/smartphones/oppo-a8-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a8-4gb-128gb-4g-lte/index.json index c7867ca0a993..fff94e8be2a6 100644 --- a/site/public/v1/smartphones/oppo-a8-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a8-4gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6.1", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.373031", - "updated_at": "2026-07-09T01:31:07.373031" + "created_at": "2026-07-09T04:23:11.540717", + "updated_at": "2026-07-09T04:23:11.540717" } diff --git a/site/public/v1/smartphones/oppo-a80-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-a80-8gb-256gb-5g/index.json index 25b9ed6ffcd3..c40aac99bade 100644 --- a/site/public/v1/smartphones/oppo-a80-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a80-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.1, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.2, + "overall": 51.7, "performance": 43.8, "camera": null, - "battery": 52.7, + "battery": 59.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.546505", - "updated_at": "2026-07-09T01:31:08.546505" + "created_at": "2026-07-09T04:23:12.375687", + "updated_at": "2026-07-09T04:23:12.375687" } diff --git a/site/public/v1/smartphones/oppo-a83-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a83-4gb-64gb-4g-lte/index.json index 74f8047c20d5..d4776d3df56d 100644 --- a/site/public/v1/smartphones/oppo-a83-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a83-4gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.5, + "width_mm": 73.1, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), ColorOS 3.2", "os_version": "7.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.288293", - "updated_at": "2026-07-09T01:31:07.288293" + "created_at": "2026-07-09T04:23:11.468526", + "updated_at": "2026-07-09T04:23:11.468526" } diff --git a/site/public/v1/smartphones/oppo-a9-2020-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a9-2020-8gb-128gb-4g-lte/index.json index c68355469f7a..629f2fa80dd0 100644 --- a/site/public/v1/smartphones/oppo-a9-2020-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a9-2020-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, ColorOS 7.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 42.1, "performance": null, "camera": null, - "battery": 41.3, + "battery": 42.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.376040", - "updated_at": "2026-07-09T01:31:07.376040" + "created_at": "2026-07-09T04:23:11.544722", + "updated_at": "2026-07-09T04:23:11.544722" } diff --git a/site/public/v1/smartphones/oppo-a9-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a9-8gb-128gb-4g-lte/index.json index f8537e156cd7..ac0d1759fea7 100644 --- a/site/public/v1/smartphones/oppo-a9-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a9-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4020, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 30.2, "performance": null, "camera": null, - "battery": 29.4, + "battery": 30.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.375072", - "updated_at": "2026-07-09T01:31:07.375072" + "created_at": "2026-07-09T04:23:11.543726", + "updated_at": "2026-07-09T04:23:11.543726" } diff --git a/site/public/v1/smartphones/oppo-a91-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a91-8gb-256gb-4g-lte/index.json index a773c3709d21..3f7ff42ff08a 100644 --- a/site/public/v1/smartphones/oppo-a91-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a91-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4025, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, ColorOS 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 32.0, "performance": null, "camera": null, - "battery": 29.4, + "battery": 32.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.386043", - "updated_at": "2026-07-09T01:31:07.386043" + "created_at": "2026-07-09T04:23:11.552720", + "updated_at": "2026-07-09T04:23:11.552720" } diff --git a/site/public/v1/smartphones/oppo-a92-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a92-8gb-128gb-4g-lte/index.json index 6d6859496c46..2481f01a0d24 100644 --- a/site/public/v1/smartphones/oppo-a92-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a92-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 75.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.553493", - "updated_at": "2026-07-09T01:31:07.553493" + "created_at": "2026-07-09T04:23:11.704037", + "updated_at": "2026-07-09T04:23:11.704037" } diff --git a/site/public/v1/smartphones/oppo-a92s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-a92s-8gb-256gb-5g/index.json index e8a2f34a75ba..962cf9d56f79 100644 --- a/site/public/v1/smartphones/oppo-a92s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a92s-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.1", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 39.5, "performance": 37.0, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.554477", - "updated_at": "2026-07-09T01:31:07.554477" + "created_at": "2026-07-09T04:23:11.705046", + "updated_at": "2026-07-09T04:23:11.705046" } diff --git a/site/public/v1/smartphones/oppo-a93s-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-a93s-5g-8gb-256gb-5g/index.json index 3f02f481b01b..1659ffe8c83e 100644 --- a/site/public/v1/smartphones/oppo-a93s-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a93s-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.9, + "width_mm": 74.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.5, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.760474", - "updated_at": "2026-07-09T01:31:07.760474" + "created_at": "2026-07-09T04:23:11.903090", + "updated_at": "2026-07-09T04:23:11.903090" } diff --git a/site/public/v1/smartphones/oppo-a94-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-a94-5g-8gb-128gb-5g/index.json index f8eb9fb8023c..8855d8f3c679 100644 --- a/site/public/v1/smartphones/oppo-a94-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a94-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 73.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 43.4, "performance": 39.7, "camera": null, - "battery": 42.7, + "battery": 47.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.764545", - "updated_at": "2026-07-09T01:31:07.764545" + "created_at": "2026-07-09T04:23:11.907089", + "updated_at": "2026-07-09T04:23:11.907089" } diff --git a/site/public/v1/smartphones/oppo-a95-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-a95-5g-8gb-256gb-5g/index.json index 303ac8e95e1e..d906daa1cb00 100644 --- a/site/public/v1/smartphones/oppo-a95-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a95-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 73.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 43.4, "performance": 39.7, "camera": null, - "battery": 42.7, + "battery": 47.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.766544", - "updated_at": "2026-07-09T01:31:07.766544" + "created_at": "2026-07-09T04:23:11.909089", + "updated_at": "2026-07-09T04:23:11.909089" } diff --git a/site/public/v1/smartphones/oppo-a97-12gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-a97-12gb-256gb-5g/index.json index 7766ae593604..00b7e101b358 100644 --- a/site/public/v1/smartphones/oppo-a97-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-a97-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, ColorOS 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.2, + "overall": 49.5, "performance": 42.6, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.090126", - "updated_at": "2026-07-09T01:31:08.090126" + "created_at": "2026-07-09T04:23:12.090779", + "updated_at": "2026-07-09T04:23:12.090779" } diff --git a/site/public/v1/smartphones/oppo-a9x-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-a9x-6gb-128gb-4g-lte/index.json index 6c61243b3eb4..bcd7d40c470e 100644 --- a/site/public/v1/smartphones/oppo-a9x-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-a9x-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4020, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 32.0, "performance": null, "camera": null, - "battery": 29.4, + "battery": 32.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.388046", - "updated_at": "2026-07-09T01:31:07.388046" + "created_at": "2026-07-09T04:23:11.554730", + "updated_at": "2026-07-09T04:23:11.554730" } diff --git a/site/public/v1/smartphones/oppo-f1-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f1-3gb-16gb-4g-lte/index.json index 4282292a7121..88a84d399cd5 100644 --- a/site/public/v1/smartphones/oppo-f1-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f1-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 71.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 2.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.238280", - "updated_at": "2026-07-09T01:31:07.238280" + "created_at": "2026-07-09T04:23:11.422343", + "updated_at": "2026-07-09T04:23:11.422343" } diff --git a/site/public/v1/smartphones/oppo-f1-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f1-plus-4gb-64gb-4g-lte/index.json index 6ee13a89e073..f16895dc074b 100644 --- a/site/public/v1/smartphones/oppo-f1-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f1-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2850, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.8, + "width_mm": 74.3, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 3", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.5, + "overall": 16.1, "performance": null, "camera": null, - "battery": 13.5, + "battery": 16.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.239257", - "updated_at": "2026-07-09T01:31:07.239257" + "created_at": "2026-07-09T04:23:11.424344", + "updated_at": "2026-07-09T04:23:11.424344" } diff --git a/site/public/v1/smartphones/oppo-f11-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f11-6gb-128gb-4g-lte/index.json index 66debfa3e88c..5d8d8e5e995d 100644 --- a/site/public/v1/smartphones/oppo-f11-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f11-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4020, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 32.0, "performance": null, "camera": null, - "battery": 29.4, + "battery": 32.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.391021", - "updated_at": "2026-07-09T01:31:07.391021" + "created_at": "2026-07-09T04:23:11.557241", + "updated_at": "2026-07-09T04:23:11.557241" } diff --git a/site/public/v1/smartphones/oppo-f11-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f11-pro-6gb-128gb-4g-lte/index.json index 921e0e4e6979..07338fce467e 100644 --- a/site/public/v1/smartphones/oppo-f11-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f11-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 76.1, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 31.8, "performance": null, "camera": null, - "battery": 29.2, + "battery": 31.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.395038", - "updated_at": "2026-07-09T01:31:07.395038" + "created_at": "2026-07-09T04:23:11.560354", + "updated_at": "2026-07-09T04:23:11.560354" } diff --git a/site/public/v1/smartphones/oppo-f15-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f15-8gb-128gb-4g-lte/index.json index 1d4c980b483b..412fe72a335e 100644 --- a/site/public/v1/smartphones/oppo-f15-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f15-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4025, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, ColorOS 11.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 32.0, "performance": null, "camera": null, - "battery": 29.4, + "battery": 32.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.561510", - "updated_at": "2026-07-09T01:31:07.561510" + "created_at": "2026-07-09T04:23:11.712043", + "updated_at": "2026-07-09T04:23:11.712043" } diff --git a/site/public/v1/smartphones/oppo-f19-pro-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-f19-pro-5g-8gb-128gb-5g/index.json index 249df690bfc3..46dc28361e79 100644 --- a/site/public/v1/smartphones/oppo-f19-pro-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-f19-pro-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 73.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, ColorOS 12", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 45.1, "performance": 39.7, "camera": null, - "battery": 42.7, + "battery": 50.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.771545", - "updated_at": "2026-07-09T01:31:07.771545" + "created_at": "2026-07-09T04:23:11.913089", + "updated_at": "2026-07-09T04:23:11.913089" } diff --git a/site/public/v1/smartphones/oppo-f27-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-f27-8gb-256gb-5g/index.json index da26587e2d10..7e7fa4898307 100644 --- a/site/public/v1/smartphones/oppo-f27-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-f27-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 75.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.8, + "overall": 51.2, "performance": 43.8, "camera": null, - "battery": 51.7, + "battery": 58.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.547512", - "updated_at": "2026-07-09T01:31:08.547512" + "created_at": "2026-07-09T04:23:12.378688", + "updated_at": "2026-07-09T04:23:12.378688" } diff --git a/site/public/v1/smartphones/oppo-f3-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f3-4gb-64gb-4g-lte/index.json index 150daa81b685..5888b321b44d 100644 --- a/site/public/v1/smartphones/oppo-f3-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f3-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.3, + "width_mm": 75.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), ColorOS 3", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.253303", - "updated_at": "2026-07-09T01:31:07.253303" + "created_at": "2026-07-09T04:23:11.438507", + "updated_at": "2026-07-09T04:23:11.438507" } diff --git a/site/public/v1/smartphones/oppo-f3-plus-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f3-plus-6gb-64gb-4g-lte/index.json index 23b0278f14d9..a38ca9b862d4 100644 --- a/site/public/v1/smartphones/oppo-f3-plus-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f3-plus-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 80.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), ColorOS 3", "os_version": "6", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.6, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.255292", - "updated_at": "2026-07-09T01:31:07.255292" + "created_at": "2026-07-09T04:23:11.439508", + "updated_at": "2026-07-09T04:23:11.439508" } diff --git a/site/public/v1/smartphones/oppo-f5-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f5-6gb-64gb-4g-lte/index.json index b3de169307f1..6de8da7e6c25 100644 --- a/site/public/v1/smartphones/oppo-f5-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f5-6gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), ColorOS 3.2", "os_version": "7.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.256267", - "updated_at": "2026-07-09T01:31:07.256267" + "created_at": "2026-07-09T04:23:11.440508", + "updated_at": "2026-07-09T04:23:11.440508" } diff --git a/site/public/v1/smartphones/oppo-f5-youth-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f5-youth-4gb-32gb-4g-lte/index.json index f41153d308dc..aed4f0fa2a54 100644 --- a/site/public/v1/smartphones/oppo-f5-youth-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f5-youth-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), ColorOS 3.2", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.258273", - "updated_at": "2026-07-09T01:31:07.258273" + "created_at": "2026-07-09T04:23:11.442512", + "updated_at": "2026-07-09T04:23:11.442512" } diff --git a/site/public/v1/smartphones/oppo-f7-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f7-6gb-128gb-4g-lte/index.json index 9152e7573dc1..71e28a5338b0 100644 --- a/site/public/v1/smartphones/oppo-f7-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f7-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.3, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.294255", - "updated_at": "2026-07-09T01:31:07.294255" + "created_at": "2026-07-09T04:23:11.474525", + "updated_at": "2026-07-09T04:23:11.474525" } diff --git a/site/public/v1/smartphones/oppo-f7-youth-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f7-youth-4gb-64gb-4g-lte/index.json index 6c265549ca15..49bb995c3921 100644 --- a/site/public/v1/smartphones/oppo-f7-youth-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f7-youth-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.307351", - "updated_at": "2026-07-09T01:31:07.307351" + "created_at": "2026-07-09T04:23:11.479125", + "updated_at": "2026-07-09T04:23:11.479125" } diff --git a/site/public/v1/smartphones/oppo-f9-f9-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-f9-f9-pro-6gb-128gb-4g-lte/index.json index 92e2ac8d88ac..c361dc56bc4d 100644 --- a/site/public/v1/smartphones/oppo-f9-f9-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-f9-f9-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, ColorOS 7.0", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.2, + "overall": 26.8, "performance": null, "camera": null, - "battery": 24.2, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.311292", - "updated_at": "2026-07-09T01:31:07.311292" + "created_at": "2026-07-09T04:23:11.482134", + "updated_at": "2026-07-09T04:23:11.482134" } diff --git a/site/public/v1/smartphones/oppo-find-5-mini-1gb-4gb-3g/index.json b/site/public/v1/smartphones/oppo-find-5-mini-1gb-4gb-3g/index.json index 9492e949a8ba..db41715386be 100644 --- a/site/public/v1/smartphones/oppo-find-5-mini-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-find-5-mini-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 128.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 68.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.177512", - "updated_at": "2026-07-09T01:31:07.177512" + "created_at": "2026-07-09T04:23:11.365635", + "updated_at": "2026-07-09T04:23:11.365635" } diff --git a/site/public/v1/smartphones/oppo-find-7a-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-find-7a-2gb-16gb-4g-lte/index.json index f3315dfd987c..0d5a2df69955 100644 --- a/site/public/v1/smartphones/oppo-find-7a-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-find-7a-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2800, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 75.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), ColorOS", "os_version": "4.3", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.0, + "overall": 15.6, "performance": null, "camera": null, - "battery": 13.0, + "battery": 15.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.179521", - "updated_at": "2026-07-09T01:31:07.179521" + "created_at": "2026-07-09T04:23:11.367635", + "updated_at": "2026-07-09T04:23:11.367635" } diff --git a/site/public/v1/smartphones/oppo-find-n2-flip-16gb-512gb-5g/index.json b/site/public/v1/smartphones/oppo-find-n2-flip-16gb-512gb-5g/index.json index 727f1f82905d..d1697e9d0445 100644 --- a/site/public/v1/smartphones/oppo-find-n2-flip-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-find-n2-flip-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.2, + "width_mm": 75.2, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, ColorOS 14", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.8, + "overall": 55.6, "performance": null, "camera": null, - "battery": 48.8, + "battery": 55.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.108127", - "updated_at": "2026-07-09T01:31:08.108127" + "created_at": "2026-07-09T04:23:12.096227", + "updated_at": "2026-07-09T04:23:12.096227" } diff --git a/site/public/v1/smartphones/oppo-find-x-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-find-x-8gb-256gb-4g-lte/index.json index d789edc329da..1cfd13262bcb 100644 --- a/site/public/v1/smartphones/oppo-find-x-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-find-x-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3730, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.2, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, ColorOS 7.0", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.6, + "overall": 33.2, "performance": null, "camera": null, - "battery": 30.6, + "battery": 33.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.315445", - "updated_at": "2026-07-09T01:31:07.315445" + "created_at": "2026-07-09T04:23:11.486126", + "updated_at": "2026-07-09T04:23:11.486126" } diff --git a/site/public/v1/smartphones/oppo-find-x-lamborghini-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-find-x-lamborghini-8gb-512gb-4g-lte/index.json index 000b4ab0d037..c57f02fb8fd3 100644 --- a/site/public/v1/smartphones/oppo-find-x-lamborghini-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-find-x-lamborghini-8gb-512gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.2, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, ColorOS 7.0", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 35.1, "performance": null, "camera": null, - "battery": 27.3, + "battery": 35.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.317417", - "updated_at": "2026-07-09T01:31:07.317417" + "created_at": "2026-07-09T04:23:11.488126", + "updated_at": "2026-07-09T04:23:11.488126" } diff --git a/site/public/v1/smartphones/oppo-find-x5-lite-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-find-x5-lite-8gb-256gb-5g/index.json index 2844c033097d..a7282442dac4 100644 --- a/site/public/v1/smartphones/oppo-find-x5-lite-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-find-x5-lite-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.6, + "width_mm": 73.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, ColorOS 12", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.9, + "overall": 50.1, "performance": 43.1, "camera": null, - "battery": 46.7, + "battery": 57.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.145666", - "updated_at": "2026-07-09T01:31:08.145666" + "created_at": "2026-07-09T04:23:12.102227", + "updated_at": "2026-07-09T04:23:12.102227" } diff --git a/site/public/v1/smartphones/oppo-find-x7-16gb-512gb-5g/index.json b/site/public/v1/smartphones/oppo-find-x7-16gb-512gb-5g/index.json index df427ccb9fd7..c21783105439 100644 --- a/site/public/v1/smartphones/oppo-find-x7-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-find-x7-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 100.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 75.4, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 70.2, + "overall": 78.6, "performance": 84.7, "camera": null, - "battery": 55.8, + "battery": 72.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.550526", - "updated_at": "2026-07-09T01:31:08.550526" + "created_at": "2026-07-09T04:23:12.380693", + "updated_at": "2026-07-09T04:23:12.380693" } diff --git a/site/public/v1/smartphones/oppo-k1-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-k1-6gb-64gb-4g-lte/index.json index 80f8225c9b30..5809cb3bd1af 100644 --- a/site/public/v1/smartphones/oppo-k1-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-k1-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.0, + "overall": 21.9, "performance": null, "camera": null, - "battery": 21.0, + "battery": 21.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.322398", - "updated_at": "2026-07-09T01:31:07.322398" + "created_at": "2026-07-09T04:23:11.492633", + "updated_at": "2026-07-09T04:23:11.492633" } diff --git a/site/public/v1/smartphones/oppo-k10-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-k10-5g-8gb-128gb-5g/index.json index 6e90b94388ec..154e6676ea7a 100644 --- a/site/public/v1/smartphones/oppo-k10-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-k10-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, ColorOS 12.1", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 48.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.153745", - "updated_at": "2026-07-09T01:31:08.153745" + "created_at": "2026-07-09T04:23:12.110226", + "updated_at": "2026-07-09T04:23:12.110226" } diff --git a/site/public/v1/smartphones/oppo-k12x-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-k12x-8gb-256gb-5g/index.json index 5b69c953e0eb..c5509ea6d691 100644 --- a/site/public/v1/smartphones/oppo-k12x-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-k12x-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.2, + "overall": 51.7, "performance": 43.8, "camera": null, - "battery": 52.7, + "battery": 59.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.557508", - "updated_at": "2026-07-09T01:31:08.557508" + "created_at": "2026-07-09T04:23:12.387701", + "updated_at": "2026-07-09T04:23:12.387701" } diff --git a/site/public/v1/smartphones/oppo-k3-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-k3-8gb-256gb-4g-lte/index.json index 8a6b37ccd4e4..8fced6b55ca8 100644 --- a/site/public/v1/smartphones/oppo-k3-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-k3-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3765, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.2, + "width_mm": 76.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.0, + "overall": 33.6, "performance": null, "camera": null, - "battery": 31.0, + "battery": 33.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.401985", - "updated_at": "2026-07-09T01:31:07.401985" + "created_at": "2026-07-09T04:23:11.567355", + "updated_at": "2026-07-09T04:23:11.567355" } diff --git a/site/public/v1/smartphones/oppo-k5-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-k5-8gb-256gb-4g-lte/index.json index 8b2a2b9e7484..4c2574056d99 100644 --- a/site/public/v1/smartphones/oppo-k5-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-k5-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), planned upgrade to Android 10, ColorOS 6.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 41.9, "performance": null, "camera": null, - "battery": 37.5, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.406088", - "updated_at": "2026-07-09T01:31:07.406088" + "created_at": "2026-07-09T04:23:11.570355", + "updated_at": "2026-07-09T04:23:11.570355" } diff --git a/site/public/v1/smartphones/oppo-k7x-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-k7x-8gb-256gb-5g/index.json index 8f1de966adbe..2cad48c3090d 100644 --- a/site/public/v1/smartphones/oppo-k7x-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-k7x-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.2, + "overall": 45.4, "performance": 36.9, "camera": null, - "battery": 49.6, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.581512", - "updated_at": "2026-07-09T01:31:07.581512" + "created_at": "2026-07-09T04:23:11.731357", + "updated_at": "2026-07-09T04:23:11.731357" } diff --git a/site/public/v1/smartphones/oppo-k9-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-k9-pro-12gb-256gb-5g/index.json index 4b390639cab5..70a7ce9051ba 100644 --- a/site/public/v1/smartphones/oppo-k9-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-k9-pro-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 60.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 73.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.3", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.9, + "overall": 56.7, "performance": 57.1, "camera": null, - "battery": 46.7, + "battery": 56.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.783535", - "updated_at": "2026-07-09T01:31:07.783535" + "created_at": "2026-07-09T04:23:11.926246", + "updated_at": "2026-07-09T04:23:11.926246" } diff --git a/site/public/v1/smartphones/oppo-k9x-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-k9x-8gb-256gb-5g/index.json index ec0bcb8dbb93..c8196079b8ab 100644 --- a/site/public/v1/smartphones/oppo-k9x-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-k9x-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 74.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 48.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.786637", - "updated_at": "2026-07-09T01:31:07.786637" + "created_at": "2026-07-09T04:23:11.930246", + "updated_at": "2026-07-09T04:23:11.930246" } diff --git a/site/public/v1/smartphones/oppo-mirror-3-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-mirror-3-1gb-8gb-4g-lte/index.json index 51bcd0d5e8db..76da3df453a6 100644 --- a/site/public/v1/smartphones/oppo-mirror-3-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-mirror-3-1gb-8gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.7, + "width_mm": 68.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 5.0, + "overall": 7.6, "performance": null, "camera": null, - "battery": 5.0, + "battery": 7.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.203601", - "updated_at": "2026-07-09T01:31:07.203601" + "created_at": "2026-07-09T04:23:11.389684", + "updated_at": "2026-07-09T04:23:11.389684" } diff --git a/site/public/v1/smartphones/oppo-mirror-5-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-mirror-5-2gb-16gb-4g-lte/index.json index 892a1d119179..7bd8df859efd 100644 --- a/site/public/v1/smartphones/oppo-mirror-5-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-mirror-5-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 71.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 2.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.205575", - "updated_at": "2026-07-09T01:31:07.205575" + "created_at": "2026-07-09T04:23:11.390684", + "updated_at": "2026-07-09T04:23:11.390684" } diff --git a/site/public/v1/smartphones/oppo-mirror-5s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-mirror-5s-2gb-16gb-4g-lte/index.json index e44e8eda02cb..872ebf01f48f 100644 --- a/site/public/v1/smartphones/oppo-mirror-5s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-mirror-5s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 71.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 2.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.206563", - "updated_at": "2026-07-09T01:31:07.206563" + "created_at": "2026-07-09T04:23:11.392754", + "updated_at": "2026-07-09T04:23:11.392754" } diff --git a/site/public/v1/smartphones/oppo-n1-2gb-32gb-3g/index.json b/site/public/v1/smartphones/oppo-n1-2gb-32gb-3g/index.json index 1ce091556d40..b4b8551adf89 100644 --- a/site/public/v1/smartphones/oppo-n1-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-n1-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 213.0, - "dimensions": {}, + "dimensions": { + "height_mm": 170.7, + "width_mm": 82.6, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.168614", - "updated_at": "2026-07-09T01:31:07.168614" + "created_at": "2026-07-09T04:23:11.357571", + "updated_at": "2026-07-09T04:23:11.357571" } diff --git a/site/public/v1/smartphones/oppo-n1-mini-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-n1-mini-2gb-16gb-4g-lte/index.json index 534f43a76142..45d475d3a78c 100644 --- a/site/public/v1/smartphones/oppo-n1-mini-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-n1-mini-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.4, + "width_mm": 72.2, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), ColorOS 1.4", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.181567", - "updated_at": "2026-07-09T01:31:07.181567" + "created_at": "2026-07-09T04:23:11.369636", + "updated_at": "2026-07-09T04:23:11.369636" } diff --git a/site/public/v1/smartphones/oppo-n3-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-n3-2gb-32gb-4g-lte/index.json index 5b9bc8148de7..f242ea0720d6 100644 --- a/site/public/v1/smartphones/oppo-n3-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-n3-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.2, + "width_mm": 77.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), ColorOS 2", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.6, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.182594", - "updated_at": "2026-07-09T01:31:07.182594" + "created_at": "2026-07-09T04:23:11.371636", + "updated_at": "2026-07-09T04:23:11.371636" } diff --git a/site/public/v1/smartphones/oppo-neo-5-1gb-4gb-3g/index.json b/site/public/v1/smartphones/oppo-neo-5-1gb-4gb-3g/index.json index c6b80977120e..8f1e1ee085e7 100644 --- a/site/public/v1/smartphones/oppo-neo-5-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-neo-5-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.5, - "dimensions": {}, + "dimensions": { + "height_mm": 132.0, + "width_mm": 65.8, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), ColorOS 1.4", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.184616", - "updated_at": "2026-07-09T01:31:07.184616" + "created_at": "2026-07-09T04:23:11.372635", + "updated_at": "2026-07-09T04:23:11.372635" } diff --git a/site/public/v1/smartphones/oppo-neo-5-2015-1gb-16gb-3g/index.json b/site/public/v1/smartphones/oppo-neo-5-2015-1gb-16gb-3g/index.json index 307b8ac4d495..a4c2f78491b6 100644 --- a/site/public/v1/smartphones/oppo-neo-5-2015-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-neo-5-2015-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.9, + "width_mm": 65.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), ColorOS 2", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.207586", - "updated_at": "2026-07-09T01:31:07.207586" + "created_at": "2026-07-09T04:23:11.393754", + "updated_at": "2026-07-09T04:23:11.393754" } diff --git a/site/public/v1/smartphones/oppo-neo-5s-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-neo-5s-1gb-8gb-4g-lte/index.json index edbbd3a416e3..82895b800ad4 100644 --- a/site/public/v1/smartphones/oppo-neo-5s-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-neo-5s-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.9, + "width_mm": 65.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), , ColorOS 2", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.208604", - "updated_at": "2026-07-09T01:31:07.208604" + "created_at": "2026-07-09T04:23:11.394754", + "updated_at": "2026-07-09T04:23:11.394754" } diff --git a/site/public/v1/smartphones/oppo-r1-r829t-1gb-16gb-3g/index.json b/site/public/v1/smartphones/oppo-r1-r829t-1gb-16gb-3g/index.json index 1a24b6627a89..7a44f6fb0544 100644 --- a/site/public/v1/smartphones/oppo-r1-r829t-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-r1-r829t-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.7, + "width_mm": 70.4, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean)", "os_version": "4.2.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.173515", - "updated_at": "2026-07-09T01:31:07.173515" + "created_at": "2026-07-09T04:23:11.362636", + "updated_at": "2026-07-09T04:23:11.362636" } diff --git a/site/public/v1/smartphones/oppo-r11-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r11-6gb-128gb-4g-lte/index.json index 4f601e9f91d6..683a1cf7db69 100644 --- a/site/public/v1/smartphones/oppo-r11-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r11-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 74.8, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), ColorOS 3.1", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.6, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.259266", - "updated_at": "2026-07-09T01:31:07.259266" + "created_at": "2026-07-09T04:23:11.443513", + "updated_at": "2026-07-09T04:23:11.443513" } diff --git a/site/public/v1/smartphones/oppo-r11-plus-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r11-plus-6gb-64gb-4g-lte/index.json index 52fe98d5997b..1ca06f8bad6e 100644 --- a/site/public/v1/smartphones/oppo-r11-plus-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r11-plus-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 81.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), ColorOS 3.1", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.6, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.260304", - "updated_at": "2026-07-09T01:31:07.260304" + "created_at": "2026-07-09T04:23:11.444512", + "updated_at": "2026-07-09T04:23:11.444512" } diff --git a/site/public/v1/smartphones/oppo-r11s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r11s-4gb-64gb-4g-lte/index.json index 0d222604a068..dfdcd442b98c 100644 --- a/site/public/v1/smartphones/oppo-r11s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r11s-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.5, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), ColorOS 3.2", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.6, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.261266", - "updated_at": "2026-07-09T01:31:07.261266" + "created_at": "2026-07-09T04:23:11.446513", + "updated_at": "2026-07-09T04:23:11.446513" } diff --git a/site/public/v1/smartphones/oppo-r11s-plus-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r11s-plus-6gb-64gb-4g-lte/index.json index 08eca8b45a28..33f00ce24e23 100644 --- a/site/public/v1/smartphones/oppo-r11s-plus-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r11s-plus-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 80.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), ColorOS 3.2", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.6, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.262269", - "updated_at": "2026-07-09T01:31:07.262269" + "created_at": "2026-07-09T04:23:11.447513", + "updated_at": "2026-07-09T04:23:11.447513" } diff --git a/site/public/v1/smartphones/oppo-r15-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r15-8gb-128gb-4g-lte/index.json index 62c19927947c..85607ab8eebb 100644 --- a/site/public/v1/smartphones/oppo-r15-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r15-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3450, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.2, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.7, + "overall": 26.3, "performance": null, "camera": null, - "battery": 23.7, + "battery": 26.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.324406", - "updated_at": "2026-07-09T01:31:07.324406" + "created_at": "2026-07-09T04:23:11.494637", + "updated_at": "2026-07-09T04:23:11.494637" } diff --git a/site/public/v1/smartphones/oppo-r15-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r15-pro-6gb-128gb-4g-lte/index.json index cfd65fb79d33..576910d0c549 100644 --- a/site/public/v1/smartphones/oppo-r15-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r15-pro-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3430, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.3, + "overall": 21.9, "performance": null, "camera": null, - "battery": 19.3, + "battery": 21.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.327967", - "updated_at": "2026-07-09T01:31:07.327967" + "created_at": "2026-07-09T04:23:11.497633", + "updated_at": "2026-07-09T04:23:11.497633" } diff --git a/site/public/v1/smartphones/oppo-r15x-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r15x-6gb-128gb-4g-lte/index.json index 34b0e022a131..28fc94dc4884 100644 --- a/site/public/v1/smartphones/oppo-r15x-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r15x-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), planned upgrade to Android 9.0 (Pie), ColorOS 6.0", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.0, + "overall": 21.9, "performance": null, "camera": null, - "battery": 21.0, + "battery": 21.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.331977", - "updated_at": "2026-07-09T01:31:07.331977" + "created_at": "2026-07-09T04:23:11.501633", + "updated_at": "2026-07-09T04:23:11.501633" } diff --git a/site/public/v1/smartphones/oppo-r17-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r17-8gb-128gb-4g-lte/index.json index cb57198c9d08..0dfac422ef7d 100644 --- a/site/public/v1/smartphones/oppo-r17-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r17-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), 9.0 (Pie), planned upgrade to Android 10, ColorOS 7.0", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.3, + "overall": 30.9, "performance": null, "camera": null, - "battery": 28.3, + "battery": 30.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.333057", - "updated_at": "2026-07-09T01:31:07.333057" + "created_at": "2026-07-09T04:23:11.503633", + "updated_at": "2026-07-09T04:23:11.503633" } diff --git a/site/public/v1/smartphones/oppo-r1s-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r1s-1gb-16gb-4g-lte/index.json index 7a063b0d38aa..349e141126a2 100644 --- a/site/public/v1/smartphones/oppo-r1s-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r1s-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.7, + "width_mm": 70.4, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.191587", - "updated_at": "2026-07-09T01:31:07.191587" + "created_at": "2026-07-09T04:23:11.379644", + "updated_at": "2026-07-09T04:23:11.379644" } diff --git a/site/public/v1/smartphones/oppo-r1x-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r1x-2gb-16gb-4g-lte/index.json index 1b6d6108ce29..0b56a796f790 100644 --- a/site/public/v1/smartphones/oppo-r1x-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r1x-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.6, + "width_mm": 70.1, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), ColorOS 2", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.224597", - "updated_at": "2026-07-09T01:31:07.224597" + "created_at": "2026-07-09T04:23:11.409753", + "updated_at": "2026-07-09T04:23:11.409753" } diff --git a/site/public/v1/smartphones/oppo-r2001-yoyo-1gb-4gb-3g/index.json b/site/public/v1/smartphones/oppo-r2001-yoyo-1gb-4gb-3g/index.json index 0a968a4f2c61..012eb1db2e48 100644 --- a/site/public/v1/smartphones/oppo-r2001-yoyo-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-r2001-yoyo-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.5, + "width_mm": 69.5, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean)", "os_version": "4.2.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.192560", - "updated_at": "2026-07-09T01:31:07.192560" + "created_at": "2026-07-09T04:23:11.380641", + "updated_at": "2026-07-09T04:23:11.380641" } diff --git a/site/public/v1/smartphones/oppo-r3-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r3-1gb-8gb-4g-lte/index.json index 7aaa83e91adf..0e2a200c3fed 100644 --- a/site/public/v1/smartphones/oppo-r3-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r3-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.3, + "width_mm": 70.4, + "depth_mm": 6.3 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.194582", - "updated_at": "2026-07-09T01:31:07.194582" + "created_at": "2026-07-09T04:23:11.380641", + "updated_at": "2026-07-09T04:23:11.380641" } diff --git a/site/public/v1/smartphones/oppo-r5-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r5-2gb-16gb-4g-lte/index.json index 3654c23fc4c2..ad6a38aba2a2 100644 --- a/site/public/v1/smartphones/oppo-r5-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r5-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.9, + "width_mm": 74.5, + "depth_mm": 4.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), ColorOS 2", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 5.0, + "overall": 7.6, "performance": null, "camera": null, - "battery": 5.0, + "battery": 7.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.195614", - "updated_at": "2026-07-09T01:31:07.195614" + "created_at": "2026-07-09T04:23:11.382641", + "updated_at": "2026-07-09T04:23:11.382641" } diff --git a/site/public/v1/smartphones/oppo-r5s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r5s-3gb-32gb-4g-lte/index.json index baf3ca43a4c2..98a046284933 100644 --- a/site/public/v1/smartphones/oppo-r5s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r5s-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.9, + "width_mm": 74.5, + "depth_mm": 4.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), ColorOS 2", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 5.0, + "overall": 7.6, "performance": null, "camera": null, - "battery": 5.0, + "battery": 7.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.225611", - "updated_at": "2026-07-09T01:31:07.225611" + "created_at": "2026-07-09T04:23:11.410754", + "updated_at": "2026-07-09T04:23:11.411332" } diff --git a/site/public/v1/smartphones/oppo-r7-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r7-3gb-16gb-4g-lte/index.json index 096e9feb37a4..9cfd92d8c370 100644 --- a/site/public/v1/smartphones/oppo-r7-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r7-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2320, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 6.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), ColorOS 2.1", "os_version": "4.4.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 8.2, + "overall": 10.8, "performance": null, "camera": null, - "battery": 8.2, + "battery": 10.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.226583", - "updated_at": "2026-07-09T01:31:07.226583" + "created_at": "2026-07-09T04:23:11.412338", + "updated_at": "2026-07-09T04:23:11.412338" } diff --git a/site/public/v1/smartphones/oppo-r7-lite-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r7-lite-2gb-16gb-4g-lte/index.json index c93404deb3bf..11298a9e86a6 100644 --- a/site/public/v1/smartphones/oppo-r7-lite-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r7-lite-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2320, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 6.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), ColorOS 2.1", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 8.2, + "overall": 10.8, "performance": null, "camera": null, - "battery": 8.2, + "battery": 10.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.227623", - "updated_at": "2026-07-09T01:31:07.227623" + "created_at": "2026-07-09T04:23:11.413343", + "updated_at": "2026-07-09T04:23:11.413343" } diff --git a/site/public/v1/smartphones/oppo-r7-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r7-plus-4gb-64gb-4g-lte/index.json index 6c2f9efdbd0e..e6d49c75f3d0 100644 --- a/site/public/v1/smartphones/oppo-r7-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r7-plus-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 82.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), ColorOS 2.1", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 28.6, "performance": null, "camera": null, - "battery": 26.0, + "battery": 28.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.229267", - "updated_at": "2026-07-09T01:31:07.229267" + "created_at": "2026-07-09T04:23:11.414343", + "updated_at": "2026-07-09T04:23:11.414343" } diff --git a/site/public/v1/smartphones/oppo-r815t-clover-1gb-4gb-3g/index.json b/site/public/v1/smartphones/oppo-r815t-clover-1gb-4gb-3g/index.json index 3771adc06f5d..dbfc14225242 100644 --- a/site/public/v1/smartphones/oppo-r815t-clover-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-r815t-clover-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.5, - "dimensions": {}, + "dimensions": { + "height_mm": 129.6, + "width_mm": 66.7, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean)", "os_version": "4.2.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.174513", - "updated_at": "2026-07-09T01:31:07.174513" + "created_at": "2026-07-09T04:23:11.363636", + "updated_at": "2026-07-09T04:23:11.363636" } diff --git a/site/public/v1/smartphones/oppo-r817-real-1gb-4gb-3g/index.json b/site/public/v1/smartphones/oppo-r817-real-1gb-4gb-3g/index.json index 5615a700eec8..678577ec046d 100644 --- a/site/public/v1/smartphones/oppo-r817-real-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-r817-real-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 123.0, + "width_mm": 63.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.164573", - "updated_at": "2026-07-09T01:31:07.164573" + "created_at": "2026-07-09T04:23:11.353060", + "updated_at": "2026-07-09T04:23:11.353060" } diff --git a/site/public/v1/smartphones/oppo-r819-1gb-16gb-3g/index.json b/site/public/v1/smartphones/oppo-r819-1gb-16gb-3g/index.json index 73da70061a61..027e527620cf 100644 --- a/site/public/v1/smartphones/oppo-r819-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-r819-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.5, + "width_mm": 68.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.2.1 (Jelly Bean)", "os_version": "4.2.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.176512", - "updated_at": "2026-07-09T01:31:07.176512" + "created_at": "2026-07-09T04:23:11.364636", + "updated_at": "2026-07-09T04:23:11.364636" } diff --git a/site/public/v1/smartphones/oppo-r9-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r9-plus-4gb-128gb-4g-lte/index.json index 3c759397f668..a6ba17e1652f 100644 --- a/site/public/v1/smartphones/oppo-r9-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r9-plus-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4120, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 80.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), upgradable to 6 (Marshmallow), ColorOS 3", "os_version": "5.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.2, + "overall": 28.8, "performance": null, "camera": null, - "battery": 26.2, + "battery": 28.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.245260", - "updated_at": "2026-07-09T01:31:07.245260" + "created_at": "2026-07-09T04:23:11.431502", + "updated_at": "2026-07-09T04:23:11.431502" } diff --git a/site/public/v1/smartphones/oppo-r9s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r9s-4gb-64gb-4g-lte/index.json index 339a29d37aeb..352bf62ae606 100644 --- a/site/public/v1/smartphones/oppo-r9s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r9s-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3010, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 74.3, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.1, + "overall": 17.7, "performance": null, "camera": null, - "battery": 15.1, + "battery": 17.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.247301", - "updated_at": "2026-07-09T01:31:07.247301" + "created_at": "2026-07-09T04:23:11.432508", + "updated_at": "2026-07-09T04:23:11.432508" } diff --git a/site/public/v1/smartphones/oppo-r9s-plus-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-r9s-plus-6gb-64gb-4g-lte/index.json index b45bb89d1900..9fba99bf9f28 100644 --- a/site/public/v1/smartphones/oppo-r9s-plus-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-r9s-plus-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 80.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), ColorOS 3", "os_version": "6.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.6, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.248263", - "updated_at": "2026-07-09T01:31:07.248263" + "created_at": "2026-07-09T04:23:11.433508", + "updated_at": "2026-07-09T04:23:11.433508" } diff --git a/site/public/v1/smartphones/oppo-reno-10x-zoom-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno-10x-zoom-12gb-256gb-4g-lte/index.json index 4c6d65c9c748..5975d33dc360 100644 --- a/site/public/v1/smartphones/oppo-reno-10x-zoom-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno-10x-zoom-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4065, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.2, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, ColorOS 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.2, + "overall": 42.8, "performance": null, "camera": null, - "battery": 40.2, + "battery": 42.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.449839", - "updated_at": "2026-07-09T01:31:07.449839" + "created_at": "2026-07-09T04:23:11.611515", + "updated_at": "2026-07-09T04:23:11.611515" } diff --git a/site/public/v1/smartphones/oppo-reno-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-reno-5g-8gb-256gb-5g/index.json index 3c407b42a7bc..751d6a13f8ec 100644 --- a/site/public/v1/smartphones/oppo-reno-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno-5g-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4065, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 215.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.2, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.2, + "overall": 42.8, "performance": null, "camera": null, - "battery": 40.2, + "battery": 42.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.457873", - "updated_at": "2026-07-09T01:31:07.457873" + "created_at": "2026-07-09T04:23:11.619526", + "updated_at": "2026-07-09T04:23:11.619526" } diff --git a/site/public/v1/smartphones/oppo-reno-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno-8gb-256gb-4g-lte/index.json index 001ce3dcbab5..ad2cd9918c91 100644 --- a/site/public/v1/smartphones/oppo-reno-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3765, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 74.3, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, ColorOS 7.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.0, + "overall": 33.6, "performance": null, "camera": null, - "battery": 31.0, + "battery": 33.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.448853", - "updated_at": "2026-07-09T01:31:07.448853" + "created_at": "2026-07-09T04:23:11.609994", + "updated_at": "2026-07-09T04:23:11.609994" } diff --git a/site/public/v1/smartphones/oppo-reno-a-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno-a-6gb-128gb-4g-lte/index.json index c4b9b93306a4..fd193f51b6fa 100644 --- a/site/public/v1/smartphones/oppo-reno-a-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno-a-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 169.5, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.459876", - "updated_at": "2026-07-09T01:31:07.459876" + "created_at": "2026-07-09T04:23:11.621525", + "updated_at": "2026-07-09T04:23:11.621525" } diff --git a/site/public/v1/smartphones/oppo-reno-ace-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno-ace-12gb-256gb-4g-lte/index.json index 9547a1ba90a2..b51ab4e3ac49 100644 --- a/site/public/v1/smartphones/oppo-reno-ace-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno-ace-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 75.7, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, ColorOS 7.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 50.0, "performance": null, "camera": null, - "battery": 39.6, + "battery": 50.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.462904", - "updated_at": "2026-07-09T01:31:07.462904" + "created_at": "2026-07-09T04:23:11.623525", + "updated_at": "2026-07-09T04:23:11.623525" } diff --git a/site/public/v1/smartphones/oppo-reno-z-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno-z-8gb-256gb-4g-lte/index.json index c605f31cfa1e..5d3339250592 100644 --- a/site/public/v1/smartphones/oppo-reno-z-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno-z-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4035, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.3, + "width_mm": 74.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), planned upgrade to Android 10, ColorOS 7.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.5, + "overall": 32.1, "performance": null, "camera": null, - "battery": 29.5, + "battery": 32.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.470878", - "updated_at": "2026-07-09T01:31:07.470878" + "created_at": "2026-07-09T04:23:11.631040", + "updated_at": "2026-07-09T04:23:11.631040" } diff --git a/site/public/v1/smartphones/oppo-reno10-pro-china-16gb-512gb-5g/index.json b/site/public/v1/smartphones/oppo-reno10-pro-china-16gb-512gb-5g/index.json index bcb6dfba6126..eee4f198f0a7 100644 --- a/site/public/v1/smartphones/oppo-reno10-pro-china-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno10-pro-china-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 100.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 74.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 13, upgradable to Android 14, ColorOS 14", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.5, + "overall": 67.8, "performance": 67.2, "camera": null, - "battery": 51.8, + "battery": 68.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.532547", - "updated_at": "2026-07-09T01:31:08.532547" + "created_at": "2026-07-09T04:23:12.363689", + "updated_at": "2026-07-09T04:23:12.363689" } diff --git a/site/public/v1/smartphones/oppo-reno11-china-12gb-512gb-5g/index.json b/site/public/v1/smartphones/oppo-reno11-china-12gb-512gb-5g/index.json index 9f025e7cceae..087b6661105b 100644 --- a/site/public/v1/smartphones/oppo-reno11-china-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno11-china-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4800, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 74.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.1, + "overall": 64.5, "performance": 64.5, "camera": null, - "battery": 53.8, + "battery": 64.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.534511", - "updated_at": "2026-07-09T01:31:08.534511" + "created_at": "2026-07-09T04:23:12.365688", + "updated_at": "2026-07-09T04:23:12.365688" } diff --git a/site/public/v1/smartphones/oppo-reno12-f-12gb-512gb-5g/index.json b/site/public/v1/smartphones/oppo-reno12-f-12gb-512gb-5g/index.json index 1e407e30793d..21c4230b4987 100644 --- a/site/public/v1/smartphones/oppo-reno12-f-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno12-f-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 75.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 14, ColorOS 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 52.6, "performance": 46.6, "camera": null, - "battery": 51.7, + "battery": 58.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.584506", - "updated_at": "2026-07-09T01:31:08.584506" + "created_at": "2026-07-09T04:23:12.411182", + "updated_at": "2026-07-09T04:23:12.411182" } diff --git a/site/public/v1/smartphones/oppo-reno12-pro-china-16gb-512gb-5g/index.json b/site/public/v1/smartphones/oppo-reno12-pro-china-16gb-512gb-5g/index.json index 419cfcc10009..7083cb6190c7 100644 --- a/site/public/v1/smartphones/oppo-reno12-pro-china-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno12-pro-china-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.4, + "width_mm": 74.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 14, ColorOS 14.1", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 66.2, + "overall": 72.8, "performance": 76.7, "camera": null, - "battery": 55.8, + "battery": 68.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.587540", - "updated_at": "2026-07-09T01:31:08.587540" + "created_at": "2026-07-09T04:23:12.413823", + "updated_at": "2026-07-09T04:23:12.413823" } diff --git a/site/public/v1/smartphones/oppo-reno2-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno2-8gb-256gb-4g-lte/index.json index 4ab7b3829df6..861256c12c71 100644 --- a/site/public/v1/smartphones/oppo-reno2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno2-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 74.3, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), planned upgrade to Android 10, ColorOS 7.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 40.1, "performance": null, "camera": null, - "battery": 37.5, + "battery": 40.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.474854", - "updated_at": "2026-07-09T01:31:07.474854" + "created_at": "2026-07-09T04:23:11.635231", + "updated_at": "2026-07-09T04:23:11.635231" } diff --git a/site/public/v1/smartphones/oppo-reno2-f-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno2-f-8gb-256gb-4g-lte/index.json index fef51feaec71..0d6872bd177b 100644 --- a/site/public/v1/smartphones/oppo-reno2-f-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno2-f-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 75.8, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, ColorOS 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 31.8, "performance": null, "camera": null, - "battery": 29.2, + "battery": 31.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.477901", - "updated_at": "2026-07-09T01:31:07.477901" + "created_at": "2026-07-09T04:23:11.637229", + "updated_at": "2026-07-09T04:23:11.637229" } diff --git a/site/public/v1/smartphones/oppo-reno2-z-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno2-z-8gb-256gb-4g-lte/index.json index d3995d545f8b..0bca29d9e4d5 100644 --- a/site/public/v1/smartphones/oppo-reno2-z-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno2-z-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 75.8, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, ColorOS 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 31.8, "performance": null, "camera": null, - "battery": 29.2, + "battery": 31.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.482852", - "updated_at": "2026-07-09T01:31:07.482852" + "created_at": "2026-07-09T04:23:11.642235", + "updated_at": "2026-07-09T04:23:11.642235" } diff --git a/site/public/v1/smartphones/oppo-reno3-5g-12gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-reno3-5g-12gb-128gb-5g/index.json index 2860058c810d..4cc75e0084c0 100644 --- a/site/public/v1/smartphones/oppo-reno3-5g-12gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno3-5g-12gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4025, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.3, + "width_mm": 74.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 10, ColorOS 7", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.3, + "overall": 45.5, "performance": 46.8, "camera": null, - "battery": 39.8, + "battery": 44.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.486853", - "updated_at": "2026-07-09T01:31:07.486853" + "created_at": "2026-07-09T04:23:11.646234", + "updated_at": "2026-07-09T04:23:11.646234" } diff --git a/site/public/v1/smartphones/oppo-reno3-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno3-8gb-128gb-4g-lte/index.json index 43eaf052da67..82bef53bfbcc 100644 --- a/site/public/v1/smartphones/oppo-reno3-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno3-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4025, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 33.8, "performance": null, "camera": null, - "battery": 29.4, + "battery": 33.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.698730", - "updated_at": "2026-07-09T01:31:07.698730" + "created_at": "2026-07-09T04:23:11.844973", + "updated_at": "2026-07-09T04:23:11.844973" } diff --git a/site/public/v1/smartphones/oppo-reno4-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno4-8gb-128gb-4g-lte/index.json index f966969271c4..375200e4df95 100644 --- a/site/public/v1/smartphones/oppo-reno4-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno4-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4015, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.3, + "width_mm": 73.9, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.7, + "overall": 42.0, "performance": null, "camera": null, - "battery": 37.7, + "battery": 42.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.705808", - "updated_at": "2026-07-09T01:31:07.705808" + "created_at": "2026-07-09T04:23:11.851971", + "updated_at": "2026-07-09T04:23:11.851971" } diff --git a/site/public/v1/smartphones/oppo-reno4-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno4-pro-8gb-256gb-4g-lte/index.json index 86e61bd4eb4f..274f5f3df9d5 100644 --- a/site/public/v1/smartphones/oppo-reno4-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno4-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 48.0, "performance": null, "camera": null, - "battery": 37.5, + "battery": 48.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.712813", - "updated_at": "2026-07-09T01:31:07.712813" + "created_at": "2026-07-09T04:23:11.858575", + "updated_at": "2026-07-09T04:23:11.858575" } diff --git a/site/public/v1/smartphones/oppo-reno4-se-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-reno4-se-8gb-256gb-5g/index.json index 1583ca2dc0c3..5136dd441972 100644 --- a/site/public/v1/smartphones/oppo-reno4-se-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno4-se-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.5, + "width_mm": 73.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, ColorOS 7.2", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.8, + "overall": 45.0, "performance": 36.9, "camera": null, - "battery": 42.6, + "battery": 53.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.716907", - "updated_at": "2026-07-09T01:31:07.716907" + "created_at": "2026-07-09T04:23:11.862580", + "updated_at": "2026-07-09T04:23:11.862580" } diff --git a/site/public/v1/smartphones/oppo-reno4-z-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-reno4-z-5g-8gb-128gb-5g/index.json index 8b0cef33d370..9e7564229119 100644 --- a/site/public/v1/smartphones/oppo-reno4-z-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno4-z-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, ColorOS 11.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 39.5, "performance": 37.0, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.718928", - "updated_at": "2026-07-09T01:31:07.718928" + "created_at": "2026-07-09T04:23:11.864580", + "updated_at": "2026-07-09T04:23:11.864580" } diff --git a/site/public/v1/smartphones/oppo-reno5-4g-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno5-4g-8gb-128gb-4g-lte/index.json index 8ee6b210590f..d429d6c38afc 100644 --- a/site/public/v1/smartphones/oppo-reno5-4g-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno5-4g-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 73.3, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, ColorOS 12", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.6, + "overall": 48.4, "performance": null, "camera": null, - "battery": 40.6, + "battery": 48.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.719888", - "updated_at": "2026-07-09T01:31:07.719888" + "created_at": "2026-07-09T04:23:11.866579", + "updated_at": "2026-07-09T04:23:11.866579" } diff --git a/site/public/v1/smartphones/oppo-reno5-pro-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-reno5-pro-5g-12gb-256gb-5g/index.json index 5ce62f3fbb43..3dedff920d97 100644 --- a/site/public/v1/smartphones/oppo-reno5-pro-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno5-pro-5g-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4350, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.2, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, ColorOS 12", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.1, + "overall": 53.5, "performance": null, "camera": null, - "battery": 43.1, + "battery": 53.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.721899", - "updated_at": "2026-07-09T01:31:07.721899" + "created_at": "2026-07-09T04:23:11.867579", + "updated_at": "2026-07-09T04:23:11.867579" } diff --git a/site/public/v1/smartphones/oppo-reno5-z-8gb-128gb-5g/index.json b/site/public/v1/smartphones/oppo-reno5-z-8gb-128gb-5g/index.json index 0bdc6c8d7b02..854f9966b6f1 100644 --- a/site/public/v1/smartphones/oppo-reno5-z-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno5-z-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 73.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 43.4, "performance": 39.7, "camera": null, - "battery": 42.7, + "battery": 47.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.949631", - "updated_at": "2026-07-09T01:31:07.949631" + "created_at": "2026-07-09T04:23:12.031257", + "updated_at": "2026-07-09T04:23:12.031257" } diff --git a/site/public/v1/smartphones/oppo-reno6-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-reno6-5g-12gb-256gb-5g/index.json index 5a143f01d3c1..03c906d670b4 100644 --- a/site/public/v1/smartphones/oppo-reno6-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno6-5g-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.8, + "width_mm": 72.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, ColorOS 12", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.2, + "overall": 50.5, "performance": 45.8, "camera": null, - "battery": 44.7, + "battery": 55.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.952605", - "updated_at": "2026-07-09T01:31:07.952605" + "created_at": "2026-07-09T04:23:12.034257", + "updated_at": "2026-07-09T04:23:12.034257" } diff --git a/site/public/v1/smartphones/oppo-reno6-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno6-8gb-128gb-4g-lte/index.json index 90bc455a7dbc..7b10071ce426 100644 --- a/site/public/v1/smartphones/oppo-reno6-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno6-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.1, + "width_mm": 73.3, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, ColorOS 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.6, + "overall": 48.4, "performance": null, "camera": null, - "battery": 40.6, + "battery": 48.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.950569", - "updated_at": "2026-07-09T01:31:07.950569" + "created_at": "2026-07-09T04:23:12.032257", + "updated_at": "2026-07-09T04:23:12.032257" } diff --git a/site/public/v1/smartphones/oppo-reno6-z-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-reno6-z-8gb-256gb-5g/index.json index 7e6858c96abd..318701b88b06 100644 --- a/site/public/v1/smartphones/oppo-reno6-z-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno6-z-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, ColorOS 12", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 43.4, "performance": 39.7, "camera": null, - "battery": 42.7, + "battery": 47.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.956577", - "updated_at": "2026-07-09T01:31:07.956577" + "created_at": "2026-07-09T04:23:12.037497", + "updated_at": "2026-07-09T04:23:12.037497" } diff --git a/site/public/v1/smartphones/oppo-reno7-se-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-reno7-se-5g-8gb-256gb-5g/index.json index 5737fe653f57..7be7aa817894 100644 --- a/site/public/v1/smartphones/oppo-reno7-se-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno7-se-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.2, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 11, ColorOS 12", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.9, + "overall": 47.3, "performance": 43.1, "camera": null, - "battery": 46.7, + "battery": 51.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.959652", - "updated_at": "2026-07-09T01:31:07.959652" + "created_at": "2026-07-09T04:23:12.041502", + "updated_at": "2026-07-09T04:23:12.041502" } diff --git a/site/public/v1/smartphones/oppo-reno8-12gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-reno8-12gb-256gb-5g/index.json index 8ce3d283c24e..6948deecd133 100644 --- a/site/public/v1/smartphones/oppo-reno8-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno8-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.6, + "width_mm": 73.4, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, ColorOS 14", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.4, + "overall": 58.9, "performance": 58.1, "camera": null, - "battery": 46.7, + "battery": 59.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.410082", - "updated_at": "2026-07-09T01:31:08.410082" + "created_at": "2026-07-09T04:23:12.259624", + "updated_at": "2026-07-09T04:23:12.259624" } diff --git a/site/public/v1/smartphones/oppo-reno8-china-12gb-256gb-5g/index.json b/site/public/v1/smartphones/oppo-reno8-china-12gb-256gb-5g/index.json index d6dca48cb64e..462108e72e2e 100644 --- a/site/public/v1/smartphones/oppo-reno8-china-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/oppo-reno8-china-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.6, + "width_mm": 73.4, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, ColorOS 14", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.4, + "overall": 58.9, "performance": 58.1, "camera": null, - "battery": 46.7, + "battery": 59.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.447894", - "updated_at": "2026-07-09T01:31:08.447894" + "created_at": "2026-07-09T04:23:12.270623", + "updated_at": "2026-07-09T04:23:12.270623" } diff --git a/site/public/v1/smartphones/oppo-reno8-t-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-reno8-t-8gb-256gb-4g-lte/index.json index 9b5b43cada08..c5fcdcdf0069 100644 --- a/site/public/v1/smartphones/oppo-reno8-t-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-reno8-t-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.8, + "width_mm": 73.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 13, upgradable to Android 14, ColorOS 14", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 51.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:08.534511", - "updated_at": "2026-07-09T01:31:08.534511" + "created_at": "2026-07-09T04:23:12.365688", + "updated_at": "2026-07-09T04:23:12.365688" } diff --git a/site/public/v1/smartphones/oppo-rx17-neo-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-rx17-neo-4gb-128gb-4g-lte/index.json index 2e83bc708b2c..23b269d655c2 100644 --- a/site/public/v1/smartphones/oppo-rx17-neo-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-rx17-neo-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 75.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.0, + "overall": 21.9, "performance": null, "camera": null, - "battery": 21.0, + "battery": 21.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.345049", - "updated_at": "2026-07-09T01:31:07.345049" + "created_at": "2026-07-09T04:23:11.513317", + "updated_at": "2026-07-09T04:23:11.513317" } diff --git a/site/public/v1/smartphones/oppo-rx17-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-rx17-pro-8gb-128gb-4g-lte/index.json index bcb5d73be937..01ef611f9fb4 100644 --- a/site/public/v1/smartphones/oppo-rx17-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-rx17-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.6, + "width_mm": 74.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, ColorOS 7.0", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.3, + "overall": 38.1, "performance": null, "camera": null, - "battery": 30.3, + "battery": 38.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.347042", - "updated_at": "2026-07-09T01:31:07.347042" + "created_at": "2026-07-09T04:23:11.516316", + "updated_at": "2026-07-09T04:23:11.516316" } diff --git a/site/public/v1/smartphones/oppo-t29-1gb-4gb-3g/index.json b/site/public/v1/smartphones/oppo-t29-1gb-4gb-3g/index.json index dfb22a9b1c20..fdc653cf0596 100644 --- a/site/public/v1/smartphones/oppo-t29-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-t29-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.5, + "width_mm": 67.0, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.165602", - "updated_at": "2026-07-09T01:31:07.165602" + "created_at": "2026-07-09T04:23:11.354060", + "updated_at": "2026-07-09T04:23:11.354060" } diff --git a/site/public/v1/smartphones/oppo-u3-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/oppo-u3-2gb-16gb-4g-lte/index.json index 070e86428bfe..b33d632c0f86 100644 --- a/site/public/v1/smartphones/oppo-u3-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/oppo-u3-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.8, + "width_mm": 81.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), ColorOS 2", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.6, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.231261", - "updated_at": "2026-07-09T01:31:07.231261" + "created_at": "2026-07-09T04:23:11.417343", + "updated_at": "2026-07-09T04:23:11.417343" } diff --git a/site/public/v1/smartphones/oppo-u705t-ulike-2-1gb-16gb-3g/index.json b/site/public/v1/smartphones/oppo-u705t-ulike-2-1gb-16gb-3g/index.json index dd72f97ad47b..10964e9caf64 100644 --- a/site/public/v1/smartphones/oppo-u705t-ulike-2-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/oppo-u705t-ulike-2-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 113.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.0, + "width_mm": 63.7, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:07.167595", - "updated_at": "2026-07-09T01:31:07.167595" + "created_at": "2026-07-09T04:23:11.355061", + "updated_at": "2026-07-09T04:23:11.355061" } diff --git a/site/public/v1/smartphones/realme-1-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-1-6gb-128gb-4g-lte/index.json index 3a2f0161d6ad..dab6944451c4 100644 --- a/site/public/v1/smartphones/realme-1-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-1-6gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), ColorOS 6", "os_version": "8.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.129669", - "updated_at": "2026-07-09T01:31:09.129669" + "created_at": "2026-07-09T04:23:12.885748", + "updated_at": "2026-07-09T04:23:12.885748" } diff --git a/site/public/v1/smartphones/realme-10-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-10-5g-8gb-256gb-5g/index.json index d070a0bd2490..2f05307ffc73 100644 --- a/site/public/v1/smartphones/realme-10-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-10-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, Realme UI 3.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 45.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 54.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.251901", - "updated_at": "2026-07-09T01:31:09.251901" + "created_at": "2026-07-09T04:23:13.002716", + "updated_at": "2026-07-09T04:23:13.002716" } diff --git a/site/public/v1/smartphones/realme-10-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-10-8gb-256gb-4g-lte/index.json index bf55f5f7142a..94f0c688e4cb 100644 --- a/site/public/v1/smartphones/realme-10-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-10-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 73.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, Realme UI 3.0", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 51.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.251901", - "updated_at": "2026-07-09T01:31:09.251901" + "created_at": "2026-07-09T04:23:13.001717", + "updated_at": "2026-07-09T04:23:13.001717" } diff --git a/site/public/v1/smartphones/realme-10s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-10s-8gb-256gb-5g/index.json index c5246953548d..7cb559345eb8 100644 --- a/site/public/v1/smartphones/realme-10s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-10s-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, Realme UI 3.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 48.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.254891", - "updated_at": "2026-07-09T01:31:09.254891" + "created_at": "2026-07-09T04:23:13.005957", + "updated_at": "2026-07-09T04:23:13.005957" } diff --git a/site/public/v1/smartphones/realme-10t-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-10t-8gb-256gb-5g/index.json index e10098b693b0..db6f316f6d18 100644 --- a/site/public/v1/smartphones/realme-10t-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-10t-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, Realme UI 3.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 46.9, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.287976", - "updated_at": "2026-07-09T01:31:09.287976" + "created_at": "2026-07-09T04:23:13.038437", + "updated_at": "2026-07-09T04:23:13.038437" } diff --git a/site/public/v1/smartphones/realme-11-4g-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-11-4g-8gb-256gb-4g-lte/index.json index fef3a8763c14..9ebdc4b8c89b 100644 --- a/site/public/v1/smartphones/realme-11-4g-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-11-4g-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 73.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, Realme UI 3.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 54.0, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 62.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.289893", - "updated_at": "2026-07-09T01:31:09.289893" + "created_at": "2026-07-09T04:23:13.041439", + "updated_at": "2026-07-09T04:23:13.041439" } diff --git a/site/public/v1/smartphones/realme-11-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-11-8gb-256gb-5g/index.json index 633b78d64799..bc043756fe5d 100644 --- a/site/public/v1/smartphones/realme-11-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-11-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 13, Realme UI 4.0", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.6, + "overall": 53.0, "performance": 43.5, "camera": null, - "battery": 51.7, + "battery": 62.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.288893", - "updated_at": "2026-07-09T01:31:09.288893" + "created_at": "2026-07-09T04:23:13.039439", + "updated_at": "2026-07-09T04:23:13.039439" } diff --git a/site/public/v1/smartphones/realme-11x-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-11x-8gb-128gb-5g/index.json index ab6d507d10a4..a2fc71fd0925 100644 --- a/site/public/v1/smartphones/realme-11x-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-11x-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 13, Realme UI 4.0", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.6, + "overall": 50.0, "performance": 43.5, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.291876", - "updated_at": "2026-07-09T01:31:09.291876" + "created_at": "2026-07-09T04:23:13.043438", + "updated_at": "2026-07-09T04:23:13.043438" } diff --git a/site/public/v1/smartphones/realme-12-8gb-512gb-5g/index.json b/site/public/v1/smartphones/realme-12-8gb-512gb-5g/index.json index f60cd19f7dff..a646910b4d80 100644 --- a/site/public/v1/smartphones/realme-12-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/realme-12-8gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.6, + "overall": 51.0, "performance": 43.5, "camera": null, - "battery": 51.7, + "battery": 58.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.314833", - "updated_at": "2026-07-09T01:31:09.314833" + "created_at": "2026-07-09T04:23:13.063962", + "updated_at": "2026-07-09T04:23:13.063962" } diff --git a/site/public/v1/smartphones/realme-12x-12gb-512gb-5g/index.json b/site/public/v1/smartphones/realme-12x-12gb-512gb-5g/index.json index c911339d6609..c1e5d138c1e5 100644 --- a/site/public/v1/smartphones/realme-12x-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/realme-12x-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.0, + "overall": 49.8, "performance": 46.2, "camera": null, - "battery": 51.7, + "battery": 53.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.318964", - "updated_at": "2026-07-09T01:31:09.318964" + "created_at": "2026-07-09T04:23:13.067963", + "updated_at": "2026-07-09T04:23:13.067963" } diff --git a/site/public/v1/smartphones/realme-12x-india-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-12x-india-8gb-128gb-5g/index.json index 2c77848f9c89..039c14db9eb5 100644 --- a/site/public/v1/smartphones/realme-12x-india-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-12x-india-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.6, + "overall": 51.0, "performance": 43.5, "camera": null, - "battery": 51.7, + "battery": 58.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.320952", - "updated_at": "2026-07-09T01:31:09.320952" + "created_at": "2026-07-09T04:23:13.069963", + "updated_at": "2026-07-09T04:23:13.069963" } diff --git a/site/public/v1/smartphones/realme-2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-2-4gb-64gb-4g-lte/index.json index b2797dfb8ac7..9422cde40adf 100644 --- a/site/public/v1/smartphones/realme-2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-2-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), ColorOS 6", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.131177", - "updated_at": "2026-07-09T01:31:09.131177" + "created_at": "2026-07-09T04:23:12.885748", + "updated_at": "2026-07-09T04:23:12.885748" } diff --git a/site/public/v1/smartphones/realme-2-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-2-pro-8gb-128gb-4g-lte/index.json index 776f38dbf92f..9c306eb554e4 100644 --- a/site/public/v1/smartphones/realme-2-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-2-pro-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, Realme UI", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 20.8, "performance": null, "camera": null, - "battery": 20.0, + "battery": 20.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.132187", - "updated_at": "2026-07-09T01:31:09.132187" + "created_at": "2026-07-09T04:23:12.887749", + "updated_at": "2026-07-09T04:23:12.887749" } diff --git a/site/public/v1/smartphones/realme-3-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-3-4gb-64gb-4g-lte/index.json index c73d4f216174..60ae8b4f7522 100644 --- a/site/public/v1/smartphones/realme-3-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-3-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4230, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 75.6, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Realme UI", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 32.4, "performance": null, "camera": null, - "battery": 31.5, + "battery": 32.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.138187", - "updated_at": "2026-07-09T01:31:09.138187" + "created_at": "2026-07-09T04:23:12.892822", + "updated_at": "2026-07-09T04:23:12.892822" } diff --git a/site/public/v1/smartphones/realme-3-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-3-pro-6gb-128gb-4g-lte/index.json index 7fa9db6d06de..9d469b0c4108 100644 --- a/site/public/v1/smartphones/realme-3-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-3-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4045, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.8, + "width_mm": 74.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), planned upgrade to Android 10, ColorOS 6", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.8, + "overall": 36.4, "performance": null, "camera": null, - "battery": 33.8, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.139187", - "updated_at": "2026-07-09T01:31:09.139187" + "created_at": "2026-07-09T04:23:12.893815", + "updated_at": "2026-07-09T04:23:12.893815" } diff --git a/site/public/v1/smartphones/realme-3i-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-3i-4gb-64gb-4g-lte/index.json index f42b524cc41d..e875ead75774 100644 --- a/site/public/v1/smartphones/realme-3i-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-3i-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4230, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 75.6, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Realme UI", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 32.4, "performance": null, "camera": null, - "battery": 31.5, + "battery": 32.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.141187", - "updated_at": "2026-07-09T01:31:09.141187" + "created_at": "2026-07-09T04:23:12.895815", + "updated_at": "2026-07-09T04:23:12.895815" } diff --git a/site/public/v1/smartphones/realme-5-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-5-4gb-128gb-4g-lte/index.json index ca6a1b9004fb..1d5dad982fb9 100644 --- a/site/public/v1/smartphones/realme-5-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-5-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Realme UI", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 42.1, "performance": null, "camera": null, - "battery": 41.3, + "battery": 42.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.142187", - "updated_at": "2026-07-09T01:31:09.143254" + "created_at": "2026-07-09T04:23:12.897817", + "updated_at": "2026-07-09T04:23:12.897817" } diff --git a/site/public/v1/smartphones/realme-5-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-5-pro-8gb-128gb-4g-lte/index.json index 031c8105abca..c833633954af 100644 --- a/site/public/v1/smartphones/realme-5-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-5-pro-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4035, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 74.2, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Realme UI 2.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.7, + "overall": 36.3, "performance": null, "camera": null, - "battery": 33.7, + "battery": 36.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.144250", - "updated_at": "2026-07-09T01:31:09.144250" + "created_at": "2026-07-09T04:23:12.899815", + "updated_at": "2026-07-09T04:23:12.899815" } diff --git a/site/public/v1/smartphones/realme-5i-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-5i-4gb-128gb-4g-lte/index.json index 7c8e32d8275c..a14933ec2be6 100644 --- a/site/public/v1/smartphones/realme-5i-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-5i-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.0, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Realme UI", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 42.1, "performance": null, "camera": null, - "battery": 41.3, + "battery": 42.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.162228", - "updated_at": "2026-07-09T01:31:09.162228" + "created_at": "2026-07-09T04:23:12.916821", + "updated_at": "2026-07-09T04:23:12.916821" } diff --git a/site/public/v1/smartphones/realme-5s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-5s-4gb-128gb-4g-lte/index.json index 497ad461400c..3dbb4f860924 100644 --- a/site/public/v1/smartphones/realme-5s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-5s-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Realme UI", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 42.1, "performance": null, "camera": null, - "battery": 41.3, + "battery": 42.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.146191", - "updated_at": "2026-07-09T01:31:09.146191" + "created_at": "2026-07-09T04:23:12.900815", + "updated_at": "2026-07-09T04:23:12.900815" } diff --git a/site/public/v1/smartphones/realme-6-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-6-8gb-128gb-4g-lte/index.json index d82c8a2f1f7e..3ef27dcb68e7 100644 --- a/site/public/v1/smartphones/realme-6-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-6-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 74.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, Realme UI", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.2, + "overall": 36.5, "performance": null, "camera": null, - "battery": 32.2, + "battery": 36.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.164254", - "updated_at": "2026-07-09T01:31:09.164254" + "created_at": "2026-07-09T04:23:12.917820", + "updated_at": "2026-07-09T04:23:12.917820" } diff --git a/site/public/v1/smartphones/realme-6-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-6-pro-8gb-128gb-4g-lte/index.json index bd72f7b7d9ce..d8dbd0a0cba2 100644 --- a/site/public/v1/smartphones/realme-6-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-6-pro-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, Realme UI 2.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.5, + "overall": 44.8, "performance": null, "camera": null, - "battery": 40.5, + "battery": 44.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.165241", - "updated_at": "2026-07-09T01:31:09.165241" + "created_at": "2026-07-09T04:23:12.918821", + "updated_at": "2026-07-09T04:23:12.918821" } diff --git a/site/public/v1/smartphones/realme-6i-india-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-6i-india-6gb-64gb-4g-lte/index.json index 39239b860e50..53fe45eb8b0b 100644 --- a/site/public/v1/smartphones/realme-6i-india-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-6i-india-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 74.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.2, + "overall": 36.5, "performance": null, "camera": null, - "battery": 32.2, + "battery": 36.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.169186", - "updated_at": "2026-07-09T01:31:09.169186" + "created_at": "2026-07-09T04:23:12.922827", + "updated_at": "2026-07-09T04:23:12.922827" } diff --git a/site/public/v1/smartphones/realme-6s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-6s-6gb-128gb-4g-lte/index.json index 34d356ca0a9c..859b1e06bf9b 100644 --- a/site/public/v1/smartphones/realme-6s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-6s-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 74.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.2, + "overall": 36.5, "performance": null, "camera": null, - "battery": 32.2, + "battery": 36.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.169186", - "updated_at": "2026-07-09T01:31:09.169186" + "created_at": "2026-07-09T04:23:12.922827", + "updated_at": "2026-07-09T04:23:12.922827" } diff --git a/site/public/v1/smartphones/realme-7-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-7-5g-8gb-128gb-5g/index.json index 3cfbef2facd8..aebfeb470eb1 100644 --- a/site/public/v1/smartphones/realme-7-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-7-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, Realme UI 3.0", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.7, + "overall": 46.8, "performance": 39.7, "camera": null, - "battery": 49.6, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.172187", - "updated_at": "2026-07-09T01:31:09.172187" + "created_at": "2026-07-09T04:23:12.925342", + "updated_at": "2026-07-09T04:23:12.925342" } diff --git a/site/public/v1/smartphones/realme-7-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-7-pro-8gb-128gb-4g-lte/index.json index 947f969d02c5..90e90f3a3c68 100644 --- a/site/public/v1/smartphones/realme-7-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-7-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, Realme UI 3.0", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.5, + "overall": 53.0, "performance": null, "camera": null, - "battery": 42.5, + "battery": 53.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.174267", - "updated_at": "2026-07-09T01:31:09.174267" + "created_at": "2026-07-09T04:23:12.926348", + "updated_at": "2026-07-09T04:23:12.926348" } diff --git a/site/public/v1/smartphones/realme-8-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-8-pro-8gb-128gb-4g-lte/index.json index d78195d4b15b..9f2e4b219d22 100644 --- a/site/public/v1/smartphones/realme-8-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-8-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.6, + "width_mm": 73.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, Realme UI 3.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.5, + "overall": 50.3, "performance": null, "camera": null, - "battery": 42.5, + "battery": 50.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.217378", - "updated_at": "2026-07-09T01:31:09.217378" + "created_at": "2026-07-09T04:23:12.967009", + "updated_at": "2026-07-09T04:23:12.967009" } diff --git a/site/public/v1/smartphones/realme-8s-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-8s-5g-8gb-128gb-5g/index.json index dd86b5142fd6..f1d851d92b76 100644 --- a/site/public/v1/smartphones/realme-8s-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-8s-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 74.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 48.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.219391", - "updated_at": "2026-07-09T01:31:09.219391" + "created_at": "2026-07-09T04:23:12.969009", + "updated_at": "2026-07-09T04:23:12.969009" } diff --git a/site/public/v1/smartphones/realme-9-5g-india-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-9-5g-india-6gb-128gb-5g/index.json index 092d8e9f9843..86cdc57e8e5b 100644 --- a/site/public/v1/smartphones/realme-9-5g-india-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-9-5g-india-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 74.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.1, + "overall": 46.2, "performance": 38.5, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.257899", - "updated_at": "2026-07-09T01:31:09.257899" + "created_at": "2026-07-09T04:23:13.008957", + "updated_at": "2026-07-09T04:23:13.008957" } diff --git a/site/public/v1/smartphones/realme-9-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-9-pro-8gb-256gb-5g/index.json index f51761f4cea0..56cf2b4cbe30 100644 --- a/site/public/v1/smartphones/realme-9-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-9-pro-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 60.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.2, + "width_mm": 73.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13, Realme UI 4.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.9, + "overall": 51.6, "performance": 47.0, "camera": null, - "battery": 46.7, + "battery": 56.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.259901", - "updated_at": "2026-07-09T01:31:09.259901" + "created_at": "2026-07-09T04:23:13.009957", + "updated_at": "2026-07-09T04:23:13.009957" } diff --git a/site/public/v1/smartphones/realme-c1-2019-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c1-2019-3gb-32gb-4g-lte/index.json index 805992aac10a..d8e90092d5e7 100644 --- a/site/public/v1/smartphones/realme-c1-2019-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c1-2019-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.148187", - "updated_at": "2026-07-09T01:31:09.148187" + "created_at": "2026-07-09T04:23:12.902815", + "updated_at": "2026-07-09T04:23:12.902815" } diff --git a/site/public/v1/smartphones/realme-c1-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c1-2gb-16gb-4g-lte/index.json index 394fc036d415..6620c4713eb2 100644 --- a/site/public/v1/smartphones/realme-c1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), ColorOS 5.2", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.134187", - "updated_at": "2026-07-09T01:31:09.134187" + "created_at": "2026-07-09T04:23:12.888749", + "updated_at": "2026-07-09T04:23:12.888749" } diff --git a/site/public/v1/smartphones/realme-c11-2021-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c11-2021-4gb-64gb-4g-lte/index.json index 2a659f2942dd..40a0781dd098 100644 --- a/site/public/v1/smartphones/realme-c11-2021-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c11-2021-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, Realme Go UI", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.220377", - "updated_at": "2026-07-09T01:31:09.220377" + "created_at": "2026-07-09T04:23:12.970010", + "updated_at": "2026-07-09T04:23:12.970010" } diff --git a/site/public/v1/smartphones/realme-c2-2020-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c2-2020-3gb-64gb-4g-lte/index.json index ce37f515def1..39ec4cb2c10c 100644 --- a/site/public/v1/smartphones/realme-c2-2020-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c2-2020-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6 Lite", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.149187", - "updated_at": "2026-07-09T01:31:09.149187" + "created_at": "2026-07-09T04:23:12.903815", + "updated_at": "2026-07-09T04:23:12.903815" } diff --git a/site/public/v1/smartphones/realme-c2-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c2-3gb-64gb-4g-lte/index.json index 94e0563405c0..49843ae5b9b5 100644 --- a/site/public/v1/smartphones/realme-c2-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c2-3gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6 Lite", "os_version": "9.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.149187", - "updated_at": "2026-07-09T01:31:09.149187" + "created_at": "2026-07-09T04:23:12.903815", + "updated_at": "2026-07-09T04:23:12.903815" } diff --git a/site/public/v1/smartphones/realme-c2s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c2s-3gb-32gb-4g-lte/index.json index 163c57814ac6..da698899c596 100644 --- a/site/public/v1/smartphones/realme-c2s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c2s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6.1", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.181254", - "updated_at": "2026-07-09T01:31:09.181254" + "created_at": "2026-07-09T04:23:12.933346", + "updated_at": "2026-07-09T04:23:12.933346" } diff --git a/site/public/v1/smartphones/realme-c30-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c30-4gb-64gb-4g-lte/index.json index 8143a9dbdba3..513a70c09ec9 100644 --- a/site/public/v1/smartphones/realme-c30-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c30-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Realme UI Go", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.262965", - "updated_at": "2026-07-09T01:31:09.262965" + "created_at": "2026-07-09T04:23:13.012957", + "updated_at": "2026-07-09T04:23:13.012957" } diff --git a/site/public/v1/smartphones/realme-c31-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c31-4gb-64gb-4g-lte/index.json index fcd328314fbd..a340889c8697 100644 --- a/site/public/v1/smartphones/realme-c31-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c31-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 76.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.264887", - "updated_at": "2026-07-09T01:31:09.264887" + "created_at": "2026-07-09T04:23:13.014921", + "updated_at": "2026-07-09T04:23:13.014921" } diff --git a/site/public/v1/smartphones/realme-c33-2023-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c33-2023-4gb-128gb-4g-lte/index.json index 93216b3abbfc..20e28af0d296 100644 --- a/site/public/v1/smartphones/realme-c33-2023-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c33-2023-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, Realme UI S", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.293912", - "updated_at": "2026-07-09T01:31:09.293912" + "created_at": "2026-07-09T04:23:13.044442", + "updated_at": "2026-07-09T04:23:13.044442" } diff --git a/site/public/v1/smartphones/realme-c33-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c33-4gb-128gb-4g-lte/index.json index 7626a4d65f8e..fde4fff0b777 100644 --- a/site/public/v1/smartphones/realme-c33-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c33-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, Realme UI S", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.265922", - "updated_at": "2026-07-09T01:31:09.265922" + "created_at": "2026-07-09T04:23:13.015926", + "updated_at": "2026-07-09T04:23:13.015926" } diff --git a/site/public/v1/smartphones/realme-c35-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c35-6gb-128gb-4g-lte/index.json index f5ed6b7f93bb..9deda617b551 100644 --- a/site/public/v1/smartphones/realme-c35-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c35-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.267834", - "updated_at": "2026-07-09T01:31:09.267834" + "created_at": "2026-07-09T04:23:13.016930", + "updated_at": "2026-07-09T04:23:13.016930" } diff --git a/site/public/v1/smartphones/realme-c51-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c51-6gb-256gb-4g-lte/index.json index abcc440a65d0..9a15ceb91ad8 100644 --- a/site/public/v1/smartphones/realme-c51-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c51-6gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 13, Realme UI T", "os_version": "13", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 44.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 44.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.294902", - "updated_at": "2026-07-09T01:31:09.294902" + "created_at": "2026-07-09T04:23:13.045442", + "updated_at": "2026-07-09T04:23:13.045442" } diff --git a/site/public/v1/smartphones/realme-c51s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c51s-6gb-128gb-4g-lte/index.json index e6d5682f7d52..9697cf035941 100644 --- a/site/public/v1/smartphones/realme-c51s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c51s-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 13, Realme UI", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 44.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 44.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.327906", - "updated_at": "2026-07-09T01:31:09.327906" + "created_at": "2026-07-09T04:23:13.075962", + "updated_at": "2026-07-09T04:23:13.075962" } diff --git a/site/public/v1/smartphones/realme-c53-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c53-8gb-256gb-4g-lte/index.json index 4a23caf9bee1..a0cce70a07e6 100644 --- a/site/public/v1/smartphones/realme-c53-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c53-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 13, Realme UI T", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 44.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 44.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.295877", - "updated_at": "2026-07-09T01:31:09.295877" + "created_at": "2026-07-09T04:23:13.046442", + "updated_at": "2026-07-09T04:23:13.046442" } diff --git a/site/public/v1/smartphones/realme-c53-india-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c53-india-6gb-128gb-4g-lte/index.json index c151c2d752cd..94b66f481773 100644 --- a/site/public/v1/smartphones/realme-c53-india-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c53-india-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 13, Realme UI", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.296892", - "updated_at": "2026-07-09T01:31:09.297892" + "created_at": "2026-07-09T04:23:13.047442", + "updated_at": "2026-07-09T04:23:13.047442" } diff --git a/site/public/v1/smartphones/realme-c61-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c61-8gb-256gb-4g-lte/index.json index 6d55dd02e630..5bbab0665aa3 100644 --- a/site/public/v1/smartphones/realme-c61-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c61-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 14, Realme UI", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.329911", - "updated_at": "2026-07-09T01:31:09.329911" + "created_at": "2026-07-09T04:23:13.076962", + "updated_at": "2026-07-09T04:23:13.076962" } diff --git a/site/public/v1/smartphones/realme-c61-india-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c61-india-6gb-128gb-4g-lte/index.json index d1b370350cb9..8bbf2b8647df 100644 --- a/site/public/v1/smartphones/realme-c61-india-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c61-india-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.331511", - "updated_at": "2026-07-09T01:31:09.331511" + "created_at": "2026-07-09T04:23:13.078963", + "updated_at": "2026-07-09T04:23:13.078963" } diff --git a/site/public/v1/smartphones/realme-c63-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-c63-5g-8gb-128gb-5g/index.json index fadabb23d374..f68741eb678b 100644 --- a/site/public/v1/smartphones/realme-c63-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-c63-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.8, + "overall": 48.6, "performance": 43.8, "camera": null, - "battery": 51.7, + "battery": 53.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.333577", - "updated_at": "2026-07-09T01:31:09.333577" + "created_at": "2026-07-09T04:23:13.081626", + "updated_at": "2026-07-09T04:23:13.081626" } diff --git a/site/public/v1/smartphones/realme-c63-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c63-8gb-256gb-4g-lte/index.json index 8472dddf4a30..91661f0d0f6c 100644 --- a/site/public/v1/smartphones/realme-c63-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c63-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 46.1, "performance": null, "camera": null, - "battery": 39.2, + "battery": 46.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.332594", - "updated_at": "2026-07-09T01:31:09.332594" + "created_at": "2026-07-09T04:23:13.079962", + "updated_at": "2026-07-09T04:23:13.079962" } diff --git a/site/public/v1/smartphones/realme-c65-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-c65-5g-8gb-128gb-5g/index.json index 3793d860cb0c..fb369c0b9670 100644 --- a/site/public/v1/smartphones/realme-c65-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-c65-5g-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.8, + "overall": 48.6, "performance": 43.8, "camera": null, - "battery": 51.7, + "battery": 53.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.336574", - "updated_at": "2026-07-09T01:31:09.336574" + "created_at": "2026-07-09T04:23:13.083635", + "updated_at": "2026-07-09T04:23:13.083635" } diff --git a/site/public/v1/smartphones/realme-c65-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-c65-8gb-256gb-4g-lte/index.json index a87027a0a181..4f3d8afb3e45 100644 --- a/site/public/v1/smartphones/realme-c65-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-c65-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 76.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 46.1, "performance": null, "camera": null, - "battery": 39.2, + "battery": 46.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.335578", - "updated_at": "2026-07-09T01:31:09.335578" + "created_at": "2026-07-09T04:23:13.082631", + "updated_at": "2026-07-09T04:23:13.082631" } diff --git a/site/public/v1/smartphones/realme-c67-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-c67-6gb-128gb-5g/index.json index cbf826f92a8f..3ea183e446b1 100644 --- a/site/public/v1/smartphones/realme-c67-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-c67-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 13, Realme UI 4.0", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.9, + "overall": 49.3, "performance": 42.1, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.298830", - "updated_at": "2026-07-09T01:31:09.298830" + "created_at": "2026-07-09T04:23:13.049446", + "updated_at": "2026-07-09T04:23:13.049446" } diff --git a/site/public/v1/smartphones/realme-gt-neo-12gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-gt-neo-12gb-256gb-5g/index.json index 85df50c1f3d3..374482fe9e71 100644 --- a/site/public/v1/smartphones/realme-gt-neo-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-gt-neo-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.9, + "overall": 55.8, "performance": 57.1, "camera": null, - "battery": 46.7, + "battery": 54.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.229315", - "updated_at": "2026-07-09T01:31:09.229315" + "created_at": "2026-07-09T04:23:12.978009", + "updated_at": "2026-07-09T04:23:12.978009" } diff --git a/site/public/v1/smartphones/realme-gt-neo-3-12gb-512gb-5g/index.json b/site/public/v1/smartphones/realme-gt-neo-3-12gb-512gb-5g/index.json index d01d74035a2c..8981e1d3006d 100644 --- a/site/public/v1/smartphones/realme-gt-neo-3-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/realme-gt-neo-3-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13, Realme UI 3.0", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 56.3, + "overall": 62.8, "performance": 58.8, "camera": null, - "battery": 53.8, + "battery": 66.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.268887", - "updated_at": "2026-07-09T01:31:09.268887" + "created_at": "2026-07-09T04:23:13.019929", + "updated_at": "2026-07-09T04:23:13.019929" } diff --git a/site/public/v1/smartphones/realme-gt-neo-flash-12gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-gt-neo-flash-12gb-256gb-5g/index.json index 1797afc67a6d..c7ad23aed6e6 100644 --- a/site/public/v1/smartphones/realme-gt-neo-flash-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-gt-neo-flash-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.9, + "overall": 57.1, "performance": 57.1, "camera": null, - "battery": 46.7, + "battery": 57.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.229315", - "updated_at": "2026-07-09T01:31:09.229315" + "created_at": "2026-07-09T04:23:12.979009", + "updated_at": "2026-07-09T04:23:12.979009" } diff --git a/site/public/v1/smartphones/realme-gt-neo2t-12gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-gt-neo2t-12gb-256gb-5g/index.json index 6c1924f89b5e..8248a5644f71 100644 --- a/site/public/v1/smartphones/realme-gt-neo2t-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-gt-neo2t-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.9, + "overall": 57.1, "performance": 57.1, "camera": null, - "battery": 46.7, + "battery": 57.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.231910", - "updated_at": "2026-07-09T01:31:09.231910" + "created_at": "2026-07-09T04:23:12.980009", + "updated_at": "2026-07-09T04:23:12.980009" } diff --git a/site/public/v1/smartphones/realme-narzo-20a-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-narzo-20a-4gb-64gb-4g-lte/index.json index 802a26162275..f921a88548c6 100644 --- a/site/public/v1/smartphones/realme-narzo-20a-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-narzo-20a-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 42.1, "performance": null, "camera": null, - "battery": 41.3, + "battery": 42.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.191246", - "updated_at": "2026-07-09T01:31:09.191246" + "created_at": "2026-07-09T04:23:12.942347", + "updated_at": "2026-07-09T04:23:12.943346" } diff --git a/site/public/v1/smartphones/realme-narzo-30-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-narzo-30-5g-6gb-128gb-5g/index.json index 98f34a2b51cf..555739387083 100644 --- a/site/public/v1/smartphones/realme-narzo-30-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-narzo-30-5g-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 74.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, Realme UI 3.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.232897", - "updated_at": "2026-07-09T01:31:09.232897" + "created_at": "2026-07-09T04:23:12.981691", + "updated_at": "2026-07-09T04:23:12.981691" } diff --git a/site/public/v1/smartphones/realme-narzo-30-pro-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-narzo-30-pro-5g-8gb-128gb-5g/index.json index 3327d329798d..29ab7770c723 100644 --- a/site/public/v1/smartphones/realme-narzo-30-pro-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-narzo-30-pro-5g-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.7, + "overall": 46.8, "performance": 39.7, "camera": null, - "battery": 49.6, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.233889", - "updated_at": "2026-07-09T01:31:09.233889" + "created_at": "2026-07-09T04:23:12.982696", + "updated_at": "2026-07-09T04:23:12.982696" } diff --git a/site/public/v1/smartphones/realme-narzo-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-narzo-4gb-128gb-4g-lte/index.json index 46dfa4a481da..687bff093fe0 100644 --- a/site/public/v1/smartphones/realme-narzo-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-narzo-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 74.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.2, + "overall": 36.5, "performance": null, "camera": null, - "battery": 32.2, + "battery": 36.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.185240", - "updated_at": "2026-07-09T01:31:09.185240" + "created_at": "2026-07-09T04:23:12.937346", + "updated_at": "2026-07-09T04:23:12.937346" } diff --git a/site/public/v1/smartphones/realme-narzo-50-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-narzo-50-5g-6gb-128gb-5g/index.json index d0d1b0265d4d..c32e4af27e68 100644 --- a/site/public/v1/smartphones/realme-narzo-50-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-narzo-50-5g-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, Realme UI 3.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.1, + "overall": 47.5, "performance": 38.5, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.274877", - "updated_at": "2026-07-09T01:31:09.274877" + "created_at": "2026-07-09T04:23:13.025433", + "updated_at": "2026-07-09T04:23:13.025433" } diff --git a/site/public/v1/smartphones/realme-narzo-50a-prime-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-narzo-50a-prime-4gb-128gb-4g-lte/index.json index 710afec1665b..14d70982c1fe 100644 --- a/site/public/v1/smartphones/realme-narzo-50a-prime-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-narzo-50a-prime-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.275895", - "updated_at": "2026-07-09T01:31:09.276834" + "created_at": "2026-07-09T04:23:13.027438", + "updated_at": "2026-07-09T04:23:13.027438" } diff --git a/site/public/v1/smartphones/realme-narzo-50i-prime-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-narzo-50i-prime-4gb-64gb-4g-lte/index.json index 7760847b4352..babd3d709c4a 100644 --- a/site/public/v1/smartphones/realme-narzo-50i-prime-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-narzo-50i-prime-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Realme UI Go", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.277830", - "updated_at": "2026-07-09T01:31:09.277830" + "created_at": "2026-07-09T04:23:13.028439", + "updated_at": "2026-07-09T04:23:13.028439" } diff --git a/site/public/v1/smartphones/realme-narzo-60x-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-narzo-60x-6gb-128gb-5g/index.json index 0bdd425165f2..f5ebc42559fa 100644 --- a/site/public/v1/smartphones/realme-narzo-60x-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-narzo-60x-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 13, Realme UI 4.0", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.9, + "overall": 49.3, "performance": 42.1, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.308887", - "updated_at": "2026-07-09T01:31:09.308887" + "created_at": "2026-07-09T04:23:13.058958", + "updated_at": "2026-07-09T04:23:13.058958" } diff --git a/site/public/v1/smartphones/realme-narzo-n53-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-narzo-n53-8gb-128gb-4g-lte/index.json index 19cfbf0e09aa..72ad161f37c8 100644 --- a/site/public/v1/smartphones/realme-narzo-n53-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-narzo-n53-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 13, Realme UI T", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 44.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 44.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.310911", - "updated_at": "2026-07-09T01:31:09.310911" + "created_at": "2026-07-09T04:23:13.060963", + "updated_at": "2026-07-09T04:23:13.060963" } diff --git a/site/public/v1/smartphones/realme-narzo-n61-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-narzo-n61-6gb-128gb-4g-lte/index.json index 0c550d324eef..a43161e3e9ec 100644 --- a/site/public/v1/smartphones/realme-narzo-n61-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-narzo-n61-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.348168", - "updated_at": "2026-07-09T01:31:09.348168" + "created_at": "2026-07-09T04:23:13.095706", + "updated_at": "2026-07-09T04:23:13.095706" } diff --git a/site/public/v1/smartphones/realme-narzo-n63-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-narzo-n63-4gb-128gb-4g-lte/index.json index f7ba6d825774..3947cbec482e 100644 --- a/site/public/v1/smartphones/realme-narzo-n63-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-narzo-n63-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 46.1, "performance": null, "camera": null, - "battery": 39.2, + "battery": 46.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.349793", - "updated_at": "2026-07-09T01:31:09.349793" + "created_at": "2026-07-09T04:23:13.096699", + "updated_at": "2026-07-09T04:23:13.096699" } diff --git a/site/public/v1/smartphones/realme-note-50-4gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-note-50-4gb-256gb-4g-lte/index.json index 216805e1f2f7..6701408b0e19 100644 --- a/site/public/v1/smartphones/realme-note-50-4gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-note-50-4gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 13, Realme UI T", "os_version": "13", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.354121", - "updated_at": "2026-07-09T01:31:09.354121" + "created_at": "2026-07-09T04:23:13.100698", + "updated_at": "2026-07-09T04:23:13.100698" } diff --git a/site/public/v1/smartphones/realme-note-60-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-note-60-8gb-256gb-4g-lte/index.json index b0bb54b83e54..86edb2ac935e 100644 --- a/site/public/v1/smartphones/realme-note-60-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-note-60-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 76.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.355112", - "updated_at": "2026-07-09T01:31:09.355112" + "created_at": "2026-07-09T04:23:13.101698", + "updated_at": "2026-07-09T04:23:13.101698" } diff --git a/site/public/v1/smartphones/realme-q-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-q-8gb-128gb-4g-lte/index.json index b542e6aa6b34..dde1cd932421 100644 --- a/site/public/v1/smartphones/realme-q-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-q-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4035, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 74.2, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), ColorOS 6", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.7, + "overall": 36.3, "performance": null, "camera": null, - "battery": 33.7, + "battery": 36.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.151187", - "updated_at": "2026-07-09T01:31:09.151187" + "created_at": "2026-07-09T04:23:12.905815", + "updated_at": "2026-07-09T04:23:12.905815" } diff --git a/site/public/v1/smartphones/realme-q2-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-q2-6gb-128gb-5g/index.json index 3d2b7f95bfa7..d7234d39643f 100644 --- a/site/public/v1/smartphones/realme-q2-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-q2-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.0, + "overall": 46.1, "performance": 38.4, "camera": null, - "battery": 49.6, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.192187", - "updated_at": "2026-07-09T01:31:09.192187" + "created_at": "2026-07-09T04:23:12.944351", + "updated_at": "2026-07-09T04:23:12.944351" } diff --git a/site/public/v1/smartphones/realme-q2-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-q2-pro-8gb-256gb-5g/index.json index b6d7bd480371..7337428ac885 100644 --- a/site/public/v1/smartphones/realme-q2-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-q2-pro-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 46.4, "performance": 39.7, "camera": null, - "battery": 42.6, + "battery": 53.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.192187", - "updated_at": "2026-07-09T01:31:09.192187" + "created_at": "2026-07-09T04:23:12.944351", + "updated_at": "2026-07-09T04:23:12.944351" } diff --git a/site/public/v1/smartphones/realme-q2i-4gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-q2i-4gb-128gb-5g/index.json index 25adf8e947b7..0db5efff0f2e 100644 --- a/site/public/v1/smartphones/realme-q2i-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-q2i-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.5, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.9, + "overall": 43.0, "performance": 34.1, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.193185", - "updated_at": "2026-07-09T01:31:09.193185" + "created_at": "2026-07-09T04:23:12.945351", + "updated_at": "2026-07-09T04:23:12.945351" } diff --git a/site/public/v1/smartphones/realme-q3-pro-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-q3-pro-5g-8gb-256gb-5g/index.json index 306e35269296..fff2c3d2a9f4 100644 --- a/site/public/v1/smartphones/realme-q3-pro-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-q3-pro-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 49.5, "performance": 48.0, "camera": null, - "battery": 46.7, + "battery": 51.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.237905", - "updated_at": "2026-07-09T01:31:09.237905" + "created_at": "2026-07-09T04:23:12.986700", + "updated_at": "2026-07-09T04:23:12.986700" } diff --git a/site/public/v1/smartphones/realme-q3i-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-q3i-5g-6gb-128gb-5g/index.json index 96f3de78129f..5789a4ac7565 100644 --- a/site/public/v1/smartphones/realme-q3i-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-q3i-5g-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 74.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.239831", - "updated_at": "2026-07-09T01:31:09.239831" + "created_at": "2026-07-09T04:23:12.987700", + "updated_at": "2026-07-09T04:23:12.987700" } diff --git a/site/public/v1/smartphones/realme-u1-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/realme-u1-4gb-64gb-4g-lte/index.json index 0fcaa81ace76..9202a20aef4d 100644 --- a/site/public/v1/smartphones/realme-u1-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-u1-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 74.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), ColorOS 6", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.2, + "overall": 25.0, "performance": null, "camera": null, - "battery": 24.2, + "battery": 25.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.136241", - "updated_at": "2026-07-09T01:31:09.136241" + "created_at": "2026-07-09T04:23:12.890750", + "updated_at": "2026-07-09T04:23:12.890750" } diff --git a/site/public/v1/smartphones/realme-v11-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-v11-5g-6gb-128gb-5g/index.json index a0ab23895515..f83dab641b85 100644 --- a/site/public/v1/smartphones/realme-v11-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v11-5g-6gb-128gb-5g/index.json @@ -47,7 +47,7 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.0, "dimensions": {}, @@ -64,10 +64,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +82,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.245830", - "updated_at": "2026-07-09T01:31:09.245830" + "created_at": "2026-07-09T04:23:12.996716", + "updated_at": "2026-07-09T04:23:12.996716" } diff --git a/site/public/v1/smartphones/realme-v11s-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-v11s-5g-6gb-128gb-5g/index.json index 13598c4b3039..b69f8430d648 100644 --- a/site/public/v1/smartphones/realme-v11s-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v11s-5g-6gb-128gb-5g/index.json @@ -47,7 +47,7 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.0, "dimensions": {}, @@ -64,10 +64,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.1, + "overall": 46.2, "performance": 38.5, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +82,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.246834", - "updated_at": "2026-07-09T01:31:09.246834" + "created_at": "2026-07-09T04:23:12.996716", + "updated_at": "2026-07-09T04:23:12.996716" } diff --git a/site/public/v1/smartphones/realme-v13-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-v13-5g-8gb-256gb-5g/index.json index 4d50fb2eb60a..eabd98128cfa 100644 --- a/site/public/v1/smartphones/realme-v13-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v13-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 74.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.5, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.246834", - "updated_at": "2026-07-09T01:31:09.246834" + "created_at": "2026-07-09T04:23:12.997716", + "updated_at": "2026-07-09T04:23:12.997716" } diff --git a/site/public/v1/smartphones/realme-v15-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-v15-5g-8gb-128gb-5g/index.json index 9c4c2602fe26..186f3443010b 100644 --- a/site/public/v1/smartphones/realme-v15-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v15-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 45.1, "performance": 39.7, "camera": null, - "battery": 42.7, + "battery": 50.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.247893", - "updated_at": "2026-07-09T01:31:09.247893" + "created_at": "2026-07-09T04:23:12.998715", + "updated_at": "2026-07-09T04:23:12.998715" } diff --git a/site/public/v1/smartphones/realme-v20-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-v20-8gb-128gb-5g/index.json index daba28e3ddea..4db94d7fad18 100644 --- a/site/public/v1/smartphones/realme-v20-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v20-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, ColorOS 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 43.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.284834", - "updated_at": "2026-07-09T01:31:09.284834" + "created_at": "2026-07-09T04:23:13.035438", + "updated_at": "2026-07-09T04:23:13.035438" } diff --git a/site/public/v1/smartphones/realme-v23-12gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-v23-12gb-256gb-5g/index.json index 352712aa8731..7cda0f844d45 100644 --- a/site/public/v1/smartphones/realme-v23-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v23-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, Realme UI 3.0", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.2, + "overall": 49.5, "performance": 42.6, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.284834", - "updated_at": "2026-07-09T01:31:09.284834" + "created_at": "2026-07-09T04:23:13.036438", + "updated_at": "2026-07-09T04:23:13.036438" } diff --git a/site/public/v1/smartphones/realme-v23i-4gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-v23i-4gb-128gb-5g/index.json index 2235cf893c43..cbabaaf6edc5 100644 --- a/site/public/v1/smartphones/realme-v23i-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v23i-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.1, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, ColorOS 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.0, + "overall": 42.5, "performance": 34.5, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.285833", - "updated_at": "2026-07-09T01:31:09.285833" + "created_at": "2026-07-09T04:23:13.037438", + "updated_at": "2026-07-09T04:23:13.037438" } diff --git a/site/public/v1/smartphones/realme-v3-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-v3-8gb-128gb-5g/index.json index bb6d992d4f16..37e319dbfafd 100644 --- a/site/public/v1/smartphones/realme-v3-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v3-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.5, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.2, + "overall": 44.3, "performance": 36.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.200263", - "updated_at": "2026-07-09T01:31:09.200263" + "created_at": "2026-07-09T04:23:12.951359", + "updated_at": "2026-07-09T04:23:12.951359" } diff --git a/site/public/v1/smartphones/realme-v5-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-v5-5g-8gb-128gb-5g/index.json index 1d548a35d77e..cf30fbc31998 100644 --- a/site/public/v1/smartphones/realme-v5-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v5-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 75.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.2, + "overall": 45.4, "performance": 36.9, "camera": null, - "battery": 49.6, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.201260", - "updated_at": "2026-07-09T01:31:09.201260" + "created_at": "2026-07-09T04:23:12.952359", + "updated_at": "2026-07-09T04:23:12.952359" } diff --git a/site/public/v1/smartphones/realme-v50s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-v50s-8gb-256gb-5g/index.json index 94bcd7857eb4..a6330ab35204 100644 --- a/site/public/v1/smartphones/realme-v50s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v50s-8gb-256gb-5g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 13, Realme UI 4.0", "os_version": "13", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.313834", - "updated_at": "2026-07-09T01:31:09.313834" + "created_at": "2026-07-09T04:23:13.062962", + "updated_at": "2026-07-09T04:23:13.062962" } diff --git a/site/public/v1/smartphones/realme-v60-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-v60-8gb-256gb-5g/index.json index 8cf09dc7a0ac..427517cf3b78 100644 --- a/site/public/v1/smartphones/realme-v60-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-v60-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 76.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.8, + "overall": 48.6, "performance": 43.8, "camera": null, - "battery": 51.7, + "battery": 53.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.364034", - "updated_at": "2026-07-09T01:31:09.364034" + "created_at": "2026-07-09T04:23:13.109208", + "updated_at": "2026-07-09T04:23:13.109208" } diff --git a/site/public/v1/smartphones/realme-x-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-x-8gb-256gb-4g-lte/index.json index 4d1959a4c312..936408806539 100644 --- a/site/public/v1/smartphones/realme-x-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-x-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3765, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.2, + "width_mm": 76.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Realme UI", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.0, + "overall": 33.6, "performance": null, "camera": null, - "battery": 31.0, + "battery": 33.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.154270", - "updated_at": "2026-07-09T01:31:09.154270" + "created_at": "2026-07-09T04:23:12.907815", + "updated_at": "2026-07-09T04:23:12.907815" } diff --git a/site/public/v1/smartphones/realme-x2-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-x2-8gb-256gb-4g-lte/index.json index 3b7a8e0de490..c64d2710b7db 100644 --- a/site/public/v1/smartphones/realme-x2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-x2-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Realme UI", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 41.9, "performance": null, "camera": null, - "battery": 37.5, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.156280", - "updated_at": "2026-07-09T01:31:09.156280" + "created_at": "2026-07-09T04:23:12.909815", + "updated_at": "2026-07-09T04:23:12.909815" } diff --git a/site/public/v1/smartphones/realme-x2-pro-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-x2-pro-12gb-256gb-4g-lte/index.json index b4f3b8f06187..89efa52de088 100644 --- a/site/public/v1/smartphones/realme-x2-pro-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-x2-pro-12gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 75.7, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Realme UI 2.0", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 47.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 47.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.157276", - "updated_at": "2026-07-09T01:31:09.157276" + "created_at": "2026-07-09T04:23:12.910815", + "updated_at": "2026-07-09T04:23:12.910815" } diff --git a/site/public/v1/smartphones/realme-x3-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-x3-8gb-128gb-4g-lte/index.json index e911021ddd23..f4615fc51b5c 100644 --- a/site/public/v1/smartphones/realme-x3-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-x3-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, Realme UI 2.0", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 45.9, "performance": null, "camera": null, - "battery": 41.6, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.202247", - "updated_at": "2026-07-09T01:31:09.202247" + "created_at": "2026-07-09T04:23:12.953359", + "updated_at": "2026-07-09T04:23:12.953359" } diff --git a/site/public/v1/smartphones/realme-x3-superzoom-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/realme-x3-superzoom-12gb-256gb-4g-lte/index.json index 53fdefa44321..f6f886354b99 100644 --- a/site/public/v1/smartphones/realme-x3-superzoom-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-x3-superzoom-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, Realme UI 2.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 45.9, "performance": null, "camera": null, - "battery": 41.6, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.204279", - "updated_at": "2026-07-09T01:31:09.204279" + "created_at": "2026-07-09T04:23:12.954359", + "updated_at": "2026-07-09T04:23:12.954359" } diff --git a/site/public/v1/smartphones/realme-x7-india-8gb-128gb-5g/index.json b/site/public/v1/smartphones/realme-x7-india-8gb-128gb-5g/index.json index a2a74f3fdd2e..98d01d9c8601 100644 --- a/site/public/v1/smartphones/realme-x7-india-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/realme-x7-india-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4310, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, Realme UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.2, + "overall": 45.1, "performance": 39.7, "camera": null, - "battery": 42.7, + "battery": 50.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.248897", - "updated_at": "2026-07-09T01:31:09.248897" + "created_at": "2026-07-09T04:23:12.999716", + "updated_at": "2026-07-09T04:23:12.999716" } diff --git a/site/public/v1/smartphones/realme-x7-max-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-x7-max-5g-12gb-256gb-5g/index.json index 484110fe9a87..98b82b7cc18b 100644 --- a/site/public/v1/smartphones/realme-x7-max-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-x7-max-5g-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 50.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, Realme UI 4", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.9, + "overall": 55.8, "performance": 57.1, "camera": null, - "battery": 46.7, + "battery": 54.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.249876", - "updated_at": "2026-07-09T01:31:09.249876" + "created_at": "2026-07-09T04:23:13.000717", + "updated_at": "2026-07-09T04:23:13.000717" } diff --git a/site/public/v1/smartphones/realme-x7-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-x7-pro-8gb-256gb-5g/index.json index 22a705b0650f..d54ac500a1e6 100644 --- a/site/public/v1/smartphones/realme-x7-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-x7-pro-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.8, + "width_mm": 75.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, Realme UI 2.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 55.0, "performance": null, "camera": null, - "battery": 44.6, + "battery": 55.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.214255", - "updated_at": "2026-07-09T01:31:09.214255" + "created_at": "2026-07-09T04:23:12.965009", + "updated_at": "2026-07-09T04:23:12.965009" } diff --git a/site/public/v1/smartphones/realme-x7-pro-ultra-12gb-256gb-5g/index.json b/site/public/v1/smartphones/realme-x7-pro-ultra-12gb-256gb-5g/index.json index 160114574f38..dc1e29563080 100644 --- a/site/public/v1/smartphones/realme-x7-pro-ultra-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/realme-x7-pro-ultra-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 73.4, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, Realme UI 2.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 55.0, "performance": null, "camera": null, - "battery": 44.6, + "battery": 55.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.249876", - "updated_at": "2026-07-09T01:31:09.249876" + "created_at": "2026-07-09T04:23:13.000717", + "updated_at": "2026-07-09T04:23:13.000717" } diff --git a/site/public/v1/smartphones/realme-xt-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/realme-xt-8gb-128gb-4g-lte/index.json index 9ee3d38c1df2..ca5c14231968 100644 --- a/site/public/v1/smartphones/realme-xt-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/realme-xt-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Realme UI", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 35.9, "performance": null, "camera": null, - "battery": 33.3, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.160241", - "updated_at": "2026-07-09T01:31:09.160241" + "created_at": "2026-07-09T04:23:12.914816", + "updated_at": "2026-07-09T04:23:12.914816" } diff --git a/site/public/v1/smartphones/samsung-ativ-odyssey-i930-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-ativ-odyssey-i930-1gb-8gb-4g-lte/index.json index 1df05c2ddfec..3fc1a21c4c08 100644 --- a/site/public/v1/smartphones/samsung-ativ-odyssey-i930-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-ativ-odyssey-i930-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 125.0, - "dimensions": {}, + "dimensions": { + "height_mm": 122.4, + "width_mm": 63.8, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8", "os_version": "8", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.061252", - "updated_at": "2026-07-09T01:31:10.061252" + "created_at": "2026-07-09T04:23:13.774196", + "updated_at": "2026-07-09T04:23:13.774196" } diff --git a/site/public/v1/smartphones/samsung-ativ-s-i8750-1gb-32gb-3g/index.json b/site/public/v1/smartphones/samsung-ativ-s-i8750-1gb-32gb-3g/index.json index 0302934a82e9..1bc9409b2dfc 100644 --- a/site/public/v1/smartphones/samsung-ativ-s-i8750-1gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-ativ-s-i8750-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.2, + "width_mm": 70.5, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Microsoft Windows Phone 8, upgradable to 8.1.1", "os_version": "8", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.978986", - "updated_at": "2026-07-09T01:31:09.978986" + "created_at": "2026-07-09T04:23:13.676237", + "updated_at": "2026-07-09T04:23:13.676237" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a01-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a01-2gb-32gb-4g-lte/index.json index b3ba05f44b5f..1de5771f1a8b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a01-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a01-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.2, + "width_mm": 70.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, One UI 3.0", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.579407", - "updated_at": "2026-07-09T01:31:11.579407" + "created_at": "2026-07-09T04:23:15.277886", + "updated_at": "2026-07-09T04:23:15.277886" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a01-core-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a01-core-2gb-32gb-4g-lte/index.json index f9d626148716..4f5cfdab2175 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a01-core-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a01-core-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.7, + "width_mm": 67.5, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.827260", - "updated_at": "2026-07-09T01:31:11.827260" + "created_at": "2026-07-09T04:23:15.531967", + "updated_at": "2026-07-09T04:23:15.531967" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a02s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a02s-4gb-64gb-4g-lte/index.json index f69cf7760ab2..3a66bc586857 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a02s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a02s-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 36.8, "performance": null, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.828279", - "updated_at": "2026-07-09T01:31:11.828279" + "created_at": "2026-07-09T04:23:15.533968", + "updated_at": "2026-07-09T04:23:15.533968" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a03-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a03-4gb-128gb-4g-lte/index.json index 40ce05bfc8de..e1637f82780c 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a03-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a03-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI core 5", "os_version": "11", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.138953", - "updated_at": "2026-07-09T01:31:12.138953" + "created_at": "2026-07-09T04:23:15.884000", + "updated_at": "2026-07-09T04:23:15.884000" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a03-core-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a03-core-2gb-32gb-4g-lte/index.json index a50a033d8680..5e651ff214a4 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a03-core-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a03-core-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 211.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.138953", - "updated_at": "2026-07-09T01:31:12.138953" + "created_at": "2026-07-09T04:23:15.885000", + "updated_at": "2026-07-09T04:23:15.885000" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a03s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a03s-4gb-64gb-4g-lte/index.json index b348a2cde3f5..410104184863 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a03s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a03s-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, One UI 4.1 Core", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.139969", - "updated_at": "2026-07-09T01:31:12.139969" + "created_at": "2026-07-09T04:23:15.886003", + "updated_at": "2026-07-09T04:23:15.886003" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a04-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a04-8gb-128gb-4g-lte/index.json index e2c76ee4ca1f..8733e7a3e74a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a04-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a04-8gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13, One UI Core 5.0", "os_version": "12", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.386402", - "updated_at": "2026-07-09T01:31:12.386402" + "created_at": "2026-07-09T04:23:16.349337", + "updated_at": "2026-07-09T04:23:16.349337" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a04e-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a04e-4gb-128gb-4g-lte/index.json index 610e6ab0f159..19b4b095bcbe 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a04e-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a04e-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 12, One UI Core 4.1", "os_version": "12", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.388412", - "updated_at": "2026-07-09T01:31:12.388412" + "created_at": "2026-07-09T04:23:16.351337", + "updated_at": "2026-07-09T04:23:16.351337" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a04s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a04s-4gb-128gb-4g-lte/index.json index 4b6b9ded165c..5594541b96c8 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a04s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a04s-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 76.7, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, One UI 6.1", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 30.2, "performance": 11.3, "camera": null, - "battery": 47.5, + "battery": 49.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.390417", - "updated_at": "2026-07-09T01:31:12.390417" + "created_at": "2026-07-09T04:23:16.355340", + "updated_at": "2026-07-09T04:23:16.355340" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a05-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a05-6gb-128gb-4g-lte/index.json index 50e0d22d12fc..a3792630b6e5 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a05-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a05-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.8, + "width_mm": 78.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 42.7, "performance": null, "camera": null, - "battery": 39.2, + "battery": 42.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.727146", - "updated_at": "2026-07-09T01:31:12.727146" + "created_at": "2026-07-09T04:23:16.819163", + "updated_at": "2026-07-09T04:23:16.819163" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a06-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a06-6gb-128gb-4g-lte/index.json index 9898a6047b66..b4ba0aff028a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a06-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a06-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 77.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14, up to 2 major Android upgrades", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 42.7, "performance": null, "camera": null, - "battery": 39.2, + "battery": 42.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.897170", - "updated_at": "2026-07-09T01:31:12.897170" + "created_at": "2026-07-09T04:23:17.119068", + "updated_at": "2026-07-09T04:23:17.119068" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a10-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a10-4gb-32gb-4g-lte/index.json index ee05cb03bd58..97930a7b1aac 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a10-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a10-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.6, + "width_mm": 75.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.580388", - "updated_at": "2026-07-09T01:31:11.580388" + "created_at": "2026-07-09T04:23:15.278885", + "updated_at": "2026-07-09T04:23:15.278885" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a10e-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a10e-3gb-32gb-4g-lte/index.json index 9828d8a19b2b..214cf69290e0 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a10e-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a10e-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 69.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.581442", - "updated_at": "2026-07-09T01:31:11.581442" + "created_at": "2026-07-09T04:23:15.280886", + "updated_at": "2026-07-09T04:23:15.280886" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a10s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a10s-3gb-32gb-4g-lte/index.json index 5ed80634a709..0122176cf971 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a10s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a10s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.583386", - "updated_at": "2026-07-09T01:31:11.583386" + "created_at": "2026-07-09T04:23:15.281886", + "updated_at": "2026-07-09T04:23:15.281886" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a11-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a11-4gb-64gb-4g-lte/index.json index 189369945ed6..7da7b5a792cf 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a11-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a11-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.4, + "width_mm": 76.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI Core 4.1", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 26.8, "performance": null, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.829275", - "updated_at": "2026-07-09T01:31:11.829275" + "created_at": "2026-07-09T04:23:15.533968", + "updated_at": "2026-07-09T04:23:15.533968" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a12-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a12-6gb-128gb-4g-lte/index.json index a698179fdc5b..381856a70bf6 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a12-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a12-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.830284", - "updated_at": "2026-07-09T01:31:11.830284" + "created_at": "2026-07-09T04:23:15.535967", + "updated_at": "2026-07-09T04:23:15.535967" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a12-india-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a12-india-6gb-128gb-4g-lte/index.json index 58073737083b..a6d6d0e6198f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a12-india-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a12-india-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI 5.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.1, + "overall": 31.0, "performance": 12.7, "camera": null, - "battery": 47.5, + "battery": 49.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.141915", - "updated_at": "2026-07-09T01:31:12.141915" + "created_at": "2026-07-09T04:23:15.888003", + "updated_at": "2026-07-09T04:23:15.888003" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a12-nacho-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a12-nacho-4gb-128gb-4g-lte/index.json index 8f241e7ec22f..c68ef97d2856 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a12-nacho-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a12-nacho-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI 5.1", "os_version": "11", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 30.2, "performance": 11.3, "camera": null, - "battery": 47.5, + "battery": 49.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.142916", - "updated_at": "2026-07-09T01:31:12.142916" + "created_at": "2026-07-09T04:23:15.888003", + "updated_at": "2026-07-09T04:23:15.888003" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a13-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a13-5g-6gb-128gb-5g/index.json index 1f8488c14f11..821ff7861eaf 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a13-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a13-5g-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.5, + "width_mm": 76.5, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 14, One UI 6", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.6, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.143941", - "updated_at": "2026-07-09T01:31:12.143941" + "created_at": "2026-07-09T04:23:15.888994", + "updated_at": "2026-07-09T04:23:15.888994" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a13-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a13-6gb-128gb-4g-lte/index.json index 10f3af563c89..6e21ccca0eb3 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a13-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a13-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.1, + "width_mm": 76.4, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13, One UI 5.1", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.1, + "overall": 31.0, "performance": 12.7, "camera": null, - "battery": 47.5, + "battery": 49.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.392442", - "updated_at": "2026-07-09T01:31:12.392442" + "created_at": "2026-07-09T04:23:16.373028", + "updated_at": "2026-07-09T04:23:16.373028" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a15-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a15-8gb-256gb-4g-lte/index.json index 68a965ca5b7b..98f5d2507c75 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a15-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a15-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 76.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, up to 3 major Android upgrades, One UI 6.1", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 50.3, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 55.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.736225", - "updated_at": "2026-07-09T01:31:12.736225" + "created_at": "2026-07-09T04:23:16.835150", + "updated_at": "2026-07-09T04:23:16.835150" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a2-core-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a2-core-1gb-16gb-4g-lte/index.json index 0cc4c954d3b9..48543ce261cd 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a2-core-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a2-core-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.6, + "width_mm": 71.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 8.0 Oreo (Go edition)", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.584396", - "updated_at": "2026-07-09T01:31:11.584396" + "created_at": "2026-07-09T04:23:15.282893", + "updated_at": "2026-07-09T04:23:15.283890" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a20-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a20-3gb-32gb-4g-lte/index.json index 2b1ed01f2615..9be98ec0052c 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a20-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a20-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 74.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 26.8, "performance": null, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.585332", - "updated_at": "2026-07-09T01:31:11.585332" + "created_at": "2026-07-09T04:23:15.284891", + "updated_at": "2026-07-09T04:23:15.284891" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a20e-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a20e-3gb-32gb-4g-lte/index.json index c1b6dad0133c..9676c4e3bdc2 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a20e-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a20e-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.4, + "width_mm": 69.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.586328", - "updated_at": "2026-07-09T01:31:11.586328" + "created_at": "2026-07-09T04:23:15.285893", + "updated_at": "2026-07-09T04:23:15.285893" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a20s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a20s-4gb-64gb-4g-lte/index.json index 6e89c89b6bb9..7ce2f3eb04c7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a20s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a20s-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 77.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI Core 3.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 26.8, "performance": null, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.587328", - "updated_at": "2026-07-09T01:31:11.587328" + "created_at": "2026-07-09T04:23:15.286884", + "updated_at": "2026-07-09T04:23:15.286884" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a21-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a21-3gb-32gb-4g-lte/index.json index 126670b27898..69d2154f204b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a21-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a21-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.8, + "width_mm": 76.7, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, One UI 2.0", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.9, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.831260", - "updated_at": "2026-07-09T01:31:11.831260" + "created_at": "2026-07-09T04:23:15.535967", + "updated_at": "2026-07-09T04:23:15.535967" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a21s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a21s-6gb-128gb-4g-lte/index.json index a529c6dd31cd..4a724ccf98cc 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a21s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a21s-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 75.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.1, + "overall": 31.0, "performance": 12.7, "camera": null, - "battery": 47.5, + "battery": 49.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.832283", - "updated_at": "2026-07-09T01:31:11.832283" + "created_at": "2026-07-09T04:23:15.538021", + "updated_at": "2026-07-09T04:23:15.538021" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a22-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a22-5g-8gb-128gb-5g/index.json index a687bf0f795e..eafe5f189c30 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a22-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a22-5g-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI core 5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.3, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.144912", - "updated_at": "2026-07-09T01:31:12.144912" + "created_at": "2026-07-09T04:23:15.890002", + "updated_at": "2026-07-09T04:23:15.890002" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a24-4g-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a24-4g-8gb-128gb-4g-lte/index.json index e13129d97929..c33dc84f4549 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a24-4g-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a24-4g-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 77.6, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 6", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 50.3, "performance": 45.4, "camera": null, - "battery": 51.7, + "battery": 55.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.738912", - "updated_at": "2026-07-09T01:31:12.738912" + "created_at": "2026-07-09T04:23:16.839501", + "updated_at": "2026-07-09T04:23:16.839501" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a3-2017-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a3-2017-2gb-16gb-4g-lte/index.json index 19ecd50e12d0..9f9010a68686 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a3-2017-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a3-2017-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 135.4, + "width_mm": 66.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.461943", - "updated_at": "2026-07-09T01:31:10.461943" + "created_at": "2026-07-09T04:23:14.256223", + "updated_at": "2026-07-09T04:23:14.256223" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a3-duos-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a3-duos-1gb-16gb-4g-lte/index.json index 576c0ff253e6..276792b832c9 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a3-duos-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a3-duos-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.3, - "dimensions": {}, + "dimensions": { + "height_mm": 130.1, + "width_mm": 65.5, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.143324", - "updated_at": "2026-07-09T01:31:10.143324" + "created_at": "2026-07-09T04:23:13.888893", + "updated_at": "2026-07-09T04:23:13.888893" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a30-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a30-4gb-64gb-4g-lte/index.json index 10660ef9594a..f126a7970315 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a30-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a30-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.8, + "overall": 21.6, "performance": 16.5, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.588331", - "updated_at": "2026-07-09T01:31:11.588331" + "created_at": "2026-07-09T04:23:15.287892", + "updated_at": "2026-07-09T04:23:15.287892" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a30s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a30s-4gb-128gb-4g-lte/index.json index 3285e8645f0a..b3726e0eefc9 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a30s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a30s-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.8, + "overall": 21.6, "performance": 16.5, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.590436", - "updated_at": "2026-07-09T01:31:11.590436" + "created_at": "2026-07-09T04:23:15.289890", + "updated_at": "2026-07-09T04:23:15.289890" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a31-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a31-8gb-128gb-4g-lte/index.json index d0ee3bc8289e..0e29725b7f45 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a31-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a31-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 73.1, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, up to Android 12, One UI 4.1", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.833323", - "updated_at": "2026-07-09T01:31:11.833323" + "created_at": "2026-07-09T04:23:15.539039", + "updated_at": "2026-07-09T04:23:15.539039" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a32-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a32-5g-8gb-128gb-5g/index.json index 9e881e159aec..4e7a67b3306a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a32-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a32-5g-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 76.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI 5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.2, + "overall": 44.1, "performance": 36.9, "camera": null, - "battery": 49.6, + "battery": 51.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.145917", - "updated_at": "2026-07-09T01:31:12.145917" + "created_at": "2026-07-09T04:23:15.892004", + "updated_at": "2026-07-09T04:23:15.892004" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a33-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a33-5g-8gb-256gb-5g/index.json index 1fb92e8cdd01..94b9992394d4 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a33-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a33-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.7, + "width_mm": 74.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, up to 4 major Android upgrades, One UI 6.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.8, + "overall": 52.5, "performance": 47.9, "camera": null, - "battery": 53.8, + "battery": 57.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.401420", - "updated_at": "2026-07-09T01:31:12.401420" + "created_at": "2026-07-09T04:23:16.388213", + "updated_at": "2026-07-09T04:23:16.388213" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a34-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a34-8gb-256gb-5g/index.json index a4a9d68eb05c..aaf2e9e7159d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a34-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a34-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 78.1, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 6.1", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.3, + "overall": 53.0, "performance": 50.9, "camera": null, - "battery": 51.7, + "battery": 55.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.741828", - "updated_at": "2026-07-09T01:31:12.741828" + "created_at": "2026-07-09T04:23:16.842501", + "updated_at": "2026-07-09T04:23:16.842501" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a35-12gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a35-12gb-256gb-5g/index.json index b2227d309893..bd4553392b39 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a35-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a35-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.7, + "width_mm": 78.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 14, up to 4 major Android upgrades, One UI 6.1", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.4, + "overall": 55.1, "performance": 53.0, "camera": null, - "battery": 53.8, + "battery": 57.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.899241", - "updated_at": "2026-07-09T01:31:12.899241" + "created_at": "2026-07-09T04:23:17.122060", + "updated_at": "2026-07-09T04:23:17.122060" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a40-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a40-4gb-128gb-4g-lte/index.json index a5dec5616d37..d3bd64601942 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a40-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a40-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.4, + "width_mm": 69.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.2, + "overall": 17.1, "performance": 16.5, "camera": null, - "battery": 16.0, + "battery": 17.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.591387", - "updated_at": "2026-07-09T01:31:11.591387" + "created_at": "2026-07-09T04:23:15.293171", + "updated_at": "2026-07-09T04:23:15.293171" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a41-8gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a41-8gb-64gb-4g-lte/index.json index 8610047ef63b..e790ba7cefcf 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a41-8gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a41-8gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.9, + "width_mm": 69.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.2, + "overall": 25.9, "performance": null, "camera": null, - "battery": 24.2, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.834918", - "updated_at": "2026-07-09T01:31:11.834918" + "created_at": "2026-07-09T04:23:15.540964", + "updated_at": "2026-07-09T04:23:15.540964" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a5-2016-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a5-2016-2gb-16gb-4g-lte/index.json index e08a7ddb4ac1..fe878ddc5a78 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a5-2016-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a5-2016-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2900, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.8, + "width_mm": 71.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 14.0, + "overall": 16.3, "performance": null, "camera": null, - "battery": 14.0, + "battery": 16.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.243941", - "updated_at": "2026-07-09T01:31:10.243941" + "created_at": "2026-07-09T04:23:14.016494", + "updated_at": "2026-07-09T04:23:14.016494" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a5-2017-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a5-2017-3gb-64gb-4g-lte/index.json index 3b5076b949b8..099f9d1cdeec 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a5-2017-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a5-2017-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.1, + "width_mm": 71.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.462943", - "updated_at": "2026-07-09T01:31:10.462943" + "created_at": "2026-07-09T04:23:14.257367", + "updated_at": "2026-07-09T04:23:14.257367" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a5-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a5-2gb-16gb-4g-lte/index.json index a76117642c15..50ce57d9e6c1 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a5-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a5-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 123.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.7, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 7.0 (Nougat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.144323", - "updated_at": "2026-07-09T01:31:10.144323" + "created_at": "2026-07-09T04:23:13.890893", + "updated_at": "2026-07-09T04:23:13.890893" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a5-duos-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a5-duos-2gb-16gb-4g-lte/index.json index 61baaf16a4ed..bcf463a8eaff 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a5-duos-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a5-duos-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 123.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.7, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.146330", - "updated_at": "2026-07-09T01:31:10.146330" + "created_at": "2026-07-09T04:23:13.892968", + "updated_at": "2026-07-09T04:23:13.892968" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a50-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a50-6gb-128gb-4g-lte/index.json index d1a8a80eeadf..01978b762f3d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a50-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a50-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.7, + "overall": 45.6, "performance": 56.1, "camera": null, - "battery": 33.3, + "battery": 35.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.593390", - "updated_at": "2026-07-09T01:31:11.593390" + "created_at": "2026-07-09T04:23:15.308031", + "updated_at": "2026-07-09T04:23:15.308031" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a50s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a50s-6gb-128gb-4g-lte/index.json index db2d61795d92..f024effe7ae4 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a50s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a50s-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.8, + "overall": 45.7, "performance": 56.3, "camera": null, - "battery": 33.3, + "battery": 35.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.595423", - "updated_at": "2026-07-09T01:31:11.595423" + "created_at": "2026-07-09T04:23:15.310021", + "updated_at": "2026-07-09T04:23:15.310021" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a51-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a51-5g-8gb-128gb-5g/index.json index 2085ce8a7807..b5a18f921fa1 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a51-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a51-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 73.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 42.5, "performance": 40.8, "camera": null, - "battery": 42.5, + "battery": 44.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.838008", - "updated_at": "2026-07-09T01:31:11.838008" + "created_at": "2026-07-09T04:23:15.543964", + "updated_at": "2026-07-09T04:23:15.543964" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a51-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a51-8gb-256gb-4g-lte/index.json index 03a55eaa38e9..163318c0c772 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a51-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a51-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 73.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.5, + "overall": 46.4, "performance": 57.7, "camera": null, - "battery": 33.3, + "battery": 35.1, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.596395", - "updated_at": "2026-07-09T01:31:11.596395" + "created_at": "2026-07-09T04:23:15.312023", + "updated_at": "2026-07-09T04:23:15.312023" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a52-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a52-8gb-256gb-4g-lte/index.json index 23f5458a9fc0..18c11c1af841 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a52-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a52-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 14, One UI 6.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.5, + "overall": 46.0, "performance": null, "camera": null, - "battery": 42.5, + "battery": 46.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.146919", - "updated_at": "2026-07-09T01:31:12.146919" + "created_at": "2026-07-09T04:23:15.893100", + "updated_at": "2026-07-09T04:23:15.893100" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a53-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a53-5g-8gb-256gb-5g/index.json index 79fbc63df5fb..9cbdaf271a6e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a53-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a53-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.6, + "width_mm": 74.8, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, up to 4 major Android upgrades, One UI 6", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.8, + "overall": 52.5, "performance": 47.9, "camera": null, - "battery": 53.8, + "battery": 57.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.402427", - "updated_at": "2026-07-09T01:31:12.402427" + "created_at": "2026-07-09T04:23:16.391716", + "updated_at": "2026-07-09T04:23:16.391716" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a54-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a54-8gb-256gb-5g/index.json index 5fe6b176573d..e9bad6805afd 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a54-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a54-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.7, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 6.1", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.0, + "overall": 53.8, "performance": 50.3, "camera": null, - "battery": 53.8, + "battery": 57.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.745889", - "updated_at": "2026-07-09T01:31:12.745889" + "created_at": "2026-07-09T04:23:16.846512", + "updated_at": "2026-07-09T04:23:16.846512" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a6-2018-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a6-2018-4gb-64gb-4g-lte/index.json index c72822682d6e..a4fcc05294ed 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a6-2018-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a6-2018-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.9, + "width_mm": 70.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10, One UI 2.0", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.498456", - "updated_at": "2026-07-09T01:31:10.498456" + "created_at": "2026-07-09T04:23:14.306428", + "updated_at": "2026-07-09T04:23:14.306428" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a6-2018-4gb-64gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a6-2018-4gb-64gb-5g/index.json index f0d832fc5f1f..b38557c2607c 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a6-2018-4gb-64gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a6-2018-4gb-64gb-5g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.2, + "width_mm": 75.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), One UI", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.498456", - "updated_at": "2026-07-09T01:31:10.498456" + "created_at": "2026-07-09T04:23:14.306428", + "updated_at": "2026-07-09T04:23:14.306428" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a60-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a60-6gb-128gb-4g-lte/index.json index 8b1ee40052ba..61026e9e24ba 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a60-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a60-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.3, + "width_mm": 73.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.2, + "overall": 28.0, "performance": null, "camera": null, - "battery": 26.2, + "battery": 28.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.597390", - "updated_at": "2026-07-09T01:31:11.597390" + "created_at": "2026-07-09T04:23:15.316022", + "updated_at": "2026-07-09T04:23:15.316022" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a6s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a6s-6gb-128gb-4g-lte/index.json index cb584e990bd0..376b81b78a09 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a6s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a6s-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.3, + "width_mm": 76.5, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.500540", - "updated_at": "2026-07-09T01:31:10.500540" + "created_at": "2026-07-09T04:23:14.308431", + "updated_at": "2026-07-09T04:23:14.308431" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a7-2016-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a7-2016-3gb-16gb-4g-lte/index.json index 399bf0de0538..7bf1aa1540f1 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a7-2016-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a7-2016-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.5, + "width_mm": 74.1, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.246008", - "updated_at": "2026-07-09T01:31:10.246008" + "created_at": "2026-07-09T04:23:14.018484", + "updated_at": "2026-07-09T04:23:14.018484" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a7-2017-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a7-2017-3gb-32gb-4g-lte/index.json index 4862eb304175..7c836bd5b2ed 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a7-2017-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a7-2017-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.8, + "width_mm": 77.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.0, + "overall": 23.3, "performance": null, "camera": null, - "battery": 21.0, + "battery": 23.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.463942", - "updated_at": "2026-07-09T01:31:10.463942" + "created_at": "2026-07-09T04:23:14.259374", + "updated_at": "2026-07-09T04:23:14.259374" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a7-2018-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a7-2018-6gb-128gb-4g-lte/index.json index aef5c7e20d0b..1bb835d0701b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a7-2018-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a7-2018-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.8, + "width_mm": 76.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10, One UI 2.0", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.501505", - "updated_at": "2026-07-09T01:31:10.501505" + "created_at": "2026-07-09T04:23:14.309434", + "updated_at": "2026-07-09T04:23:14.309434" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a7-duos-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a7-duos-2gb-16gb-4g-lte/index.json index e1427768c2ea..cdf39f498435 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a7-duos-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a7-duos-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.2, + "depth_mm": 6.3 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.247015", - "updated_at": "2026-07-09T01:31:10.247015" + "created_at": "2026-07-09T04:23:14.018484", + "updated_at": "2026-07-09T04:23:14.018484" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a70-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a70-8gb-128gb-4g-lte/index.json index fd9064eedc21..ec29082ef91d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a70-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a70-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 39.7, "performance": null, "camera": null, - "battery": 36.3, + "battery": 39.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.598403", - "updated_at": "2026-07-09T01:31:11.598403" + "created_at": "2026-07-09T04:23:15.325206", + "updated_at": "2026-07-09T04:23:15.325206" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a70s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a70s-8gb-128gb-4g-lte/index.json index 7bcee35bc0d3..a37ca5a22d30 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a70s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a70s-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 39.7, "performance": null, "camera": null, - "battery": 36.3, + "battery": 39.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.599386", - "updated_at": "2026-07-09T01:31:11.599386" + "created_at": "2026-07-09T04:23:15.326421", + "updated_at": "2026-07-09T04:23:15.326421" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a71-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a71-5g-8gb-128gb-5g/index.json index 9d4cebc83456..b4a75a5bbdcd 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a71-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a71-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 43.4, "performance": 40.8, "camera": null, - "battery": 42.5, + "battery": 46.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.841010", - "updated_at": "2026-07-09T01:31:11.841010" + "created_at": "2026-07-09T04:23:15.546978", + "updated_at": "2026-07-09T04:23:15.546978" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a72-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a72-8gb-256gb-4g-lte/index.json index d4d3bbbe0893..8a2841ddc92a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a72-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a72-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 77.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, One UI 4.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.5, + "overall": 51.0, "performance": null, "camera": null, - "battery": 47.5, + "battery": 51.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.151918", - "updated_at": "2026-07-09T01:31:12.151918" + "created_at": "2026-07-09T04:23:15.903095", + "updated_at": "2026-07-09T04:23:15.903095" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a8-2016-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a8-2016-3gb-32gb-4g-lte/index.json index bd8c7cc565df..287dca5a3f8d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a8-2016-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a8-2016-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 76.8, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.341843", - "updated_at": "2026-07-09T01:31:10.341843" + "created_at": "2026-07-09T04:23:14.153977", + "updated_at": "2026-07-09T04:23:14.153977" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a8-2018-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a8-2018-4gb-64gb-4g-lte/index.json index d8faa7ca926f..43fa5d61f931 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a8-2018-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a8-2018-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.2, + "width_mm": 70.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.8, + "overall": 17.9, "performance": 18.6, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.463942", - "updated_at": "2026-07-09T01:31:10.463942" + "created_at": "2026-07-09T04:23:14.260877", + "updated_at": "2026-07-09T04:23:14.260877" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a8-2018-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a8-2018-6gb-64gb-4g-lte/index.json index 67092a8a9c6c..066a1271db0e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a8-2018-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a8-2018-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 75.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 21.1, "performance": 20.0, "camera": null, - "battery": 20.0, + "battery": 22.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.464973", - "updated_at": "2026-07-09T01:31:10.464973" + "created_at": "2026-07-09T04:23:14.260877", + "updated_at": "2026-07-09T04:23:14.260877" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a8-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a8-2gb-32gb-4g-lte/index.json index 5d55ee94eaf0..00181e33bdca 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a8-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a8-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 76.8, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.248003", - "updated_at": "2026-07-09T01:31:10.248003" + "created_at": "2026-07-09T04:23:14.020352", + "updated_at": "2026-07-09T04:23:14.020352" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte/index.json index 6945e55aae28..084c1a01f70f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a8-star-a9-star-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), One UI", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.0, + "overall": 23.7, "performance": null, "camera": null, - "battery": 22.0, + "battery": 23.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.503512", - "updated_at": "2026-07-09T01:31:10.503512" + "created_at": "2026-07-09T04:23:14.311426", + "updated_at": "2026-07-09T04:23:14.311426" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a80-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a80-8gb-128gb-4g-lte/index.json index a36563e9771e..7d43aa9812d4 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a80-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a80-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 220.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.5, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, One UI 2.0", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.5, + "overall": 38.0, "performance": null, "camera": null, - "battery": 34.5, + "battery": 38.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.605404", - "updated_at": "2026-07-09T01:31:11.605404" + "created_at": "2026-07-09T04:23:15.327417", + "updated_at": "2026-07-09T04:23:15.327417" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a8s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a8s-8gb-128gb-4g-lte/index.json index b35786b0e17c..090ffddcd4e4 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a8s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a8s-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 74.9, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), One UI", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 29.6, "performance": null, "camera": null, - "battery": 27.3, + "battery": 29.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.503512", - "updated_at": "2026-07-09T01:31:10.503512" + "created_at": "2026-07-09T04:23:14.312433", + "updated_at": "2026-07-09T04:23:14.312433" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a9-2016-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a9-2016-3gb-32gb-4g-lte/index.json index 003963931156..cbe6932fbcc6 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a9-2016-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a9-2016-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.7, + "width_mm": 80.9, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.251092", - "updated_at": "2026-07-09T01:31:10.251092" + "created_at": "2026-07-09T04:23:14.023352", + "updated_at": "2026-07-09T04:23:14.023352" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a9-2018-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a9-2018-8gb-128gb-4g-lte/index.json index 8b4717845204..dc7dd7290bd2 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a9-2018-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a9-2018-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 77.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.0, + "overall": 25.3, "performance": null, "camera": null, - "battery": 23.0, + "battery": 25.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.505548", - "updated_at": "2026-07-09T01:31:10.505548" + "created_at": "2026-07-09T04:23:14.313426", + "updated_at": "2026-07-09T04:23:14.313426" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte/index.json index fe6082ae9465..e54c6e03b902 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a9-pro-2016-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.7, + "width_mm": 80.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo), Experience UI 9", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 37.3, "performance": null, "camera": null, - "battery": 35.0, + "battery": 37.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.342924", - "updated_at": "2026-07-09T01:31:10.342924" + "created_at": "2026-07-09T04:23:14.156211", + "updated_at": "2026-07-09T04:23:14.156211" } diff --git a/site/public/v1/smartphones/samsung-galaxy-a90-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-a90-5g-8gb-128gb-5g/index.json index 1264e366f1b7..4e2cf1bf6dd1 100644 --- a/site/public/v1/smartphones/samsung-galaxy-a90-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-a90-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 48.1, "performance": null, "camera": null, - "battery": 44.6, + "battery": 48.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.609497", - "updated_at": "2026-07-09T01:31:11.609497" + "created_at": "2026-07-09T04:23:15.329418", + "updated_at": "2026-07-09T04:23:15.329418" } diff --git a/site/public/v1/smartphones/samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte/index.json index adbc03ce3afe..4b3d8d7818b7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-ace-style-lte-g357-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.9, + "width_mm": 65.8, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.148328", - "updated_at": "2026-07-09T01:31:10.148328" + "created_at": "2026-07-09T04:23:13.894968", + "updated_at": "2026-07-09T04:23:13.894968" } diff --git a/site/public/v1/smartphones/samsung-galaxy-alpha-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-alpha-2gb-32gb-4g-lte/index.json index eb81f46d5819..2289cf8f90bb 100644 --- a/site/public/v1/smartphones/samsung-galaxy-alpha-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-alpha-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 115.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.4, + "width_mm": 65.5, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.149328", - "updated_at": "2026-07-09T01:31:10.149328" + "created_at": "2026-07-09T04:23:13.897204", + "updated_at": "2026-07-09T04:23:13.897204" } diff --git a/site/public/v1/smartphones/samsung-galaxy-alpha-s801-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-alpha-s801-2gb-32gb-4g-lte/index.json index c04a02815b62..7e4d1327d9f4 100644 --- a/site/public/v1/smartphones/samsung-galaxy-alpha-s801-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-alpha-s801-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 115.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.4, + "width_mm": 65.5, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.151328", - "updated_at": "2026-07-09T01:31:10.151328" + "created_at": "2026-07-09T04:23:13.899219", + "updated_at": "2026-07-09T04:23:13.900214" } diff --git a/site/public/v1/smartphones/samsung-galaxy-c5-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-c5-4gb-64gb-4g-lte/index.json index b56249b8a408..0e4a602fe751 100644 --- a/site/public/v1/smartphones/samsung-galaxy-c5-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-c5-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.9, + "width_mm": 72.0, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.0, + "overall": 13.2, "performance": null, "camera": null, - "battery": 11.0, + "battery": 13.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.343945", - "updated_at": "2026-07-09T01:31:10.343945" + "created_at": "2026-07-09T04:23:14.156211", + "updated_at": "2026-07-09T04:23:14.156211" } diff --git a/site/public/v1/smartphones/samsung-galaxy-c5-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-c5-pro-4gb-64gb-4g-lte/index.json index be88f22e9299..cd098dce5c89 100644 --- a/site/public/v1/smartphones/samsung-galaxy-c5-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-c5-pro-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.7, + "width_mm": 71.4, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.465944", - "updated_at": "2026-07-09T01:31:10.465944" + "created_at": "2026-07-09T04:23:14.262881", + "updated_at": "2026-07-09T04:23:14.262881" } diff --git a/site/public/v1/smartphones/samsung-galaxy-c7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-c7-4gb-64gb-4g-lte/index.json index c487a243c7d9..b5069f1af511 100644 --- a/site/public/v1/smartphones/samsung-galaxy-c7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-c7-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.6, + "width_mm": 77.2, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.344951", - "updated_at": "2026-07-09T01:31:10.344951" + "created_at": "2026-07-09T04:23:14.158222", + "updated_at": "2026-07-09T04:23:14.158222" } diff --git a/site/public/v1/smartphones/samsung-galaxy-c7-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-c7-pro-4gb-64gb-4g-lte/index.json index 09e5690ab320..997ae9271414 100644 --- a/site/public/v1/smartphones/samsung-galaxy-c7-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-c7-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 77.2, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.466985", - "updated_at": "2026-07-09T01:31:10.466985" + "created_at": "2026-07-09T04:23:14.263888", + "updated_at": "2026-07-09T04:23:14.263888" } diff --git a/site/public/v1/smartphones/samsung-galaxy-c9-pro-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-c9-pro-6gb-64gb-4g-lte/index.json index 690436eb4505..2e1738f0aee5 100644 --- a/site/public/v1/smartphones/samsung-galaxy-c9-pro-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-c9-pro-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.9, + "width_mm": 80.7, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.346918", - "updated_at": "2026-07-09T01:31:10.346918" + "created_at": "2026-07-09T04:23:14.160826", + "updated_at": "2026-07-09T04:23:14.160826" } diff --git a/site/public/v1/smartphones/samsung-galaxy-camera-gc100-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-camera-gc100-1gb-4gb-4g-lte/index.json index 5626475abdc5..c5dcdffddfd5 100644 --- a/site/public/v1/smartphones/samsung-galaxy-camera-gc100-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-camera-gc100-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 300.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.7, + "width_mm": 70.8, + "depth_mm": 19.1 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.1.2 (Jelly Bean), TouchWiz UI", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.992101", - "updated_at": "2026-07-09T01:31:09.992101" + "created_at": "2026-07-09T04:23:13.687750", + "updated_at": "2026-07-09T04:23:13.687750" } diff --git a/site/public/v1/smartphones/samsung-galaxy-core-i8260-1gb-8gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-core-i8260-1gb-8gb-3g/index.json index b58e3c164273..f65842d8486f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-core-i8260-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-core-i8260-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 124.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.3, + "width_mm": 67.6, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.066301", - "updated_at": "2026-07-09T01:31:10.066301" + "created_at": "2026-07-09T04:23:13.781188", + "updated_at": "2026-07-09T04:23:13.781188" } diff --git a/site/public/v1/smartphones/samsung-galaxy-core-prime-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-core-prime-1gb-8gb-4g-lte/index.json index d9a32b781948..17f65c5dc6ff 100644 --- a/site/public/v1/smartphones/samsung-galaxy-core-prime-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-core-prime-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.8, + "width_mm": 67.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.156330", - "updated_at": "2026-07-09T01:31:10.156330" + "created_at": "2026-07-09T04:23:13.904214", + "updated_at": "2026-07-09T04:23:13.904214" } diff --git a/site/public/v1/smartphones/samsung-galaxy-e7-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-e7-2gb-16gb-4g-lte/index.json index 459fde679588..7f848c7e8bb5 100644 --- a/site/public/v1/smartphones/samsung-galaxy-e7-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-e7-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.3, + "width_mm": 77.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.251998", - "updated_at": "2026-07-09T01:31:10.251998" + "created_at": "2026-07-09T04:23:14.024353", + "updated_at": "2026-07-09T04:23:14.024353" } diff --git a/site/public/v1/smartphones/samsung-galaxy-exhibit-t599-1gb-4gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-exhibit-t599-1gb-4gb-3g/index.json index 7876b7f63a96..9081fd59a214 100644 --- a/site/public/v1/smartphones/samsung-galaxy-exhibit-t599-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-exhibit-t599-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 119.1, - "dimensions": {}, + "dimensions": { + "height_mm": 121.4, + "width_mm": 62.5, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.068204", - "updated_at": "2026-07-09T01:31:10.068204" + "created_at": "2026-07-09T04:23:13.784188", + "updated_at": "2026-07-09T04:23:13.784188" } diff --git a/site/public/v1/smartphones/samsung-galaxy-express-i437-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-express-i437-1gb-8gb-4g-lte/index.json index 22559b68aa66..70e0b7c55e90 100644 --- a/site/public/v1/smartphones/samsung-galaxy-express-i437-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-express-i437-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.6, + "width_mm": 69.3, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.994101", - "updated_at": "2026-07-09T01:31:09.994101" + "created_at": "2026-07-09T04:23:13.688750", + "updated_at": "2026-07-09T04:23:13.688750" } diff --git a/site/public/v1/smartphones/samsung-galaxy-express-i8730-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-express-i8730-1gb-8gb-4g-lte/index.json index 8d34624e78f8..f5dd9073d0b0 100644 --- a/site/public/v1/smartphones/samsung-galaxy-express-i8730-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-express-i8730-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.1, - "dimensions": {}, + "dimensions": { + "height_mm": 132.2, + "width_mm": 69.1, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.070209", - "updated_at": "2026-07-09T01:31:10.070209" + "created_at": "2026-07-09T04:23:13.786363", + "updated_at": "2026-07-09T04:23:13.786363" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f02s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-f02s-4gb-64gb-4g-lte/index.json index 14791b827b47..2875a2739f8b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f02s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f02s-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 36.8, "performance": null, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.153927", - "updated_at": "2026-07-09T01:31:12.153927" + "created_at": "2026-07-09T04:23:15.905089", + "updated_at": "2026-07-09T04:23:15.905089" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f04-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-f04-4gb-64gb-4g-lte/index.json index 27d8875403e3..2fd369cceb1e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f04-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f04-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 12, One UI", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.748889", - "updated_at": "2026-07-09T01:31:12.748889" + "created_at": "2026-07-09T04:23:16.850513", + "updated_at": "2026-07-09T04:23:16.850513" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f05-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-f05-4gb-64gb-4g-lte/index.json index 9baabedd2826..453a7348c51b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f05-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f05-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.8, + "width_mm": 78.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 14, up to 2 major Android upgrades, One UI Core 6.0", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 42.7, "performance": null, "camera": null, - "battery": 39.2, + "battery": 42.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.903256", - "updated_at": "2026-07-09T01:31:12.903256" + "created_at": "2026-07-09T04:23:17.126067", + "updated_at": "2026-07-09T04:23:17.126067" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f12-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-f12-4gb-128gb-4g-lte/index.json index 325a2b7c6903..13f3fabf8511 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f12-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f12-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 221.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI 5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.4, + "overall": 35.2, "performance": 11.3, "camera": null, - "battery": 57.5, + "battery": 59.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.154920", - "updated_at": "2026-07-09T01:31:12.154920" + "created_at": "2026-07-09T04:23:15.906099", + "updated_at": "2026-07-09T04:23:15.906099" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f13-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-f13-6gb-128gb-4g-lte/index.json index 9d7e19bdb89d..0dffc4ad7b6a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f13-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f13-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 207.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.4, + "width_mm": 76.9, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13, One UI Core 5", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.1, + "overall": 36.0, "performance": 12.7, "camera": null, - "battery": 57.5, + "battery": 59.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.405397", - "updated_at": "2026-07-09T01:31:12.405397" + "created_at": "2026-07-09T04:23:16.395720", + "updated_at": "2026-07-09T04:23:16.395720" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f15-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-f15-8gb-128gb-5g/index.json index f0a3728aeebf..b7020365ec7a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f15-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f15-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 217.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 76.8, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 14, One UI 6", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.6, + "overall": 54.4, "performance": 43.5, "camera": null, - "battery": 61.7, + "battery": 65.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.904231", - "updated_at": "2026-07-09T01:31:12.904231" + "created_at": "2026-07-09T04:23:17.128066", + "updated_at": "2026-07-09T04:23:17.128066" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f34-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-f34-8gb-128gb-5g/index.json index 01c5933480c2..d36364eda5d0 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f34-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f34-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.7, + "width_mm": 77.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 13, One UI 5.1", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.8, + "overall": 57.5, "performance": 47.9, "camera": null, - "battery": 63.8, + "battery": 67.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.751906", - "updated_at": "2026-07-09T01:31:12.751906" + "created_at": "2026-07-09T04:23:16.853022", + "updated_at": "2026-07-09T04:23:16.853022" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f41-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-f41-6gb-128gb-4g-lte/index.json index 6b5e2be74506..4329dfb31c8d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f41-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f41-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, One UI 3.1", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.8, + "overall": 55.7, "performance": 56.3, "camera": null, - "battery": 53.3, + "battery": 55.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.842993", - "updated_at": "2026-07-09T01:31:11.842993" + "created_at": "2026-07-09T04:23:15.547977", + "updated_at": "2026-07-09T04:23:15.547977" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f42-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-f42-5g-8gb-128gb-5g/index.json index 96b48453b26f..2012e844b6aa 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f42-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f42-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.2, + "width_mm": 76.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI core 5", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.3, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.156851", - "updated_at": "2026-07-09T01:31:12.156851" + "created_at": "2026-07-09T04:23:15.909098", + "updated_at": "2026-07-09T04:23:15.909098" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f54-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-f54-8gb-256gb-5g/index.json index 7aaaaf1586d8..00b9ceff3879 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f54-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f54-8gb-256gb-5g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 77.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 5.1", "os_version": "13", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.752912", - "updated_at": "2026-07-09T01:31:12.752912" + "created_at": "2026-07-09T04:23:16.854023", + "updated_at": "2026-07-09T04:23:16.854023" } diff --git a/site/public/v1/smartphones/samsung-galaxy-f62-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-f62-8gb-128gb-4g-lte/index.json index ea42678f0b57..2ac4c0a57650 100644 --- a/site/public/v1/smartphones/samsung-galaxy-f62-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-f62-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 218.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.3, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI 5", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.9, + "overall": 57.6, "performance": 52.1, "camera": null, - "battery": 59.6, + "battery": 63.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.158851", - "updated_at": "2026-07-09T01:31:12.158851" + "created_at": "2026-07-09T04:23:15.911097", + "updated_at": "2026-07-09T04:23:15.911097" } diff --git a/site/public/v1/smartphones/samsung-galaxy-fold-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-fold-12gb-512gb-4g-lte/index.json index 2d1a7b5ceb36..4cb5f7ef7226 100644 --- a/site/public/v1/smartphones/samsung-galaxy-fold-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-fold-12gb-512gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4380, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 276.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 117.9, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12, One UI 4", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.4, + "overall": 45.1, "performance": null, "camera": null, - "battery": 43.4, + "battery": 45.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.611500", - "updated_at": "2026-07-09T01:31:11.611500" + "created_at": "2026-07-09T04:23:15.330414", + "updated_at": "2026-07-09T04:23:15.330414" } diff --git a/site/public/v1/smartphones/samsung-galaxy-folder2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-folder2-3gb-32gb-4g-lte/index.json index d3405de2519a..73d56a1aa5fc 100644 --- a/site/public/v1/smartphones/samsung-galaxy-folder2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-folder2-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 122.0, + "width_mm": 60.2, + "depth_mm": 16.1 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.468576", - "updated_at": "2026-07-09T01:31:10.468576" + "created_at": "2026-07-09T04:23:14.264895", + "updated_at": "2026-07-09T04:23:14.264895" } diff --git a/site/public/v1/smartphones/samsung-galaxy-grand-neo-1gb-16gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-grand-neo-1gb-16gb-3g/index.json index 71ecb53c1f52..7fe95c295640 100644 --- a/site/public/v1/smartphones/samsung-galaxy-grand-neo-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-grand-neo-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.7, + "width_mm": 77.1, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.157328", - "updated_at": "2026-07-09T01:31:10.157328" + "created_at": "2026-07-09T04:23:13.906208", + "updated_at": "2026-07-09T04:23:13.906208" } diff --git a/site/public/v1/smartphones/samsung-galaxy-grand-prime-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-grand-prime-1gb-8gb-4g-lte/index.json index e1813a99ad52..de34610782be 100644 --- a/site/public/v1/smartphones/samsung-galaxy-grand-prime-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-grand-prime-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.8, + "width_mm": 72.1, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.0.2/5.1.1 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.158329", - "updated_at": "2026-07-09T01:31:10.158329" + "created_at": "2026-07-09T04:23:13.908214", + "updated_at": "2026-07-09T04:23:13.908214" } diff --git a/site/public/v1/smartphones/samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g/index.json index be21d1358629..f16146dac26f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-grand-prime-duos-tv-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.7, + "width_mm": 72.4, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.159328", - "updated_at": "2026-07-09T01:31:10.159328" + "created_at": "2026-07-09T04:23:13.909215", + "updated_at": "2026-07-09T04:23:13.909215" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j-3gb-16gb-4g-lte/index.json index fafbf7edb017..2d3672135fb1 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 70.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.0 (Lollipop)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.073297", - "updated_at": "2026-07-09T01:31:10.073297" + "created_at": "2026-07-09T04:23:13.791881", + "updated_at": "2026-07-09T04:23:13.791881" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j1-2016-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j1-2016-1gb-8gb-4g-lte/index.json index bbbfe8d9c308..70f31fe3f1e6 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j1-2016-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j1-2016-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.6, + "width_mm": 69.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to Android 6.0.1 (Marshmallow)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.349915", - "updated_at": "2026-07-09T01:31:10.349915" + "created_at": "2026-07-09T04:23:14.163829", + "updated_at": "2026-07-09T04:23:14.163829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j1-ace-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j1-ace-1gb-8gb-4g-lte/index.json index 6bf5ef3e7258..d35124116005 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j1-ace-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j1-ace-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.1, + "width_mm": 67.6, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.254942", - "updated_at": "2026-07-09T01:31:10.254942" + "created_at": "2026-07-09T04:23:14.028424", + "updated_at": "2026-07-09T04:23:14.028424" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte/index.json index 2497aa2d264b..f2eeb01b5f70 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j1-mini-prime-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 121.6, + "width_mm": 63.1, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop) - 3G model", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.350900", - "updated_at": "2026-07-09T01:31:10.350900" + "created_at": "2026-07-09T04:23:14.164829", + "updated_at": "2026-07-09T04:23:14.164829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j2-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j2-1gb-8gb-4g-lte/index.json index 3eeacf5705fd..c0088b5fca8f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j2-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j2-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.5, + "width_mm": 69.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.255941", - "updated_at": "2026-07-09T01:31:10.255941" + "created_at": "2026-07-09T04:23:14.029424", + "updated_at": "2026-07-09T04:23:14.029424" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j2-2017-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j2-2017-1gb-8gb-4g-lte/index.json index 180656c1b516..74344490a75b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j2-2017-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j2-2017-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.5, + "width_mm": 69.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.469663", - "updated_at": "2026-07-09T01:31:10.470675" + "created_at": "2026-07-09T04:23:14.266881", + "updated_at": "2026-07-09T04:23:14.266881" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j2-core-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j2-core-1gb-16gb-4g-lte/index.json index b3820736e275..ed749d2d7f29 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j2-core-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j2-core-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 72.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.507454", - "updated_at": "2026-07-09T01:31:10.507454" + "created_at": "2026-07-09T04:23:14.315434", + "updated_at": "2026-07-09T04:23:14.315434" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte/index.json index 3fe75cfc7ffa..14fd308072a7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j2-core-2020-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 72.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.843995", - "updated_at": "2026-07-09T01:31:11.843995" + "created_at": "2026-07-09T04:23:15.549978", + "updated_at": "2026-07-09T04:23:15.549978" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte/index.json index 2208a303dfd4..216dee9b3fb7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j2-pro-2016-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.4, + "width_mm": 71.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.361931", - "updated_at": "2026-07-09T01:31:10.361931" + "created_at": "2026-07-09T04:23:14.168829", + "updated_at": "2026-07-09T04:23:14.168829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte/index.json index b743e82123cf..f6c59f43db5c 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j2-pro-2018-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 72.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.508453", - "updated_at": "2026-07-09T01:31:10.508453" + "created_at": "2026-07-09T04:23:14.324941", + "updated_at": "2026-07-09T04:23:14.324941" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j3-2016-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j3-2016-2gb-16gb-4g-lte/index.json index b18d84712739..a35e4e97f544 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j3-2016-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j3-2016-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.3, + "width_mm": 71.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop) or Android 6.0 (Marshmallow), upgradable to 7.1.1 (Nougat)", "os_version": "5.1.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.369919", - "updated_at": "2026-07-09T01:31:10.369919" + "created_at": "2026-07-09T04:23:14.169829", + "updated_at": "2026-07-09T04:23:14.169829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j3-2017-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j3-2017-2gb-16gb-4g-lte/index.json index 953f9d07c8cb..b72573dcae8d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j3-2017-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j3-2017-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.2, + "width_mm": 70.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.470675", - "updated_at": "2026-07-09T01:31:10.470675" + "created_at": "2026-07-09T04:23:14.267888", + "updated_at": "2026-07-09T04:23:14.267888" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j3-2018-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j3-2018-2gb-16gb-4g-lte/index.json index e9a67086cbbd..51a864098b04 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j3-2018-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j3-2018-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.7, + "width_mm": 70.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.509456", - "updated_at": "2026-07-09T01:31:10.509456" + "created_at": "2026-07-09T04:23:14.325953", + "updated_at": "2026-07-09T04:23:14.325953" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j3-pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j3-pro-2gb-16gb-4g-lte/index.json index 789b4f199908..317e84001b04 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j3-pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j3-pro-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.2, + "width_mm": 71.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.373921", - "updated_at": "2026-07-09T01:31:10.373921" + "created_at": "2026-07-09T04:23:14.169829", + "updated_at": "2026-07-09T04:23:14.169829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j4-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j4-3gb-32gb-4g-lte/index.json index bb34e611ecc4..fed686b13320 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j4-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j4-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 77.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.510536", - "updated_at": "2026-07-09T01:31:10.510536" + "created_at": "2026-07-09T04:23:14.326945", + "updated_at": "2026-07-09T04:23:14.326945" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j4-core-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j4-core-1gb-16gb-4g-lte/index.json index 4c5513254182..8f79036c39f7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j4-core-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j4-core-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.6, + "width_mm": 76.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.511532", - "updated_at": "2026-07-09T01:31:10.511532" + "created_at": "2026-07-09T04:23:14.327952", + "updated_at": "2026-07-09T04:23:14.327952" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j5-2016-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j5-2016-2gb-16gb-4g-lte/index.json index 068b94781df3..7b3a9eef2d7a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j5-2016-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j5-2016-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.8, + "width_mm": 72.3, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.1.1 (Nougat)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.390970", - "updated_at": "2026-07-09T01:31:10.390970" + "created_at": "2026-07-09T04:23:14.171829", + "updated_at": "2026-07-09T04:23:14.171829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j5-2017-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j5-2017-3gb-32gb-4g-lte/index.json index efc69bd16c4b..d784737d7584 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j5-2017-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j5-2017-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.2, + "width_mm": 71.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.472674", - "updated_at": "2026-07-09T01:31:10.472674" + "created_at": "2026-07-09T04:23:14.269922", + "updated_at": "2026-07-09T04:23:14.269922" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j5-prime-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j5-prime-2gb-32gb-4g-lte/index.json index 679a74145bcc..b3b883aaee48 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j5-prime-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j5-prime-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.8, + "width_mm": 69.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.394961", - "updated_at": "2026-07-09T01:31:10.394961" + "created_at": "2026-07-09T04:23:14.172829", + "updated_at": "2026-07-09T04:23:14.172829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j6-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j6-4gb-64gb-4g-lte/index.json index 1277cf3ab041..c33746167bbe 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j6-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.3, + "width_mm": 70.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10, One UI 2.0", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.513537", - "updated_at": "2026-07-09T01:31:10.513537" + "created_at": "2026-07-09T04:23:14.330419", + "updated_at": "2026-07-09T04:23:14.330419" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-2016-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-2016-2gb-16gb-4g-lte/index.json index fa232fabf61c..abc04811888a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-2016-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-2016-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 76.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.1 (Oreo)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.401012", - "updated_at": "2026-07-09T01:31:10.401012" + "created_at": "2026-07-09T04:23:14.173829", + "updated_at": "2026-07-09T04:23:14.173829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-2017-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-2017-3gb-16gb-4g-lte/index.json index 6bdab3c3f285..13002fbdeedb 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-2017-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-2017-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 74.8, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.473657", - "updated_at": "2026-07-09T01:31:10.473657" + "created_at": "2026-07-09T04:23:14.270926", + "updated_at": "2026-07-09T04:23:14.270926" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-2018-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-2018-2gb-32gb-4g-lte/index.json index 62524c2de021..ecadd3207ad6 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-2018-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-2018-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.2, + "width_mm": 76.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie), One UI", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.515546", - "updated_at": "2026-07-09T01:31:10.515546" + "created_at": "2026-07-09T04:23:14.334417", + "updated_at": "2026-07-09T04:23:14.334417" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-duo-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-duo-4gb-32gb-4g-lte/index.json index b16e29cb9414..678a91a065bf 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-duo-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-duo-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 77.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.516514", - "updated_at": "2026-07-09T01:31:10.516514" + "created_at": "2026-07-09T04:23:14.335417", + "updated_at": "2026-07-09T04:23:14.335417" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-max-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-max-4gb-32gb-4g-lte/index.json index 75afbd4ab75e..874abf532821 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-max-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-max-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 78.8, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.473657", - "updated_at": "2026-07-09T01:31:10.473657" + "created_at": "2026-07-09T04:23:14.271926", + "updated_at": "2026-07-09T04:23:14.271926" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-nxt-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-nxt-3gb-32gb-4g-lte/index.json index a5a9e6764c85..4a62195c5d15 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-nxt-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-nxt-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.4, + "width_mm": 78.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.475655", - "updated_at": "2026-07-09T01:31:10.475655" + "created_at": "2026-07-09T04:23:14.275933", + "updated_at": "2026-07-09T04:23:14.275933" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte/index.json index 055f297b6d8a..3113a8be96fa 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-prime-2-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.517569", - "updated_at": "2026-07-09T01:31:10.517569" + "created_at": "2026-07-09T04:23:14.344417", + "updated_at": "2026-07-09T04:23:14.344417" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-prime-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-prime-3gb-64gb-4g-lte/index.json index 5d9a27837ba0..3d8f42655b8b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-prime-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-prime-3gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 9.0 (Pie), One UI", "os_version": "6.0.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.404093", - "updated_at": "2026-07-09T01:31:10.404093" + "created_at": "2026-07-09T04:23:14.174829", + "updated_at": "2026-07-09T04:23:14.174829" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-pro-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-pro-3gb-64gb-4g-lte/index.json index 625802fa67cd..c635972dbd54 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-pro-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-pro-3gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.5, + "width_mm": 74.8, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.476444", - "updated_at": "2026-07-09T01:31:10.476444" + "created_at": "2026-07-09T04:23:14.279927", + "updated_at": "2026-07-09T04:23:14.279927" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j7-v-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j7-v-2gb-16gb-4g-lte/index.json index b01cd3e9f077..766f666a3853 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j7-v-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j7-v-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.3, - "dimensions": {}, + "dimensions": { + "height_mm": 151.4, + "width_mm": 76.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 7.0.1 (Nougat)", "os_version": "7.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.477524", - "updated_at": "2026-07-09T01:31:10.477524" + "created_at": "2026-07-09T04:23:14.284338", + "updated_at": "2026-07-09T04:23:14.284338" } diff --git a/site/public/v1/smartphones/samsung-galaxy-j8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-j8-4gb-64gb-4g-lte/index.json index e42b859a80ca..663c8b501c18 100644 --- a/site/public/v1/smartphones/samsung-galaxy-j8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-j8-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.7, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.518646", - "updated_at": "2026-07-09T01:31:10.518646" + "created_at": "2026-07-09T04:23:14.357262", + "updated_at": "2026-07-09T04:23:14.357262" } diff --git a/site/public/v1/smartphones/samsung-galaxy-k-zoom-2gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-k-zoom-2gb-8gb-4g-lte/index.json index f2636e9b36ad..5dc3589c187f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-k-zoom-2gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-k-zoom-2gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.5, + "width_mm": 70.8, + "depth_mm": 16.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.161328", - "updated_at": "2026-07-09T01:31:10.161328" + "created_at": "2026-07-09T04:23:13.910211", + "updated_at": "2026-07-09T04:23:13.910211" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m01-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m01-3gb-32gb-4g-lte/index.json index f5f0e445b347..740aafa9e79e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m01-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m01-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 70.9, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, One UI 3.1", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.845013", - "updated_at": "2026-07-09T01:31:11.845013" + "created_at": "2026-07-09T04:23:15.550979", + "updated_at": "2026-07-09T04:23:15.550979" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m01-core-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m01-core-2gb-32gb-4g-lte/index.json index 4d3408da1f2f..33cff966ce36 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m01-core-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m01-core-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.7, + "width_mm": 67.5, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.846927", - "updated_at": "2026-07-09T01:31:11.846927" + "created_at": "2026-07-09T04:23:15.551977", + "updated_at": "2026-07-09T04:23:15.551977" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m01s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m01s-3gb-32gb-4g-lte/index.json index 850c40fa0671..bbb2af3f9888 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m01s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m01s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, One UI 2.1", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.847925", - "updated_at": "2026-07-09T01:31:11.847925" + "created_at": "2026-07-09T04:23:15.552980", + "updated_at": "2026-07-09T04:23:15.552980" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m02s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m02s-4gb-64gb-4g-lte/index.json index dd7feaefea35..6d3f4ffb5202 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m02s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m02s-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 36.8, "performance": null, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.160852", - "updated_at": "2026-07-09T01:31:12.160852" + "created_at": "2026-07-09T04:23:15.912097", + "updated_at": "2026-07-09T04:23:15.912097" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m04-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m04-4gb-128gb-4g-lte/index.json index 762777049757..1cf03098ab75 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m04-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m04-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 12, One UI Core 4.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.408405", - "updated_at": "2026-07-09T01:31:12.408405" + "created_at": "2026-07-09T04:23:16.399109", + "updated_at": "2026-07-09T04:23:16.399109" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m05-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m05-4gb-64gb-4g-lte/index.json index af29ea72dd87..e93969a3235b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m05-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m05-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.8, + "width_mm": 78.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 14, up to 2 major Android upgrades, One UI Core 6.0", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 42.7, "performance": null, "camera": null, - "battery": 39.2, + "battery": 42.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.906233", - "updated_at": "2026-07-09T01:31:12.906233" + "created_at": "2026-07-09T04:23:17.131066", + "updated_at": "2026-07-09T04:23:17.131066" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m10-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m10-3gb-32gb-4g-lte/index.json index b9c886d729c6..f38b399d954f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m10-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m10-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.6, + "width_mm": 75.6, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.614516", - "updated_at": "2026-07-09T01:31:11.614516" + "created_at": "2026-07-09T04:23:15.336408", + "updated_at": "2026-07-09T04:23:15.336408" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m10s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m10s-3gb-32gb-4g-lte/index.json index 11f83657b6e7..e8a62f00ff52 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m10s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m10s-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 74.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, One UI 2.0", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.9, + "overall": 18.8, "performance": 10.8, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.618514", - "updated_at": "2026-07-09T01:31:11.618514" + "created_at": "2026-07-09T04:23:15.338417", + "updated_at": "2026-07-09T04:23:15.338417" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m11-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m11-4gb-64gb-4g-lte/index.json index 965e56b29395..9c51f20bc09f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m11-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m11-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.4, + "width_mm": 76.3, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 36.8, "performance": null, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.848930", - "updated_at": "2026-07-09T01:31:11.848930" + "created_at": "2026-07-09T04:23:15.553978", + "updated_at": "2026-07-09T04:23:15.553978" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m12-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m12-4gb-128gb-4g-lte/index.json index 08a30d7424b6..ceb9f856bc19 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m12-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m12-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 212.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 11, One UI Core 3.1", "os_version": "11", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 30.2, "performance": 11.3, "camera": null, - "battery": 47.5, + "battery": 49.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.161851", - "updated_at": "2026-07-09T01:31:12.161851" + "created_at": "2026-07-09T04:23:15.914573", + "updated_at": "2026-07-09T04:23:15.914573" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m12-india-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m12-india-6gb-128gb-4g-lte/index.json index 0101a4b90d80..b0526746be3b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m12-india-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m12-india-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 221.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 11, One UI 3.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.1, + "overall": 36.0, "performance": 12.7, "camera": null, - "battery": 57.5, + "battery": 59.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.162921", - "updated_at": "2026-07-09T01:31:12.163924" + "created_at": "2026-07-09T04:23:15.915573", + "updated_at": "2026-07-09T04:23:15.915573" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m13-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m13-4gb-128gb-4g-lte/index.json index 4a15de712846..32c0652ae230 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m13-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m13-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.4, + "width_mm": 76.9, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 12, One UI Core 4.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.4, + "overall": 30.2, "performance": 11.3, "camera": null, - "battery": 47.5, + "battery": 49.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.410408", - "updated_at": "2026-07-09T01:31:12.410408" + "created_at": "2026-07-09T04:23:16.401241", + "updated_at": "2026-07-09T04:23:16.401241" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m13-india-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m13-india-6gb-128gb-4g-lte/index.json index 58414869d5d1..932777e36469 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m13-india-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m13-india-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 207.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.4, + "width_mm": 76.9, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 12, One UI Core 4", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.1, + "overall": 36.0, "performance": 12.7, "camera": null, - "battery": 57.5, + "battery": 59.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.413401", - "updated_at": "2026-07-09T01:31:12.413401" + "created_at": "2026-07-09T04:23:16.406705", + "updated_at": "2026-07-09T04:23:16.406705" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m14-6gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-m14-6gb-128gb-5g/index.json index 84aeaf679285..f10876bb19e4 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m14-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m14-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 206.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.8, + "width_mm": 77.2, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 13, One UI core 5.1", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 63.8, + "overall": 65.5, "performance": null, "camera": null, - "battery": 63.8, + "battery": 65.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.754829", - "updated_at": "2026-07-09T01:31:12.754829" + "created_at": "2026-07-09T04:23:16.855324", + "updated_at": "2026-07-09T04:23:16.855324" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m15-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-m15-8gb-256gb-5g/index.json index ddfe8c9ed3c2..841b174be1a6 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m15-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m15-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 217.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 76.8, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 14, One UI 6", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.6, + "overall": 54.4, "performance": 43.5, "camera": null, - "battery": 61.7, + "battery": 65.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.908239", - "updated_at": "2026-07-09T01:31:12.908239" + "created_at": "2026-07-09T04:23:17.134067", + "updated_at": "2026-07-09T04:23:17.134067" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m20-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m20-4gb-64gb-4g-lte/index.json index 42bb4df67895..9c015d92c335 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m20-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m20-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.4, + "width_mm": 74.5, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, One UI 2", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.8, + "overall": 26.6, "performance": 16.5, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.620514", - "updated_at": "2026-07-09T01:31:11.620514" + "created_at": "2026-07-09T04:23:15.339416", + "updated_at": "2026-07-09T04:23:15.339416" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m21-2021-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m21-2021-6gb-128gb-4g-lte/index.json index f901723e39ae..6f34cf19cfff 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m21-2021-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m21-2021-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 75.1, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 11, One UI 3.1 Core", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.8, + "overall": 55.7, "performance": 56.3, "camera": null, - "battery": 53.3, + "battery": 55.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.163924", - "updated_at": "2026-07-09T01:31:12.163924" + "created_at": "2026-07-09T04:23:15.915573", + "updated_at": "2026-07-09T04:23:15.915573" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m21-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m21-6gb-128gb-4g-lte/index.json index e666ab0c1d29..21677e704112 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m21-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m21-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 75.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, One UI 3.1 Core", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.8, + "overall": 55.7, "performance": 56.3, "camera": null, - "battery": 53.3, + "battery": 55.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.849979", - "updated_at": "2026-07-09T01:31:11.849979" + "created_at": "2026-07-09T04:23:15.555980", + "updated_at": "2026-07-09T04:23:15.555980" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m21s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m21s-6gb-128gb-4g-lte/index.json index 03278c7673a6..cb127d265347 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m21s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m21s-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, One UI 2.5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.8, + "overall": 55.7, "performance": 56.3, "camera": null, - "battery": 53.3, + "battery": 55.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.851990", - "updated_at": "2026-07-09T01:31:11.851990" + "created_at": "2026-07-09T04:23:15.556978", + "updated_at": "2026-07-09T04:23:15.556978" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m30-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m30-6gb-128gb-4g-lte/index.json index b895af0ebddd..2ab02fa4b8f7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m30-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m30-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 75.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, One UI 2", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.4, + "overall": 27.3, "performance": 17.8, "camera": null, - "battery": 35.0, + "battery": 36.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.622527", - "updated_at": "2026-07-09T01:31:11.622527" + "created_at": "2026-07-09T04:23:15.341413", + "updated_at": "2026-07-09T04:23:15.341413" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m30s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m30s-6gb-128gb-4g-lte/index.json index ba03c7be3849..d4372f0756be 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m30s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m30s-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 75.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.8, + "overall": 55.7, "performance": 56.3, "camera": null, - "battery": 53.3, + "battery": 55.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.624817", - "updated_at": "2026-07-09T01:31:11.624817" + "created_at": "2026-07-09T04:23:15.342413", + "updated_at": "2026-07-09T04:23:15.342413" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m31-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m31-8gb-128gb-4g-lte/index.json index bb5f16e96f5c..49a8ae90d8d7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m31-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m31-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.5, + "overall": 56.4, "performance": 57.7, "camera": null, - "battery": 53.3, + "battery": 55.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.851990", - "updated_at": "2026-07-09T01:31:11.851990" + "created_at": "2026-07-09T04:23:15.569488", + "updated_at": "2026-07-09T04:23:15.569488" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m31-prime-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m31-prime-6gb-128gb-4g-lte/index.json index 5ea772f69176..4afd6c670c5f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m31-prime-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m31-prime-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, One UI 2.0", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.8, + "overall": 55.7, "performance": 56.3, "camera": null, - "battery": 53.3, + "battery": 55.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.854014", - "updated_at": "2026-07-09T01:31:11.854014" + "created_at": "2026-07-09T04:23:15.575486", + "updated_at": "2026-07-09T04:23:15.575486" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m31s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m31s-8gb-128gb-4g-lte/index.json index b29ac928afd8..6f7458137d13 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m31s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m31s-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 74.4, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.5, + "overall": 57.2, "performance": 57.7, "camera": null, - "battery": 53.3, + "battery": 56.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.854997", - "updated_at": "2026-07-09T01:31:11.854997" + "created_at": "2026-07-09T04:23:15.576481", + "updated_at": "2026-07-09T04:23:15.576481" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m32-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-m32-5g-8gb-128gb-5g/index.json index 253bba8edb8d..5f8841abb9f1 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m32-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m32-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 76.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI 5", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.2, + "overall": 44.1, "performance": 36.9, "camera": null, - "battery": 49.6, + "battery": 51.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.165921", - "updated_at": "2026-07-09T01:31:12.165921" + "created_at": "2026-07-09T04:23:15.918575", + "updated_at": "2026-07-09T04:23:15.918575" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m34-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-m34-5g-8gb-256gb-5g/index.json index 22441d026f56..a04391b4cd14 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m34-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m34-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.7, + "width_mm": 77.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 13, upgradable to Android 14, One UI 6", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.8, + "overall": 57.5, "performance": 47.9, "camera": null, - "battery": 63.8, + "battery": 67.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.757351", - "updated_at": "2026-07-09T01:31:12.757351" + "created_at": "2026-07-09T04:23:16.857472", + "updated_at": "2026-07-09T04:23:16.857472" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m40-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m40-6gb-128gb-4g-lte/index.json index 31444d028b97..a1880a316f1f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m40-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m40-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.3, + "width_mm": 73.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.2, + "overall": 28.0, "performance": null, "camera": null, - "battery": 26.2, + "battery": 28.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.626616", - "updated_at": "2026-07-09T01:31:11.626616" + "created_at": "2026-07-09T04:23:15.344412", + "updated_at": "2026-07-09T04:23:15.344412" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m51-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m51-8gb-128gb-4g-lte/index.json index 3912dc6b628d..8d35f9b77509 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m51-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m51-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 213.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.3, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.5, + "overall": 61.0, "performance": null, "camera": null, - "battery": 57.5, + "battery": 61.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.855982", - "updated_at": "2026-07-09T01:31:11.855982" + "created_at": "2026-07-09T04:23:15.577482", + "updated_at": "2026-07-09T04:23:15.577482" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m53-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-m53-8gb-256gb-5g/index.json index a16113175d78..0e1aad18a6e5 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m53-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m53-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 77.0, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13, One UI 5.1", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 49.2, "performance": 43.1, "camera": null, - "battery": 51.7, + "battery": 55.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.414421", - "updated_at": "2026-07-09T01:31:12.414421" + "created_at": "2026-07-09T04:23:16.407704", + "updated_at": "2026-07-09T04:23:16.407704" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m54-8gb-256gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-m54-8gb-256gb-5g/index.json index f2a47dd5a332..f7804212a8da 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m54-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m54-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 77.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 13, One UI 5.1", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.0, + "overall": 58.8, "performance": 50.3, "camera": null, - "battery": 63.8, + "battery": 67.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.758936", - "updated_at": "2026-07-09T01:31:12.758936" + "created_at": "2026-07-09T04:23:16.859528", + "updated_at": "2026-07-09T04:23:16.859528" } diff --git a/site/public/v1/smartphones/samsung-galaxy-m62-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-m62-8gb-256gb-4g-lte/index.json index bcc00a181636..771d8708addc 100644 --- a/site/public/v1/smartphones/samsung-galaxy-m62-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-m62-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 218.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.3, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, One UI 5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.9, + "overall": 57.6, "performance": 52.1, "camera": null, - "battery": 59.6, + "battery": 63.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.172847", - "updated_at": "2026-07-09T01:31:12.172847" + "created_at": "2026-07-09T04:23:15.922508", + "updated_at": "2026-07-09T04:23:15.922508" } diff --git a/site/public/v1/smartphones/samsung-galaxy-nexus-i515-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-nexus-i515-1gb-32gb-4g-lte/index.json index cada6de76bff..ca0fe05f432d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-nexus-i515-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-nexus-i515-1gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 135.5, + "width_mm": 67.9, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.2.2 (Jelly Bean)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.905051", - "updated_at": "2026-07-09T01:31:09.905051" + "created_at": "2026-07-09T04:23:13.611451", + "updated_at": "2026-07-09T04:23:13.611451" } diff --git a/site/public/v1/smartphones/samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte/index.json index 41dce489e98f..3646994d1c02 100644 --- a/site/public/v1/smartphones/samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-nexus-i9250-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 135.5, + "width_mm": 67.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android OS 4.0 (Ice Cream Sandwich), upgradable to 4.3 (Jelly Bean)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.906050", - "updated_at": "2026-07-09T01:31:09.906050" + "created_at": "2026-07-09T04:23:13.612444", + "updated_at": "2026-07-09T04:23:13.612444" } diff --git a/site/public/v1/smartphones/samsung-galaxy-nexus-i9250m-1gb-16gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-nexus-i9250m-1gb-16gb-3g/index.json index 7d1888a8f7f2..a6d777599f4e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-nexus-i9250m-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-nexus-i9250m-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 135.5, + "width_mm": 67.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.997101", - "updated_at": "2026-07-09T01:31:09.997101" + "created_at": "2026-07-09T04:23:13.692255", + "updated_at": "2026-07-09T04:23:13.692255" } diff --git a/site/public/v1/smartphones/samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte/index.json index 3e2346f1a7a8..153fdac1ecda 100644 --- a/site/public/v1/smartphones/samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-nexus-lte-l700-1gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.5, - "dimensions": {}, + "dimensions": { + "height_mm": 134.6, + "width_mm": 68.6, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.998102", - "updated_at": "2026-07-09T01:31:09.998102" + "created_at": "2026-07-09T04:23:13.693260", + "updated_at": "2026-07-09T04:23:13.693260" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-3-neo-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-3-neo-2gb-16gb-4g-lte/index.json index 12e2c02d8a40..0952a337dd00 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-3-neo-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-3-neo-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.5, - "dimensions": {}, + "dimensions": { + "height_mm": 148.4, + "width_mm": 77.4, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.1.1 (Lollipop), TouchWiz UI", "os_version": "4.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.162328", - "updated_at": "2026-07-09T01:31:10.162328" + "created_at": "2026-07-09T04:23:13.912216", + "updated_at": "2026-07-09T04:23:13.912216" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-3-neo-duos-2gb-16gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-note-3-neo-duos-2gb-16gb-3g/index.json index ec2d2460b958..10992eebfe0d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-3-neo-duos-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-3-neo-duos-2gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.5, - "dimensions": {}, + "dimensions": { + "height_mm": 148.4, + "width_mm": 77.4, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), TouchWiz UI", "os_version": "4.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.163328", - "updated_at": "2026-07-09T01:31:10.163328" + "created_at": "2026-07-09T04:23:13.914214", + "updated_at": "2026-07-09T04:23:13.914214" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-4-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-4-3gb-32gb-4g-lte/index.json index 4dd0d1778e6f..43a73198382e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-4-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-4-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3220, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 78.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0.1 (Marshmallow)", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.2, + "overall": 18.9, "performance": null, "camera": null, - "battery": 17.2, + "battery": 18.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.165409", - "updated_at": "2026-07-09T01:31:10.165409" + "created_at": "2026-07-09T04:23:13.915220", + "updated_at": "2026-07-09T04:23:13.915220" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-4-duos-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-4-duos-3gb-16gb-4g-lte/index.json index 33dc0b71ce97..4036206fb064 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-4-duos-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-4-duos-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 78.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0.1 (Marshmallow)", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.166421", - "updated_at": "2026-07-09T01:31:10.166421" + "created_at": "2026-07-09T04:23:13.917215", + "updated_at": "2026-07-09T04:23:13.917215" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-4-usa-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-4-usa-3gb-32gb-4g-lte/index.json index cc50fc70edcf..79d303a6d1c2 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-4-usa-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-4-usa-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3220, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 78.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0.1 (Marshmallow)", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.2, + "overall": 18.9, "performance": null, "camera": null, - "battery": 17.2, + "battery": 18.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.167330", - "updated_at": "2026-07-09T01:31:10.167330" + "created_at": "2026-07-09T04:23:13.919217", + "updated_at": "2026-07-09T04:23:13.919217" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-8-0-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-8-0-2gb-32gb-4g-lte/index.json index 33e08f7c184f..ac70f9f1ec8f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-8-0-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-8-0-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 338.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.8, + "width_mm": 135.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 4.4 (KitKat)", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.077209", - "updated_at": "2026-07-09T01:31:10.077209" + "created_at": "2026-07-09T04:23:13.796884", + "updated_at": "2026-07-09T04:23:13.796884" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g/index.json b/site/public/v1/smartphones/samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g/index.json index 163b45872b31..3252128b7c0c 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-8-0-wi-fi-2gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 338.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.8, + "width_mm": 135.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 4.4 (KitKat)", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.077209", - "updated_at": "2026-07-09T01:31:10.077209" + "created_at": "2026-07-09T04:23:13.796884", + "updated_at": "2026-07-09T04:23:13.796884" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-edge-3gb-64gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-note-edge-3gb-64gb-5g/index.json index 855159c97cda..32531321ea82 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-edge-3gb-64gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-edge-3gb-64gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.3, + "width_mm": 82.4, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.4", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.168330", - "updated_at": "2026-07-09T01:31:10.168330" + "created_at": "2026-07-09T04:23:13.920216", + "updated_at": "2026-07-09T04:23:13.920216" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-fe-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-fe-4gb-64gb-4g-lte/index.json index 8ddf53d766f7..5ff8b2bd64c8 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-fe-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-fe-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 73.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 18.7, "performance": null, "camera": null, - "battery": 17.0, + "battery": 18.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.479452", - "updated_at": "2026-07-09T01:31:10.479452" + "created_at": "2026-07-09T04:23:14.286501", + "updated_at": "2026-07-09T04:23:14.286501" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-i717-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-i717-1gb-16gb-4g-lte/index.json index 36daaddcf6d5..226de0c1e477 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-i717-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-i717-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.8, + "width_mm": 83.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich), TouchWiz UI", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.000101", - "updated_at": "2026-07-09T01:31:10.000101" + "created_at": "2026-07-09T04:23:13.695268", + "updated_at": "2026-07-09T04:23:13.695268" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte/index.json index e4682a59afaf..b2b403bdf984 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-ii-cdma-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 179.4, - "dimensions": {}, + "dimensions": { + "height_mm": 151.1, + "width_mm": 80.5, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.4.2 (KitKat), TouchWiz UI", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.001101", - "updated_at": "2026-07-09T01:31:10.001101" + "created_at": "2026-07-09T04:23:13.696894", + "updated_at": "2026-07-09T04:23:13.696894" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte/index.json index 2dfa81d536fb..0c7bb868b073 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-ii-n7100-2gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.1, + "width_mm": 80.5, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.1.1 (Jelly Bean), upgradable to 4.4.2 (KitKat), TouchWiz UI", "os_version": "4.1.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.002101", - "updated_at": "2026-07-09T01:31:10.002101" + "created_at": "2026-07-09T04:23:13.697899", + "updated_at": "2026-07-09T04:23:13.697899" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-n7000-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note-n7000-1gb-32gb-4g-lte/index.json index bdee406ca857..a7192e0eaf87 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-n7000-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-n7000-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.9, + "width_mm": 83.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.1.2 (Jelly Bean), TouchWiz UI 4", "os_version": "2.3.5", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.907056", - "updated_at": "2026-07-09T01:31:09.907056" + "created_at": "2026-07-09T04:23:13.613445", + "updated_at": "2026-07-09T04:23:13.613445" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note-t879-1gb-16gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-note-t879-1gb-16gb-3g/index.json index 150b25a183c8..bf3296f47eec 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note-t879-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note-t879-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.8, + "width_mm": 83.1, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.004110", - "updated_at": "2026-07-09T01:31:10.004110" + "created_at": "2026-07-09T04:23:13.698899", + "updated_at": "2026-07-09T04:23:13.698899" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note10-lite-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note10-lite-8gb-128gb-4g-lte/index.json index 0d64572995a1..cf8fd34cf5a4 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note10-lite-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note10-lite-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 25.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.1, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.4, + "overall": 56.1, "performance": 70.5, "camera": null, - "battery": 38.3, + "battery": 41.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.858992", - "updated_at": "2026-07-09T01:31:11.858992" + "created_at": "2026-07-09T04:23:15.580486", + "updated_at": "2026-07-09T04:23:15.580486" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note5-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note5-4gb-128gb-4g-lte/index.json index 2d82c66f58e4..4646b6aa99e3 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note5-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note5-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.2, + "width_mm": 76.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.261985", - "updated_at": "2026-07-09T01:31:10.261985" + "created_at": "2026-07-09T04:23:14.036858", + "updated_at": "2026-07-09T04:23:14.036858" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note5-duos-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note5-duos-4gb-64gb-4g-lte/index.json index c356cb634d49..1a9d62db1f77 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note5-duos-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note5-duos-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.2, + "width_mm": 76.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.262997", - "updated_at": "2026-07-09T01:31:10.262997" + "created_at": "2026-07-09T04:23:14.038866", + "updated_at": "2026-07-09T04:23:14.038866" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note5-usa-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note5-usa-4gb-64gb-4g-lte/index.json index adb15bc7b33b..c688e275db2f 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note5-usa-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note5-usa-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.2, + "width_mm": 76.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.263998", - "updated_at": "2026-07-09T01:31:10.263998" + "created_at": "2026-07-09T04:23:14.040850", + "updated_at": "2026-07-09T04:23:14.040850" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note7-4gb-64gb-4g-lte/index.json index 2c9df91635e6..3dfa3bdcc8a2 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note7-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 73.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), TouchWiz UI", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 21.7, "performance": null, "camera": null, - "battery": 20.0, + "battery": 21.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.408090", - "updated_at": "2026-07-09T01:31:10.408090" + "created_at": "2026-07-09T04:23:14.185264", + "updated_at": "2026-07-09T04:23:14.185264" } diff --git a/site/public/v1/smartphones/samsung-galaxy-note7-usa-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-note7-usa-4gb-64gb-4g-lte/index.json index 2dc137e7e566..a605e36bbf59 100644 --- a/site/public/v1/smartphones/samsung-galaxy-note7-usa-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-note7-usa-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 73.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), TouchWiz UI", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 21.7, "performance": null, "camera": null, - "battery": 20.0, + "battery": 21.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.412105", - "updated_at": "2026-07-09T01:31:10.412105" + "created_at": "2026-07-09T04:23:14.193778", + "updated_at": "2026-07-09T04:23:14.193778" } diff --git a/site/public/v1/smartphones/samsung-galaxy-on5-pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-on5-pro-2gb-16gb-4g-lte/index.json index e7c2993790e7..7d89c6de231e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-on5-pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-on5-pro-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.3, + "width_mm": 72.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.413073", - "updated_at": "2026-07-09T01:31:10.413073" + "created_at": "2026-07-09T04:23:14.200778", + "updated_at": "2026-07-09T04:23:14.200778" } diff --git a/site/public/v1/smartphones/samsung-galaxy-on6-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-on6-4gb-64gb-4g-lte/index.json index 5c802f1d1e02..e98846d07b77 100644 --- a/site/public/v1/smartphones/samsung-galaxy-on6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-on6-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.3, + "width_mm": 70.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.521683", - "updated_at": "2026-07-09T01:31:10.521683" + "created_at": "2026-07-09T04:23:14.385333", + "updated_at": "2026-07-09T04:23:14.385333" } diff --git a/site/public/v1/smartphones/samsung-galaxy-on7-2016-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-on7-2016-3gb-32gb-4g-lte/index.json index 2c9bee9728c2..b1723fb9874e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-on7-2016-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-on7-2016-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.419201", - "updated_at": "2026-07-09T01:31:10.419201" + "created_at": "2026-07-09T04:23:14.214778", + "updated_at": "2026-07-09T04:23:14.214778" } diff --git a/site/public/v1/smartphones/samsung-galaxy-on7-pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-on7-pro-2gb-16gb-4g-lte/index.json index 67c554882e32..345418e460b9 100644 --- a/site/public/v1/smartphones/samsung-galaxy-on7-pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-on7-pro-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 78.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.419201", - "updated_at": "2026-07-09T01:31:10.419201" + "created_at": "2026-07-09T04:23:14.215779", + "updated_at": "2026-07-09T04:23:14.215779" } diff --git a/site/public/v1/smartphones/samsung-galaxy-on8-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-on8-3gb-16gb-4g-lte/index.json index 32ce09fa536d..aa6cc1449244 100644 --- a/site/public/v1/smartphones/samsung-galaxy-on8-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-on8-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 76.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.421252", - "updated_at": "2026-07-09T01:31:10.421252" + "created_at": "2026-07-09T04:23:14.217778", + "updated_at": "2026-07-09T04:23:14.217778" } diff --git a/site/public/v1/smartphones/samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte/index.json index d506cbd78cad..648c0900cec0 100644 --- a/site/public/v1/smartphones/samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-pop-shv-e220-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.2, + "width_mm": 68.1, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), TouchWiz UI 5", "os_version": "4.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.078209", - "updated_at": "2026-07-09T01:31:10.078209" + "created_at": "2026-07-09T04:23:13.797884", + "updated_at": "2026-07-09T04:23:13.797884" } diff --git a/site/public/v1/smartphones/samsung-galaxy-premier-i9260-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-premier-i9260-1gb-16gb-4g-lte/index.json index 9271ca807e4c..6a66ad913675 100644 --- a/site/public/v1/smartphones/samsung-galaxy-premier-i9260-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-premier-i9260-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.2, + "width_mm": 68.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.007352", - "updated_at": "2026-07-09T01:31:10.007352" + "created_at": "2026-07-09T04:23:13.701899", + "updated_at": "2026-07-09T04:23:13.701899" } diff --git a/site/public/v1/smartphones/samsung-galaxy-round-g910s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-round-g910s-3gb-32gb-4g-lte/index.json index 7b8db44d83ca..c994b9d76a65 100644 --- a/site/public/v1/smartphones/samsung-galaxy-round-g910s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-round-g910s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.1, + "width_mm": 79.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.080208", - "updated_at": "2026-07-09T01:31:10.080208" + "created_at": "2026-07-09T04:23:13.799884", + "updated_at": "2026-07-09T04:23:13.799884" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g/index.json index 6db3a75e75ad..ab880dc7ce47 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-blaze-4g-t769-1gb-3gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.6, - "dimensions": {}, + "dimensions": { + "height_mm": 121.9, + "width_mm": 63.0, + "depth_mm": 11.2 + }, "ip_rating": null, "os": "Android 2.3.6 (Gingerbread)", "os_version": "2.3.6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.009352", - "updated_at": "2026-07-09T01:31:10.009352" + "created_at": "2026-07-09T04:23:13.704898", + "updated_at": "2026-07-09T04:23:13.704898" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g/index.json index f572c5765efb..a992bf609fda 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-ii-4g-i9100m-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 116.0, - "dimensions": {}, + "dimensions": { + "height_mm": 125.3, + "width_mm": 66.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.911031", - "updated_at": "2026-07-09T01:31:09.911031" + "created_at": "2026-07-09T04:23:13.617443", + "updated_at": "2026-07-09T04:23:13.617443" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g/index.json index bda5529938f9..b2f8354753e0 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-ii-epic-4g-touch-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.0, + "width_mm": 70.0, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread)", "os_version": "2.3.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.912078", - "updated_at": "2026-07-09T01:31:09.912078" + "created_at": "2026-07-09T04:23:13.618443", + "updated_at": "2026-07-09T04:23:13.618443" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte/index.json index 08f88e3a32cf..716f0c6ebaf9 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-ii-hd-lte-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.5, - "dimensions": {}, + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich), TouchWiz UI 4", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.913060", - "updated_at": "2026-07-09T01:31:09.913060" + "created_at": "2026-07-09T04:23:13.619443", + "updated_at": "2026-07-09T04:23:13.619443" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-ii-i777-1gb-32gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-s-ii-i777-1gb-32gb-3g/index.json index 7f7b8f706dc8..7d0bda88ba6e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-ii-i777-1gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-ii-i777-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 121.9, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread)", "os_version": "2.3.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.914038", - "updated_at": "2026-07-09T01:31:09.914038" + "created_at": "2026-07-09T04:23:13.620446", + "updated_at": "2026-07-09T04:23:13.620446" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte/index.json index c19f4b054719..a139026121a7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-ii-lte-i727r-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.9, + "width_mm": 69.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.916053", - "updated_at": "2026-07-09T01:31:09.916053" + "created_at": "2026-07-09T04:23:13.621448", + "updated_at": "2026-07-09T04:23:13.621448" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte/index.json index 5c1daf005d90..b284b278177c 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-ii-lte-i9210-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.9, + "width_mm": 69.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.1 (Jelly Bean)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.916988", - "updated_at": "2026-07-09T01:31:09.916988" + "created_at": "2026-07-09T04:23:13.622447", + "updated_at": "2026-07-09T04:23:13.622447" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte/index.json index 5058a20153d1..844bf457cbbb 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-ii-skyrocket-i727-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.5, - "dimensions": {}, + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.8, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.1.2 (Jelly Bean)", "os_version": "2.3.5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.917993", - "updated_at": "2026-07-09T01:31:09.917993" + "created_at": "2026-07-09T04:23:13.623446", + "updated_at": "2026-07-09T04:23:13.623446" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-ii-t989-1gb-32gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-s-ii-t989-1gb-32gb-3g/index.json index a665f269cfae..2e2566856249 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-ii-t989-1gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-ii-t989-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.8, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread), upgradable to 4.1.2 (Jelly Bean)", "os_version": "2.3.5", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.918997", - "updated_at": "2026-07-09T01:31:09.918997" + "created_at": "2026-07-09T04:23:13.623446", + "updated_at": "2026-07-09T04:23:13.623446" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte/index.json index 80a6147c1821..749c2202f1b3 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-iii-cdma-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 133.2, - "dimensions": {}, + "dimensions": { + "height_mm": 137.2, + "width_mm": 71.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradаble to 4.3 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.011352", - "updated_at": "2026-07-09T01:31:10.011352" + "created_at": "2026-07-09T04:23:13.706900", + "updated_at": "2026-07-09T04:23:13.706900" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte/index.json index 1f32c8a265ca..17a695453e76 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-iii-i747-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 70.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1.1 (Jelly Bean), TouchWiz UI", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.012352", - "updated_at": "2026-07-09T01:31:10.012352" + "created_at": "2026-07-09T04:23:13.706900", + "updated_at": "2026-07-09T04:23:13.706900" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte/index.json index 787134939968..9f5a1d336629 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-iii-t999-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 133.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 70.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1.1 (Jelly Bean)", "os_version": "4.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.013352", - "updated_at": "2026-07-09T01:31:10.013352" + "created_at": "2026-07-09T04:23:13.707899", + "updated_at": "2026-07-09T04:23:13.707899" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte/index.json index c5ddbface7aa..4649224d5d9a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-light-luxury-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.9, + "width_mm": 68.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.522683", - "updated_at": "2026-07-09T01:31:10.522683" + "created_at": "2026-07-09T04:23:14.388344", + "updated_at": "2026-07-09T04:23:14.388344" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g/index.json index 1ae7fd9d2b1e..20761f2f15be 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s-relay-4g-t699-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 13.5 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.015354", - "updated_at": "2026-07-09T01:31:10.015354" + "created_at": "2026-07-09T04:23:13.709899", + "updated_at": "2026-07-09T04:23:13.709899" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s10-lite-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s10-lite-8gb-512gb-4g-lte/index.json index e4126b531ac0..4816bb61696d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s10-lite-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s10-lite-8gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.6, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 51.5, "performance": null, "camera": null, - "battery": 44.6, + "battery": 51.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.861979", - "updated_at": "2026-07-09T01:31:11.861979" + "created_at": "2026-07-09T04:23:15.583486", + "updated_at": "2026-07-09T04:23:15.583486" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s20-ultra-16gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s20-ultra-16gb-512gb-4g-lte/index.json index 4f23f7c93a7d..3e45619f866e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s20-ultra-16gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s20-ultra-16gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 220.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.9, + "width_mm": 76.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.6, + "overall": 56.0, "performance": 55.6, "camera": null, - "battery": 49.6, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.872072", - "updated_at": "2026-07-09T01:31:11.872072" + "created_at": "2026-07-09T04:23:15.610488", + "updated_at": "2026-07-09T04:23:15.610488" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte/index.json index e0a59c693780..ae90b0802c63 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s4-active-lte-a-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.7, + "width_mm": 71.3, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), TouchWiz UI", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.082346", - "updated_at": "2026-07-09T01:31:10.082346" + "created_at": "2026-07-09T04:23:13.800884", + "updated_at": "2026-07-09T04:23:13.800884" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s4-cdma-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s4-cdma-2gb-16gb-4g-lte/index.json index f21fccf96c46..16a707c87be1 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s4-cdma-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s4-cdma-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.1, - "dimensions": {}, + "dimensions": { + "height_mm": 136.7, + "width_mm": 69.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0.1 (Lollipop), TouchWiz UI", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.083345", - "updated_at": "2026-07-09T01:31:10.083345" + "created_at": "2026-07-09T04:23:13.802884", + "updated_at": "2026-07-09T04:23:13.802884" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-2gb-32gb-4g-lte/index.json index 0c33c3021cfb..92df4efda5ba 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.170328", - "updated_at": "2026-07-09T01:31:10.170328" + "created_at": "2026-07-09T04:23:13.922220", + "updated_at": "2026-07-09T04:23:13.922220" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-active-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-active-2gb-16gb-4g-lte/index.json index 616f59f4b0dd..60037b52b1a7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-active-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-active-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.1, - "dimensions": {}, + "dimensions": { + "height_mm": 145.3, + "width_mm": 73.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0.1 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.172328", - "updated_at": "2026-07-09T01:31:10.172328" + "created_at": "2026-07-09T04:23:13.924220", + "updated_at": "2026-07-09T04:23:13.924220" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-duos-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-duos-2gb-16gb-4g-lte/index.json index eeedf245d37b..2ef5b2042700 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-duos-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-duos-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UI", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.173328", - "updated_at": "2026-07-09T01:31:10.173328" + "created_at": "2026-07-09T04:23:13.925220", + "updated_at": "2026-07-09T04:23:13.925220" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte/index.json index 71e29ea6f073..36743d79c790 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-lte-a-g901f-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UI", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.174329", - "updated_at": "2026-07-09T01:31:10.174329" + "created_at": "2026-07-09T04:23:13.926304", + "updated_at": "2026-07-09T04:23:13.926304" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte/index.json index e820f8311ee9..bb18cd180b1b 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-lte-a-g906s-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0.1 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.175331", - "updated_at": "2026-07-09T01:31:10.175331" + "created_at": "2026-07-09T04:23:13.928305", + "updated_at": "2026-07-09T04:23:13.928305" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-neo-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-neo-2gb-16gb-4g-lte/index.json index a4ccee2406ee..bda203379c7a 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-neo-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-neo-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.266940", - "updated_at": "2026-07-09T01:31:10.266940" + "created_at": "2026-07-09T04:23:14.042858", + "updated_at": "2026-07-09T04:23:14.042858" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-octa-core-2gb-32gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-octa-core-2gb-32gb-3g/index.json index 005d50fecbde..3773a030e84d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-octa-core-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-octa-core-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0.1 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.177328", - "updated_at": "2026-07-09T01:31:10.177328" + "created_at": "2026-07-09T04:23:13.933304", + "updated_at": "2026-07-09T04:23:13.933304" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-plus-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-plus-2gb-32gb-4g-lte/index.json index 4d424b64063f..46764ec3e4a7 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-plus-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-plus-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UI", "os_version": "4.4.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.178328", - "updated_at": "2026-07-09T01:31:10.178328" + "created_at": "2026-07-09T04:23:13.933304", + "updated_at": "2026-07-09T04:23:13.933304" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-sport-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-sport-2gb-16gb-4g-lte/index.json index a5b6482bfdfa..6e4dd5c48016 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-sport-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-sport-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 74.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.179328", - "updated_at": "2026-07-09T01:31:10.179328" + "created_at": "2026-07-09T04:23:13.935304", + "updated_at": "2026-07-09T04:23:13.935304" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s5-usa-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s5-usa-2gb-16gb-4g-lte/index.json index e9dfc04e2aad..630db5b6467e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s5-usa-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s5-usa-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.9, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 72.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.1 (Lollipop), TouchWiz UI", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.180328", - "updated_at": "2026-07-09T01:31:10.180328" + "created_at": "2026-07-09T04:23:13.936315", + "updated_at": "2026-07-09T04:23:13.936315" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-3gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-3gb-128gb-4g-lte/index.json index 751393030219..7fbe23298b86 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-3gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2550, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 70.5, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to Android 8.0 (Oreo), TouchWiz UI", "os_version": "5.0.2", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 10.5, + "overall": 12.2, "performance": null, "camera": null, - "battery": 10.5, + "battery": 12.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.267937", - "updated_at": "2026-07-09T01:31:10.267937" + "created_at": "2026-07-09T04:23:14.043850", + "updated_at": "2026-07-09T04:23:14.043850" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-active-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-active-3gb-64gb-4g-lte/index.json index ea275e11aeff..d79174f641e0 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-active-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-active-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.8, + "width_mm": 73.4, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 6.0.1 (Marshmallow), TouchWiz UI", "os_version": "5.0.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 21.7, "performance": null, "camera": null, - "battery": 20.0, + "battery": 21.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.268941", - "updated_at": "2026-07-09T01:31:10.268941" + "created_at": "2026-07-09T04:23:14.045873", + "updated_at": "2026-07-09T04:23:14.045873" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-duos-3gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-duos-3gb-128gb-4g-lte/index.json index 320b401c4d69..d1adc749754e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-duos-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-duos-3gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2550, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.4, + "width_mm": 70.5, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to Android 8.0 (Oreo), TouchWiz UI", "os_version": "5.0.2", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 10.5, + "overall": 12.2, "performance": null, "camera": null, - "battery": 10.5, + "battery": 12.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.271022", - "updated_at": "2026-07-09T01:31:10.271022" + "created_at": "2026-07-09T04:23:14.046871", + "updated_at": "2026-07-09T04:23:14.046871" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-edge-3gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-edge-3gb-128gb-4g-lte/index.json index 923915993283..74b35686c5ad 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-edge-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-edge-3gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2600, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.1, + "width_mm": 70.1, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 7.0 (Nougat), TouchWiz UI", "os_version": "5.0.2", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.0, + "overall": 12.7, "performance": null, "camera": null, - "battery": 11.0, + "battery": 12.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.272017", - "updated_at": "2026-07-09T01:31:10.272017" + "created_at": "2026-07-09T04:23:14.048874", + "updated_at": "2026-07-09T04:23:14.048874" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-edge-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-edge-4gb-64gb-4g-lte/index.json index 65c17a2d6054..f48f278b101e 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-edge-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-edge-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat), TouchWiz UI", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.272017", - "updated_at": "2026-07-09T01:31:10.272017" + "created_at": "2026-07-09T04:23:14.048874", + "updated_at": "2026-07-09T04:23:14.048874" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte/index.json index 903ca7cbb473..ce0d998c0e31 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-edge-duos-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0.1 (Marshmallow), TouchWiz UI", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.274009", - "updated_at": "2026-07-09T01:31:10.274009" + "created_at": "2026-07-09T04:23:14.049873", + "updated_at": "2026-07-09T04:23:14.049873" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte/index.json index 92f5ff90d02f..8f272e6b8012 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-edge-usa-3gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2600, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.1, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 5.1 (Lollipop), TouchWiz UI", "os_version": "5.0.2", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.0, + "overall": 12.7, "performance": null, "camera": null, - "battery": 11.0, + "battery": 12.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.276001", - "updated_at": "2026-07-09T01:31:10.276001" + "created_at": "2026-07-09T04:23:14.052578", + "updated_at": "2026-07-09T04:23:14.052578" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte/index.json index 131dfd4001c4..71c675d8a4c0 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-edge-usa-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), TouchWiz UI", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.276001", - "updated_at": "2026-07-09T01:31:10.276001" + "created_at": "2026-07-09T04:23:14.052578", + "updated_at": "2026-07-09T04:23:14.052578" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s6-usa-3gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s6-usa-3gb-128gb-4g-lte/index.json index ce25ad8d7acb..d6eb42d5cd31 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s6-usa-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s6-usa-3gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 2550, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 70.6, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 5.1 (Lollipop), TouchWiz UI", "os_version": "5.0.2", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 10.5, + "overall": 12.2, "performance": null, "camera": null, - "battery": 10.5, + "battery": 12.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.277006", - "updated_at": "2026-07-09T01:31:10.277006" + "created_at": "2026-07-09T04:23:14.053592", + "updated_at": "2026-07-09T04:23:14.053592" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s7-4gb-64gb-4g-lte/index.json index 5a268b0842b8..01bf315d1e48 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s7-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.4, + "width_mm": 69.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 8.0 (Oreo), TouchWiz UI", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.422192", - "updated_at": "2026-07-09T01:31:10.422192" + "created_at": "2026-07-09T04:23:14.218780", + "updated_at": "2026-07-09T04:23:14.218780" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s7-active-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s7-active-4gb-32gb-4g-lte/index.json index d067f57d5851..5ee45455ab50 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s7-active-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s7-active-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 184.8, - "dimensions": {}, + "dimensions": { + "height_mm": 148.8, + "width_mm": 74.9, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat), TouchWiz UI", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 26.8, "performance": null, "camera": null, - "battery": 25.0, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.423207", - "updated_at": "2026-07-09T01:31:10.423207" + "created_at": "2026-07-09T04:23:14.220793", + "updated_at": "2026-07-09T04:23:14.220793" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte/index.json index b37edf888947..551fc3fd1e04 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s7-edge-usa-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.9, + "width_mm": 72.6, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 8.0 (Oreo), TouchWiz UI", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.0, + "overall": 22.8, "performance": null, "camera": null, - "battery": 21.0, + "battery": 22.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.427183", - "updated_at": "2026-07-09T01:31:10.427183" + "created_at": "2026-07-09T04:23:14.223784", + "updated_at": "2026-07-09T04:23:14.223784" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s7-usa-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s7-usa-4gb-32gb-4g-lte/index.json index 817ba4e1446f..aa0dffdde815 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s7-usa-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s7-usa-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.4, + "width_mm": 69.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 8.0 (Oreo), TouchWiz UI", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.0, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.428184", - "updated_at": "2026-07-09T01:31:10.428184" + "created_at": "2026-07-09T04:23:14.223784", + "updated_at": "2026-07-09T04:23:14.223784" } diff --git a/site/public/v1/smartphones/samsung-galaxy-s8-active-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-s8-active-4gb-64gb-4g-lte/index.json index 645e84191d89..a2c22aa59f76 100644 --- a/site/public/v1/smartphones/samsung-galaxy-s8-active-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-s8-active-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 208.1, - "dimensions": {}, + "dimensions": { + "height_mm": 151.9, + "width_mm": 74.9, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 35.1, "performance": null, "camera": null, - "battery": 33.3, + "battery": 35.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.482565", - "updated_at": "2026-07-09T01:31:10.482565" + "created_at": "2026-07-09T04:23:14.290505", + "updated_at": "2026-07-09T04:23:14.290505" } diff --git a/site/public/v1/smartphones/samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte/index.json index ef9e79e43c15..0c6f306d1168 100644 --- a/site/public/v1/smartphones/samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-stellar-4g-i200-1gb-4gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 134.0, - "dimensions": {}, + "dimensions": { + "height_mm": 122.0, + "width_mm": 64.0, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.016362", - "updated_at": "2026-07-09T01:31:10.016362" + "created_at": "2026-07-09T04:23:13.710899", + "updated_at": "2026-07-09T04:23:13.710899" } diff --git a/site/public/v1/smartphones/samsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte/index.json index c97338e545bb..eb508411ca33 100644 --- a/site/public/v1/smartphones/samsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-stratosphere-ii-i415-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.2, + "width_mm": 65.5, + "depth_mm": 13.5 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.017373", - "updated_at": "2026-07-09T01:31:10.017373" + "created_at": "2026-07-09T04:23:13.711898", + "updated_at": "2026-07-09T04:23:13.711898" } diff --git a/site/public/v1/smartphones/samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte/index.json index 37c41a42c4fa..da4f29ce7c79 100644 --- a/site/public/v1/smartphones/samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-victory-4g-lte-l300-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 121.9, + "width_mm": 63.5, + "depth_mm": 12.7 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.019982", - "updated_at": "2026-07-09T01:31:10.019982" + "created_at": "2026-07-09T04:23:13.715899", + "updated_at": "2026-07-09T04:23:13.715899" } diff --git a/site/public/v1/smartphones/samsung-galaxy-win-i8550-1gb-8gb-3g/index.json b/site/public/v1/smartphones/samsung-galaxy-win-i8550-1gb-8gb-3g/index.json index fc3a748d8932..381c2b523cff 100644 --- a/site/public/v1/smartphones/samsung-galaxy-win-i8550-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-win-i8550-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.9, - "dimensions": {}, + "dimensions": { + "height_mm": 133.3, + "width_mm": 70.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.086345", - "updated_at": "2026-07-09T01:31:10.086345" + "created_at": "2026-07-09T04:23:13.807884", + "updated_at": "2026-07-09T04:23:13.807884" } diff --git a/site/public/v1/smartphones/samsung-galaxy-xcover-4-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-xcover-4-2gb-16gb-4g-lte/index.json index 8bdb23b2aa0b..0740fafb1956 100644 --- a/site/public/v1/smartphones/samsung-galaxy-xcover-4-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-xcover-4-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.2, + "width_mm": 73.3, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.485524", - "updated_at": "2026-07-09T01:31:10.485524" + "created_at": "2026-07-09T04:23:14.294011", + "updated_at": "2026-07-09T04:23:14.294011" } diff --git a/site/public/v1/smartphones/samsung-galaxy-xcover-4s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-xcover-4s-3gb-32gb-4g-lte/index.json index 47017bc43f4b..338a889aaf89 100644 --- a/site/public/v1/smartphones/samsung-galaxy-xcover-4s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-xcover-4s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.2, + "width_mm": 73.3, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.639258", - "updated_at": "2026-07-09T01:31:11.639258" + "created_at": "2026-07-09T04:23:15.359563", + "updated_at": "2026-07-09T04:23:15.359563" } diff --git a/site/public/v1/smartphones/samsung-galaxy-xcover-5-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-xcover-5-4gb-64gb-4g-lte/index.json index 58455da609f9..734cc895fb6d 100644 --- a/site/public/v1/smartphones/samsung-galaxy-xcover-5-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-xcover-5-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.1, + "width_mm": 71.6, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 14, One UI 6.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.4, + "overall": 20.2, "performance": 11.3, "camera": null, - "battery": 27.5, + "battery": 29.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.177946", - "updated_at": "2026-07-09T01:31:12.177946" + "created_at": "2026-07-09T04:23:15.928036", + "updated_at": "2026-07-09T04:23:15.928036" } diff --git a/site/public/v1/smartphones/samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte/index.json index cd8a7273513a..963604299d69 100644 --- a/site/public/v1/smartphones/samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-xcover-fieldpro-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 256.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 80.7, + "depth_mm": 14.2 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.640268", - "updated_at": "2026-07-09T01:31:11.640268" + "created_at": "2026-07-09T04:23:15.360503", + "updated_at": "2026-07-09T04:23:15.360503" } diff --git a/site/public/v1/smartphones/samsung-galaxy-xcover-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-xcover-pro-4gb-64gb-4g-lte/index.json index ef1c1b7ac6d8..2e47986b578c 100644 --- a/site/public/v1/smartphones/samsung-galaxy-xcover-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-xcover-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 218.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 76.7, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.4, + "overall": 45.3, "performance": 55.0, "camera": null, - "battery": 33.8, + "battery": 35.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.875124", - "updated_at": "2026-07-09T01:31:11.875124" + "created_at": "2026-07-09T04:23:15.615485", + "updated_at": "2026-07-09T04:23:15.615485" } diff --git a/site/public/v1/smartphones/samsung-galaxy-xcover7-6gb-128gb-5g/index.json b/site/public/v1/smartphones/samsung-galaxy-xcover7-6gb-128gb-5g/index.json index 1a2d4ab1d00b..ca3f655f6ec5 100644 --- a/site/public/v1/smartphones/samsung-galaxy-xcover7-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-xcover7-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 240.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.0, + "width_mm": 80.1, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 14, One UI 6", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.2, + "overall": 43.0, "performance": 42.1, "camera": null, - "battery": 42.2, + "battery": 43.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:12.917230", - "updated_at": "2026-07-09T01:31:12.917230" + "created_at": "2026-07-09T04:23:17.145065", + "updated_at": "2026-07-09T04:23:17.145065" } diff --git a/site/public/v1/smartphones/samsung-galaxy-z-flip-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-galaxy-z-flip-8gb-256gb-4g-lte/index.json index b92bbce83135..45aab7fc8473 100644 --- a/site/public/v1/smartphones/samsung-galaxy-z-flip-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-galaxy-z-flip-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.3, + "width_mm": 73.6, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.6, + "overall": 34.3, "performance": null, "camera": null, - "battery": 32.6, + "battery": 34.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:11.876074", - "updated_at": "2026-07-09T01:31:11.876074" + "created_at": "2026-07-09T04:23:15.616485", + "updated_at": "2026-07-09T04:23:15.616485" } diff --git a/site/public/v1/smartphones/samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g/index.json b/site/public/v1/smartphones/samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g/index.json index cb4d709ea6b5..a51277e291f0 100644 --- a/site/public/v1/smartphones/samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i8190-galaxy-s-iii-mini-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 111.5, - "dimensions": {}, + "dimensions": { + "height_mm": 121.6, + "width_mm": 63.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.021544", - "updated_at": "2026-07-09T01:31:10.021544" + "created_at": "2026-07-09T04:23:13.716899", + "updated_at": "2026-07-09T04:23:13.716899" } diff --git a/site/public/v1/smartphones/samsung-i9100-galaxy-s-ii-1gb-32gb-3g/index.json b/site/public/v1/smartphones/samsung-i9100-galaxy-s-ii-1gb-32gb-3g/index.json index 76e8983300e5..1613bd40a947 100644 --- a/site/public/v1/smartphones/samsung-i9100-galaxy-s-ii-1gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i9100-galaxy-s-ii-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 116.0, - "dimensions": {}, + "dimensions": { + "height_mm": 125.3, + "width_mm": 66.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread), upgradable to 4.1 (Jelly Bean), TouchWiz UI 4", "os_version": "2.3.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.932081", - "updated_at": "2026-07-09T01:31:09.932081" + "created_at": "2026-07-09T04:23:13.633964", + "updated_at": "2026-07-09T04:23:13.633964" } diff --git a/site/public/v1/smartphones/samsung-i9100g-galaxy-s-ii-1gb-16gb-3g/index.json b/site/public/v1/smartphones/samsung-i9100g-galaxy-s-ii-1gb-16gb-3g/index.json index b5902c2399e4..680bb674d4e4 100644 --- a/site/public/v1/smartphones/samsung-i9100g-galaxy-s-ii-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i9100g-galaxy-s-ii-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 116.0, - "dimensions": {}, + "dimensions": { + "height_mm": 125.3, + "width_mm": 66.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 2.3.4 (Gingerbread), 4.0.4 (Ice Cream Sandwich), upgradable to 4.1.2 (Jelly Bean)", "os_version": "2.3.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.932081", - "updated_at": "2026-07-09T01:31:09.932081" + "created_at": "2026-07-09T04:23:13.635966", + "updated_at": "2026-07-09T04:23:13.635966" } diff --git a/site/public/v1/smartphones/samsung-i9103-galaxy-r-1gb-8gb-3g/index.json b/site/public/v1/smartphones/samsung-i9103-galaxy-r-1gb-8gb-3g/index.json index 14f686e9b8a4..5c1b915ad3a4 100644 --- a/site/public/v1/smartphones/samsung-i9103-galaxy-r-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i9103-galaxy-r-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 125.0, + "width_mm": 66.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 2.3.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.933573", - "updated_at": "2026-07-09T01:31:09.933573" + "created_at": "2026-07-09T04:23:13.636964", + "updated_at": "2026-07-09T04:23:13.636964" } diff --git a/site/public/v1/smartphones/samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g/index.json b/site/public/v1/smartphones/samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g/index.json index 3f1173769b1b..08db2ae9885a 100644 --- a/site/public/v1/smartphones/samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i9105-galaxy-s-ii-plus-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 121.0, - "dimensions": {}, + "dimensions": { + "height_mm": 125.3, + "width_mm": 66.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 4.2.2 (Jelly Bean), TouchWiz UI 5", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.089345", - "updated_at": "2026-07-09T01:31:10.089345" + "created_at": "2026-07-09T04:23:13.813885", + "updated_at": "2026-07-09T04:23:13.813885" } diff --git a/site/public/v1/smartphones/samsung-i927-captivate-glide-1gb-8gb-3g/index.json b/site/public/v1/smartphones/samsung-i927-captivate-glide-1gb-8gb-3g/index.json index 97a69219ae58..3cf89fa10a2d 100644 --- a/site/public/v1/smartphones/samsung-i927-captivate-glide-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i927-captivate-glide-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 124.0, + "width_mm": 64.0, + "depth_mm": 13.0 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.935588", - "updated_at": "2026-07-09T01:31:09.935588" + "created_at": "2026-07-09T04:23:13.637964", + "updated_at": "2026-07-09T04:23:13.637964" } diff --git a/site/public/v1/smartphones/samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g/index.json b/site/public/v1/smartphones/samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g/index.json index 5d4881243b45..08247357c99a 100644 --- a/site/public/v1/smartphones/samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g/index.json +++ b/site/public/v1/smartphones/samsung-i929-galaxy-s-ii-duos-1gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.8, + "width_mm": 68.9, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 2.3.5 (Gingerbread)", "os_version": "2.3.5", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:09.936574", - "updated_at": "2026-07-09T01:31:09.936574" + "created_at": "2026-07-09T04:23:13.638964", + "updated_at": "2026-07-09T04:23:13.638964" } diff --git a/site/public/v1/smartphones/samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte/index.json index 55e092cf1999..b3210a9ec420 100644 --- a/site/public/v1/smartphones/samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-i9295-galaxy-s4-active-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.7, + "width_mm": 71.3, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0.1 (Lollipop), TouchWiz UI", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.091345", - "updated_at": "2026-07-09T01:31:10.091345" + "created_at": "2026-07-09T04:23:13.816291", + "updated_at": "2026-07-09T04:23:13.816291" } diff --git a/site/public/v1/smartphones/samsung-i9300-galaxy-s-iii-1gb-64gb-3g/index.json b/site/public/v1/smartphones/samsung-i9300-galaxy-s-iii-1gb-64gb-3g/index.json index 4c847e2f607c..a39a66f67fa6 100644 --- a/site/public/v1/smartphones/samsung-i9300-galaxy-s-iii-1gb-64gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i9300-galaxy-s-iii-1gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 133.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 70.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), 4.3 (Jelly Bean), TouchWiz UI", "os_version": "4.0.4", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.023079", - "updated_at": "2026-07-09T01:31:10.023079" + "created_at": "2026-07-09T04:23:13.719395", + "updated_at": "2026-07-09T04:23:13.719395" } diff --git a/site/public/v1/smartphones/samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte/index.json index 90bf2dc8b0b6..9ff2cb9f8d21 100644 --- a/site/public/v1/smartphones/samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-i9305-galaxy-s-iii-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 70.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.1.1 (Jelly Bean), 4.3 (Jelly Bean), upgradable to 4.4.4 (KitKat), TouchWiz UI", "os_version": "4.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.024613", - "updated_at": "2026-07-09T01:31:10.024613" + "created_at": "2026-07-09T04:23:13.719899", + "updated_at": "2026-07-09T04:23:13.719899" } diff --git a/site/public/v1/smartphones/samsung-i9500-galaxy-s4-2gb-64gb-3g/index.json b/site/public/v1/smartphones/samsung-i9500-galaxy-s4-2gb-64gb-3g/index.json index a18765cd0df3..186d5be210b0 100644 --- a/site/public/v1/smartphones/samsung-i9500-galaxy-s4-2gb-64gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i9500-galaxy-s4-2gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 69.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0.1 (Lollipop), TouchWiz UI", "os_version": "4.2.2", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.092421", - "updated_at": "2026-07-09T01:31:10.092421" + "created_at": "2026-07-09T04:23:13.817295", + "updated_at": "2026-07-09T04:23:13.817295" } diff --git a/site/public/v1/smartphones/samsung-i9502-galaxy-s4-2gb-64gb-3g/index.json b/site/public/v1/smartphones/samsung-i9502-galaxy-s4-2gb-64gb-3g/index.json index 4956d128b5cc..f300c4498f4d 100644 --- a/site/public/v1/smartphones/samsung-i9502-galaxy-s4-2gb-64gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-i9502-galaxy-s4-2gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 69.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), TouchWiz UI", "os_version": "4.2.2", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.093428", - "updated_at": "2026-07-09T01:31:10.093428" + "created_at": "2026-07-09T04:23:13.820295", + "updated_at": "2026-07-09T04:23:13.820295" } diff --git a/site/public/v1/smartphones/samsung-i9505-galaxy-s4-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-i9505-galaxy-s4-2gb-64gb-4g-lte/index.json index d07d7c710fa3..1a31fe9f7313 100644 --- a/site/public/v1/smartphones/samsung-i9505-galaxy-s4-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-i9505-galaxy-s4-2gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 69.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0 (Lollipop), TouchWiz UI", "os_version": "4.2.2", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.094401", - "updated_at": "2026-07-09T01:31:10.094401" + "created_at": "2026-07-09T04:23:13.823300", + "updated_at": "2026-07-09T04:23:13.823300" } diff --git a/site/public/v1/smartphones/samsung-i9506-galaxy-s4-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-i9506-galaxy-s4-2gb-32gb-4g-lte/index.json index 3d5954876a92..d50e2e577860 100644 --- a/site/public/v1/smartphones/samsung-i9506-galaxy-s4-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-i9506-galaxy-s4-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.6, + "width_mm": 69.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0.1 (Lollipop), TouchWiz UI", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.095408", - "updated_at": "2026-07-09T01:31:10.095408" + "created_at": "2026-07-09T04:23:13.826406", + "updated_at": "2026-07-09T04:23:13.826406" } diff --git a/site/public/v1/smartphones/samsung-z2-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/samsung-z2-1gb-8gb-4g-lte/index.json index 860c66683b90..8b293edf4711 100644 --- a/site/public/v1/smartphones/samsung-z2-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/samsung-z2-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.0, - "dimensions": {}, + "dimensions": { + "height_mm": 121.5, + "width_mm": 63.0, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Tizen 2.4", "os_version": "2.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.459946", - "updated_at": "2026-07-09T01:31:10.459946" + "created_at": "2026-07-09T04:23:14.255215", + "updated_at": "2026-07-09T04:23:14.255215" } diff --git a/site/public/v1/smartphones/samsung-z3-1gb-8gb-3g/index.json b/site/public/v1/smartphones/samsung-z3-1gb-8gb-3g/index.json index 77aeeb1a5d0e..d3b4cdb4b0d3 100644 --- a/site/public/v1/smartphones/samsung-z3-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/samsung-z3-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.6, + "width_mm": 70.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Tizen 2.3, upgradable to 2.4", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:10.339927", - "updated_at": "2026-07-09T01:31:10.339927" + "created_at": "2026-07-09T04:23:14.152972", + "updated_at": "2026-07-09T04:23:14.152972" } diff --git a/site/public/v1/smartphones/sharp-aquos-b10-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-b10-3gb-32gb-4g-lte/index.json index 3cf8a707e967..6861cbed978d 100644 --- a/site/public/v1/smartphones/sharp-aquos-b10-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-b10-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 71.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), Sharp UI", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.179013", - "updated_at": "2026-07-09T01:31:13.179013" + "created_at": "2026-07-09T04:23:17.428870", + "updated_at": "2026-07-09T04:23:17.428870" } diff --git a/site/public/v1/smartphones/sharp-aquos-c10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-c10-4gb-64gb-4g-lte/index.json index 537779507c01..6d295f3eadbd 100644 --- a/site/public/v1/smartphones/sharp-aquos-c10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-c10-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.8, + "width_mm": 72.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Sharp UI", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.0, + "overall": 14.3, "performance": null, "camera": null, - "battery": 12.0, + "battery": 14.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.181017", - "updated_at": "2026-07-09T01:31:13.181017" + "created_at": "2026-07-09T04:23:17.429870", + "updated_at": "2026-07-09T04:23:17.429870" } diff --git a/site/public/v1/smartphones/sharp-aquos-crystal-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-crystal-2-2gb-16gb-4g-lte/index.json index d44255b4dcd0..2589dcc53032 100644 --- a/site/public/v1/smartphones/sharp-aquos-crystal-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-crystal-2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.0, + "width_mm": 71.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.166013", - "updated_at": "2026-07-09T01:31:13.166013" + "created_at": "2026-07-09T04:23:17.418880", + "updated_at": "2026-07-09T04:23:17.418880" } diff --git a/site/public/v1/smartphones/sharp-aquos-d10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-d10-4gb-64gb-4g-lte/index.json index 7b23d9831596..c58abcdbe92a 100644 --- a/site/public/v1/smartphones/sharp-aquos-d10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-d10-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 74.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), Sharp UI", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.183016", - "updated_at": "2026-07-09T01:31:13.183016" + "created_at": "2026-07-09T04:23:17.431870", + "updated_at": "2026-07-09T04:23:17.431870" } diff --git a/site/public/v1/smartphones/sharp-aquos-r2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-r2-4gb-64gb-4g-lte/index.json index ff074aa7901e..f39c56fcadfa 100644 --- a/site/public/v1/smartphones/sharp-aquos-r2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-r2-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3130, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 74.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.6, + "overall": 25.5, "performance": null, "camera": null, - "battery": 24.6, + "battery": 25.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.186017", - "updated_at": "2026-07-09T01:31:13.186017" + "created_at": "2026-07-09T04:23:17.433870", + "updated_at": "2026-07-09T04:23:17.433870" } diff --git a/site/public/v1/smartphones/sharp-aquos-r2-compact-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-r2-compact-4gb-64gb-4g-lte/index.json index 45bc515cbd17..5a1afa61a82d 100644 --- a/site/public/v1/smartphones/sharp-aquos-r2-compact-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-r2-compact-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.0, + "width_mm": 64.0, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.3, + "overall": 20.6, "performance": null, "camera": null, - "battery": 18.3, + "battery": 20.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.187019", - "updated_at": "2026-07-09T01:31:13.187019" + "created_at": "2026-07-09T04:23:17.434870", + "updated_at": "2026-07-09T04:23:17.434870" } diff --git a/site/public/v1/smartphones/sharp-aquos-r3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-r3-6gb-128gb-4g-lte/index.json index af5515527570..33cb2f316da8 100644 --- a/site/public/v1/smartphones/sharp-aquos-r3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-r3-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 74.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.200113", - "updated_at": "2026-07-09T01:31:13.200113" + "created_at": "2026-07-09T04:23:17.463047", + "updated_at": "2026-07-09T04:23:17.463047" } diff --git a/site/public/v1/smartphones/sharp-aquos-s3-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-s3-6gb-64gb-4g-lte/index.json index f325388b338c..5025185870bb 100644 --- a/site/public/v1/smartphones/sharp-aquos-s3-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-s3-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 165.4, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 74.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.190016", - "updated_at": "2026-07-09T01:31:13.190016" + "created_at": "2026-07-09T04:23:17.436871", + "updated_at": "2026-07-09T04:23:17.436871" } diff --git a/site/public/v1/smartphones/sharp-aquos-s3-high-8gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-s3-high-8gb-64gb-4g-lte/index.json index dcca51732ff6..cd44658f9c89 100644 --- a/site/public/v1/smartphones/sharp-aquos-s3-high-8gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-s3-high-8gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 167.4, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 74.2, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.192016", - "updated_at": "2026-07-09T01:31:13.192016" + "created_at": "2026-07-09T04:23:17.437870", + "updated_at": "2026-07-09T04:23:17.437870" } diff --git a/site/public/v1/smartphones/sharp-aquos-s3-mini-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-s3-mini-6gb-64gb-4g-lte/index.json index 9810447da04f..5edd799e7c23 100644 --- a/site/public/v1/smartphones/sharp-aquos-s3-mini-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-s3-mini-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3020, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.7, + "width_mm": 73.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.2, + "overall": 16.1, "performance": null, "camera": null, - "battery": 15.2, + "battery": 16.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.193016", - "updated_at": "2026-07-09T01:31:13.193016" + "created_at": "2026-07-09T04:23:17.450021", + "updated_at": "2026-07-09T04:23:17.450021" } diff --git a/site/public/v1/smartphones/sharp-aquos-sense4-plus-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-sense4-plus-8gb-128gb-4g-lte/index.json index 6d1fc09f2540..68b222a11b4c 100644 --- a/site/public/v1/smartphones/sharp-aquos-sense4-plus-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-sense4-plus-8gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 78.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.214072", - "updated_at": "2026-07-09T01:31:13.214072" + "created_at": "2026-07-09T04:23:17.480052", + "updated_at": "2026-07-09T04:23:17.480052" } diff --git a/site/public/v1/smartphones/sharp-aquos-v-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-v-4gb-64gb-4g-lte/index.json index 40b22b662ffb..b229d5caa871 100644 --- a/site/public/v1/smartphones/sharp-aquos-v-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-v-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 76.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.206017", - "updated_at": "2026-07-09T01:31:13.206017" + "created_at": "2026-07-09T04:23:17.472051", + "updated_at": "2026-07-09T04:23:17.472051" } diff --git a/site/public/v1/smartphones/sharp-aquos-xx-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-xx-3gb-32gb-4g-lte/index.json index 75c56da72184..221df3c0c026 100644 --- a/site/public/v1/smartphones/sharp-aquos-xx-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-xx-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 79.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.167012", - "updated_at": "2026-07-09T01:31:13.167012" + "created_at": "2026-07-09T04:23:17.419878", + "updated_at": "2026-07-09T04:23:17.419878" } diff --git a/site/public/v1/smartphones/sharp-aquos-zero-2-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-zero-2-8gb-256gb-4g-lte/index.json index 3c0742a1db15..a689c630e862 100644 --- a/site/public/v1/smartphones/sharp-aquos-zero-2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-zero-2-8gb-256gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 74.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.216018", - "updated_at": "2026-07-09T01:31:13.216018" + "created_at": "2026-07-09T04:23:17.482203", + "updated_at": "2026-07-09T04:23:17.482203" } diff --git a/site/public/v1/smartphones/sharp-aquos-zero-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-aquos-zero-6gb-128gb-4g-lte/index.json index ba5336e4c3a5..028c0aaef90f 100644 --- a/site/public/v1/smartphones/sharp-aquos-zero-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-aquos-zero-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3130, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 73.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.6, + "overall": 26.9, "performance": null, "camera": null, - "battery": 24.6, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.208016", - "updated_at": "2026-07-09T01:31:13.208016" + "created_at": "2026-07-09T04:23:17.473050", + "updated_at": "2026-07-09T04:23:17.473050" } diff --git a/site/public/v1/smartphones/sharp-ms1-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-ms1-3gb-64gb-4g-lte/index.json index 54bb674d3bd8..50d642b0c02b 100644 --- a/site/public/v1/smartphones/sharp-ms1-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-ms1-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 76.9, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.170106", - "updated_at": "2026-07-09T01:31:13.170106" + "created_at": "2026-07-09T04:23:17.422877", + "updated_at": "2026-07-09T04:23:17.422877" } diff --git a/site/public/v1/smartphones/sharp-z2-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-z2-4gb-32gb-4g-lte/index.json index 7878f9544656..57f7c2b360f4 100644 --- a/site/public/v1/smartphones/sharp-z2-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-z2-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.173124", - "updated_at": "2026-07-09T01:31:13.173124" + "created_at": "2026-07-09T04:23:17.424874", + "updated_at": "2026-07-09T04:23:17.424874" } diff --git a/site/public/v1/smartphones/sharp-z3-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sharp-z3-4gb-64gb-4g-lte/index.json index 650748be7aec..363001e5600d 100644 --- a/site/public/v1/smartphones/sharp-z3-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sharp-z3-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 78.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.0, + "overall": 16.9, "performance": null, "camera": null, - "battery": 16.0, + "battery": 16.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.175130", - "updated_at": "2026-07-09T01:31:13.175130" + "created_at": "2026-07-09T04:23:17.426870", + "updated_at": "2026-07-09T04:23:17.426870" } diff --git a/site/public/v1/smartphones/sony-xperia-1-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-1-6gb-128gb-4g-lte/index.json index 3fa24138de4e..35021a268b4b 100644 --- a/site/public/v1/smartphones/sony-xperia-1-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-1-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3330, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.0, + "width_mm": 72.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.9, + "overall": 35.2, "performance": null, "camera": null, - "battery": 32.9, + "battery": 35.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.563024", - "updated_at": "2026-07-09T01:31:13.563024" + "created_at": "2026-07-09T04:23:18.080586", + "updated_at": "2026-07-09T04:23:18.080586" } diff --git a/site/public/v1/smartphones/sony-xperia-10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-10-4gb-64gb-4g-lte/index.json index f0e7bb2b9675..c87cd65504ee 100644 --- a/site/public/v1/smartphones/sony-xperia-10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-10-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2870, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 68.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.7, + "overall": 15.9, "performance": null, "camera": null, - "battery": 13.7, + "battery": 15.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.569033", - "updated_at": "2026-07-09T01:31:13.569033" + "created_at": "2026-07-09T04:23:18.088480", + "updated_at": "2026-07-09T04:23:18.088480" } diff --git a/site/public/v1/smartphones/sony-xperia-10-ii-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-10-ii-4gb-128gb-4g-lte/index.json index afa02b1c40d7..00bea6011f4f 100644 --- a/site/public/v1/smartphones/sony-xperia-10-ii-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-10-ii-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 69.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 29.5, "performance": null, "camera": null, - "battery": 27.3, + "battery": 29.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.625176", - "updated_at": "2026-07-09T01:31:13.625176" + "created_at": "2026-07-09T04:23:18.135289", + "updated_at": "2026-07-09T04:23:18.135289" } diff --git a/site/public/v1/smartphones/sony-xperia-10-plus-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-10-plus-6gb-64gb-4g-lte/index.json index 8ea3c3ca549a..1a7d27165df7 100644 --- a/site/public/v1/smartphones/sony-xperia-10-plus-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-10-plus-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.0, + "width_mm": 73.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.574029", - "updated_at": "2026-07-09T01:31:13.574029" + "created_at": "2026-07-09T04:23:18.093016", + "updated_at": "2026-07-09T04:23:18.093016" } diff --git a/site/public/v1/smartphones/sony-xperia-5-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-5-6gb-128gb-4g-lte/index.json index 6b321db017c8..ef1b3823f70e 100644 --- a/site/public/v1/smartphones/sony-xperia-5-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-5-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3140, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 68.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.0, + "overall": 33.2, "performance": null, "camera": null, - "battery": 31.0, + "battery": 33.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.581118", - "updated_at": "2026-07-09T01:31:13.581118" + "created_at": "2026-07-09T04:23:18.099000", + "updated_at": "2026-07-09T04:23:18.099000" } diff --git a/site/public/v1/smartphones/sony-xperia-acro-hd-so-03d-1gb-11gb-3g/index.json b/site/public/v1/smartphones/sony-xperia-acro-hd-so-03d-1gb-11gb-3g/index.json index f6d03016d4a6..a4fbb877e8f4 100644 --- a/site/public/v1/smartphones/sony-xperia-acro-hd-so-03d-1gb-11gb-3g/index.json +++ b/site/public/v1/smartphones/sony-xperia-acro-hd-so-03d-1gb-11gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.352342", - "updated_at": "2026-07-09T01:31:13.352342" + "created_at": "2026-07-09T04:23:17.704090", + "updated_at": "2026-07-09T04:23:17.704090" } diff --git a/site/public/v1/smartphones/sony-xperia-acro-hd-soi12-1gb-11gb-3g/index.json b/site/public/v1/smartphones/sony-xperia-acro-hd-soi12-1gb-11gb-3g/index.json index 3b81e56943f3..dbf34e087c84 100644 --- a/site/public/v1/smartphones/sony-xperia-acro-hd-soi12-1gb-11gb-3g/index.json +++ b/site/public/v1/smartphones/sony-xperia-acro-hd-soi12-1gb-11gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 66.0, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.353311", - "updated_at": "2026-07-09T01:31:13.353311" + "created_at": "2026-07-09T04:23:17.705091", + "updated_at": "2026-07-09T04:23:17.705091" } diff --git a/site/public/v1/smartphones/sony-xperia-c3-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-c3-1gb-8gb-4g-lte/index.json index 4da4f639c920..cb45bd37ae4a 100644 --- a/site/public/v1/smartphones/sony-xperia-c3-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-c3-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.7, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 78.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.1 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.409982", - "updated_at": "2026-07-09T01:31:13.409982" + "created_at": "2026-07-09T04:23:17.881269", + "updated_at": "2026-07-09T04:23:17.881269" } diff --git a/site/public/v1/smartphones/sony-xperia-c4-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-c4-2gb-16gb-4g-lte/index.json index ce91884d7d58..5ebf5f21e5ee 100644 --- a/site/public/v1/smartphones/sony-xperia-c4-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-c4-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.3, + "width_mm": 77.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.474414", - "updated_at": "2026-07-09T01:31:13.474414" + "created_at": "2026-07-09T04:23:17.969081", + "updated_at": "2026-07-09T04:23:17.969081" } diff --git a/site/public/v1/smartphones/sony-xperia-c4-dual-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-c4-dual-2gb-16gb-4g-lte/index.json index f56d7391573e..787cdd5cc38e 100644 --- a/site/public/v1/smartphones/sony-xperia-c4-dual-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-c4-dual-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.3, + "width_mm": 77.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.476413", - "updated_at": "2026-07-09T01:31:13.476413" + "created_at": "2026-07-09T04:23:17.970081", + "updated_at": "2026-07-09T04:23:17.970081" } diff --git a/site/public/v1/smartphones/sony-xperia-c5-ultra-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-c5-ultra-2gb-16gb-4g-lte/index.json index 0ab2dc7ec3ec..0b052685de2a 100644 --- a/site/public/v1/smartphones/sony-xperia-c5-ultra-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-c5-ultra-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 79.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.477412", - "updated_at": "2026-07-09T01:31:13.477412" + "created_at": "2026-07-09T04:23:17.972088", + "updated_at": "2026-07-09T04:23:17.972088" } diff --git a/site/public/v1/smartphones/sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte/index.json index 51c3cc01619a..39905246b8a5 100644 --- a/site/public/v1/smartphones/sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-c5-ultra-dual-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 79.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.478407", - "updated_at": "2026-07-09T01:31:13.478407" + "created_at": "2026-07-09T04:23:17.973088", + "updated_at": "2026-07-09T04:23:17.973088" } diff --git a/site/public/v1/smartphones/sony-xperia-e3-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-e3-1gb-4gb-4g-lte/index.json index fe2cbf5f4f00..f89893974178 100644 --- a/site/public/v1/smartphones/sony-xperia-e3-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-e3-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.8, - "dimensions": {}, + "dimensions": { + "height_mm": 137.1, + "width_mm": 69.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to Android 4.4.4 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.413196", - "updated_at": "2026-07-09T01:31:13.413196" + "created_at": "2026-07-09T04:23:17.888267", + "updated_at": "2026-07-09T04:23:17.888267" } diff --git a/site/public/v1/smartphones/sony-xperia-e4-1gb-8gb-3g/index.json b/site/public/v1/smartphones/sony-xperia-e4-1gb-8gb-3g/index.json index e5f9b2a84daf..4a0bfdde4134 100644 --- a/site/public/v1/smartphones/sony-xperia-e4-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/sony-xperia-e4-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 74.6, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.480399", - "updated_at": "2026-07-09T01:31:13.480399" + "created_at": "2026-07-09T04:23:17.975088", + "updated_at": "2026-07-09T04:23:17.975088" } diff --git a/site/public/v1/smartphones/sony-xperia-e4g-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-e4g-1gb-8gb-4g-lte/index.json index 102a0030bca6..0fc498c6dfc3 100644 --- a/site/public/v1/smartphones/sony-xperia-e4g-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-e4g-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 71.0, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.483328", - "updated_at": "2026-07-09T01:31:13.483328" + "created_at": "2026-07-09T04:23:17.977423", + "updated_at": "2026-07-09T04:23:17.977423" } diff --git a/site/public/v1/smartphones/sony-xperia-e4g-dual-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-e4g-dual-1gb-8gb-4g-lte/index.json index 417bad95c444..b606f4171671 100644 --- a/site/public/v1/smartphones/sony-xperia-e4g-dual-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-e4g-dual-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 71.0, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.484437", - "updated_at": "2026-07-09T01:31:13.484437" + "created_at": "2026-07-09T04:23:17.978447", + "updated_at": "2026-07-09T04:23:17.978447" } diff --git a/site/public/v1/smartphones/sony-xperia-gx-so-04d-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-gx-so-04d-1gb-16gb-4g-lte/index.json index 7e9596805e95..b4d4b42d35dd 100644 --- a/site/public/v1/smartphones/sony-xperia-gx-so-04d-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-gx-so-04d-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.0, + "width_mm": 69.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.356352", - "updated_at": "2026-07-09T01:31:13.357249" + "created_at": "2026-07-09T04:23:17.708092", + "updated_at": "2026-07-09T04:23:17.708092" } diff --git a/site/public/v1/smartphones/sony-xperia-ion-hspa-1gb-13gb-3g/index.json b/site/public/v1/smartphones/sony-xperia-ion-hspa-1gb-13gb-3g/index.json index 480e7ae3a3d7..75b024fca8a5 100644 --- a/site/public/v1/smartphones/sony-xperia-ion-hspa-1gb-13gb-3g/index.json +++ b/site/public/v1/smartphones/sony-xperia-ion-hspa-1gb-13gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 68.0, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), upgradable to 4.1.2 (Jelly Bean)", "os_version": "2.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.358248", - "updated_at": "2026-07-09T01:31:13.358248" + "created_at": "2026-07-09T04:23:17.709090", + "updated_at": "2026-07-09T04:23:17.709090" } diff --git a/site/public/v1/smartphones/sony-xperia-ion-lte-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-ion-lte-1gb-16gb-4g-lte/index.json index e52f14875ee2..10e2885eaa7d 100644 --- a/site/public/v1/smartphones/sony-xperia-ion-lte-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-ion-lte-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 68.0, + "depth_mm": 10.8 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread), 4.0 (Ice Cream Sandwich), upgradable to 4.1.2 (Jelly Bean)", "os_version": "2.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.359250", - "updated_at": "2026-07-09T01:31:13.359250" + "created_at": "2026-07-09T04:23:17.710090", + "updated_at": "2026-07-09T04:23:17.710090" } diff --git a/site/public/v1/smartphones/sony-xperia-l-1gb-8gb-3g/index.json b/site/public/v1/smartphones/sony-xperia-l-1gb-8gb-3g/index.json index a295d911aff0..8acab0475421 100644 --- a/site/public/v1/smartphones/sony-xperia-l-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/sony-xperia-l-1gb-8gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 128.7, + "width_mm": 65.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.2.2 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.385308", - "updated_at": "2026-07-09T01:31:13.385308" + "created_at": "2026-07-09T04:23:17.743545", + "updated_at": "2026-07-09T04:23:17.743545" } diff --git a/site/public/v1/smartphones/sony-xperia-l1-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-l1-2gb-16gb-4g-lte/index.json index a1ddf1f3e6f7..a01adc879783 100644 --- a/site/public/v1/smartphones/sony-xperia-l1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-l1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 74.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.515386", - "updated_at": "2026-07-09T01:31:13.515386" + "created_at": "2026-07-09T04:23:18.012445", + "updated_at": "2026-07-09T04:23:18.012445" } diff --git a/site/public/v1/smartphones/sony-xperia-l2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-l2-3gb-32gb-4g-lte/index.json index f595b1011ef3..085ba91354ce 100644 --- a/site/public/v1/smartphones/sony-xperia-l2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-l2-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.0, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.528459", - "updated_at": "2026-07-09T01:31:13.528459" + "created_at": "2026-07-09T04:23:18.038056", + "updated_at": "2026-07-09T04:23:18.038056" } diff --git a/site/public/v1/smartphones/sony-xperia-l3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-l3-3gb-32gb-4g-lte/index.json index b806d3391797..fefcefc41a3a 100644 --- a/site/public/v1/smartphones/sony-xperia-l3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-l3-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 72.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.589100", - "updated_at": "2026-07-09T01:31:13.589100" + "created_at": "2026-07-09T04:23:18.106273", + "updated_at": "2026-07-09T04:23:18.106273" } diff --git a/site/public/v1/smartphones/sony-xperia-l4-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-l4-3gb-64gb-4g-lte/index.json index e0b80fc2c9a9..14a81db3f2ed 100644 --- a/site/public/v1/smartphones/sony-xperia-l4-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-l4-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 71.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.642323", - "updated_at": "2026-07-09T01:31:13.642323" + "created_at": "2026-07-09T04:23:18.145287", + "updated_at": "2026-07-09T04:23:18.145287" } diff --git a/site/public/v1/smartphones/sony-xperia-m2-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-m2-1gb-8gb-4g-lte/index.json index bcd449d6fa6d..954da740d937 100644 --- a/site/public/v1/smartphones/sony-xperia-m2-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-m2-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.7, + "width_mm": 71.1, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.1 (Lollipop)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.415816", - "updated_at": "2026-07-09T01:31:13.415816" + "created_at": "2026-07-09T04:23:17.893790", + "updated_at": "2026-07-09T04:23:17.893790" } diff --git a/site/public/v1/smartphones/sony-xperia-m2-aqua-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-m2-aqua-1gb-8gb-4g-lte/index.json index 98bcf1ab7f3c..6f43daa97c44 100644 --- a/site/public/v1/smartphones/sony-xperia-m2-aqua-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-m2-aqua-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.0, + "width_mm": 72.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.427824", - "updated_at": "2026-07-09T01:31:13.427824" + "created_at": "2026-07-09T04:23:17.897786", + "updated_at": "2026-07-09T04:23:17.897786" } diff --git a/site/public/v1/smartphones/sony-xperia-m4-aqua-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-m4-aqua-2gb-16gb-4g-lte/index.json index 393e4569957b..859a5dc919be 100644 --- a/site/public/v1/smartphones/sony-xperia-m4-aqua-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-m4-aqua-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 72.6, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.485388", - "updated_at": "2026-07-09T01:31:13.485388" + "created_at": "2026-07-09T04:23:17.979436", + "updated_at": "2026-07-09T04:23:17.979436" } diff --git a/site/public/v1/smartphones/sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte/index.json index 26e596983fa1..c8826beffed1 100644 --- a/site/public/v1/smartphones/sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-m4-aqua-dual-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 72.6, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.486387", - "updated_at": "2026-07-09T01:31:13.486387" + "created_at": "2026-07-09T04:23:17.981434", + "updated_at": "2026-07-09T04:23:17.981434" } diff --git a/site/public/v1/smartphones/sony-xperia-m5-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-m5-3gb-16gb-4g-lte/index.json index 9af2c181d745..d4bbcc8bb2d7 100644 --- a/site/public/v1/smartphones/sony-xperia-m5-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-m5-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.5, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 72.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.488401", - "updated_at": "2026-07-09T01:31:13.488401" + "created_at": "2026-07-09T04:23:17.983432", + "updated_at": "2026-07-09T04:23:17.983432" } diff --git a/site/public/v1/smartphones/sony-xperia-m5-dual-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-m5-dual-3gb-16gb-4g-lte/index.json index 14d7d0e22cfe..13cc8f2f691b 100644 --- a/site/public/v1/smartphones/sony-xperia-m5-dual-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-m5-dual-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.6, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 72.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 5.1 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.489438", - "updated_at": "2026-07-09T01:31:13.489438" + "created_at": "2026-07-09T04:23:17.984428", + "updated_at": "2026-07-09T04:23:17.984428" } diff --git a/site/public/v1/smartphones/sony-xperia-r1-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-r1-plus-3gb-32gb-4g-lte/index.json index 4e6d96ba6288..bc13334de0b6 100644 --- a/site/public/v1/smartphones/sony-xperia-r1-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-r1-plus-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 73.2, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.517374", - "updated_at": "2026-07-09T01:31:13.517374" + "created_at": "2026-07-09T04:23:18.014451", + "updated_at": "2026-07-09T04:23:18.014451" } diff --git a/site/public/v1/smartphones/sony-xperia-sp-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-sp-1gb-8gb-4g-lte/index.json index b71606fbf2eb..06e7665c427b 100644 --- a/site/public/v1/smartphones/sony-xperia-sp-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-sp-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.6, + "width_mm": 67.1, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradаble to 4.3 (Jelly Bean)", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.388246", - "updated_at": "2026-07-09T01:31:13.388246" + "created_at": "2026-07-09T04:23:17.757545", + "updated_at": "2026-07-09T04:23:17.757545" } diff --git a/site/public/v1/smartphones/sony-xperia-sx-so-05d-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-sx-so-05d-1gb-4gb-4g-lte/index.json index 0e833b0c7478..f8bbb0a02fb8 100644 --- a/site/public/v1/smartphones/sony-xperia-sx-so-05d-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-sx-so-05d-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 95.0, - "dimensions": {}, + "dimensions": { + "height_mm": 115.0, + "width_mm": 54.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.366325", - "updated_at": "2026-07-09T01:31:13.366325" + "created_at": "2026-07-09T04:23:17.717541", + "updated_at": "2026-07-09T04:23:17.717541" } diff --git a/site/public/v1/smartphones/sony-xperia-t-lte-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-t-lte-1gb-16gb-4g-lte/index.json index cb3626e4eb08..a86fc9a7dd7d 100644 --- a/site/public/v1/smartphones/sony-xperia-t-lte-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-t-lte-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.4, + "width_mm": 67.3, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.368292", - "updated_at": "2026-07-09T01:31:13.368292" + "created_at": "2026-07-09T04:23:17.720545", + "updated_at": "2026-07-09T04:23:17.720545" } diff --git a/site/public/v1/smartphones/sony-xperia-t2-ultra-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-t2-ultra-1gb-8gb-4g-lte/index.json index bb620b55734e..290cf707b2a1 100644 --- a/site/public/v1/smartphones/sony-xperia-t2-ultra-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-t2-ultra-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.7, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 83.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.1 (Lollipop)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.444412", - "updated_at": "2026-07-09T01:31:13.444412" + "created_at": "2026-07-09T04:23:17.912266", + "updated_at": "2026-07-09T04:23:17.912266" } diff --git a/site/public/v1/smartphones/sony-xperia-v-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-v-1gb-8gb-4g-lte/index.json index 77d76d2a0751..ba77409b9a5d 100644 --- a/site/public/v1/smartphones/sony-xperia-v-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-v-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.0, + "width_mm": 65.0, + "depth_mm": 10.7 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich), upgradable to 4.3 (Jelly Bean)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.372249", - "updated_at": "2026-07-09T01:31:13.372249" + "created_at": "2026-07-09T04:23:17.724548", + "updated_at": "2026-07-09T04:23:17.724548" } diff --git a/site/public/v1/smartphones/sony-xperia-x-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-x-3gb-64gb-4g-lte/index.json index da7ad15af606..df81e6d80292 100644 --- a/site/public/v1/smartphones/sony-xperia-x-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-x-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2620, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 69.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.2, + "overall": 13.5, "performance": null, "camera": null, - "battery": 11.2, + "battery": 13.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.506381", - "updated_at": "2026-07-09T01:31:13.506381" + "created_at": "2026-07-09T04:23:18.002428", + "updated_at": "2026-07-09T04:23:18.002428" } diff --git a/site/public/v1/smartphones/sony-xperia-x-compact-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-x-compact-3gb-32gb-4g-lte/index.json index c59d346ee504..c246d3a6810d 100644 --- a/site/public/v1/smartphones/sony-xperia-x-compact-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-x-compact-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.0, + "width_mm": 65.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.0, + "overall": 14.3, "performance": null, "camera": null, - "battery": 12.0, + "battery": 14.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.507384", - "updated_at": "2026-07-09T01:31:13.507384" + "created_at": "2026-07-09T04:23:18.003428", + "updated_at": "2026-07-09T04:23:18.003428" } diff --git a/site/public/v1/smartphones/sony-xperia-x-performance-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-x-performance-3gb-64gb-4g-lte/index.json index 34ec83c16c2a..0217df5908b7 100644 --- a/site/public/v1/smartphones/sony-xperia-x-performance-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-x-performance-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.4, - "dimensions": {}, + "dimensions": { + "height_mm": 143.7, + "width_mm": 70.4, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.0, + "overall": 14.3, "performance": null, "camera": null, - "battery": 12.0, + "battery": 14.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.509411", - "updated_at": "2026-07-09T01:31:13.509411" + "created_at": "2026-07-09T04:23:18.005446", + "updated_at": "2026-07-09T04:23:18.005446" } diff --git a/site/public/v1/smartphones/sony-xperia-xa-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa-2gb-16gb-4g-lte/index.json index 3133c1dd5378..70ce88ebfa0d 100644 --- a/site/public/v1/smartphones/sony-xperia-xa-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 137.4, - "dimensions": {}, + "dimensions": { + "height_mm": 143.6, + "width_mm": 66.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 8.0, + "overall": 8.9, "performance": null, "camera": null, - "battery": 8.0, + "battery": 8.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.510410", - "updated_at": "2026-07-09T01:31:13.510410" + "created_at": "2026-07-09T04:23:18.006448", + "updated_at": "2026-07-09T04:23:18.006448" } diff --git a/site/public/v1/smartphones/sony-xperia-xa-dual-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa-dual-2gb-16gb-4g-lte/index.json index 809254c5a4f1..6b4b838e6930 100644 --- a/site/public/v1/smartphones/sony-xperia-xa-dual-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa-dual-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 137.4, - "dimensions": {}, + "dimensions": { + "height_mm": 143.6, + "width_mm": 66.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 8.0, + "overall": 8.9, "performance": null, "camera": null, - "battery": 8.0, + "battery": 8.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.511386", - "updated_at": "2026-07-09T01:31:13.511386" + "created_at": "2026-07-09T04:23:18.007446", + "updated_at": "2026-07-09T04:23:18.007446" } diff --git a/site/public/v1/smartphones/sony-xperia-xa-ultra-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa-ultra-3gb-16gb-4g-lte/index.json index 2206d8c279f0..743291308dc4 100644 --- a/site/public/v1/smartphones/sony-xperia-xa-ultra-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa-ultra-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 79.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.512390", - "updated_at": "2026-07-09T01:31:13.512390" + "created_at": "2026-07-09T04:23:18.009445", + "updated_at": "2026-07-09T04:23:18.009445" } diff --git a/site/public/v1/smartphones/sony-xperia-xa1-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa1-3gb-32gb-4g-lte/index.json index 6663d8baddb6..6040fb9d655b 100644 --- a/site/public/v1/smartphones/sony-xperia-xa1-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa1-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 67.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 8.0, + "overall": 8.9, "performance": null, "camera": null, - "battery": 8.0, + "battery": 8.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.518394", - "updated_at": "2026-07-09T01:31:13.518394" + "created_at": "2026-07-09T04:23:18.014451", + "updated_at": "2026-07-09T04:23:18.014451" } diff --git a/site/public/v1/smartphones/sony-xperia-xa1-plus-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa1-plus-4gb-32gb-4g-lte/index.json index afeaea886e91..bcb7c5aa639f 100644 --- a/site/public/v1/smartphones/sony-xperia-xa1-plus-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa1-plus-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3430, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 75.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.3, + "overall": 20.2, "performance": null, "camera": null, - "battery": 19.3, + "battery": 20.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.519373", - "updated_at": "2026-07-09T01:31:13.519373" + "created_at": "2026-07-09T04:23:18.016450", + "updated_at": "2026-07-09T04:23:18.016450" } diff --git a/site/public/v1/smartphones/sony-xperia-xa1-ultra-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa1-ultra-4gb-64gb-4g-lte/index.json index 478da6ba8734..c470849d0492 100644 --- a/site/public/v1/smartphones/sony-xperia-xa1-ultra-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa1-ultra-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 79.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.0, + "overall": 12.9, "performance": null, "camera": null, - "battery": 12.0, + "battery": 12.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.520414", - "updated_at": "2026-07-09T01:31:13.520414" + "created_at": "2026-07-09T04:23:18.017445", + "updated_at": "2026-07-09T04:23:18.017445" } diff --git a/site/public/v1/smartphones/sony-xperia-xa2-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa2-3gb-32gb-4g-lte/index.json index 6797fd042b0b..44e6cf15bce1 100644 --- a/site/public/v1/smartphones/sony-xperia-xa2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa2-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 20.3, "performance": null, "camera": null, - "battery": 18.0, + "battery": 20.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.534446", - "updated_at": "2026-07-09T01:31:13.534446" + "created_at": "2026-07-09T04:23:18.043055", + "updated_at": "2026-07-09T04:23:18.043055" } diff --git a/site/public/v1/smartphones/sony-xperia-xa2-plus-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa2-plus-6gb-64gb-4g-lte/index.json index 5c3b7aa832df..8267eaae6bdd 100644 --- a/site/public/v1/smartphones/sony-xperia-xa2-plus-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa2-plus-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3580, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 75.0, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.8, + "overall": 23.1, "performance": null, "camera": null, - "battery": 20.8, + "battery": 23.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.537437", - "updated_at": "2026-07-09T01:31:13.537437" + "created_at": "2026-07-09T04:23:18.048151", + "updated_at": "2026-07-09T04:23:18.048151" } diff --git a/site/public/v1/smartphones/sony-xperia-xa2-ultra-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xa2-ultra-4gb-64gb-4g-lte/index.json index 709fe34e1478..e81b6217ddee 100644 --- a/site/public/v1/smartphones/sony-xperia-xa2-ultra-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xa2-ultra-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3580, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 221.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 80.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.8, + "overall": 23.1, "performance": null, "camera": null, - "battery": 20.8, + "battery": 23.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.543030", - "updated_at": "2026-07-09T01:31:13.543030" + "created_at": "2026-07-09T04:23:18.054149", + "updated_at": "2026-07-09T04:23:18.054149" } diff --git a/site/public/v1/smartphones/sony-xperia-xz-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xz-3gb-64gb-4g-lte/index.json index a74d0824ec8b..443603d566ed 100644 --- a/site/public/v1/smartphones/sony-xperia-xz-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xz-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2900, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo)", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 14.0, + "overall": 16.3, "performance": null, "camera": null, - "battery": 14.0, + "battery": 16.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.514393", - "updated_at": "2026-07-09T01:31:13.514393" + "created_at": "2026-07-09T04:23:18.011445", + "updated_at": "2026-07-09T04:23:18.011445" } diff --git a/site/public/v1/smartphones/sony-xperia-xz-premium-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xz-premium-4gb-64gb-4g-lte/index.json index 99dfbcd8330d..df507176d6a3 100644 --- a/site/public/v1/smartphones/sony-xperia-xz-premium-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xz-premium-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3230, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 9.0 (Pie)", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.6, + "overall": 27.9, "performance": null, "camera": null, - "battery": 25.6, + "battery": 27.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.522389", - "updated_at": "2026-07-09T01:31:13.522389" + "created_at": "2026-07-09T04:23:18.019456", + "updated_at": "2026-07-09T04:23:18.019456" } diff --git a/site/public/v1/smartphones/sony-xperia-xz1-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xz1-4gb-64gb-4g-lte/index.json index e1ca61d46d02..41dbe2d2229e 100644 --- a/site/public/v1/smartphones/sony-xperia-xz1-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xz1-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 73.4, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.3, + "overall": 22.6, "performance": null, "camera": null, - "battery": 20.3, + "battery": 22.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.523373", - "updated_at": "2026-07-09T01:31:13.523373" + "created_at": "2026-07-09T04:23:18.020445", + "updated_at": "2026-07-09T04:23:18.020445" } diff --git a/site/public/v1/smartphones/sony-xperia-xz1-compact-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xz1-compact-4gb-32gb-4g-lte/index.json index ac61dc2f7ae0..142bf7a6fc68 100644 --- a/site/public/v1/smartphones/sony-xperia-xz1-compact-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xz1-compact-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 129.0, + "width_mm": 65.0, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 9.0 (Pie)", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.3, + "overall": 22.6, "performance": null, "camera": null, - "battery": 20.3, + "battery": 22.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.524426", - "updated_at": "2026-07-09T01:31:13.524426" + "created_at": "2026-07-09T04:23:18.021972", + "updated_at": "2026-07-09T04:23:18.021972" } diff --git a/site/public/v1/smartphones/sony-xperia-xz2-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xz2-6gb-64gb-4g-lte/index.json index 04a661301964..7c9d3dc90eff 100644 --- a/site/public/v1/smartphones/sony-xperia-xz2-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xz2-6gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 72.0, + "depth_mm": 11.1 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10", "os_version": "8.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.546030", - "updated_at": "2026-07-09T01:31:13.546030" + "created_at": "2026-07-09T04:23:18.057149", + "updated_at": "2026-07-09T04:23:18.057149" } diff --git a/site/public/v1/smartphones/sony-xperia-xz2-compact-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xz2-compact-4gb-64gb-4g-lte/index.json index 40a9295435c8..386a8422a723 100644 --- a/site/public/v1/smartphones/sony-xperia-xz2-compact-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xz2-compact-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2870, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 135.0, + "width_mm": 65.0, + "depth_mm": 12.1 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.0, + "overall": 24.3, "performance": null, "camera": null, - "battery": 22.0, + "battery": 24.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.547029", - "updated_at": "2026-07-09T01:31:13.547029" + "created_at": "2026-07-09T04:23:18.058659", + "updated_at": "2026-07-09T04:23:18.058659" } diff --git a/site/public/v1/smartphones/sony-xperia-xz2-premium-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xz2-premium-6gb-64gb-4g-lte/index.json index 1f778c178dda..eca7ddebbec9 100644 --- a/site/public/v1/smartphones/sony-xperia-xz2-premium-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xz2-premium-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3540, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 236.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 80.0, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10", "os_version": "8.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.7, + "overall": 31.0, "performance": null, "camera": null, - "battery": 28.7, + "battery": 31.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.551082", - "updated_at": "2026-07-09T01:31:13.551082" + "created_at": "2026-07-09T04:23:18.063174", + "updated_at": "2026-07-09T04:23:18.063174" } diff --git a/site/public/v1/smartphones/sony-xperia-xz3-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xz3-6gb-64gb-4g-lte/index.json index fd1ca8aa4220..3162198af558 100644 --- a/site/public/v1/smartphones/sony-xperia-xz3-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xz3-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 73.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.3, + "overall": 28.6, "performance": null, "camera": null, - "battery": 26.3, + "battery": 28.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.557093", - "updated_at": "2026-07-09T01:31:13.557093" + "created_at": "2026-07-09T04:23:18.072367", + "updated_at": "2026-07-09T04:23:18.072367" } diff --git a/site/public/v1/smartphones/sony-xperia-xzs-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-xzs-4gb-64gb-4g-lte/index.json index 11868e876530..62badac27915 100644 --- a/site/public/v1/smartphones/sony-xperia-xzs-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-xzs-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2900, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 14.0, + "overall": 16.3, "performance": null, "camera": null, - "battery": 14.0, + "battery": 16.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.526433", - "updated_at": "2026-07-09T01:31:13.526433" + "created_at": "2026-07-09T04:23:18.022974", + "updated_at": "2026-07-09T04:23:18.022974" } diff --git a/site/public/v1/smartphones/sony-xperia-z-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z-2gb-16gb-4g-lte/index.json index c26d12981f57..fd4805b89f9a 100644 --- a/site/public/v1/smartphones/sony-xperia-z-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.0, + "width_mm": 71.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 5.1.1 (Lollipop)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.390345", - "updated_at": "2026-07-09T01:31:13.390345" + "created_at": "2026-07-09T04:23:17.775088", + "updated_at": "2026-07-09T04:23:17.775088" } diff --git a/site/public/v1/smartphones/sony-xperia-z-ultra-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z-ultra-2gb-16gb-4g-lte/index.json index d87093f0eb19..1723e48f30b3 100644 --- a/site/public/v1/smartphones/sony-xperia-z-ultra-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z-ultra-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 212.0, - "dimensions": {}, + "dimensions": { + "height_mm": 179.4, + "width_mm": 92.2, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 5.1 (Lollipop)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.391350", - "updated_at": "2026-07-09T01:31:13.391350" + "created_at": "2026-07-09T04:23:17.786275", + "updated_at": "2026-07-09T04:23:17.786275" } diff --git a/site/public/v1/smartphones/sony-xperia-z1-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z1-2gb-16gb-4g-lte/index.json index 10a69950fb9f..295d28d78284 100644 --- a/site/public/v1/smartphones/sony-xperia-z1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 74.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 5.1 (Lollipop)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.392313", - "updated_at": "2026-07-09T01:31:13.392313" + "created_at": "2026-07-09T04:23:17.804286", + "updated_at": "2026-07-09T04:23:17.804286" } diff --git a/site/public/v1/smartphones/sony-xperia-z1-compact-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z1-compact-2gb-16gb-4g-lte/index.json index 49d756684237..9e184a35e2e1 100644 --- a/site/public/v1/smartphones/sony-xperia-z1-compact-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z1-compact-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.0, + "width_mm": 64.9, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.1 (Lollipop)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.450329", - "updated_at": "2026-07-09T01:31:13.450329" + "created_at": "2026-07-09T04:23:17.935369", + "updated_at": "2026-07-09T04:23:17.935369" } diff --git a/site/public/v1/smartphones/sony-xperia-z1s-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z1s-2gb-32gb-4g-lte/index.json index e802b3ad8115..33866bc66041 100644 --- a/site/public/v1/smartphones/sony-xperia-z1s-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z1s-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.7, + "width_mm": 73.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 5.1 (Lollipop)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.451328", - "updated_at": "2026-07-09T01:31:13.451328" + "created_at": "2026-07-09T04:23:17.939369", + "updated_at": "2026-07-09T04:23:17.939369" } diff --git a/site/public/v1/smartphones/sony-xperia-z2-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z2-3gb-16gb-4g-lte/index.json index 3e3800f9bb33..4bd61490d737 100644 --- a/site/public/v1/smartphones/sony-xperia-z2-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z2-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.8, + "width_mm": 73.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.453446", - "updated_at": "2026-07-09T01:31:13.453446" + "created_at": "2026-07-09T04:23:17.942869", + "updated_at": "2026-07-09T04:23:17.942869" } diff --git a/site/public/v1/smartphones/sony-xperia-z2a-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z2a-3gb-16gb-4g-lte/index.json index 8056d3df5b75..9eaab5e65189 100644 --- a/site/public/v1/smartphones/sony-xperia-z2a-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z2a-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 72.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.456478", - "updated_at": "2026-07-09T01:31:13.456478" + "created_at": "2026-07-09T04:23:17.946863", + "updated_at": "2026-07-09T04:23:17.946863" } diff --git a/site/public/v1/smartphones/sony-xperia-z3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z3-3gb-32gb-4g-lte/index.json index 958d64ebda99..c1d0a3d89576 100644 --- a/site/public/v1/smartphones/sony-xperia-z3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z3-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.4", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.0, + "overall": 18.3, "performance": null, "camera": null, - "battery": 16.0, + "battery": 18.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.458415", - "updated_at": "2026-07-09T01:31:13.458415" + "created_at": "2026-07-09T04:23:17.950869", + "updated_at": "2026-07-09T04:23:17.951895" } diff --git a/site/public/v1/smartphones/sony-xperia-z3-compact-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z3-compact-2gb-16gb-4g-lte/index.json index d97f0e0bb7b9..7f6cd7c91683 100644 --- a/site/public/v1/smartphones/sony-xperia-z3-compact-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z3-compact-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.3, + "width_mm": 64.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 11.0, + "overall": 13.2, "performance": null, "camera": null, - "battery": 11.0, + "battery": 13.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.459405", - "updated_at": "2026-07-09T01:31:13.459405" + "created_at": "2026-07-09T04:23:17.953906", + "updated_at": "2026-07-09T04:23:17.953906" } diff --git a/site/public/v1/smartphones/sony-xperia-z3-dual-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z3-dual-3gb-32gb-4g-lte/index.json index 0133a2763c72..1002f10556e1 100644 --- a/site/public/v1/smartphones/sony-xperia-z3-dual-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z3-dual-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.4", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.460434", - "updated_at": "2026-07-09T01:31:13.460434" + "created_at": "2026-07-09T04:23:17.954905", + "updated_at": "2026-07-09T04:23:17.954905" } diff --git a/site/public/v1/smartphones/sony-xperia-z3v-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z3v-3gb-32gb-4g-lte/index.json index 117860b76742..b5bf2700f197 100644 --- a/site/public/v1/smartphones/sony-xperia-z3v-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z3v-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.6, - "dimensions": {}, + "dimensions": { + "height_mm": 148.5, + "width_mm": 73.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.461426", - "updated_at": "2026-07-09T01:31:13.461426" + "created_at": "2026-07-09T04:23:17.955904", + "updated_at": "2026-07-09T04:23:17.955904" } diff --git a/site/public/v1/smartphones/sony-xperia-z4v-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z4v-3gb-32gb-4g-lte/index.json index 3a67a6ceafd2..3e9284432c42 100644 --- a/site/public/v1/smartphones/sony-xperia-z4v-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z4v-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.4, + "width_mm": 72.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.494406", - "updated_at": "2026-07-09T01:31:13.494406" + "created_at": "2026-07-09T04:23:17.988432", + "updated_at": "2026-07-09T04:23:17.988432" } diff --git a/site/public/v1/smartphones/sony-xperia-z5-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z5-3gb-32gb-4g-lte/index.json index 931ebbc94b2a..dbfb5665d434 100644 --- a/site/public/v1/smartphones/sony-xperia-z5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z5-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2900, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.1.1 (Nougat)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 14.0, + "overall": 16.3, "performance": null, "camera": null, - "battery": 14.0, + "battery": 16.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.495401", - "updated_at": "2026-07-09T01:31:13.495401" + "created_at": "2026-07-09T04:23:17.989434", + "updated_at": "2026-07-09T04:23:17.989434" } diff --git a/site/public/v1/smartphones/sony-xperia-z5-compact-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z5-compact-2gb-32gb-4g-lte/index.json index 3c5cbc6efc47..8e45728d0dbb 100644 --- a/site/public/v1/smartphones/sony-xperia-z5-compact-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z5-compact-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.0, + "width_mm": 65.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.1.1 (Nougat)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.0, + "overall": 14.3, "performance": null, "camera": null, - "battery": 12.0, + "battery": 14.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.496389", - "updated_at": "2026-07-09T01:31:13.496389" + "created_at": "2026-07-09T04:23:17.990433", + "updated_at": "2026-07-09T04:23:17.990433" } diff --git a/site/public/v1/smartphones/sony-xperia-z5-dual-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z5-dual-3gb-32gb-4g-lte/index.json index ac38a6bfebe4..ba77322281ba 100644 --- a/site/public/v1/smartphones/sony-xperia-z5-dual-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z5-dual-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2900, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 14.0, + "overall": 16.3, "performance": null, "camera": null, - "battery": 14.0, + "battery": 16.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.497329", - "updated_at": "2026-07-09T01:31:13.497329" + "created_at": "2026-07-09T04:23:17.992428", + "updated_at": "2026-07-09T04:23:17.992428" } diff --git a/site/public/v1/smartphones/sony-xperia-z5-premium-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z5-premium-3gb-32gb-4g-lte/index.json index cb138e26db14..49d3048134cd 100644 --- a/site/public/v1/smartphones/sony-xperia-z5-premium-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z5-premium-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3430, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.3, + "overall": 21.6, "performance": null, "camera": null, - "battery": 19.3, + "battery": 21.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.499403", - "updated_at": "2026-07-09T01:31:13.499403" + "created_at": "2026-07-09T04:23:17.994426", + "updated_at": "2026-07-09T04:23:17.994426" } diff --git a/site/public/v1/smartphones/sony-xperia-z5-premium-dual-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-z5-premium-dual-3gb-32gb-4g-lte/index.json index 9419879ce6d8..93fadee895c0 100644 --- a/site/public/v1/smartphones/sony-xperia-z5-premium-dual-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-z5-premium-dual-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3430, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.3, + "overall": 21.6, "performance": null, "camera": null, - "battery": 19.3, + "battery": 21.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.500413", - "updated_at": "2026-07-09T01:31:13.500413" + "created_at": "2026-07-09T04:23:17.995427", + "updated_at": "2026-07-09T04:23:17.995427" } diff --git a/site/public/v1/smartphones/sony-xperia-zl-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-zl-2gb-16gb-4g-lte/index.json index 07ebe0d8d7c4..2d91e5df2bf1 100644 --- a/site/public/v1/smartphones/sony-xperia-zl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-zl-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.6, + "width_mm": 69.3, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 5.1.1 (Lollipop)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.393331", - "updated_at": "2026-07-09T01:31:13.393331" + "created_at": "2026-07-09T04:23:17.818276", + "updated_at": "2026-07-09T04:23:17.818276" } diff --git a/site/public/v1/smartphones/sony-xperia-zr-2gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/sony-xperia-zr-2gb-8gb-4g-lte/index.json index 637ddaf4e10a..a72f5998f328 100644 --- a/site/public/v1/smartphones/sony-xperia-zr-2gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/sony-xperia-zr-2gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.3, + "width_mm": 67.3, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 5.1.1 (Lollipop)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.395334", - "updated_at": "2026-07-09T01:31:13.395334" + "created_at": "2026-07-09T04:23:17.835268", + "updated_at": "2026-07-09T04:23:17.836275" } diff --git a/site/public/v1/smartphones/tcl-10-plus-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-10-plus-8gb-256gb-4g-lte/index.json index 52f9c83a0116..13f65ea79c33 100644 --- a/site/public/v1/smartphones/tcl-10-plus-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-10-plus-8gb-256gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 72.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, TCL UI", "os_version": "10", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.991200", - "updated_at": "2026-07-09T01:31:13.991200" + "created_at": "2026-07-09T04:23:18.759601", + "updated_at": "2026-07-09T04:23:18.759601" } diff --git a/site/public/v1/smartphones/tcl-10-pro-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-10-pro-6gb-256gb-4g-lte/index.json index a96d95f1f935..ed64c009ff8f 100644 --- a/site/public/v1/smartphones/tcl-10-pro-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-10-pro-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 72.4, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10, planned upgrade to Android 11, TCL UI", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.997200", - "updated_at": "2026-07-09T01:31:13.997200" + "created_at": "2026-07-09T04:23:18.766228", + "updated_at": "2026-07-09T04:23:18.766228" } diff --git a/site/public/v1/smartphones/tcl-10-se-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-10-se-4gb-128gb-4g-lte/index.json index 4255a22a7a2c..0b9f9de6cd1c 100644 --- a/site/public/v1/smartphones/tcl-10-se-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-10-se-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 74.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, TCL UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.9, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.002201", - "updated_at": "2026-07-09T01:31:14.002201" + "created_at": "2026-07-09T04:23:18.771535", + "updated_at": "2026-07-09T04:23:18.771535" } diff --git a/site/public/v1/smartphones/tcl-10-tabmid-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-10-tabmid-3gb-32gb-4g-lte/index.json index 20ef7340966d..305f7a895a93 100644 --- a/site/public/v1/smartphones/tcl-10-tabmid-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-10-tabmid-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 325.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.4, + "width_mm": 125.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 10, TCL UI", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.3, + "overall": 48.5, "performance": null, "camera": null, - "battery": 46.3, + "battery": 48.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.008196", - "updated_at": "2026-07-09T01:31:14.008196" + "created_at": "2026-07-09T04:23:18.775539", + "updated_at": "2026-07-09T04:23:18.775539" } diff --git a/site/public/v1/smartphones/tcl-10l-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-10l-6gb-256gb-4g-lte/index.json index 9c82dff15f08..6d4f2fc50ce8 100644 --- a/site/public/v1/smartphones/tcl-10l-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-10l-6gb-256gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, TCL UI", "os_version": "10", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.008196", - "updated_at": "2026-07-09T01:31:14.008196" + "created_at": "2026-07-09T04:23:18.776539", + "updated_at": "2026-07-09T04:23:18.776539" } diff --git a/site/public/v1/smartphones/tcl-20-r-5g-4gb-128gb-5g/index.json b/site/public/v1/smartphones/tcl-20-r-5g-4gb-128gb-5g/index.json index 7dbce2dfd3fb..69bc5eff594f 100644 --- a/site/public/v1/smartphones/tcl-20-r-5g-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-20-r-5g-4gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 75.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 11, TCL UI", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 40.0, "performance": 34.5, "camera": null, - "battery": 44.6, + "battery": 45.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.038798", - "updated_at": "2026-07-09T01:31:14.038798" + "created_at": "2026-07-09T04:23:18.796271", + "updated_at": "2026-07-09T04:23:18.796271" } diff --git a/site/public/v1/smartphones/tcl-20-xe-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-20-xe-3gb-32gb-4g-lte/index.json index 72dbdfc7f953..238252a43639 100644 --- a/site/public/v1/smartphones/tcl-20-xe-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-20-xe-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 11, TCL UI 3.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.071367", - "updated_at": "2026-07-09T01:31:14.071367" + "created_at": "2026-07-09T04:23:18.804715", + "updated_at": "2026-07-09T04:23:18.804715" } diff --git a/site/public/v1/smartphones/tcl-205-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-205-2gb-32gb-4g-lte/index.json index 7ad254932c39..fa3a24bd3fd1 100644 --- a/site/public/v1/smartphones/tcl-205-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-205-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.3, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 11 (Go edition), TCL UI", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.072357", - "updated_at": "2026-07-09T01:31:14.072357" + "created_at": "2026-07-09T04:23:18.804715", + "updated_at": "2026-07-09T04:23:18.804715" } diff --git a/site/public/v1/smartphones/tcl-20b-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-20b-4gb-64gb-4g-lte/index.json index ff17cb1e32b2..37d2ca4e8c68 100644 --- a/site/public/v1/smartphones/tcl-20b-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-20b-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 74.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 11, TCL UI", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 31.5, "performance": null, "camera": null, - "battery": 29.2, + "battery": 31.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.073355", - "updated_at": "2026-07-09T01:31:14.073355" + "created_at": "2026-07-09T04:23:18.805710", + "updated_at": "2026-07-09T04:23:18.805710" } diff --git a/site/public/v1/smartphones/tcl-20e-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-20e-4gb-128gb-4g-lte/index.json index 814fd6e0d353..1da5f5c2aca3 100644 --- a/site/public/v1/smartphones/tcl-20e-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-20e-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 75.6, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, TCL UI", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.074361", - "updated_at": "2026-07-09T01:31:14.074361" + "created_at": "2026-07-09T04:23:18.806742", + "updated_at": "2026-07-09T04:23:18.806742" } diff --git a/site/public/v1/smartphones/tcl-20s-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-20s-6gb-256gb-4g-lte/index.json index b239ac73b084..9434f3419169 100644 --- a/site/public/v1/smartphones/tcl-20s-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-20s-6gb-256gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.2, + "width_mm": 76.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 11, TCL UI", "os_version": "11", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.085373", - "updated_at": "2026-07-09T01:31:14.085373" + "created_at": "2026-07-09T04:23:18.818693", + "updated_at": "2026-07-09T04:23:18.818693" } diff --git a/site/public/v1/smartphones/tcl-20y-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-20y-4gb-64gb-4g-lte/index.json index 656d2a8dd366..e17d9c61812d 100644 --- a/site/public/v1/smartphones/tcl-20y-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-20y-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.6, + "width_mm": 75.6, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, TCL UI", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.087356", - "updated_at": "2026-07-09T01:31:14.087356" + "created_at": "2026-07-09T04:23:18.819702", + "updated_at": "2026-07-09T04:23:18.819702" } diff --git a/site/public/v1/smartphones/tcl-30-5g-4gb-128gb-5g/index.json b/site/public/v1/smartphones/tcl-30-5g-4gb-128gb-5g/index.json index d0df9481d433..e3050029204e 100644 --- a/site/public/v1/smartphones/tcl-30-5g-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-30-5g-4gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5010, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 12, TCL UI 4.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.1, + "overall": 43.2, "performance": 34.5, "camera": null, - "battery": 49.7, + "battery": 51.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.102342", - "updated_at": "2026-07-09T01:31:14.102342" + "created_at": "2026-07-09T04:23:18.835743", + "updated_at": "2026-07-09T04:23:18.835743" } diff --git a/site/public/v1/smartphones/tcl-30-xe-5g-4gb-64gb-5g/index.json b/site/public/v1/smartphones/tcl-30-xe-5g-4gb-64gb-5g/index.json index 49d50e7597d4..0938440c65fe 100644 --- a/site/public/v1/smartphones/tcl-30-xe-5g-4gb-64gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-30-xe-5g-4gb-64gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 11, TCL UI", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 40.6, "performance": 34.5, "camera": null, - "battery": 44.6, + "battery": 46.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.105279", - "updated_at": "2026-07-09T01:31:14.105279" + "created_at": "2026-07-09T04:23:18.838756", + "updated_at": "2026-07-09T04:23:18.838756" } diff --git a/site/public/v1/smartphones/tcl-305-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-305-2gb-64gb-4g-lte/index.json index d9c33eda6aad..00b78c56db31 100644 --- a/site/public/v1/smartphones/tcl-305-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-305-2gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11 (Go edition), TCL UI", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.107280", - "updated_at": "2026-07-09T01:31:14.107280" + "created_at": "2026-07-09T04:23:18.840806", + "updated_at": "2026-07-09T04:23:18.840806" } diff --git a/site/public/v1/smartphones/tcl-40-x-4gb-64gb-5g/index.json b/site/public/v1/smartphones/tcl-40-x-4gb-64gb-5g/index.json index 146fd71a1df7..7d90e8726daf 100644 --- a/site/public/v1/smartphones/tcl-40-x-4gb-64gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-40-x-4gb-64gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 13, TCL UI", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.0, + "overall": 43.1, "performance": 34.5, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.118933", - "updated_at": "2026-07-09T01:31:14.118933" + "created_at": "2026-07-09T04:23:18.852755", + "updated_at": "2026-07-09T04:23:18.852755" } diff --git a/site/public/v1/smartphones/tcl-40-xe-4gb-64gb-5g/index.json b/site/public/v1/smartphones/tcl-40-xe-4gb-64gb-5g/index.json index 84db1c39806c..b79802cfa7e5 100644 --- a/site/public/v1/smartphones/tcl-40-xe-4gb-64gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-40-xe-4gb-64gb-5g/index.json @@ -47,7 +47,7 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 195.0, "dimensions": {}, @@ -64,10 +64,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.0, + "overall": 43.1, "performance": 34.5, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +82,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.119946", - "updated_at": "2026-07-09T01:31:14.119946" + "created_at": "2026-07-09T04:23:18.853755", + "updated_at": "2026-07-09T04:23:18.853755" } diff --git a/site/public/v1/smartphones/tcl-403-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-403-2gb-32gb-4g-lte/index.json index fde611410f5d..b3aff0e35bee 100644 --- a/site/public/v1/smartphones/tcl-403-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-403-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 78.2, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 12 (Go edition)", "os_version": "12", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.119946", - "updated_at": "2026-07-09T01:31:14.119946" + "created_at": "2026-07-09T04:23:18.854755", + "updated_at": "2026-07-09T04:23:18.854755" } diff --git a/site/public/v1/smartphones/tcl-40r-4gb-128gb-5g/index.json b/site/public/v1/smartphones/tcl-40r-4gb-128gb-5g/index.json index 88746facfceb..83588dafcbdf 100644 --- a/site/public/v1/smartphones/tcl-40r-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-40r-4gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 12, TCL UI 4.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.0, + "overall": 42.9, "performance": 34.5, "camera": null, - "battery": 49.6, + "battery": 51.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.112803", - "updated_at": "2026-07-09T01:31:14.112803" + "created_at": "2026-07-09T04:23:18.846739", + "updated_at": "2026-07-09T04:23:18.846739" } diff --git a/site/public/v1/smartphones/tcl-50-5g-4gb-128gb-5g/index.json b/site/public/v1/smartphones/tcl-50-5g-4gb-128gb-5g/index.json index 259285eeb988..6e04abecba30 100644 --- a/site/public/v1/smartphones/tcl-50-5g-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-50-5g-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5010, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 183.5, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 14, planned upgrade to Android 15", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.3, + "overall": 47.4, "performance": 40.8, "camera": null, - "battery": 51.8, + "battery": 54.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.125963", - "updated_at": "2026-07-09T01:31:14.125963" + "created_at": "2026-07-09T04:23:18.860750", + "updated_at": "2026-07-09T04:23:18.860750" } diff --git a/site/public/v1/smartphones/tcl-50-le-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-50-le-4gb-64gb-4g-lte/index.json index 530914dadae9..808469c0f42f 100644 --- a/site/public/v1/smartphones/tcl-50-le-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-50-le-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.5, + "width_mm": 75.4, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.0, + "overall": 38.2, "performance": 34.5, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.125963", - "updated_at": "2026-07-09T01:31:14.125963" + "created_at": "2026-07-09T04:23:18.861757", + "updated_at": "2026-07-09T04:23:18.861757" } diff --git a/site/public/v1/smartphones/tcl-50-se-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-50-se-6gb-256gb-4g-lte/index.json index 7d5f2d6d856e..ead53f78217f 100644 --- a/site/public/v1/smartphones/tcl-50-se-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-50-se-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5010, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.2, + "width_mm": 75.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 14, planned upgrade to Android 15", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.3, + "overall": 36.8, "performance": 29.4, "camera": null, - "battery": 39.3, + "battery": 44.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.128952", - "updated_at": "2026-07-09T01:31:14.128952" + "created_at": "2026-07-09T04:23:18.864266", + "updated_at": "2026-07-09T04:23:18.864266" } diff --git a/site/public/v1/smartphones/tcl-50-xe-4gb-128gb-5g/index.json b/site/public/v1/smartphones/tcl-50-xe-4gb-128gb-5g/index.json index 4d93aa6f5ade..5f061cbc7d27 100644 --- a/site/public/v1/smartphones/tcl-50-xe-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-50-xe-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5010, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.3, + "overall": 47.4, "performance": 40.8, "camera": null, - "battery": 51.8, + "battery": 54.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.128952", - "updated_at": "2026-07-09T01:31:14.128952" + "created_at": "2026-07-09T04:23:18.864266", + "updated_at": "2026-07-09T04:23:18.864266" } diff --git a/site/public/v1/smartphones/tcl-50-xl-nxtpaper-6gb-128gb-5g/index.json b/site/public/v1/smartphones/tcl-50-xl-nxtpaper-6gb-128gb-5g/index.json index 8f278699b5fc..a5ea82550166 100644 --- a/site/public/v1/smartphones/tcl-50-xl-nxtpaper-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-50-xl-nxtpaper-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5010, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 198.7, - "dimensions": {}, + "dimensions": { + "height_mm": 167.6, + "width_mm": 75.5, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.0, + "overall": 48.0, "performance": 42.1, "camera": null, - "battery": 51.8, + "battery": 54.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.131951", - "updated_at": "2026-07-09T01:31:14.131951" + "created_at": "2026-07-09T04:23:18.867277", + "updated_at": "2026-07-09T04:23:18.867277" } diff --git a/site/public/v1/smartphones/tcl-a3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-a3-3gb-32gb-4g-lte/index.json index f2bb96a799ab..04dae69d9899 100644 --- a/site/public/v1/smartphones/tcl-a3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-a3-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.8, + "width_mm": 71.1, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.092279", - "updated_at": "2026-07-09T01:31:14.092279" + "created_at": "2026-07-09T04:23:18.823700", + "updated_at": "2026-07-09T04:23:18.823700" } diff --git a/site/public/v1/smartphones/tcl-a30-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-a30-3gb-32gb-4g-lte/index.json index 3618aea35a8e..efabc2781f20 100644 --- a/site/public/v1/smartphones/tcl-a30-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-a30-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.8, + "width_mm": 71.1, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.093336", - "updated_at": "2026-07-09T01:31:14.093336" + "created_at": "2026-07-09T04:23:18.825209", + "updated_at": "2026-07-09T04:23:18.825209" } diff --git a/site/public/v1/smartphones/tcl-l10-pro-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-l10-pro-4gb-128gb-4g-lte/index.json index 492189484d3d..7b1b80fa613c 100644 --- a/site/public/v1/smartphones/tcl-l10-pro-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-l10-pro-4gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.095337", - "updated_at": "2026-07-09T01:31:14.095337" + "created_at": "2026-07-09T04:23:18.828222", + "updated_at": "2026-07-09T04:23:18.828222" } diff --git a/site/public/v1/smartphones/tcl-nxtpaper-10s-4gb-64gb-3g/index.json b/site/public/v1/smartphones/tcl-nxtpaper-10s-4gb-64gb-3g/index.json index a410eb7a7831..909c5f193a0a 100644 --- a/site/public/v1/smartphones/tcl-nxtpaper-10s-4gb-64gb-3g/index.json +++ b/site/public/v1/smartphones/tcl-nxtpaper-10s-4gb-64gb-3g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.0, + "width_mm": 158.6, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 59.6, + "overall": 61.8, "performance": null, "camera": null, - "battery": 59.6, + "battery": 61.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.114335", - "updated_at": "2026-07-09T01:31:14.114335" + "created_at": "2026-07-09T04:23:18.847747", + "updated_at": "2026-07-09T04:23:18.847747" } diff --git a/site/public/v1/smartphones/tcl-plex-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tcl-plex-6gb-128gb-4g-lte/index.json index ccfa42372261..ce866e99425f 100644 --- a/site/public/v1/smartphones/tcl-plex-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tcl-plex-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3820, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.5, + "overall": 31.7, "performance": null, "camera": null, - "battery": 29.5, + "battery": 31.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:13.984199", - "updated_at": "2026-07-09T01:31:13.984199" + "created_at": "2026-07-09T04:23:18.743195", + "updated_at": "2026-07-09T04:23:18.743195" } diff --git a/site/public/v1/smartphones/tcl-stylus-4gb-128gb-5g/index.json b/site/public/v1/smartphones/tcl-stylus-4gb-128gb-5g/index.json index 28f5dcd310bb..b5ef2059b88b 100644 --- a/site/public/v1/smartphones/tcl-stylus-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/tcl-stylus-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 213.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.6, + "width_mm": 76.5, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 12, TCL UI 4.0", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.0, + "overall": 38.2, "performance": 34.5, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.114335", - "updated_at": "2026-07-09T01:31:14.114335" + "created_at": "2026-07-09T04:23:18.848747", + "updated_at": "2026-07-09T04:23:18.848747" } diff --git a/site/public/v1/smartphones/tecno-camon-11-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-11-4gb-64gb-4g-lte/index.json index 6b759145ad4f..d97d582d612d 100644 --- a/site/public/v1/smartphones/tecno-camon-11-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-11-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.148481", - "updated_at": "2026-07-09T01:31:14.148481" + "created_at": "2026-07-09T04:23:18.883277", + "updated_at": "2026-07-09T04:23:18.883277" } diff --git a/site/public/v1/smartphones/tecno-camon-11-pro-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-11-pro-6gb-64gb-4g-lte/index.json index fc2ab447ee78..ca56f1256f12 100644 --- a/site/public/v1/smartphones/tecno-camon-11-pro-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-11-pro-6gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 76.0, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.148481", - "updated_at": "2026-07-09T01:31:14.148481" + "created_at": "2026-07-09T04:23:18.884275", + "updated_at": "2026-07-09T04:23:18.884275" } diff --git a/site/public/v1/smartphones/tecno-camon-12-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-12-4gb-64gb-4g-lte/index.json index 460e7ed37796..6ce58d3db07b 100644 --- a/site/public/v1/smartphones/tecno-camon-12-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-12-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.7, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 75.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), HIOS 5.5", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.162538", - "updated_at": "2026-07-09T01:31:14.162538" + "created_at": "2026-07-09T04:23:18.898270", + "updated_at": "2026-07-09T04:23:18.898270" } diff --git a/site/public/v1/smartphones/tecno-camon-12-air-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-12-air-4gb-64gb-4g-lte/index.json index 818d34a4fc77..df8d7e8d4509 100644 --- a/site/public/v1/smartphones/tecno-camon-12-air-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-12-air-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 76.1, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), HIOS 5.5", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.163539", - "updated_at": "2026-07-09T01:31:14.163539" + "created_at": "2026-07-09T04:23:18.899269", + "updated_at": "2026-07-09T04:23:18.899269" } diff --git a/site/public/v1/smartphones/tecno-camon-12-pro-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-12-pro-6gb-64gb-4g-lte/index.json index 2ef43199a971..37c7caa75f69 100644 --- a/site/public/v1/smartphones/tecno-camon-12-pro-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-12-pro-6gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), HIOS 5.5", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.164539", - "updated_at": "2026-07-09T01:31:14.164539" + "created_at": "2026-07-09T04:23:18.900276", + "updated_at": "2026-07-09T04:23:18.900276" } diff --git a/site/public/v1/smartphones/tecno-camon-15-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-15-4gb-64gb-4g-lte/index.json index 19ed8d1f898c..bf95d47c8939 100644 --- a/site/public/v1/smartphones/tecno-camon-15-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-15-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 76.4, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, HIOS 6.0", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.176891", - "updated_at": "2026-07-09T01:31:14.176891" + "created_at": "2026-07-09T04:23:18.913593", + "updated_at": "2026-07-09T04:23:18.913593" } diff --git a/site/public/v1/smartphones/tecno-camon-15-premier-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-15-premier-6gb-128gb-4g-lte/index.json index ed5c44034051..e27b725429a7 100644 --- a/site/public/v1/smartphones/tecno-camon-15-premier-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-15-premier-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 77.7, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, HIOS 6.0", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.178890", - "updated_at": "2026-07-09T01:31:14.178890" + "created_at": "2026-07-09T04:23:18.915593", + "updated_at": "2026-07-09T04:23:18.915593" } diff --git a/site/public/v1/smartphones/tecno-camon-15-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-15-pro-6gb-128gb-4g-lte/index.json index f7a1c9c886c6..01e214230d18 100644 --- a/site/public/v1/smartphones/tecno-camon-15-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-15-pro-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 77.7, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, HIOS 6.0", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.180889", - "updated_at": "2026-07-09T01:31:14.180889" + "created_at": "2026-07-09T04:23:18.916591", + "updated_at": "2026-07-09T04:23:18.916591" } diff --git a/site/public/v1/smartphones/tecno-camon-16-premier-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-16-premier-8gb-128gb-4g-lte/index.json index 1d97fe22c8a3..dda2ce9cf02e 100644 --- a/site/public/v1/smartphones/tecno-camon-16-premier-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-16-premier-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 170.6, + "width_mm": 77.2, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, HIOS 6.0", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 39.0, "performance": null, "camera": null, - "battery": 34.2, + "battery": 39.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.182889", - "updated_at": "2026-07-09T01:31:14.182889" + "created_at": "2026-07-09T04:23:18.918592", + "updated_at": "2026-07-09T04:23:18.918592" } diff --git a/site/public/v1/smartphones/tecno-camon-20-premier-8gb-512gb-5g/index.json b/site/public/v1/smartphones/tecno-camon-20-premier-8gb-512gb-5g/index.json index 416c8e416729..5c1dc900846b 100644 --- a/site/public/v1/smartphones/tecno-camon-20-premier-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/tecno-camon-20-premier-8gb-512gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 202.5, - "dimensions": {}, + "dimensions": { + "height_mm": 161.9, + "width_mm": 74.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, HIOS 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.3, + "overall": 56.8, "performance": 54.9, "camera": null, - "battery": 51.7, + "battery": 58.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.220976", - "updated_at": "2026-07-09T01:31:14.220976" + "created_at": "2026-07-09T04:23:18.946585", + "updated_at": "2026-07-09T04:23:18.946585" } diff --git a/site/public/v1/smartphones/tecno-camon-cm-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-cm-3gb-32gb-4g-lte/index.json index dc199ac68aa4..9b4410df689b 100644 --- a/site/public/v1/smartphones/tecno-camon-cm-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-cm-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.2, + "width_mm": 71.7, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.140482", - "updated_at": "2026-07-09T01:31:14.140482" + "created_at": "2026-07-09T04:23:18.875271", + "updated_at": "2026-07-09T04:23:18.875271" } diff --git a/site/public/v1/smartphones/tecno-camon-cx-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-cx-3gb-32gb-4g-lte/index.json index 9452d81a1afd..7e0ae1106cdb 100644 --- a/site/public/v1/smartphones/tecno-camon-cx-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-cx-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.8, + "width_mm": 75.8, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 17.9, "performance": null, "camera": null, - "battery": 17.0, + "battery": 17.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.140482", - "updated_at": "2026-07-09T01:31:14.140482" + "created_at": "2026-07-09T04:23:18.876270", + "updated_at": "2026-07-09T04:23:18.876270" } diff --git a/site/public/v1/smartphones/tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte/index.json index 2b26ef791375..0814a3ffb385 100644 --- a/site/public/v1/smartphones/tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-cx-manchester-city-le-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.8, + "width_mm": 75.8, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 17.9, "performance": null, "camera": null, - "battery": 17.0, + "battery": 17.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.142487", - "updated_at": "2026-07-09T01:31:14.142487" + "created_at": "2026-07-09T04:23:18.877276", + "updated_at": "2026-07-09T04:23:18.877276" } diff --git a/site/public/v1/smartphones/tecno-camon-i4-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-i4-4gb-64gb-4g-lte/index.json index 323c134ed06b..af90f954ad77 100644 --- a/site/public/v1/smartphones/tecno-camon-i4-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-i4-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.9, + "width_mm": 75.8, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.165625", - "updated_at": "2026-07-09T01:31:14.165625" + "created_at": "2026-07-09T04:23:18.902274", + "updated_at": "2026-07-09T04:23:18.902274" } diff --git a/site/public/v1/smartphones/tecno-camon-iace2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-iace2-2gb-32gb-4g-lte/index.json index 3153ae9be3b1..5c7f4c5b1b4c 100644 --- a/site/public/v1/smartphones/tecno-camon-iace2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-iace2-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.3, + "width_mm": 71.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), HIOS 4.1", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.166641", - "updated_at": "2026-07-09T01:31:14.166641" + "created_at": "2026-07-09T04:23:18.903274", + "updated_at": "2026-07-09T04:23:18.903274" } diff --git a/site/public/v1/smartphones/tecno-camon-iace2x-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-iace2x-3gb-32gb-4g-lte/index.json index 2fb384c3e12e..5007e15ce281 100644 --- a/site/public/v1/smartphones/tecno-camon-iace2x-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-iace2x-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.3, + "width_mm": 71.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), HIOS 4.1", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.167610", - "updated_at": "2026-07-09T01:31:14.167610" + "created_at": "2026-07-09T04:23:18.904274", + "updated_at": "2026-07-09T04:23:18.904274" } diff --git a/site/public/v1/smartphones/tecno-camon-x-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-x-3gb-32gb-4g-lte/index.json index dbbd159deb5a..8ca13389580d 100644 --- a/site/public/v1/smartphones/tecno-camon-x-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-x-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.8, + "depth_mm": 5.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.5, + "overall": 23.4, "performance": null, "camera": null, - "battery": 22.5, + "battery": 23.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.149482", - "updated_at": "2026-07-09T01:31:14.149482" + "created_at": "2026-07-09T04:23:18.885276", + "updated_at": "2026-07-09T04:23:18.885276" } diff --git a/site/public/v1/smartphones/tecno-camon-x-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-camon-x-pro-4gb-64gb-4g-lte/index.json index dd767868a0f6..1cc877fed47a 100644 --- a/site/public/v1/smartphones/tecno-camon-x-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-camon-x-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3750, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.2, + "depth_mm": 5.2 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.5, + "overall": 23.4, "performance": null, "camera": null, - "battery": 22.5, + "battery": 23.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.150481", - "updated_at": "2026-07-09T01:31:14.150481" + "created_at": "2026-07-09T04:23:18.886275", + "updated_at": "2026-07-09T04:23:18.886275" } diff --git a/site/public/v1/smartphones/tecno-f2-1gb-8gb-3g/index.json b/site/public/v1/smartphones/tecno-f2-1gb-8gb-3g/index.json index 06c555638a10..f2b929727200 100644 --- a/site/public/v1/smartphones/tecno-f2-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-f2-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.4, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 74.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.151481", - "updated_at": "2026-07-09T01:31:14.151481" + "created_at": "2026-07-09T04:23:18.887271", + "updated_at": "2026-07-09T04:23:18.887271" } diff --git a/site/public/v1/smartphones/tecno-f2-lte-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-f2-lte-1gb-8gb-4g-lte/index.json index 32181b85ba35..4e77bbd0eb60 100644 --- a/site/public/v1/smartphones/tecno-f2-lte-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-f2-lte-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.5, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 74.0, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.152484", - "updated_at": "2026-07-09T01:31:14.152484" + "created_at": "2026-07-09T04:23:18.888269", + "updated_at": "2026-07-09T04:23:18.888269" } diff --git a/site/public/v1/smartphones/tecno-phantom-6-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-phantom-6-3gb-32gb-4g-lte/index.json index 7eddf3a69897..e5290fa4fb3e 100644 --- a/site/public/v1/smartphones/tecno-phantom-6-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-phantom-6-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2700, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 141.8, - "dimensions": {}, + "dimensions": { + "height_mm": 151.5, + "width_mm": 75.5, + "depth_mm": 6.2 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.0, + "overall": 12.9, "performance": null, "camera": null, - "battery": 12.0, + "battery": 12.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.137952", - "updated_at": "2026-07-09T01:31:14.137952" + "created_at": "2026-07-09T04:23:18.873277", + "updated_at": "2026-07-09T04:23:18.873277" } diff --git a/site/public/v1/smartphones/tecno-phantom-6-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-phantom-6-plus-4gb-64gb-4g-lte/index.json index 09cf36eb6a95..90a6025ec0a4 100644 --- a/site/public/v1/smartphones/tecno-phantom-6-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-phantom-6-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 196.7, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 83.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.5, + "overall": 26.4, "performance": null, "camera": null, - "battery": 25.5, + "battery": 26.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.138952", - "updated_at": "2026-07-09T01:31:14.138952" + "created_at": "2026-07-09T04:23:18.874270", + "updated_at": "2026-07-09T04:23:18.874270" } diff --git a/site/public/v1/smartphones/tecno-phantom-8-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-phantom-8-6gb-64gb-4g-lte/index.json index e2ec93f89bed..dbaa3362db27 100644 --- a/site/public/v1/smartphones/tecno-phantom-8-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-phantom-8-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 79.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 20.8, "performance": null, "camera": null, - "battery": 20.0, + "battery": 20.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.153482", - "updated_at": "2026-07-09T01:31:14.153482" + "created_at": "2026-07-09T04:23:18.889269", + "updated_at": "2026-07-09T04:23:18.889269" } diff --git a/site/public/v1/smartphones/tecno-phantom-9-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-phantom-9-6gb-128gb-4g-lte/index.json index 084d85a91d53..65ad84e5ba8e 100644 --- a/site/public/v1/smartphones/tecno-phantom-9-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-phantom-9-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.4, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 75.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.168595", - "updated_at": "2026-07-09T01:31:14.168595" + "created_at": "2026-07-09T04:23:18.904274", + "updated_at": "2026-07-09T04:23:18.904274" } diff --git a/site/public/v1/smartphones/tecno-phantom-v-flip-8gb-256gb-5g/index.json b/site/public/v1/smartphones/tecno-phantom-v-flip-8gb-256gb-5g/index.json index b4487f911530..b9bef18e1209 100644 --- a/site/public/v1/smartphones/tecno-phantom-v-flip-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/tecno-phantom-v-flip-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.7, + "width_mm": 74.1, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 13, HIOS 13.5", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.3, + "overall": 51.8, "performance": 54.9, "camera": null, - "battery": 41.7, + "battery": 48.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.222029", - "updated_at": "2026-07-09T01:31:14.222029" + "created_at": "2026-07-09T04:23:18.947593", + "updated_at": "2026-07-09T04:23:18.947593" } diff --git a/site/public/v1/smartphones/tecno-phantom-v-fold-12gb-512gb-5g/index.json b/site/public/v1/smartphones/tecno-phantom-v-fold-12gb-512gb-5g/index.json index e954d24d801a..4cf864b8926c 100644 --- a/site/public/v1/smartphones/tecno-phantom-v-fold-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/tecno-phantom-v-fold-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 299.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 140.4, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13, HiOS 13 Fold", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.8, + "overall": 62.8, "performance": null, "camera": null, - "battery": 55.8, + "battery": 62.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.223968", - "updated_at": "2026-07-09T01:31:14.223968" + "created_at": "2026-07-09T04:23:18.948594", + "updated_at": "2026-07-09T04:23:18.948594" } diff --git a/site/public/v1/smartphones/tecno-phantom-x2-8gb-256gb-5g/index.json b/site/public/v1/smartphones/tecno-phantom-x2-8gb-256gb-5g/index.json index c5dc1a0f2911..919439298cea 100644 --- a/site/public/v1/smartphones/tecno-phantom-x2-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/tecno-phantom-x2-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5160, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 72.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, HIOS 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.4, + "overall": 64.4, "performance": null, "camera": null, - "battery": 57.4, + "battery": 64.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.205889", - "updated_at": "2026-07-09T01:31:14.205889" + "created_at": "2026-07-09T04:23:18.941590", + "updated_at": "2026-07-09T04:23:18.941590" } diff --git a/site/public/v1/smartphones/tecno-pop-1-1gb-8gb-3g/index.json b/site/public/v1/smartphones/tecno-pop-1-1gb-8gb-3g/index.json index 52ea04febea4..2802b70e3048 100644 --- a/site/public/v1/smartphones/tecno-pop-1-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-pop-1-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.5, + "width_mm": 71.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.154481", - "updated_at": "2026-07-09T01:31:14.154481" + "created_at": "2026-07-09T04:23:18.890277", + "updated_at": "2026-07-09T04:23:18.890277" } diff --git a/site/public/v1/smartphones/tecno-pop-1-pro-1gb-16gb-3g/index.json b/site/public/v1/smartphones/tecno-pop-1-pro-1gb-16gb-3g/index.json index 05ad4f2a5a78..1f4659c8d213 100644 --- a/site/public/v1/smartphones/tecno-pop-1-pro-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-pop-1-pro-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.5, + "width_mm": 71.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.155482", - "updated_at": "2026-07-09T01:31:14.155482" + "created_at": "2026-07-09T04:23:18.891276", + "updated_at": "2026-07-09T04:23:18.891276" } diff --git a/site/public/v1/smartphones/tecno-pop-1s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-pop-1s-2gb-16gb-4g-lte/index.json index 68037f359b6d..1e9e019b9585 100644 --- a/site/public/v1/smartphones/tecno-pop-1s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-pop-1s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.1, + "width_mm": 71.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.156485", - "updated_at": "2026-07-09T01:31:14.156485" + "created_at": "2026-07-09T04:23:18.892275", + "updated_at": "2026-07-09T04:23:18.892275" } diff --git a/site/public/v1/smartphones/tecno-pop-2-f-1gb-16gb-3g/index.json b/site/public/v1/smartphones/tecno-pop-2-f-1gb-16gb-3g/index.json index b39e8616c535..b1c5ee0ad6d8 100644 --- a/site/public/v1/smartphones/tecno-pop-2-f-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-pop-2-f-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.8, + "width_mm": 72.8, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.170541", - "updated_at": "2026-07-09T01:31:14.170541" + "created_at": "2026-07-09T04:23:18.906594", + "updated_at": "2026-07-09T04:23:18.906594" } diff --git a/site/public/v1/smartphones/tecno-pop-3-plus-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-pop-3-plus-1gb-16gb-4g-lte/index.json index e8f87a734839..afd7183ebbb5 100644 --- a/site/public/v1/smartphones/tecno-pop-3-plus-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-pop-3-plus-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.5, - "dimensions": {}, + "dimensions": { + "height_mm": 166.7, + "width_mm": 75.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), HIOS 5.5", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.171538", - "updated_at": "2026-07-09T01:31:14.171538" + "created_at": "2026-07-09T04:23:18.907593", + "updated_at": "2026-07-09T04:23:18.907593" } diff --git a/site/public/v1/smartphones/tecno-pop-5c-1gb-16gb-3g/index.json b/site/public/v1/smartphones/tecno-pop-5c-1gb-16gb-3g/index.json index d236be51a8a0..4466774bc4a5 100644 --- a/site/public/v1/smartphones/tecno-pop-5c-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-pop-5c-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.2, + "width_mm": 74.1, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 10 (Go edition), HIOS", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.197886", - "updated_at": "2026-07-09T01:31:14.197886" + "created_at": "2026-07-09T04:23:18.934592", + "updated_at": "2026-07-09T04:23:18.934592" } diff --git a/site/public/v1/smartphones/tecno-pop-5x-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-pop-5x-2gb-32gb-4g-lte/index.json index 13bfa31af050..283ae3ee67d8 100644 --- a/site/public/v1/smartphones/tecno-pop-5x-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-pop-5x-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 75.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10 (Go edition), HiOS", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.206889", - "updated_at": "2026-07-09T01:31:14.206889" + "created_at": "2026-07-09T04:23:18.942590", + "updated_at": "2026-07-09T04:23:18.942590" } diff --git a/site/public/v1/smartphones/tecno-pop-6-pro-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-pop-6-pro-2gb-32gb-4g-lte/index.json index 463dedee7d5d..6a11984661e5 100644 --- a/site/public/v1/smartphones/tecno-pop-6-pro-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-pop-6-pro-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 12 (Go edition), HiOS 8.6", "os_version": "12", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.206889", - "updated_at": "2026-07-09T01:31:14.206889" + "created_at": "2026-07-09T04:23:18.942590", + "updated_at": "2026-07-09T04:23:18.942590" } diff --git a/site/public/v1/smartphones/tecno-pop-9-4gb-128gb-5g/index.json b/site/public/v1/smartphones/tecno-pop-9-4gb-128gb-5g/index.json index 4e5685c7b32e..788675abef4b 100644 --- a/site/public/v1/smartphones/tecno-pop-9-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/tecno-pop-9-4gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 77.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.4, + "overall": 47.5, "performance": 41.1, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.243741", - "updated_at": "2026-07-09T01:31:14.243741" + "created_at": "2026-07-09T04:23:18.962092", + "updated_at": "2026-07-09T04:23:18.962092" } diff --git a/site/public/v1/smartphones/tecno-pouvoir-1-1gb-16gb-3g/index.json b/site/public/v1/smartphones/tecno-pouvoir-1-1gb-16gb-3g/index.json index 208a26bc5624..90aa8248a039 100644 --- a/site/public/v1/smartphones/tecno-pouvoir-1-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-pouvoir-1-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 77.2, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.158539", - "updated_at": "2026-07-09T01:31:14.158539" + "created_at": "2026-07-09T04:23:18.894274", + "updated_at": "2026-07-09T04:23:18.894274" } diff --git a/site/public/v1/smartphones/tecno-pouvoir-3-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-pouvoir-3-2gb-32gb-4g-lte/index.json index 8d22854f107f..850f1ab2d456 100644 --- a/site/public/v1/smartphones/tecno-pouvoir-3-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-pouvoir-3-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.6, + "width_mm": 76.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), HIOS 4.1", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.172540", - "updated_at": "2026-07-09T01:31:14.172540" + "created_at": "2026-07-09T04:23:18.908590", + "updated_at": "2026-07-09T04:23:18.908590" } diff --git a/site/public/v1/smartphones/tecno-pova-4-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-pova-4-8gb-128gb-4g-lte/index.json index 5628be2d4c20..0dfd8c8e674e 100644 --- a/site/public/v1/smartphones/tecno-pova-4-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-pova-4-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 214.0, - "dimensions": {}, + "dimensions": { + "height_mm": 170.6, + "width_mm": 77.5, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 12, HIOS 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.5, + "overall": 54.6, "performance": 45.4, "camera": null, - "battery": 61.7, + "battery": 63.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.213962", - "updated_at": "2026-07-09T01:31:14.213962" + "created_at": "2026-07-09T04:23:18.944590", + "updated_at": "2026-07-09T04:23:18.944590" } diff --git a/site/public/v1/smartphones/tecno-pova-5-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-pova-5-8gb-256gb-4g-lte/index.json index fb9950299352..68cbedef7761 100644 --- a/site/public/v1/smartphones/tecno-pova-5-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-pova-5-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 219.4, - "dimensions": {}, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.6, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 13, HIOS 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.5, + "overall": 57.0, "performance": 45.4, "camera": null, - "battery": 61.7, + "battery": 68.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.226032", - "updated_at": "2026-07-09T01:31:14.226032" + "created_at": "2026-07-09T04:23:18.949595", + "updated_at": "2026-07-09T04:23:18.949595" } diff --git a/site/public/v1/smartphones/tecno-spark-2-2gb-16gb-3g/index.json b/site/public/v1/smartphones/tecno-spark-2-2gb-16gb-3g/index.json index f94de2b1b884..a05fe57b5d6f 100644 --- a/site/public/v1/smartphones/tecno-spark-2-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-spark-2-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.160539", - "updated_at": "2026-07-09T01:31:14.160539" + "created_at": "2026-07-09T04:23:18.897271", + "updated_at": "2026-07-09T04:23:18.897271" } diff --git a/site/public/v1/smartphones/tecno-spark-2gb-16gb-3g/index.json b/site/public/v1/smartphones/tecno-spark-2gb-16gb-3g/index.json index 46609b675a1c..fb21c5de6a6b 100644 --- a/site/public/v1/smartphones/tecno-spark-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-spark-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.144481", - "updated_at": "2026-07-09T01:31:14.144481" + "created_at": "2026-07-09T04:23:18.880271", + "updated_at": "2026-07-09T04:23:18.880271" } diff --git a/site/public/v1/smartphones/tecno-spark-8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-spark-8-4gb-64gb-4g-lte/index.json index d820988e81d2..4511408cf38b 100644 --- a/site/public/v1/smartphones/tecno-spark-8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-spark-8-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.1, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11 (Go edition), HIOS 7.6", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.200991", - "updated_at": "2026-07-09T01:31:14.200991" + "created_at": "2026-07-09T04:23:18.937590", + "updated_at": "2026-07-09T04:23:18.937590" } diff --git a/site/public/v1/smartphones/tecno-spark-cm-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-spark-cm-2gb-16gb-4g-lte/index.json index f082b2d18844..b9b015d1a60a 100644 --- a/site/public/v1/smartphones/tecno-spark-cm-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-spark-cm-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.2, + "width_mm": 71.7, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.145481", - "updated_at": "2026-07-09T01:31:14.145481" + "created_at": "2026-07-09T04:23:18.881283", + "updated_at": "2026-07-09T04:23:18.881283" } diff --git a/site/public/v1/smartphones/tecno-spark-go-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-spark-go-2gb-16gb-4g-lte/index.json index 2241b5124979..8d959f004037 100644 --- a/site/public/v1/smartphones/tecno-spark-go-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-spark-go-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 75.0, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), HIOS 5.0", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.175890", - "updated_at": "2026-07-09T01:31:14.175890" + "created_at": "2026-07-09T04:23:18.911590", + "updated_at": "2026-07-09T04:23:18.911590" } diff --git a/site/public/v1/smartphones/tecno-spark-plus-2gb-16gb-3g/index.json b/site/public/v1/smartphones/tecno-spark-plus-2gb-16gb-3g/index.json index c1015ac45cac..4db5482b5ce9 100644 --- a/site/public/v1/smartphones/tecno-spark-plus-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/tecno-spark-plus-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 82.6, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.146484", - "updated_at": "2026-07-09T01:31:14.146484" + "created_at": "2026-07-09T04:23:18.881283", + "updated_at": "2026-07-09T04:23:18.881283" } diff --git a/site/public/v1/smartphones/tecno-spark-power-2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/tecno-spark-power-2-4gb-64gb-4g-lte/index.json index de9ef6df6dba..7f2b2a67c2a0 100644 --- a/site/public/v1/smartphones/tecno-spark-power-2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/tecno-spark-power-2-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 220.0, - "dimensions": {}, + "dimensions": { + "height_mm": 174.9, + "width_mm": 79.6, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10, HIOS 6.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 51.4, "performance": null, "camera": null, - "battery": 49.2, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.189893", - "updated_at": "2026-07-09T01:31:14.189893" + "created_at": "2026-07-09T04:23:18.926591", + "updated_at": "2026-07-09T04:23:18.926591" } diff --git a/site/public/v1/smartphones/ulefone-armor-10-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/ulefone-armor-10-5g-8gb-128gb-5g/index.json index 1a279126bc09..6df4c162f3d1 100644 --- a/site/public/v1/smartphones/ulefone-armor-10-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-10-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5800, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 328.0, - "dimensions": {}, + "dimensions": { + "height_mm": 176.5, + "width_mm": 82.8, + "depth_mm": 14.6 + }, "ip_rating": null, "os": "Android 10, planned upgrade to Android 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.3, + "overall": 48.1, "performance": 37.0, "camera": null, - "battery": 57.6, + "battery": 59.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.454150", - "updated_at": "2026-07-09T01:31:14.454150" + "created_at": "2026-07-09T04:23:19.137497", + "updated_at": "2026-07-09T04:23:19.137497" } diff --git a/site/public/v1/smartphones/ulefone-armor-11-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-armor-11-5g-8gb-256gb-5g/index.json index a2d20e6c6419..c0dee0eeba52 100644 --- a/site/public/v1/smartphones/ulefone-armor-11-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-11-5g-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 295.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 81.6, + "depth_mm": 14.2 + }, "ip_rating": null, "os": "Android 10, planned upgrade to Android 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.3, + "overall": 45.4, "performance": 37.0, "camera": null, - "battery": 51.6, + "battery": 53.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.496326", - "updated_at": "2026-07-09T01:31:14.497307" + "created_at": "2026-07-09T04:23:19.147571", + "updated_at": "2026-07-09T04:23:19.147571" } diff --git a/site/public/v1/smartphones/ulefone-armor-11t-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-armor-11t-5g-8gb-256gb-5g/index.json index 660517bb82b0..7b85e5e987e3 100644 --- a/site/public/v1/smartphones/ulefone-armor-11t-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-11t-5g-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 293.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 81.6, + "depth_mm": 14.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.3, + "overall": 45.4, "performance": 37.0, "camera": null, - "battery": 51.6, + "battery": 53.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.500385", - "updated_at": "2026-07-09T01:31:14.500385" + "created_at": "2026-07-09T04:23:19.148565", + "updated_at": "2026-07-09T04:23:19.148565" } diff --git a/site/public/v1/smartphones/ulefone-armor-12-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/ulefone-armor-12-5g-8gb-128gb-5g/index.json index c9f20c778f8a..8b4d26993d8f 100644 --- a/site/public/v1/smartphones/ulefone-armor-12-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-12-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5180, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 296.0, - "dimensions": {}, + "dimensions": { + "height_mm": 175.9, + "width_mm": 82.5, + "depth_mm": 14.3 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.3, + "overall": 45.5, "performance": 37.3, "camera": null, - "battery": 51.4, + "battery": 53.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.502340", - "updated_at": "2026-07-09T01:31:14.502340" + "created_at": "2026-07-09T04:23:19.149569", + "updated_at": "2026-07-09T04:23:19.149569" } diff --git a/site/public/v1/smartphones/ulefone-armor-17-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-17-pro-8gb-256gb-4g-lte/index.json index ca1ab7731f12..3d64581379d9 100644 --- a/site/public/v1/smartphones/ulefone-armor-17-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-17-pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5380, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 290.0, - "dimensions": {}, + "dimensions": { + "height_mm": 172.7, + "width_mm": 80.4, + "depth_mm": 12.5 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.5, + "overall": 55.8, "performance": 45.4, "camera": null, - "battery": 55.5, + "battery": 66.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.526255", - "updated_at": "2026-07-09T01:31:14.526255" + "created_at": "2026-07-09T04:23:19.156571", + "updated_at": "2026-07-09T04:23:19.156571" } diff --git a/site/public/v1/smartphones/ulefone-armor-2-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-2-6gb-64gb-4g-lte/index.json index d3c89f881b05..a7fe7cd1ef79 100644 --- a/site/public/v1/smartphones/ulefone-armor-2-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-2-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 270.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 78.3, + "depth_mm": 14.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.0, + "overall": 34.3, "performance": null, "camera": null, - "battery": 32.0, + "battery": 34.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.346090", - "updated_at": "2026-07-09T01:31:14.346090" + "created_at": "2026-07-09T04:23:19.079175", + "updated_at": "2026-07-09T04:23:19.079175" } diff --git a/site/public/v1/smartphones/ulefone-armor-21-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-21-8gb-256gb-4g-lte/index.json index 3bdec3bf43ab..1f0617f9b407 100644 --- a/site/public/v1/smartphones/ulefone-armor-21-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-21-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 9600, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 400.0, - "dimensions": {}, + "dimensions": { + "height_mm": 176.0, + "width_mm": 81.6, + "depth_mm": 18.1 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.5, + "overall": 56.0, "performance": 45.4, "camera": null, - "battery": 61.7, + "battery": 66.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.565095", - "updated_at": "2026-07-09T01:31:14.565095" + "created_at": "2026-07-09T04:23:19.164084", + "updated_at": "2026-07-09T04:23:19.164084" } diff --git a/site/public/v1/smartphones/ulefone-armor-25t-6gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-armor-25t-6gb-256gb-5g/index.json index b9d480755317..47e47a7bc4e9 100644 --- a/site/public/v1/smartphones/ulefone-armor-25t-6gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-25t-6gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 326.0, - "dimensions": {}, + "dimensions": { + "height_mm": 177.4, + "width_mm": 81.4, + "depth_mm": 12.5 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.9, + "overall": 55.2, "performance": 44.0, "camera": null, - "battery": 61.7, + "battery": 66.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.570021", - "updated_at": "2026-07-09T01:31:14.570021" + "created_at": "2026-07-09T04:23:19.168096", + "updated_at": "2026-07-09T04:23:19.168096" } diff --git a/site/public/v1/smartphones/ulefone-armor-25t-pro-6gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-armor-25t-pro-6gb-256gb-5g/index.json index 2d158f26794c..fae9ebfbc0ec 100644 --- a/site/public/v1/smartphones/ulefone-armor-25t-pro-6gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-25t-pro-6gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 326.0, - "dimensions": {}, + "dimensions": { + "height_mm": 177.4, + "width_mm": 81.4, + "depth_mm": 12.5 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.1, + "overall": 54.5, "performance": 42.5, "camera": null, - "battery": 61.7, + "battery": 66.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.570021", - "updated_at": "2026-07-09T01:31:14.570021" + "created_at": "2026-07-09T04:23:19.169123", + "updated_at": "2026-07-09T04:23:19.169123" } diff --git a/site/public/v1/smartphones/ulefone-armor-27-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-armor-27-pro-12gb-256gb-5g/index.json index 3d4a24bb308f..6ab626253190 100644 --- a/site/public/v1/smartphones/ulefone-armor-27-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-27-pro-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10600, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 441.0, - "dimensions": {}, + "dimensions": { + "height_mm": 182.8, + "width_mm": 86.8, + "depth_mm": 18.5 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.2, + "overall": 56.5, "performance": 46.6, "camera": null, - "battery": 61.7, + "battery": 66.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.571033", - "updated_at": "2026-07-09T01:31:14.571033" + "created_at": "2026-07-09T04:23:19.170107", + "updated_at": "2026-07-09T04:23:19.170107" } diff --git a/site/public/v1/smartphones/ulefone-armor-27t-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-armor-27t-pro-12gb-256gb-5g/index.json index 1b839ab1cf63..9c17bf174be3 100644 --- a/site/public/v1/smartphones/ulefone-armor-27t-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-27t-pro-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10600, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 441.0, - "dimensions": {}, + "dimensions": { + "height_mm": 182.8, + "width_mm": 86.8, + "depth_mm": 18.5 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.2, + "overall": 56.5, "performance": 46.6, "camera": null, - "battery": 61.7, + "battery": 66.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.573025", - "updated_at": "2026-07-09T01:31:14.573025" + "created_at": "2026-07-09T04:23:19.172107", + "updated_at": "2026-07-09T04:23:19.172107" } diff --git a/site/public/v1/smartphones/ulefone-armor-3w-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-3w-6gb-64gb-4g-lte/index.json index 2db4c36d7212..813a2e6ce6b9 100644 --- a/site/public/v1/smartphones/ulefone-armor-3w-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-3w-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 365.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 79.2, + "depth_mm": 18.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 51.4, "performance": null, "camera": null, - "battery": 49.2, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.367399", - "updated_at": "2026-07-09T01:31:14.367399" + "created_at": "2026-07-09T04:23:19.101452", + "updated_at": "2026-07-09T04:23:19.101452" } diff --git a/site/public/v1/smartphones/ulefone-armor-3wt-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-3wt-6gb-64gb-4g-lte/index.json index 993d1a16c5c7..d4e09ccf84b6 100644 --- a/site/public/v1/smartphones/ulefone-armor-3wt-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-3wt-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 373.7, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 79.2, + "depth_mm": 18.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 51.4, "performance": null, "camera": null, - "battery": 49.2, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.377401", - "updated_at": "2026-07-09T01:31:14.377401" + "created_at": "2026-07-09T04:23:19.103474", + "updated_at": "2026-07-09T04:23:19.103474" } diff --git a/site/public/v1/smartphones/ulefone-armor-5s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-5s-4gb-64gb-4g-lte/index.json index 158f8c64e2dc..0ca35b385efd 100644 --- a/site/public/v1/smartphones/ulefone-armor-5s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-5s-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 228.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.3, + "width_mm": 76.0, + "depth_mm": 12.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.388827", - "updated_at": "2026-07-09T01:31:14.388827" + "created_at": "2026-07-09T04:23:19.104476", + "updated_at": "2026-07-09T04:23:19.104476" } diff --git a/site/public/v1/smartphones/ulefone-armor-6e-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-6e-4gb-64gb-4g-lte/index.json index 130f6bf52f30..03d1dec4a7a9 100644 --- a/site/public/v1/smartphones/ulefone-armor-6e-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-6e-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 267.5, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 83.0, + "depth_mm": 13.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.423926", - "updated_at": "2026-07-09T01:31:14.423926" + "created_at": "2026-07-09T04:23:19.108476", + "updated_at": "2026-07-09T04:23:19.108476" } diff --git a/site/public/v1/smartphones/ulefone-armor-6s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-6s-6gb-128gb-4g-lte/index.json index 97de9c8acc5b..8fbd0a4f88cf 100644 --- a/site/public/v1/smartphones/ulefone-armor-6s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-6s-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 270.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 83.0, + "depth_mm": 13.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.429012", - "updated_at": "2026-07-09T01:31:14.429012" + "created_at": "2026-07-09T04:23:19.111473", + "updated_at": "2026-07-09T04:23:19.111473" } diff --git a/site/public/v1/smartphones/ulefone-armor-7-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-7-8gb-128gb-4g-lte/index.json index d107639a80d3..971ec0e55030 100644 --- a/site/public/v1/smartphones/ulefone-armor-7-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-7-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 290.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.9, + "width_mm": 81.0, + "depth_mm": 13.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.2, + "overall": 45.9, "performance": null, "camera": null, - "battery": 44.2, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.429981", - "updated_at": "2026-07-09T01:31:14.429981" + "created_at": "2026-07-09T04:23:19.111473", + "updated_at": "2026-07-09T04:23:19.112474" } diff --git a/site/public/v1/smartphones/ulefone-armor-7e-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-7e-4gb-128gb-4g-lte/index.json index 66e828fe4f94..3ae87480a021 100644 --- a/site/public/v1/smartphones/ulefone-armor-7e-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-7e-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 290.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.9, + "width_mm": 81.0, + "depth_mm": 13.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.2, + "overall": 45.9, "performance": null, "camera": null, - "battery": 44.2, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.455155", - "updated_at": "2026-07-09T01:31:14.455155" + "created_at": "2026-07-09T04:23:19.138495", + "updated_at": "2026-07-09T04:23:19.138495" } diff --git a/site/public/v1/smartphones/ulefone-armor-8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-8-4gb-64gb-4g-lte/index.json index 3ca3eecc511b..e3e40ff8221c 100644 --- a/site/public/v1/smartphones/ulefone-armor-8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-8-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5580, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 282.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 81.8, + "depth_mm": 15.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 46.7, "performance": null, "camera": null, - "battery": 45.0, + "battery": 46.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.457163", - "updated_at": "2026-07-09T01:31:14.457163" + "created_at": "2026-07-09T04:23:19.139497", + "updated_at": "2026-07-09T04:23:19.139497" } diff --git a/site/public/v1/smartphones/ulefone-armor-8-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-8-pro-8gb-128gb-4g-lte/index.json index 1c770917dbe8..d2cf2d31b939 100644 --- a/site/public/v1/smartphones/ulefone-armor-8-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-8-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5580, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 282.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 81.8, + "depth_mm": 15.0 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 46.7, "performance": null, "camera": null, - "battery": 45.0, + "battery": 46.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.504353", - "updated_at": "2026-07-09T01:31:14.504353" + "created_at": "2026-07-09T04:23:19.149569", + "updated_at": "2026-07-09T04:23:19.149569" } diff --git a/site/public/v1/smartphones/ulefone-armor-9-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-9-8gb-128gb-4g-lte/index.json index 331842b0014a..8d64cf971223 100644 --- a/site/public/v1/smartphones/ulefone-armor-9-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-9-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.2, + "width_mm": 82.0, + "depth_mm": 15.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 51.4, "performance": null, "camera": null, - "battery": 49.2, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.457163", - "updated_at": "2026-07-09T01:31:14.457163" + "created_at": "2026-07-09T04:23:19.140494", + "updated_at": "2026-07-09T04:23:19.140494" } diff --git a/site/public/v1/smartphones/ulefone-armor-9e-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-9e-8gb-128gb-4g-lte/index.json index a134a65cee6a..67a27a8713d0 100644 --- a/site/public/v1/smartphones/ulefone-armor-9e-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-9e-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 324.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.2, + "width_mm": 82.0, + "depth_mm": 15.0 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 51.4, "performance": null, "camera": null, - "battery": 49.2, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.458166", - "updated_at": "2026-07-09T01:31:14.458166" + "created_at": "2026-07-09T04:23:19.140494", + "updated_at": "2026-07-09T04:23:19.140494" } diff --git a/site/public/v1/smartphones/ulefone-armor-x-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-x-2gb-16gb-4g-lte/index.json index 15daf3c3a892..96b62d1361c7 100644 --- a/site/public/v1/smartphones/ulefone-armor-x-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 256.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 76.6, + "depth_mm": 13.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.0, + "overall": 40.9, "performance": null, "camera": null, - "battery": 40.0, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.352156", - "updated_at": "2026-07-09T01:31:14.352156" + "created_at": "2026-07-09T04:23:19.086180", + "updated_at": "2026-07-09T04:23:19.086180" } diff --git a/site/public/v1/smartphones/ulefone-armor-x10-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-x10-4gb-32gb-4g-lte/index.json index af2227ca20c5..21eb79efb60a 100644 --- a/site/public/v1/smartphones/ulefone-armor-x10-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x10-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5180, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 256.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.7, + "depth_mm": 14.6 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.0, + "overall": 41.8, "performance": null, "camera": null, - "battery": 41.0, + "battery": 41.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.506364", - "updated_at": "2026-07-09T01:31:14.506364" + "created_at": "2026-07-09T04:23:19.151574", + "updated_at": "2026-07-09T04:23:19.151574" } diff --git a/site/public/v1/smartphones/ulefone-armor-x10-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-x10-pro-4gb-64gb-4g-lte/index.json index 4732e5e09562..ae6380e09251 100644 --- a/site/public/v1/smartphones/ulefone-armor-x10-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x10-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5180, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 256.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.7, + "depth_mm": 14.6 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.0, + "overall": 41.8, "performance": null, "camera": null, - "battery": 41.0, + "battery": 41.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.530255", - "updated_at": "2026-07-09T01:31:14.530255" + "created_at": "2026-07-09T04:23:19.156571", + "updated_at": "2026-07-09T04:23:19.156571" } diff --git a/site/public/v1/smartphones/ulefone-armor-x2-2gb-16gb-3g/index.json b/site/public/v1/smartphones/ulefone-armor-x2-2gb-16gb-3g/index.json index 57d49ad2d1aa..d84420b989ae 100644 --- a/site/public/v1/smartphones/ulefone-armor-x2-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x2-2gb-16gb-3g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 256.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 76.6, + "depth_mm": 13.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.0, + "overall": 40.9, "performance": null, "camera": null, - "battery": 40.0, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.354139", - "updated_at": "2026-07-09T01:31:14.354139" + "created_at": "2026-07-09T04:23:19.088455", + "updated_at": "2026-07-09T04:23:19.088455" } diff --git a/site/public/v1/smartphones/ulefone-armor-x3-2gb-32gb-3g/index.json b/site/public/v1/smartphones/ulefone-armor-x3-2gb-32gb-3g/index.json index 85fb43fd0378..c7f4f912f85e 100644 --- a/site/public/v1/smartphones/ulefone-armor-x3-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x3-2gb-32gb-3g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 235.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 77.5, + "depth_mm": 13.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.434520", - "updated_at": "2026-07-09T01:31:14.434520" + "created_at": "2026-07-09T04:23:19.114470", + "updated_at": "2026-07-09T04:23:19.114470" } diff --git a/site/public/v1/smartphones/ulefone-armor-x5-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-x5-3gb-32gb-4g-lte/index.json index e4f9af474d36..47a265d7d13a 100644 --- a/site/public/v1/smartphones/ulefone-armor-x5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x5-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 223.8, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.436522", - "updated_at": "2026-07-09T01:31:14.436522" + "created_at": "2026-07-09T04:23:19.117469", + "updated_at": "2026-07-09T04:23:19.117469" } diff --git a/site/public/v1/smartphones/ulefone-armor-x6-2gb-16gb-3g/index.json b/site/public/v1/smartphones/ulefone-armor-x6-2gb-16gb-3g/index.json index e01c17184034..0653fffeea89 100644 --- a/site/public/v1/smartphones/ulefone-armor-x6-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x6-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 223.8, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.438489", - "updated_at": "2026-07-09T01:31:14.438489" + "created_at": "2026-07-09T04:23:19.119468", + "updated_at": "2026-07-09T04:23:19.119468" } diff --git a/site/public/v1/smartphones/ulefone-armor-x6-pro-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-x6-pro-4gb-32gb-4g-lte/index.json index 77ad7d7bc36a..8459837937eb 100644 --- a/site/public/v1/smartphones/ulefone-armor-x6-pro-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x6-pro-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 227.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.4 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.544067", - "updated_at": "2026-07-09T01:31:14.544067" + "created_at": "2026-07-09T04:23:19.157574", + "updated_at": "2026-07-09T04:23:19.157574" } diff --git a/site/public/v1/smartphones/ulefone-armor-x7-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-x7-2gb-16gb-4g-lte/index.json index 5c2a7432b4da..b0a2baa3e8f8 100644 --- a/site/public/v1/smartphones/ulefone-armor-x7-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x7-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 234.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.6 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.459145", - "updated_at": "2026-07-09T01:31:14.459145" + "created_at": "2026-07-09T04:23:19.141489", + "updated_at": "2026-07-09T04:23:19.141489" } diff --git a/site/public/v1/smartphones/ulefone-armor-x7-pro-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-armor-x7-pro-4gb-32gb-4g-lte/index.json index 20292c975b4e..360b0c1cf9d2 100644 --- a/site/public/v1/smartphones/ulefone-armor-x7-pro-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-armor-x7-pro-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 234.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 78.9, + "depth_mm": 14.6 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.460142", - "updated_at": "2026-07-09T01:31:14.460142" + "created_at": "2026-07-09T04:23:19.142492", + "updated_at": "2026-07-09T04:23:19.142492" } diff --git a/site/public/v1/smartphones/ulefone-note-10-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-10-2gb-32gb-4g-lte/index.json index 391b37490748..e615dee113e5 100644 --- a/site/public/v1/smartphones/ulefone-note-10-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-10-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.0, + "overall": 40.9, "performance": null, "camera": null, - "battery": 40.0, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.507311", - "updated_at": "2026-07-09T01:31:14.507311" + "created_at": "2026-07-09T04:23:19.152574", + "updated_at": "2026-07-09T04:23:19.152574" } diff --git a/site/public/v1/smartphones/ulefone-note-11p-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-11p-8gb-128gb-4g-lte/index.json index a38e0410f930..da2d379e0d4e 100644 --- a/site/public/v1/smartphones/ulefone-note-11p-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-11p-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.9, + "width_mm": 77.2, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 35.0, "performance": null, "camera": null, - "battery": 34.2, + "battery": 35.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.512331", - "updated_at": "2026-07-09T01:31:14.513315" + "created_at": "2026-07-09T04:23:19.153584", + "updated_at": "2026-07-09T04:23:19.153584" } diff --git a/site/public/v1/smartphones/ulefone-note-12p-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-12p-4gb-64gb-4g-lte/index.json index c134960a2d46..a5cac6528473 100644 --- a/site/public/v1/smartphones/ulefone-note-12p-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-12p-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 237.0, - "dimensions": {}, + "dimensions": { + "height_mm": 173.6, + "width_mm": 79.1, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.0, + "overall": 45.9, "performance": null, "camera": null, - "battery": 45.0, + "battery": 45.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.517333", - "updated_at": "2026-07-09T01:31:14.517333" + "created_at": "2026-07-09T04:23:19.153584", + "updated_at": "2026-07-09T04:23:19.153584" } diff --git a/site/public/v1/smartphones/ulefone-note-14-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-14-4gb-64gb-4g-lte/index.json index 61955a676bf4..283b34d92e22 100644 --- a/site/public/v1/smartphones/ulefone-note-14-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-14-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.551033", - "updated_at": "2026-07-09T01:31:14.551033" + "created_at": "2026-07-09T04:23:19.158575", + "updated_at": "2026-07-09T04:23:19.158575" } diff --git a/site/public/v1/smartphones/ulefone-note-16-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-16-pro-8gb-256gb-4g-lte/index.json index 040d463e3cc4..85ae5cbe8e96 100644 --- a/site/public/v1/smartphones/ulefone-note-16-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-16-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4400, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.4, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.2, + "overall": 28.6, "performance": 23.3, "camera": null, - "battery": 33.2, + "battery": 34.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.566015", - "updated_at": "2026-07-09T01:31:14.566015" + "created_at": "2026-07-09T04:23:19.165094", + "updated_at": "2026-07-09T04:23:19.165094" } diff --git a/site/public/v1/smartphones/ulefone-note-17-pro-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-17-pro-12gb-256gb-4g-lte/index.json index 1b6a996097ae..895609d21000 100644 --- a/site/public/v1/smartphones/ulefone-note-17-pro-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-17-pro-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 197.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 74.2, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.2, + "overall": 52.5, "performance": 48.1, "camera": null, - "battery": 52.2, + "battery": 57.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.575037", - "updated_at": "2026-07-09T01:31:14.575037" + "created_at": "2026-07-09T04:23:19.173105", + "updated_at": "2026-07-09T04:23:19.174107" } diff --git a/site/public/v1/smartphones/ulefone-note-18-ultra-6gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-note-18-ultra-6gb-256gb-5g/index.json index 7ed8f8d821a6..8eaadd964d52 100644 --- a/site/public/v1/smartphones/ulefone-note-18-ultra-6gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-note-18-ultra-6gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5450, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 211.6, - "dimensions": {}, + "dimensions": { + "height_mm": 168.8, + "width_mm": 76.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.8, + "overall": 45.9, "performance": 35.5, "camera": null, - "battery": 54.1, + "battery": 56.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.576060", - "updated_at": "2026-07-09T01:31:14.576060" + "created_at": "2026-07-09T04:23:19.175107", + "updated_at": "2026-07-09T04:23:19.175107" } diff --git a/site/public/v1/smartphones/ulefone-note-6-1gb-32gb-3g/index.json b/site/public/v1/smartphones/ulefone-note-6-1gb-32gb-3g/index.json index 32df7ddbbd4b..837e9c2eb3ad 100644 --- a/site/public/v1/smartphones/ulefone-note-6-1gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/ulefone-note-6-1gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.4, + "width_mm": 73.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.521318", - "updated_at": "2026-07-09T01:31:14.521318" + "created_at": "2026-07-09T04:23:19.154576", + "updated_at": "2026-07-09T04:23:19.154576" } diff --git a/site/public/v1/smartphones/ulefone-note-6p-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-6p-2gb-32gb-4g-lte/index.json index dfad2a73ce00..e58355dfc1ae 100644 --- a/site/public/v1/smartphones/ulefone-note-6p-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-6p-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.4, + "width_mm": 73.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.524245", - "updated_at": "2026-07-09T01:31:14.524245" + "created_at": "2026-07-09T04:23:19.155574", + "updated_at": "2026-07-09T04:23:19.155574" } diff --git a/site/public/v1/smartphones/ulefone-note-6t-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-6t-3gb-64gb-4g-lte/index.json index 622db74705c8..69dd60784fea 100644 --- a/site/public/v1/smartphones/ulefone-note-6t-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-6t-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.4, + "width_mm": 73.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.556000", - "updated_at": "2026-07-09T01:31:14.556000" + "created_at": "2026-07-09T04:23:19.159570", + "updated_at": "2026-07-09T04:23:19.159570" } diff --git a/site/public/v1/smartphones/ulefone-note-7-3gb-32gb-3g/index.json b/site/public/v1/smartphones/ulefone-note-7-3gb-32gb-3g/index.json index 470eb51d6be8..d5870fad6bfb 100644 --- a/site/public/v1/smartphones/ulefone-note-7-3gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/ulefone-note-7-3gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 177.5, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.441111", - "updated_at": "2026-07-09T01:31:14.441111" + "created_at": "2026-07-09T04:23:19.121468", + "updated_at": "2026-07-09T04:23:19.121468" } diff --git a/site/public/v1/smartphones/ulefone-note-7p-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-7p-3gb-32gb-4g-lte/index.json index 8bd7844ee6dd..c280cdb69a21 100644 --- a/site/public/v1/smartphones/ulefone-note-7p-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-7p-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 178.8, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.443121", - "updated_at": "2026-07-09T01:31:14.443121" + "created_at": "2026-07-09T04:23:19.123470", + "updated_at": "2026-07-09T04:23:19.123470" } diff --git a/site/public/v1/smartphones/ulefone-note-7t-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-7t-2gb-16gb-4g-lte/index.json index d27e2dd10f4f..1f56354971d9 100644 --- a/site/public/v1/smartphones/ulefone-note-7t-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-7t-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 177.5, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.468333", - "updated_at": "2026-07-09T01:31:14.468333" + "created_at": "2026-07-09T04:23:19.144570", + "updated_at": "2026-07-09T04:23:19.144570" } diff --git a/site/public/v1/smartphones/ulefone-note-8-2gb-16gb-3g/index.json b/site/public/v1/smartphones/ulefone-note-8-2gb-16gb-3g/index.json index 0f260d5a5c8e..598f284e52ee 100644 --- a/site/public/v1/smartphones/ulefone-note-8-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/ulefone-note-8-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.7, + "width_mm": 66.5, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.480247", - "updated_at": "2026-07-09T01:31:14.480247" + "created_at": "2026-07-09T04:23:19.144570", + "updated_at": "2026-07-09T04:23:19.144570" } diff --git a/site/public/v1/smartphones/ulefone-note-8p-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-8p-2gb-16gb-4g-lte/index.json index c32ac6bde65d..b056a2b5bb71 100644 --- a/site/public/v1/smartphones/ulefone-note-8p-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-8p-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.7, + "width_mm": 66.5, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 10 (Go edition)", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.484338", - "updated_at": "2026-07-09T01:31:14.484338" + "created_at": "2026-07-09T04:23:19.145567", + "updated_at": "2026-07-09T04:23:19.145567" } diff --git a/site/public/v1/smartphones/ulefone-note-9p-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-note-9p-4gb-64gb-4g-lte/index.json index 1161b495bfb5..afda12e50804 100644 --- a/site/public/v1/smartphones/ulefone-note-9p-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-note-9p-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 76.7, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 35.0, "performance": null, "camera": null, - "battery": 34.2, + "battery": 35.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.492339", - "updated_at": "2026-07-09T01:31:14.493244" + "created_at": "2026-07-09T04:23:19.146570", + "updated_at": "2026-07-09T04:23:19.146570" } diff --git a/site/public/v1/smartphones/ulefone-power-armor-16s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-power-armor-16s-8gb-128gb-4g-lte/index.json index f070c56cbeb8..a1fb0687f9f9 100644 --- a/site/public/v1/smartphones/ulefone-power-armor-16s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-power-armor-16s-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 9600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 406.0, - "dimensions": {}, + "dimensions": { + "height_mm": 173.4, + "width_mm": 83.4, + "depth_mm": 18.3 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 51.4, "performance": null, "camera": null, - "battery": 49.2, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.578027", - "updated_at": "2026-07-09T01:31:14.578027" + "created_at": "2026-07-09T04:23:19.177108", + "updated_at": "2026-07-09T04:23:19.177108" } diff --git a/site/public/v1/smartphones/ulefone-power-armor-18-12gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-power-armor-18-12gb-256gb-5g/index.json index ac508e39d114..3202c0461a40 100644 --- a/site/public/v1/smartphones/ulefone-power-armor-18-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-power-armor-18-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 9600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 409.0, - "dimensions": {}, + "dimensions": { + "height_mm": 175.2, + "width_mm": 83.4, + "depth_mm": 18.8 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.8, + "overall": 59.0, "performance": 45.8, "camera": null, - "battery": 61.7, + "battery": 72.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.561011", - "updated_at": "2026-07-09T01:31:14.561011" + "created_at": "2026-07-09T04:23:19.161568", + "updated_at": "2026-07-09T04:23:19.161568" } diff --git a/site/public/v1/smartphones/ulefone-power-armor-18t-12gb-256gb-5g/index.json b/site/public/v1/smartphones/ulefone-power-armor-18t-12gb-256gb-5g/index.json index 54142ddabe68..5ac707dc33a0 100644 --- a/site/public/v1/smartphones/ulefone-power-armor-18t-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/ulefone-power-armor-18t-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 9600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 409.0, - "dimensions": {}, + "dimensions": { + "height_mm": 175.2, + "width_mm": 83.4, + "depth_mm": 18.8 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.8, + "overall": 59.0, "performance": 45.8, "camera": null, - "battery": 61.7, + "battery": 72.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.561998", - "updated_at": "2026-07-09T01:31:14.561998" + "created_at": "2026-07-09T04:23:19.161568", + "updated_at": "2026-07-09T04:23:19.161568" } diff --git a/site/public/v1/smartphones/ulefone-power-armor-19-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-power-armor-19-12gb-256gb-4g-lte/index.json index a40f6bd83dee..45a003e0dcc6 100644 --- a/site/public/v1/smartphones/ulefone-power-armor-19-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-power-armor-19-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 9600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 409.0, - "dimensions": {}, + "dimensions": { + "height_mm": 175.2, + "width_mm": 83.4, + "depth_mm": 18.8 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.9, + "overall": 60.2, "performance": 48.1, "camera": null, - "battery": 61.7, + "battery": 72.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.564022", - "updated_at": "2026-07-09T01:31:14.564022" + "created_at": "2026-07-09T04:23:19.162576", + "updated_at": "2026-07-09T04:23:19.162576" } diff --git a/site/public/v1/smartphones/ulefone-power-armor-19t-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-power-armor-19t-12gb-256gb-4g-lte/index.json index bbf5e5ab77b8..7cdea76858b4 100644 --- a/site/public/v1/smartphones/ulefone-power-armor-19t-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-power-armor-19t-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 9600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 409.0, - "dimensions": {}, + "dimensions": { + "height_mm": 175.2, + "width_mm": 83.4, + "depth_mm": 18.8 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.9, + "overall": 60.2, "performance": 48.1, "camera": null, - "battery": 61.7, + "battery": 72.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.567043", - "updated_at": "2026-07-09T01:31:14.567043" + "created_at": "2026-07-09T04:23:19.165094", + "updated_at": "2026-07-09T04:23:19.165094" } diff --git a/site/public/v1/smartphones/ulefone-power-armor-20wt-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-power-armor-20wt-12gb-256gb-4g-lte/index.json index dc10c180477c..2f5270eb0e19 100644 --- a/site/public/v1/smartphones/ulefone-power-armor-20wt-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-power-armor-20wt-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10850, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 382.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 79.2, + "depth_mm": 18.1 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.9, + "overall": 57.3, "performance": 48.1, "camera": null, - "battery": 61.7, + "battery": 66.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.567996", - "updated_at": "2026-07-09T01:31:14.567996" + "created_at": "2026-07-09T04:23:19.166090", + "updated_at": "2026-07-09T04:23:19.166090" } diff --git a/site/public/v1/smartphones/ulefone-power-armor-x11-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-power-armor-x11-4gb-32gb-4g-lte/index.json index 25a0434ee7f3..b12174ff5ca4 100644 --- a/site/public/v1/smartphones/ulefone-power-armor-x11-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-power-armor-x11-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8150, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 330.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 76.7, + "depth_mm": 19.3 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 50.0, "performance": null, "camera": null, - "battery": 49.2, + "battery": 50.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.569049", - "updated_at": "2026-07-09T01:31:14.569049" + "created_at": "2026-07-09T04:23:19.167089", + "updated_at": "2026-07-09T04:23:19.167089" } diff --git a/site/public/v1/smartphones/ulefone-s1-1gb-8gb-3g/index.json b/site/public/v1/smartphones/ulefone-s1-1gb-8gb-3g/index.json index 286cc3c8b6c7..d6bfea2aafd9 100644 --- a/site/public/v1/smartphones/ulefone-s1-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/ulefone-s1-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 70.7, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.358399", - "updated_at": "2026-07-09T01:31:14.358399" + "created_at": "2026-07-09T04:23:19.092453", + "updated_at": "2026-07-09T04:23:19.092453" } diff --git a/site/public/v1/smartphones/ulefone-s11-3gb-32gb-3g/index.json b/site/public/v1/smartphones/ulefone-s11-3gb-32gb-3g/index.json index 53b8dac43f10..7db83b0653c5 100644 --- a/site/public/v1/smartphones/ulefone-s11-3gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/ulefone-s11-3gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 177.5, - "dimensions": {}, + "dimensions": { + "height_mm": 156.1, + "width_mm": 73.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.449071", - "updated_at": "2026-07-09T01:31:14.449071" + "created_at": "2026-07-09T04:23:19.130987", + "updated_at": "2026-07-09T04:23:19.130987" } diff --git a/site/public/v1/smartphones/ulefone-t2-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-t2-6gb-128gb-4g-lte/index.json index dce801ec362d..224d775c4c4d 100644 --- a/site/public/v1/smartphones/ulefone-t2-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-t2-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 197.2, - "dimensions": {}, + "dimensions": { + "height_mm": 167.6, + "width_mm": 80.3, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 33.4, "performance": null, "camera": null, - "battery": 31.2, + "battery": 33.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.451070", - "updated_at": "2026-07-09T01:31:14.451070" + "created_at": "2026-07-09T04:23:19.133486", + "updated_at": "2026-07-09T04:23:19.133486" } diff --git a/site/public/v1/smartphones/ulefone-t2-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/ulefone-t2-pro-8gb-128gb-4g-lte/index.json index 6f99035a6d0f..6f288b452403 100644 --- a/site/public/v1/smartphones/ulefone-t2-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/ulefone-t2-pro-8gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.9, + "width_mm": 78.3, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.364448", - "updated_at": "2026-07-09T01:31:14.364448" + "created_at": "2026-07-09T04:23:19.098456", + "updated_at": "2026-07-09T04:23:19.098456" } diff --git a/site/public/v1/smartphones/vivo-iqoo-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-iqoo-12gb-256gb-4g-lte/index.json index 13d45e5c98c8..fe77b96b26c6 100644 --- a/site/public/v1/smartphones/vivo-iqoo-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 75.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 46.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 46.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.840878", - "updated_at": "2026-07-09T01:31:14.840878" + "created_at": "2026-07-09T04:23:19.656690", + "updated_at": "2026-07-09T04:23:19.656690" } diff --git a/site/public/v1/smartphones/vivo-iqoo-neo-855-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-iqoo-neo-855-8gb-256gb-4g-lte/index.json index 2c7e0cbbba5a..bf4518308a03 100644 --- a/site/public/v1/smartphones/vivo-iqoo-neo-855-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-neo-855-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 198.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 49.5, "performance": null, "camera": null, - "battery": 44.6, + "battery": 49.5, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.841953", - "updated_at": "2026-07-09T01:31:14.841953" + "created_at": "2026-07-09T04:23:19.659218", + "updated_at": "2026-07-09T04:23:19.659218" } diff --git a/site/public/v1/smartphones/vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte/index.json index a84485f1006e..30539d1d13ef 100644 --- a/site/public/v1/smartphones/vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-neo-855-racing-12gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 198.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 49.5, "performance": null, "camera": null, - "battery": 44.6, + "battery": 49.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.843954", - "updated_at": "2026-07-09T01:31:14.843954" + "created_at": "2026-07-09T04:23:19.676695", + "updated_at": "2026-07-09T04:23:19.676695" } diff --git a/site/public/v1/smartphones/vivo-iqoo-neo-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-iqoo-neo-8gb-128gb-4g-lte/index.json index 0a128494f384..620ed7224269 100644 --- a/site/public/v1/smartphones/vivo-iqoo-neo-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-neo-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 198.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 41.4, "performance": null, "camera": null, - "battery": 38.3, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.841953", - "updated_at": "2026-07-09T01:31:14.841953" + "created_at": "2026-07-09T04:23:19.658204", + "updated_at": "2026-07-09T04:23:19.658204" } diff --git a/site/public/v1/smartphones/vivo-iqoo-neo7-china-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-neo7-china-12gb-512gb-5g/index.json index be145608a221..0f7ed3f72c1e 100644 --- a/site/public/v1/smartphones/vivo-iqoo-neo7-china-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-neo7-china-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, OriginOS Ocean", "os_version": "13", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.8, + "overall": 75.8, "performance": null, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.265159", - "updated_at": "2026-07-09T01:31:15.265159" + "created_at": "2026-07-09T04:23:20.426612", + "updated_at": "2026-07-09T04:23:20.426612" } diff --git a/site/public/v1/smartphones/vivo-iqoo-neo7-se-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-neo7-se-16gb-512gb-5g/index.json index 455fedb32414..de5538ea2a72 100644 --- a/site/public/v1/smartphones/vivo-iqoo-neo7-se-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-neo7-se-16gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 61.5, + "overall": 71.5, "performance": 67.2, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.266153", - "updated_at": "2026-07-09T01:31:15.266153" + "created_at": "2026-07-09T04:23:20.426612", + "updated_at": "2026-07-09T04:23:20.426612" } diff --git a/site/public/v1/smartphones/vivo-iqoo-neo8-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-neo8-pro-16gb-512gb-5g/index.json index 778334cb210d..3bb3b6daced0 100644 --- a/site/public/v1/smartphones/vivo-iqoo-neo8-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-neo8-pro-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 77.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, Funtouch 13 or OriginOS 3 (China)", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 66.2, + "overall": 76.2, "performance": 76.7, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.384249", - "updated_at": "2026-07-09T01:31:15.384249" + "created_at": "2026-07-09T04:23:20.585790", + "updated_at": "2026-07-09T04:23:20.585790" } diff --git a/site/public/v1/smartphones/vivo-iqoo-neo9-pro-china-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-neo9-pro-china-16gb-512gb-5g/index.json index 88604bb28e17..904178f2afcd 100644 --- a/site/public/v1/smartphones/vivo-iqoo-neo9-pro-china-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-neo9-pro-china-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5160, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 75.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14, OriginOS 4", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 71.0, + "overall": 81.1, "performance": 84.7, "camera": null, - "battery": 57.4, + "battery": 77.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.387176", - "updated_at": "2026-07-09T01:31:15.387176" + "created_at": "2026-07-09T04:23:20.587796", + "updated_at": "2026-07-09T04:23:20.587796" } diff --git a/site/public/v1/smartphones/vivo-iqoo-neo9s-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-neo9s-pro-16gb-512gb-5g/index.json index 2e571d529a26..9749c4fcf0dc 100644 --- a/site/public/v1/smartphones/vivo-iqoo-neo9s-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-neo9s-pro-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5160, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 75.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14, OriginOS 4", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 71.0, + "overall": 81.1, "performance": 84.7, "camera": null, - "battery": 57.4, + "battery": 77.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.458015", - "updated_at": "2026-07-09T01:31:15.458015" + "created_at": "2026-07-09T04:23:20.669396", + "updated_at": "2026-07-09T04:23:20.669396" } diff --git a/site/public/v1/smartphones/vivo-iqoo-pro-12gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-iqoo-pro-12gb-128gb-4g-lte/index.json index e6745a93f6a7..4cccc39dc30d 100644 --- a/site/public/v1/smartphones/vivo-iqoo-pro-12gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-pro-12gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 215.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 75.7, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 51.4, "performance": null, "camera": null, - "battery": 44.6, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.847019", - "updated_at": "2026-07-09T01:31:14.847019" + "created_at": "2026-07-09T04:23:19.699977", + "updated_at": "2026-07-09T04:23:19.700967" } diff --git a/site/public/v1/smartphones/vivo-iqoo-pro-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-pro-5g-12gb-256gb-5g/index.json index 7c2ff03364e5..90e6fb31f5bb 100644 --- a/site/public/v1/smartphones/vivo-iqoo-pro-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-pro-5g-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 217.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 75.7, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 51.4, "performance": null, "camera": null, - "battery": 44.6, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.847884", - "updated_at": "2026-07-09T01:31:14.847884" + "created_at": "2026-07-09T04:23:19.709973", + "updated_at": "2026-07-09T04:23:19.709973" } diff --git a/site/public/v1/smartphones/vivo-iqoo-u1-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-iqoo-u1-8gb-128gb-4g-lte/index.json index ac621d0fe2c0..1db3e10ea9d4 100644 --- a/site/public/v1/smartphones/vivo-iqoo-u1-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-u1-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 76.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, iQOO UI 1.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.5, + "overall": 44.8, "performance": null, "camera": null, - "battery": 42.5, + "battery": 44.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.967518", - "updated_at": "2026-07-09T01:31:14.967518" + "created_at": "2026-07-09T04:23:19.896974", + "updated_at": "2026-07-09T04:23:19.896974" } diff --git a/site/public/v1/smartphones/vivo-iqoo-u3-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-u3-8gb-128gb-5g/index.json index 053bc11163dd..312efad5a18e 100644 --- a/site/public/v1/smartphones/vivo-iqoo-u3-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-u3-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.5, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, IQOO UI 1.5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.7, + "overall": 45.8, "performance": 39.7, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.968522", - "updated_at": "2026-07-09T01:31:14.968522" + "created_at": "2026-07-09T04:23:19.898993", + "updated_at": "2026-07-09T04:23:19.898993" } diff --git a/site/public/v1/smartphones/vivo-iqoo-u5e-6gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-u5e-6gb-128gb-5g/index.json index 61b686fc3c7c..ec2ad01b3d0b 100644 --- a/site/public/v1/smartphones/vivo-iqoo-u5e-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-u5e-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.267084", - "updated_at": "2026-07-09T01:31:15.267084" + "created_at": "2026-07-09T04:23:20.428613", + "updated_at": "2026-07-09T04:23:20.428613" } diff --git a/site/public/v1/smartphones/vivo-iqoo-z1-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-z1-12gb-256gb-5g/index.json index 227ec1bed7c2..dc32e03d58fc 100644 --- a/site/public/v1/smartphones/vivo-iqoo-z1-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-z1-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, iQOO UI 1.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 51.4, "performance": null, "camera": null, - "battery": 44.6, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.968522", - "updated_at": "2026-07-09T01:31:14.968522" + "created_at": "2026-07-09T04:23:19.898993", + "updated_at": "2026-07-09T04:23:19.898993" } diff --git a/site/public/v1/smartphones/vivo-iqoo-z5x-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-z5x-8gb-256gb-5g/index.json index 8fd75043fb86..a767acc48414 100644 --- a/site/public/v1/smartphones/vivo-iqoo-z5x-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-z5x-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0 for iQOO", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 50.8, "performance": 43.1, "camera": null, - "battery": 51.7, + "battery": 58.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.096847", - "updated_at": "2026-07-09T01:31:15.096847" + "created_at": "2026-07-09T04:23:20.148170", + "updated_at": "2026-07-09T04:23:20.148170" } diff --git a/site/public/v1/smartphones/vivo-iqoo-z6x-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-z6x-8gb-256gb-5g/index.json index 95dfb51bef6a..80e0567f9005 100644 --- a/site/public/v1/smartphones/vivo-iqoo-z6x-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-z6x-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 11, OriginOS Ocean", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.8, + "overall": 54.2, "performance": 39.9, "camera": null, - "battery": 61.7, + "battery": 68.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.273176", - "updated_at": "2026-07-09T01:31:15.273176" + "created_at": "2026-07-09T04:23:20.433617", + "updated_at": "2026-07-09T04:23:20.433617" } diff --git a/site/public/v1/smartphones/vivo-iqoo-z8-china-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-z8-china-12gb-512gb-5g/index.json index 796c66215ad3..91ff7ea882d2 100644 --- a/site/public/v1/smartphones/vivo-iqoo-z8-china-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-z8-china-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 60.1, + "overall": 70.2, "performance": 64.5, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.391272", - "updated_at": "2026-07-09T01:31:15.391272" + "created_at": "2026-07-09T04:23:20.592791", + "updated_at": "2026-07-09T04:23:20.592791" } diff --git a/site/public/v1/smartphones/vivo-iqoo-z9-turbo-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-iqoo-z9-turbo-16gb-512gb-5g/index.json index 1837bb3b732b..4d8a1d153f7b 100644 --- a/site/public/v1/smartphones/vivo-iqoo-z9-turbo-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-iqoo-z9-turbo-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6400, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 75.9, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14, OriginOS 4", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 75.2, + "overall": 81.8, "performance": 84.7, "camera": null, - "battery": 65.8, + "battery": 78.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.462020", - "updated_at": "2026-07-09T01:31:15.462020" + "created_at": "2026-07-09T04:23:20.672396", + "updated_at": "2026-07-09T04:23:20.673388" } diff --git a/site/public/v1/smartphones/vivo-nex-3-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-nex-3-5g-12gb-256gb-5g/index.json index 4083479f4767..6e80ea598a7c 100644 --- a/site/public/v1/smartphones/vivo-nex-3-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-nex-3-5g-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 218.5, - "dimensions": {}, + "dimensions": { + "height_mm": 167.4, + "width_mm": 76.1, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Funtouch 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 51.4, "performance": null, "camera": null, - "battery": 44.6, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.850888", - "updated_at": "2026-07-09T01:31:14.850888" + "created_at": "2026-07-09T04:23:19.713982", + "updated_at": "2026-07-09T04:23:19.713982" } diff --git a/site/public/v1/smartphones/vivo-nex-3-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-nex-3-8gb-128gb-4g-lte/index.json index 7727e66129e0..00a9eea63740 100644 --- a/site/public/v1/smartphones/vivo-nex-3-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-nex-3-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 217.3, - "dimensions": {}, + "dimensions": { + "height_mm": 167.4, + "width_mm": 76.1, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 51.4, "performance": null, "camera": null, - "battery": 44.6, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.849884", - "updated_at": "2026-07-09T01:31:14.849884" + "created_at": "2026-07-09T04:23:19.712985", + "updated_at": "2026-07-09T04:23:19.712985" } diff --git a/site/public/v1/smartphones/vivo-nex-dual-display-10gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-nex-dual-display-10gb-256gb-4g-lte/index.json index 252acef75e8d..238f629422eb 100644 --- a/site/public/v1/smartphones/vivo-nex-dual-display-10gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-nex-dual-display-10gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.2, + "width_mm": 75.3, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 4.5", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.3, + "overall": 31.3, "performance": null, "camera": null, - "battery": 28.3, + "battery": 31.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.759283", - "updated_at": "2026-07-09T01:31:14.759283" + "created_at": "2026-07-09T04:23:19.595788", + "updated_at": "2026-07-09T04:23:19.595788" } diff --git a/site/public/v1/smartphones/vivo-nex-s-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-nex-s-8gb-256gb-4g-lte/index.json index 895bb4923951..e9d8e678f586 100644 --- a/site/public/v1/smartphones/vivo-nex-s-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-nex-s-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), Funtouch 6.6", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 36.4, "performance": null, "camera": null, - "battery": 33.3, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.760281", - "updated_at": "2026-07-09T01:31:14.760281" + "created_at": "2026-07-09T04:23:19.596784", + "updated_at": "2026-07-09T04:23:19.596784" } diff --git a/site/public/v1/smartphones/vivo-s1-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-s1-6gb-256gb-4g-lte/index.json index 9cf1ce4e1c6e..6ea7af8b1c15 100644 --- a/site/public/v1/smartphones/vivo-s1-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-s1-6gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 36.4, "performance": null, "camera": null, - "battery": 34.2, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.852944", - "updated_at": "2026-07-09T01:31:14.852944" + "created_at": "2026-07-09T04:23:19.715982", + "updated_at": "2026-07-09T04:23:19.715982" } diff --git a/site/public/v1/smartphones/vivo-s1-china-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-s1-china-6gb-128gb-4g-lte/index.json index ab3705764891..5e470da42853 100644 --- a/site/public/v1/smartphones/vivo-s1-china-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-s1-china-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3940, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 189.5, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.6, + "overall": 30.8, "performance": null, "camera": null, - "battery": 28.6, + "battery": 30.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.854961", - "updated_at": "2026-07-09T01:31:14.854961" + "created_at": "2026-07-09T04:23:19.718978", + "updated_at": "2026-07-09T04:23:19.718978" } diff --git a/site/public/v1/smartphones/vivo-s1-prime-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-s1-prime-8gb-128gb-4g-lte/index.json index e0818c640f62..af219b0cc277 100644 --- a/site/public/v1/smartphones/vivo-s1-prime-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-s1-prime-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.2, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.971523", - "updated_at": "2026-07-09T01:31:14.971523" + "created_at": "2026-07-09T04:23:19.901912", + "updated_at": "2026-07-09T04:23:19.901912" } diff --git a/site/public/v1/smartphones/vivo-s1-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-s1-pro-8gb-128gb-4g-lte/index.json index 9eb935f4d2b2..329ff0da6d78 100644 --- a/site/public/v1/smartphones/vivo-s1-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-s1-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.7, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.856490", - "updated_at": "2026-07-09T01:31:14.856490" + "created_at": "2026-07-09T04:23:19.719977", + "updated_at": "2026-07-09T04:23:19.719977" } diff --git a/site/public/v1/smartphones/vivo-s1-pro-china-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-s1-pro-china-8gb-256gb-4g-lte/index.json index 0c308bbfd85c..6ddce0dde03e 100644 --- a/site/public/v1/smartphones/vivo-s1-pro-china-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-s1-pro-china-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.3, + "width_mm": 74.7, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.3, + "overall": 30.5, "performance": null, "camera": null, - "battery": 28.3, + "battery": 30.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.857898", - "updated_at": "2026-07-09T01:31:14.857898" + "created_at": "2026-07-09T04:23:19.720977", + "updated_at": "2026-07-09T04:23:19.720977" } diff --git a/site/public/v1/smartphones/vivo-s10-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s10-12gb-256gb-5g/index.json index a769f09aa140..355422627593 100644 --- a/site/public/v1/smartphones/vivo-s10-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s10-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 73.7, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.5, + "overall": 49.9, "performance": 50.8, "camera": null, - "battery": 42.2, + "battery": 49.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.097766", - "updated_at": "2026-07-09T01:31:15.097766" + "created_at": "2026-07-09T04:23:20.151176", + "updated_at": "2026-07-09T04:23:20.151176" } diff --git a/site/public/v1/smartphones/vivo-s10-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s10-pro-12gb-256gb-5g/index.json index 06ba044c7ed0..f686020252d3 100644 --- a/site/public/v1/smartphones/vivo-s10-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s10-pro-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 73.7, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.5, + "overall": 49.9, "performance": 50.8, "camera": null, - "battery": 42.2, + "battery": 49.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.098849", - "updated_at": "2026-07-09T01:31:15.098849" + "created_at": "2026-07-09T04:23:20.153179", + "updated_at": "2026-07-09T04:23:20.153179" } diff --git a/site/public/v1/smartphones/vivo-s10e-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s10e-8gb-256gb-5g/index.json index 1f817b6a91fe..098094915fe8 100644 --- a/site/public/v1/smartphones/vivo-s10e-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s10e-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.3, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.4, + "overall": 45.8, "performance": 43.1, "camera": null, - "battery": 41.7, + "battery": 48.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.099841", - "updated_at": "2026-07-09T01:31:15.099841" + "created_at": "2026-07-09T04:23:20.162255", + "updated_at": "2026-07-09T04:23:20.162255" } diff --git a/site/public/v1/smartphones/vivo-s12-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s12-12gb-256gb-5g/index.json index f9a11b6f1c18..7d73b9f410df 100644 --- a/site/public/v1/smartphones/vivo-s12-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s12-12gb-256gb-5g/index.json @@ -48,7 +48,7 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 179.0, "dimensions": {}, @@ -65,10 +65,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.2, + "overall": 50.6, "performance": 50.8, "camera": null, - "battery": 43.7, + "battery": 50.5, "display": null, "value": null, "perf": { @@ -83,6 +83,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.099841", - "updated_at": "2026-07-09T01:31:15.099841" + "created_at": "2026-07-09T04:23:20.163252", + "updated_at": "2026-07-09T04:23:20.163252" } diff --git a/site/public/v1/smartphones/vivo-s12-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s12-pro-12gb-256gb-5g/index.json index d5cd955e062f..9ca7b0343151 100644 --- a/site/public/v1/smartphones/vivo-s12-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s12-pro-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 73.3, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, OriginOS Ocean", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.9, + "overall": 54.2, "performance": 57.1, "camera": null, - "battery": 44.7, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.100864", - "updated_at": "2026-07-09T01:31:15.100864" + "created_at": "2026-07-09T04:23:20.164768", + "updated_at": "2026-07-09T04:23:20.164768" } diff --git a/site/public/v1/smartphones/vivo-s15-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s15-pro-12gb-256gb-5g/index.json index 58041723ce45..21c1280253df 100644 --- a/site/public/v1/smartphones/vivo-s15-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s15-pro-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 73.5, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.8, + "overall": 60.3, "performance": 58.8, "camera": null, - "battery": 48.8, + "battery": 61.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.275164", - "updated_at": "2026-07-09T01:31:15.275164" + "created_at": "2026-07-09T04:23:20.435617", + "updated_at": "2026-07-09T04:23:20.435617" } diff --git a/site/public/v1/smartphones/vivo-s15e-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s15e-12gb-256gb-5g/index.json index 50c0533fa853..fd3f6ca63bd3 100644 --- a/site/public/v1/smartphones/vivo-s15e-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s15e-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4700, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, OriginOS Ocean", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.7, + "overall": 58.0, "performance": 54.6, "camera": null, - "battery": 50.7, + "battery": 61.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.275164", - "updated_at": "2026-07-09T01:31:15.275164" + "created_at": "2026-07-09T04:23:20.436617", + "updated_at": "2026-07-09T04:23:20.436617" } diff --git a/site/public/v1/smartphones/vivo-s16-pro-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-s16-pro-12gb-512gb-5g/index.json index 0f069abb5bde..bf054a80bb49 100644 --- a/site/public/v1/smartphones/vivo-s16-pro-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s16-pro-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.1, + "overall": 63.5, "performance": 64.5, "camera": null, - "battery": 51.8, + "battery": 62.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.277134", - "updated_at": "2026-07-09T01:31:15.277134" + "created_at": "2026-07-09T04:23:20.437617", + "updated_at": "2026-07-09T04:23:20.437617" } diff --git a/site/public/v1/smartphones/vivo-s16e-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s16e-12gb-256gb-5g/index.json index fae30ea730da..0887b11c49d8 100644 --- a/site/public/v1/smartphones/vivo-s16e-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s16e-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 187.7, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 11, OriginOS Ocean", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.2, + "overall": 57.5, "performance": 54.6, "camera": null, - "battery": 49.8, + "battery": 60.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.278132", - "updated_at": "2026-07-09T01:31:15.278132" + "created_at": "2026-07-09T04:23:20.438617", + "updated_at": "2026-07-09T04:23:20.438617" } diff --git a/site/public/v1/smartphones/vivo-s17-pro-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-s17-pro-12gb-512gb-5g/index.json index bef2c73acc23..f81544f8c57c 100644 --- a/site/public/v1/smartphones/vivo-s17-pro-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s17-pro-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 74.4, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.1, + "overall": 64.7, "performance": 64.5, "camera": null, - "battery": 51.8, + "battery": 64.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.392244", - "updated_at": "2026-07-09T01:31:15.392244" + "created_at": "2026-07-09T04:23:20.594797", + "updated_at": "2026-07-09T04:23:20.594797" } diff --git a/site/public/v1/smartphones/vivo-s17e-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s17e-12gb-256gb-5g/index.json index 494b14e3efeb..e48b19cfa06b 100644 --- a/site/public/v1/smartphones/vivo-s17e-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s17e-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 74.9, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.6, + "overall": 61.0, "performance": 59.5, "camera": null, - "battery": 51.8, + "battery": 62.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.393244", - "updated_at": "2026-07-09T01:31:15.393244" + "created_at": "2026-07-09T04:23:20.595796", + "updated_at": "2026-07-09T04:23:20.595796" } diff --git a/site/public/v1/smartphones/vivo-s17t-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-s17t-12gb-512gb-5g/index.json index a403c085dde4..8be78d5446f1 100644 --- a/site/public/v1/smartphones/vivo-s17t-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s17t-12gb-512gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 74.4, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.7, + "overall": 59.2, "performance": 57.6, "camera": null, - "battery": 47.7, + "battery": 60.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.394230", - "updated_at": "2026-07-09T01:31:15.394230" + "created_at": "2026-07-09T04:23:20.596806", + "updated_at": "2026-07-09T04:23:20.596806" } diff --git a/site/public/v1/smartphones/vivo-s18-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-s18-pro-16gb-512gb-5g/index.json index 5796554d6bb2..af0be2ac84bf 100644 --- a/site/public/v1/smartphones/vivo-s18-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s18-pro-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 14, OriginOS 4", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 66.2, + "overall": 72.8, "performance": 76.7, "camera": null, - "battery": 55.8, + "battery": 68.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.396232", - "updated_at": "2026-07-09T01:31:15.396232" + "created_at": "2026-07-09T04:23:20.597797", + "updated_at": "2026-07-09T04:23:20.597797" } diff --git a/site/public/v1/smartphones/vivo-s18e-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-s18e-12gb-512gb-5g/index.json index 694c0f56c0cb..e49fb608d5e8 100644 --- a/site/public/v1/smartphones/vivo-s18e-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s18e-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4800, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 74.9, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 14, OriginOS 4", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 56.6, + "overall": 63.1, "performance": 59.5, "camera": null, - "battery": 53.8, + "battery": 66.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.396232", - "updated_at": "2026-07-09T01:31:15.396232" + "created_at": "2026-07-09T04:23:20.598798", + "updated_at": "2026-07-09T04:23:20.598798" } diff --git a/site/public/v1/smartphones/vivo-s19-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-s19-pro-16gb-512gb-5g/index.json index bbd364aba488..c6fb9a9fbbb4 100644 --- a/site/public/v1/smartphones/vivo-s19-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s19-pro-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 14, OriginOS 4", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 68.8, + "overall": 75.3, "performance": 76.7, "camera": null, - "battery": 60.8, + "battery": 73.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.467001", - "updated_at": "2026-07-09T01:31:15.467001" + "created_at": "2026-07-09T04:23:20.680083", + "updated_at": "2026-07-09T04:23:20.680083" } diff --git a/site/public/v1/smartphones/vivo-s5-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-s5-8gb-256gb-4g-lte/index.json index 097498af8a72..a9e20564db3f 100644 --- a/site/public/v1/smartphones/vivo-s5-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-s5-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 73.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.3, + "overall": 37.4, "performance": null, "camera": null, - "battery": 34.3, + "battery": 37.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.858818", - "updated_at": "2026-07-09T01:31:14.858818" + "created_at": "2026-07-09T04:23:19.721984", + "updated_at": "2026-07-09T04:23:19.721984" } diff --git a/site/public/v1/smartphones/vivo-s6-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s6-5g-8gb-256gb-5g/index.json index 97ff71b543d3..251ab12b8ab1 100644 --- a/site/public/v1/smartphones/vivo-s6-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s6-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.2, + "width_mm": 74.7, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.6, + "overall": 42.8, "performance": 40.8, "camera": null, - "battery": 42.5, + "battery": 44.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.973522", - "updated_at": "2026-07-09T01:31:14.973522" + "created_at": "2026-07-09T04:23:19.902910", + "updated_at": "2026-07-09T04:23:19.902910" } diff --git a/site/public/v1/smartphones/vivo-s7e-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s7e-8gb-256gb-5g/index.json index 9963d1d25374..b41dd141dd23 100644 --- a/site/public/v1/smartphones/vivo-s7e-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s7e-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 171.7, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 74.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.8, + "overall": 41.1, "performance": 36.9, "camera": null, - "battery": 40.6, + "battery": 45.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.974613", - "updated_at": "2026-07-09T01:31:14.974613" + "created_at": "2026-07-09T04:23:19.904909", + "updated_at": "2026-07-09T04:23:19.904909" } diff --git a/site/public/v1/smartphones/vivo-s7t-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s7t-8gb-256gb-5g/index.json index 7787be0b40b2..4b95f8d8635b 100644 --- a/site/public/v1/smartphones/vivo-s7t-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s7t-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 74.2, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.9, + "overall": 43.4, "performance": 42.2, "camera": null, - "battery": 39.6, + "battery": 44.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.101832", - "updated_at": "2026-07-09T01:31:15.101832" + "created_at": "2026-07-09T04:23:20.165779", + "updated_at": "2026-07-09T04:23:20.165779" } diff --git a/site/public/v1/smartphones/vivo-s9-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s9-12gb-256gb-5g/index.json index 0a980adc9aef..faf9aa0c89cc 100644 --- a/site/public/v1/smartphones/vivo-s9-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s9-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 73.9, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.2, + "overall": 48.7, "performance": 50.8, "camera": null, - "battery": 41.7, + "battery": 46.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.102834", - "updated_at": "2026-07-09T01:31:15.102834" + "created_at": "2026-07-09T04:23:20.166883", + "updated_at": "2026-07-09T04:23:20.166883" } diff --git a/site/public/v1/smartphones/vivo-s9e-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-s9e-8gb-256gb-5g/index.json index 620ebd66bb73..4dc58e3c435b 100644 --- a/site/public/v1/smartphones/vivo-s9e-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-s9e-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 171.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 74.3, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.4, + "overall": 43.8, "performance": 42.2, "camera": null, - "battery": 40.6, + "battery": 45.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.103860", - "updated_at": "2026-07-09T01:31:15.103860" + "created_at": "2026-07-09T04:23:20.167882", + "updated_at": "2026-07-09T04:23:20.167882" } diff --git a/site/public/v1/smartphones/vivo-t1x-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-t1x-8gb-256gb-5g/index.json index 6836c4b15ddd..b0b01a2213ac 100644 --- a/site/public/v1/smartphones/vivo-t1x-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-t1x-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, OriginOS", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 50.8, "performance": 43.1, "camera": null, - "battery": 51.7, + "battery": 58.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.105845", - "updated_at": "2026-07-09T01:31:15.105845" + "created_at": "2026-07-09T04:23:20.170782", + "updated_at": "2026-07-09T04:23:20.170782" } diff --git a/site/public/v1/smartphones/vivo-t2-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-t2-8gb-256gb-4g-lte/index.json index 09d39bd0014d..8e7b3c0af5a9 100644 --- a/site/public/v1/smartphones/vivo-t2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-t2-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 13, Funtouch 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.5, + "overall": 51.8, "performance": 45.4, "camera": null, - "battery": 47.7, + "battery": 58.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.397235", - "updated_at": "2026-07-09T01:31:15.397235" + "created_at": "2026-07-09T04:23:20.598798", + "updated_at": "2026-07-09T04:23:20.598798" } diff --git a/site/public/v1/smartphones/vivo-t2x-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-t2x-8gb-256gb-5g/index.json index 496c2f26d340..ef248589de92 100644 --- a/site/public/v1/smartphones/vivo-t2x-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-t2x-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 202.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 12, OriginOS 2.0", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.5, + "overall": 62.0, "performance": 55.4, "camera": null, - "battery": 61.7, + "battery": 68.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.284141", - "updated_at": "2026-07-09T01:31:15.284141" + "created_at": "2026-07-09T04:23:20.444778", + "updated_at": "2026-07-09T04:23:20.444778" } diff --git a/site/public/v1/smartphones/vivo-u10-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-u10-6gb-64gb-4g-lte/index.json index d890f0776862..b8a5d7e9c444 100644 --- a/site/public/v1/smartphones/vivo-u10-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-u10-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.859817", - "updated_at": "2026-07-09T01:31:14.859817" + "created_at": "2026-07-09T04:23:19.724978", + "updated_at": "2026-07-09T04:23:19.724978" } diff --git a/site/public/v1/smartphones/vivo-u20-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-u20-8gb-128gb-4g-lte/index.json index 32a2e8da71f6..f6410f3199cc 100644 --- a/site/public/v1/smartphones/vivo-u20-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-u20-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.860822", - "updated_at": "2026-07-09T01:31:14.861917" + "created_at": "2026-07-09T04:23:19.727099", + "updated_at": "2026-07-09T04:23:19.727099" } diff --git a/site/public/v1/smartphones/vivo-u3-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-u3-6gb-64gb-4g-lte/index.json index ca1b56d18d8b..6e6ea7e43189 100644 --- a/site/public/v1/smartphones/vivo-u3-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-u3-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.0", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.862908", - "updated_at": "2026-07-09T01:31:14.862908" + "created_at": "2026-07-09T04:23:19.729099", + "updated_at": "2026-07-09T04:23:19.729099" } diff --git a/site/public/v1/smartphones/vivo-v1-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v1-2gb-16gb-4g-lte/index.json index b5cfcb27aea7..6a438c6876a5 100644 --- a/site/public/v1/smartphones/vivo-v1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.3, + "width_mm": 71.0, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), Funtouch 2.1", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.696822", - "updated_at": "2026-07-09T01:31:14.696822" + "created_at": "2026-07-09T04:23:19.459854", + "updated_at": "2026-07-09T04:23:19.459854" } diff --git a/site/public/v1/smartphones/vivo-v1-max-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v1-max-2gb-16gb-4g-lte/index.json index 8ad7c619d9cb..cdc192f2b541 100644 --- a/site/public/v1/smartphones/vivo-v1-max-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v1-max-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 77.0, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), Funtouch 2.1", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.697782", - "updated_at": "2026-07-09T01:31:14.697782" + "created_at": "2026-07-09T04:23:19.460863", + "updated_at": "2026-07-09T04:23:19.460863" } diff --git a/site/public/v1/smartphones/vivo-v11-v11-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v11-v11-pro-6gb-128gb-4g-lte/index.json index 5463227a8b52..521ba84afe03 100644 --- a/site/public/v1/smartphones/vivo-v11-v11-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v11-v11-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), Funtouch 6.1", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.0, + "overall": 21.3, "performance": null, "camera": null, - "battery": 19.0, + "battery": 21.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.762327", - "updated_at": "2026-07-09T01:31:14.762327" + "created_at": "2026-07-09T04:23:19.599785", + "updated_at": "2026-07-09T04:23:19.599785" } diff --git a/site/public/v1/smartphones/vivo-v11i-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v11i-6gb-128gb-4g-lte/index.json index 674b5f19cef7..9fed64099634 100644 --- a/site/public/v1/smartphones/vivo-v11i-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v11i-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3315, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.6, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.3, + "overall": 24.6, "performance": null, "camera": null, - "battery": 22.3, + "battery": 24.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.763282", - "updated_at": "2026-07-09T01:31:14.763282" + "created_at": "2026-07-09T04:23:19.600785", + "updated_at": "2026-07-09T04:23:19.600785" } diff --git a/site/public/v1/smartphones/vivo-v15-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v15-6gb-128gb-4g-lte/index.json index 8c08d2d81367..26af8cea091f 100644 --- a/site/public/v1/smartphones/vivo-v15-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v15-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 189.5, - "dimensions": {}, + "dimensions": { + "height_mm": 161.2, + "width_mm": 75.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.862908", - "updated_at": "2026-07-09T01:31:14.862908" + "created_at": "2026-07-09T04:23:19.735101", + "updated_at": "2026-07-09T04:23:19.735101" } diff --git a/site/public/v1/smartphones/vivo-v15-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v15-pro-8gb-128gb-4g-lte/index.json index 9421d6f4966c..997a2771f288 100644 --- a/site/public/v1/smartphones/vivo-v15-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v15-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.3, + "width_mm": 74.7, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 28.3, + "overall": 30.5, "performance": null, "camera": null, - "battery": 28.3, + "battery": 30.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.865876", - "updated_at": "2026-07-09T01:31:14.865876" + "created_at": "2026-07-09T04:23:19.746108", + "updated_at": "2026-07-09T04:23:19.746108" } diff --git a/site/public/v1/smartphones/vivo-v17-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v17-8gb-256gb-4g-lte/index.json index 83420ccf49cf..bf8b76ef59f5 100644 --- a/site/public/v1/smartphones/vivo-v17-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v17-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 74.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.867885", - "updated_at": "2026-07-09T01:31:14.867885" + "created_at": "2026-07-09T04:23:19.751103", + "updated_at": "2026-07-09T04:23:19.751103" } diff --git a/site/public/v1/smartphones/vivo-v17-neo-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v17-neo-6gb-128gb-4g-lte/index.json index 4a56cb0a4485..55f05950f89e 100644 --- a/site/public/v1/smartphones/vivo-v17-neo-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v17-neo-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 36.4, "performance": null, "camera": null, - "battery": 34.2, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.868886", - "updated_at": "2026-07-09T01:31:14.868886" + "created_at": "2026-07-09T04:23:19.755112", + "updated_at": "2026-07-09T04:23:19.755112" } diff --git a/site/public/v1/smartphones/vivo-v17-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v17-pro-8gb-128gb-4g-lte/index.json index 2a0aeb18ea04..67a37e14b272 100644 --- a/site/public/v1/smartphones/vivo-v17-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v17-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 201.8, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 74.7, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.3, + "overall": 34.5, "performance": null, "camera": null, - "battery": 32.3, + "battery": 34.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.869922", - "updated_at": "2026-07-09T01:31:14.869922" + "created_at": "2026-07-09T04:23:19.757107", + "updated_at": "2026-07-09T04:23:19.757107" } diff --git a/site/public/v1/smartphones/vivo-v17-russia-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v17-russia-8gb-128gb-4g-lte/index.json index b8c48a5a4017..520e6142c604 100644 --- a/site/public/v1/smartphones/vivo-v17-russia-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v17-russia-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.7, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.871885", - "updated_at": "2026-07-09T01:31:14.871885" + "created_at": "2026-07-09T04:23:19.760627", + "updated_at": "2026-07-09T04:23:19.760627" } diff --git a/site/public/v1/smartphones/vivo-v19-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v19-8gb-256gb-4g-lte/index.json index 81c6e5dcb35b..32ea6895dcd7 100644 --- a/site/public/v1/smartphones/vivo-v19-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v19-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 186.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.6, + "width_mm": 75.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 43.2, "performance": null, "camera": null, - "battery": 38.3, + "battery": 43.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.976602", - "updated_at": "2026-07-09T01:31:14.976602" + "created_at": "2026-07-09T04:23:19.906910", + "updated_at": "2026-07-09T04:23:19.906910" } diff --git a/site/public/v1/smartphones/vivo-v19-indonesia-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v19-indonesia-8gb-256gb-4g-lte/index.json index bd8362916079..679641765ec5 100644 --- a/site/public/v1/smartphones/vivo-v19-indonesia-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v19-indonesia-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 74.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.978601", - "updated_at": "2026-07-09T01:31:14.978601" + "created_at": "2026-07-09T04:23:19.921909", + "updated_at": "2026-07-09T04:23:19.921909" } diff --git a/site/public/v1/smartphones/vivo-v19-neo-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v19-neo-8gb-256gb-4g-lte/index.json index 61f6830dc277..51cf59c7e826 100644 --- a/site/public/v1/smartphones/vivo-v19-neo-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v19-neo-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.0, + "width_mm": 74.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.979623", - "updated_at": "2026-07-09T01:31:14.979623" + "created_at": "2026-07-09T04:23:19.929909", + "updated_at": "2026-07-09T04:23:19.929909" } diff --git a/site/public/v1/smartphones/vivo-v20-2021-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v20-2021-8gb-256gb-4g-lte/index.json index 2cac40ae5087..160229795864 100644 --- a/site/public/v1/smartphones/vivo-v20-2021-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v20-2021-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 74.2, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, Funtouch 12", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 42.4, "performance": null, "camera": null, - "battery": 37.5, + "battery": 42.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.981574", - "updated_at": "2026-07-09T01:31:14.981574" + "created_at": "2026-07-09T04:23:19.959799", + "updated_at": "2026-07-09T04:23:19.959799" } diff --git a/site/public/v1/smartphones/vivo-v20-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v20-8gb-256gb-4g-lte/index.json index fee0377a90ff..8796c91d933c 100644 --- a/site/public/v1/smartphones/vivo-v20-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v20-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.3, + "width_mm": 74.2, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, Funtouch 11", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 42.4, "performance": null, "camera": null, - "battery": 37.5, + "battery": 42.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.980600", - "updated_at": "2026-07-09T01:31:14.980600" + "created_at": "2026-07-09T04:23:19.951699", + "updated_at": "2026-07-09T04:23:19.951699" } diff --git a/site/public/v1/smartphones/vivo-v20-se-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v20-se-8gb-128gb-4g-lte/index.json index 2c092dd2c3ed..edbaead9779f 100644 --- a/site/public/v1/smartphones/vivo-v20-se-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v20-se-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 74.1, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 10, Funtouch 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.3, + "overall": 37.1, "performance": null, "camera": null, - "battery": 32.3, + "battery": 37.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.983587", - "updated_at": "2026-07-09T01:31:14.983587" + "created_at": "2026-07-09T04:23:19.971465", + "updated_at": "2026-07-09T04:23:19.971465" } diff --git a/site/public/v1/smartphones/vivo-v21-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-v21-5g-8gb-256gb-5g/index.json index 1eb855371aed..50e654ae0329 100644 --- a/site/public/v1/smartphones/vivo-v21-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v21-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.9, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 11, Funtouch 11.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.7, + "overall": 42.1, "performance": 39.7, "camera": null, - "battery": 39.6, + "battery": 44.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.107854", - "updated_at": "2026-07-09T01:31:15.107854" + "created_at": "2026-07-09T04:23:20.173777", + "updated_at": "2026-07-09T04:23:20.173777" } diff --git a/site/public/v1/smartphones/vivo-v21-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v21-8gb-256gb-4g-lte/index.json index 1bc1960739f8..32fd86aba60a 100644 --- a/site/public/v1/smartphones/vivo-v21-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v21-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.9, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 11, Funtouch 11.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.7, + "overall": 42.1, "performance": 39.7, "camera": null, - "battery": 39.6, + "battery": 44.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.107854", - "updated_at": "2026-07-09T01:31:15.107854" + "created_at": "2026-07-09T04:23:20.172778", + "updated_at": "2026-07-09T04:23:20.172778" } diff --git a/site/public/v1/smartphones/vivo-v21e-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-v21e-5g-8gb-128gb-5g/index.json index 5f7edc2c8dbd..2ac250d85fcc 100644 --- a/site/public/v1/smartphones/vivo-v21e-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v21e-5g-8gb-128gb-5g/index.json @@ -47,7 +47,7 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 165.0, "dimensions": {}, @@ -64,10 +64,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.5, + "overall": 41.8, "performance": 37.3, "camera": null, - "battery": 39.6, + "battery": 46.4, "display": null, "value": null, "perf": { @@ -82,6 +82,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.109849", - "updated_at": "2026-07-09T01:31:15.109849" + "created_at": "2026-07-09T04:23:20.176780", + "updated_at": "2026-07-09T04:23:20.176780" } diff --git a/site/public/v1/smartphones/vivo-v21e-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v21e-8gb-128gb-4g-lte/index.json index ab2261a689a7..a54c2165b834 100644 --- a/site/public/v1/smartphones/vivo-v21e-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v21e-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.2, + "width_mm": 74.4, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, Funtouch 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 42.4, "performance": null, "camera": null, - "battery": 37.5, + "battery": 42.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.108822", - "updated_at": "2026-07-09T01:31:15.108822" + "created_at": "2026-07-09T04:23:20.174777", + "updated_at": "2026-07-09T04:23:20.174777" } diff --git a/site/public/v1/smartphones/vivo-v21s-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-v21s-8gb-128gb-5g/index.json index fe4e93ed84ee..ddf0dc07e2f0 100644 --- a/site/public/v1/smartphones/vivo-v21s-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v21s-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.7, + "width_mm": 73.9, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.7, + "overall": 42.1, "performance": 39.7, "camera": null, - "battery": 39.6, + "battery": 44.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.285160", - "updated_at": "2026-07-09T01:31:15.285160" + "created_at": "2026-07-09T04:23:20.445777", + "updated_at": "2026-07-09T04:23:20.445777" } diff --git a/site/public/v1/smartphones/vivo-v23-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-v23-5g-12gb-256gb-5g/index.json index ab86c58142c4..5c2eaf8ca14e 100644 --- a/site/public/v1/smartphones/vivo-v23-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v23-5g-12gb-256gb-5g/index.json @@ -48,7 +48,7 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 179.0, "dimensions": {}, @@ -65,10 +65,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.8, + "overall": 50.1, "performance": 49.8, "camera": null, - "battery": 43.7, + "battery": 50.5, "display": null, "value": null, "perf": { @@ -83,6 +83,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.286164", - "updated_at": "2026-07-09T01:31:15.286164" + "created_at": "2026-07-09T04:23:20.446770", + "updated_at": "2026-07-09T04:23:20.446770" } diff --git a/site/public/v1/smartphones/vivo-v23-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-v23-pro-12gb-256gb-5g/index.json index e3437514845a..4527fb9ea766 100644 --- a/site/public/v1/smartphones/vivo-v23-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v23-pro-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 73.3, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.9, + "overall": 54.2, "performance": 57.1, "camera": null, - "battery": 44.7, + "battery": 51.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.287175", - "updated_at": "2026-07-09T01:31:15.287175" + "created_at": "2026-07-09T04:23:20.447337", + "updated_at": "2026-07-09T04:23:20.447337" } diff --git a/site/public/v1/smartphones/vivo-v23e-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-v23e-5g-8gb-128gb-5g/index.json index c262271cc41c..6a6fa58d869f 100644 --- a/site/public/v1/smartphones/vivo-v23e-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v23e-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.9, + "width_mm": 74.3, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, Funtouch 12", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.0, + "overall": 44.5, "performance": 39.9, "camera": null, - "battery": 42.2, + "battery": 49.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.111765", - "updated_at": "2026-07-09T01:31:15.111765" + "created_at": "2026-07-09T04:23:20.178779", + "updated_at": "2026-07-09T04:23:20.178779" } diff --git a/site/public/v1/smartphones/vivo-v25-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-v25-12gb-256gb-5g/index.json index 3246637782c5..c50d62313b7b 100644 --- a/site/public/v1/smartphones/vivo-v25-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v25-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 74.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.2, + "overall": 49.6, "performance": 45.8, "camera": null, - "battery": 46.7, + "battery": 53.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.288160", - "updated_at": "2026-07-09T01:31:15.288160" + "created_at": "2026-07-09T04:23:20.448341", + "updated_at": "2026-07-09T04:23:20.448341" } diff --git a/site/public/v1/smartphones/vivo-v25-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-v25-pro-12gb-256gb-5g/index.json index de70ec869d34..a57dd6ceb780 100644 --- a/site/public/v1/smartphones/vivo-v25-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v25-pro-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4830, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 73.5, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.0, + "overall": 59.4, "performance": 58.1, "camera": null, - "battery": 50.0, + "battery": 60.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.290085", - "updated_at": "2026-07-09T01:31:15.290085" + "created_at": "2026-07-09T04:23:20.450360", + "updated_at": "2026-07-09T04:23:20.450360" } diff --git a/site/public/v1/smartphones/vivo-v25e-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v25e-12gb-256gb-4g-lte/index.json index d9db79f5969c..b6f14aeea0ce 100644 --- a/site/public/v1/smartphones/vivo-v25e-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v25e-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 183.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 74.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.4, + "overall": 50.8, "performance": 48.1, "camera": null, - "battery": 46.7, + "battery": 53.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.292087", - "updated_at": "2026-07-09T01:31:15.292087" + "created_at": "2026-07-09T04:23:20.451346", + "updated_at": "2026-07-09T04:23:20.451346" } diff --git a/site/public/v1/smartphones/vivo-v27-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-v27-12gb-256gb-5g/index.json index 8af2aa731a7c..318333d45785 100644 --- a/site/public/v1/smartphones/vivo-v27-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v27-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 13, Funtouch 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.6, + "overall": 61.0, "performance": 59.5, "camera": null, - "battery": 51.8, + "battery": 62.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.405236", - "updated_at": "2026-07-09T01:31:15.405236" + "created_at": "2026-07-09T04:23:20.602790", + "updated_at": "2026-07-09T04:23:20.602790" } diff --git a/site/public/v1/smartphones/vivo-v27e-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v27e-12gb-256gb-4g-lte/index.json index 657dc15ed91c..db28c18ad259 100644 --- a/site/public/v1/smartphones/vivo-v27e-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v27e-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.5, + "width_mm": 75.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 13, Funtouch 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.9, + "overall": 53.2, "performance": 48.1, "camera": null, - "battery": 47.7, + "battery": 58.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.409222", - "updated_at": "2026-07-09T01:31:15.409222" + "created_at": "2026-07-09T04:23:20.606798", + "updated_at": "2026-07-09T04:23:20.606798" } diff --git a/site/public/v1/smartphones/vivo-v29-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-v29-pro-12gb-256gb-5g/index.json index 00e4c675e8e3..5d359b0d7d39 100644 --- a/site/public/v1/smartphones/vivo-v29-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-v29-pro-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4600, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 74.4, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 13, up to 3 major Android upgrades, Funtouch 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.1, + "overall": 64.7, "performance": 64.5, "camera": null, - "battery": 51.8, + "battery": 64.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.412255", - "updated_at": "2026-07-09T01:31:15.412255" + "created_at": "2026-07-09T04:23:20.626297", + "updated_at": "2026-07-09T04:23:20.626297" } diff --git a/site/public/v1/smartphones/vivo-v3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v3-3gb-32gb-4g-lte/index.json index 798fd993cbfb..c4bc67c49a91 100644 --- a/site/public/v1/smartphones/vivo-v3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v3-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.6, + "width_mm": 71.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.5", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.721815", - "updated_at": "2026-07-09T01:31:14.721815" + "created_at": "2026-07-09T04:23:19.533605", + "updated_at": "2026-07-09T04:23:19.533605" } diff --git a/site/public/v1/smartphones/vivo-v3max-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v3max-4gb-32gb-4g-lte/index.json index 1804cceef761..0ef05ff4d2c8 100644 --- a/site/public/v1/smartphones/vivo-v3max-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v3max-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 77.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.5", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.723711", - "updated_at": "2026-07-09T01:31:14.723711" + "created_at": "2026-07-09T04:23:19.535605", + "updated_at": "2026-07-09T04:23:19.535605" } diff --git a/site/public/v1/smartphones/vivo-v5-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v5-4gb-32gb-4g-lte/index.json index f2a36bf3574e..1405f7563698 100644 --- a/site/public/v1/smartphones/vivo-v5-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v5-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 75.5, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Funtouch 2.6", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.725775", - "updated_at": "2026-07-09T01:31:14.725775" + "created_at": "2026-07-09T04:23:19.538603", + "updated_at": "2026-07-09T04:23:19.538603" } diff --git a/site/public/v1/smartphones/vivo-v5-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v5-plus-4gb-64gb-4g-lte/index.json index 00ceabad83c8..955164c2b977 100644 --- a/site/public/v1/smartphones/vivo-v5-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v5-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3160, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 158.6, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 74.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), Funtouch 3", "os_version": "6", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.6, + "overall": 17.5, "performance": null, "camera": null, - "battery": 16.6, + "battery": 17.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.740227", - "updated_at": "2026-07-09T01:31:14.740227" + "created_at": "2026-07-09T04:23:19.554088", + "updated_at": "2026-07-09T04:23:19.554088" } diff --git a/site/public/v1/smartphones/vivo-v5s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v5s-4gb-64gb-4g-lte/index.json index a1eaa6f42c27..2972153dfe13 100644 --- a/site/public/v1/smartphones/vivo-v5s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v5s-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 75.5, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), Funtouch 3", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.741232", - "updated_at": "2026-07-09T01:31:14.741232" + "created_at": "2026-07-09T04:23:19.555097", + "updated_at": "2026-07-09T04:23:19.555097" } diff --git a/site/public/v1/smartphones/vivo-v7-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v7-4gb-32gb-4g-lte/index.json index 1215a197e83e..b235d452d984 100644 --- a/site/public/v1/smartphones/vivo-v7-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v7-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.3, + "width_mm": 72.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), Funtouch 3.2", "os_version": "7.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.742334", - "updated_at": "2026-07-09T01:31:14.742334" + "created_at": "2026-07-09T04:23:19.556098", + "updated_at": "2026-07-09T04:23:19.556098" } diff --git a/site/public/v1/smartphones/vivo-v7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v7-4gb-64gb-4g-lte/index.json index 6d346db971f6..4ae3783ead00 100644 --- a/site/public/v1/smartphones/vivo-v7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v7-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), Funtouch 3.2", "os_version": "7.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.743313", - "updated_at": "2026-07-09T01:31:14.743313" + "created_at": "2026-07-09T04:23:19.557096", + "updated_at": "2026-07-09T04:23:19.557096" } diff --git a/site/public/v1/smartphones/vivo-v9-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v9-4gb-64gb-4g-lte/index.json index 585fe9a7dc04..ca50f81dcd92 100644 --- a/site/public/v1/smartphones/vivo-v9-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v9-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.764300", - "updated_at": "2026-07-09T01:31:14.764300" + "created_at": "2026-07-09T04:23:19.601819", + "updated_at": "2026-07-09T04:23:19.601819" } diff --git a/site/public/v1/smartphones/vivo-v9-6gb-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v9-6gb-6gb-64gb-4g-lte/index.json index 4801a1bf3a9f..e00e39f42ea3 100644 --- a/site/public/v1/smartphones/vivo-v9-6gb-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v9-6gb-6gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.765326", - "updated_at": "2026-07-09T01:31:14.765326" + "created_at": "2026-07-09T04:23:19.602785", + "updated_at": "2026-07-09T04:23:19.602785" } diff --git a/site/public/v1/smartphones/vivo-v9-youth-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-v9-youth-4gb-64gb-4g-lte/index.json index 87c0ae27b0a3..e09ef89312f1 100644 --- a/site/public/v1/smartphones/vivo-v9-youth-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-v9-youth-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.766290", - "updated_at": "2026-07-09T01:31:14.766290" + "created_at": "2026-07-09T04:23:19.603792", + "updated_at": "2026-07-09T04:23:19.603792" } diff --git a/site/public/v1/smartphones/vivo-x100-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-x100-16gb-512gb-5g/index.json index 04c5abea2f12..10051648af51 100644 --- a/site/public/v1/smartphones/vivo-x100-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x100-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 14, Funtouch 14 (International), OriginOS 4 (China)", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 70.2, + "overall": 80.2, "performance": 84.7, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.424252", - "updated_at": "2026-07-09T01:31:15.424252" + "created_at": "2026-07-09T04:23:20.637304", + "updated_at": "2026-07-09T04:23:20.637304" } diff --git a/site/public/v1/smartphones/vivo-x100s-16gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-x100s-16gb-512gb-5g/index.json index 96dad5c24d80..1a29f06d4be6 100644 --- a/site/public/v1/smartphones/vivo-x100s-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x100s-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 100.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 75.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 14, OriginOS 4", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 70.8, + "overall": 79.0, "performance": 84.7, "camera": null, - "battery": 56.8, + "battery": 73.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.482985", - "updated_at": "2026-07-09T01:31:15.482985" + "created_at": "2026-07-09T04:23:20.701087", + "updated_at": "2026-07-09T04:23:20.701087" } diff --git a/site/public/v1/smartphones/vivo-x20-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x20-4gb-64gb-4g-lte/index.json index fbbaeda4022d..3851f6698180 100644 --- a/site/public/v1/smartphones/vivo-x20-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x20-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.2, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8.0 (Oreo), Funtouch 3.2", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.746292", - "updated_at": "2026-07-09T01:31:14.746292" + "created_at": "2026-07-09T04:23:19.571267", + "updated_at": "2026-07-09T04:23:19.571267" } diff --git a/site/public/v1/smartphones/vivo-x20-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x20-plus-4gb-64gb-4g-lte/index.json index a9eb9009b457..58a594b2a3b3 100644 --- a/site/public/v1/smartphones/vivo-x20-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x20-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3900, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 181.5, - "dimensions": {}, + "dimensions": { + "height_mm": 165.3, + "width_mm": 80.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8.0 (Oreo), Funtouch 3.2", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.0, + "overall": 27.0, "performance": null, "camera": null, - "battery": 24.0, + "battery": 27.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.747231", - "updated_at": "2026-07-09T01:31:14.747231" + "created_at": "2026-07-09T04:23:19.572267", + "updated_at": "2026-07-09T04:23:19.572267" } diff --git a/site/public/v1/smartphones/vivo-x20-plus-ud-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x20-plus-ud-4gb-128gb-4g-lte/index.json index b983f85cee4b..f5ba58eb6dea 100644 --- a/site/public/v1/smartphones/vivo-x20-plus-ud-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x20-plus-ud-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3900, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 181.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.3, + "width_mm": 80.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), Funtouch 3.2", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.0, + "overall": 27.0, "performance": null, "camera": null, - "battery": 24.0, + "battery": 27.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.792325", - "updated_at": "2026-07-09T01:31:14.792325" + "created_at": "2026-07-09T04:23:19.621344", + "updated_at": "2026-07-09T04:23:19.621344" } diff --git a/site/public/v1/smartphones/vivo-x21-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x21-6gb-128gb-4g-lte/index.json index a8b1b3c6ae91..9dee8f2ed2e2 100644 --- a/site/public/v1/smartphones/vivo-x21-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x21-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 156.2, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 74.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.800234", - "updated_at": "2026-07-09T01:31:14.800234" + "created_at": "2026-07-09T04:23:19.624855", + "updated_at": "2026-07-09T04:23:19.624855" } diff --git a/site/public/v1/smartphones/vivo-x21-ud-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x21-ud-6gb-128gb-4g-lte/index.json index a44faad5cc5f..cc0c5793b4af 100644 --- a/site/public/v1/smartphones/vivo-x21-ud-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x21-ud-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 156.2, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 74.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.811231", - "updated_at": "2026-07-09T01:31:14.811231" + "created_at": "2026-07-09T04:23:19.625873", + "updated_at": "2026-07-09T04:23:19.625873" } diff --git a/site/public/v1/smartphones/vivo-x21i-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x21i-6gb-128gb-4g-lte/index.json index fd42a931ce96..ac6decad840f 100644 --- a/site/public/v1/smartphones/vivo-x21i-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x21i-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3425, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.4, + "width_mm": 75.0, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.4, + "overall": 25.7, "performance": null, "camera": null, - "battery": 23.4, + "battery": 25.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.813231", - "updated_at": "2026-07-09T01:31:14.813231" + "created_at": "2026-07-09T04:23:19.627866", + "updated_at": "2026-07-09T04:23:19.627866" } diff --git a/site/public/v1/smartphones/vivo-x23-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x23-8gb-128gb-4g-lte/index.json index 5263f37d1369..51aba170cf42 100644 --- a/site/public/v1/smartphones/vivo-x23-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x23-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 160.5, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 74.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 30.4, "performance": null, "camera": null, - "battery": 27.3, + "battery": 30.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.814231", - "updated_at": "2026-07-09T01:31:14.814231" + "created_at": "2026-07-09T04:23:19.628870", + "updated_at": "2026-07-09T04:23:19.628870" } diff --git a/site/public/v1/smartphones/vivo-x27-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x27-8gb-256gb-4g-lte/index.json index 75d6e7e2d7f8..a20d83c3b475 100644 --- a/site/public/v1/smartphones/vivo-x27-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x27-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.7, + "width_mm": 74.3, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 35.6, "performance": null, "camera": null, - "battery": 33.3, + "battery": 35.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.897909", - "updated_at": "2026-07-09T01:31:14.897909" + "created_at": "2026-07-09T04:23:19.792861", + "updated_at": "2026-07-09T04:23:19.792861" } diff --git a/site/public/v1/smartphones/vivo-x27-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x27-pro-8gb-256gb-4g-lte/index.json index 02b66047274c..2c1f942c513e 100644 --- a/site/public/v1/smartphones/vivo-x27-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x27-pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 74.6, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 35.6, "performance": null, "camera": null, - "battery": 33.3, + "battery": 35.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.898891", - "updated_at": "2026-07-09T01:31:14.898891" + "created_at": "2026-07-09T04:23:19.794862", + "updated_at": "2026-07-09T04:23:19.794862" } diff --git a/site/public/v1/smartphones/vivo-x30-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-x30-8gb-256gb-5g/index.json index eb7f22985861..91230885745d 100644 --- a/site/public/v1/smartphones/vivo-x30-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x30-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4350, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 196.5, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.1, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 10.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.9, + "overall": 43.3, "performance": 40.8, "camera": null, - "battery": 41.0, + "battery": 45.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.899893", - "updated_at": "2026-07-09T01:31:14.899893" + "created_at": "2026-07-09T04:23:19.796860", + "updated_at": "2026-07-09T04:23:19.796860" } diff --git a/site/public/v1/smartphones/vivo-x30-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-x30-pro-8gb-256gb-5g/index.json index 66a4a3e29971..7e64b777172e 100644 --- a/site/public/v1/smartphones/vivo-x30-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x30-pro-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4350, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 198.5, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 74.1, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 10.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.9, + "overall": 43.3, "performance": 40.8, "camera": null, - "battery": 41.0, + "battery": 45.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.900904", - "updated_at": "2026-07-09T01:31:14.901881" + "created_at": "2026-07-09T04:23:19.798862", + "updated_at": "2026-07-09T04:23:19.798862" } diff --git a/site/public/v1/smartphones/vivo-x3s-1gb-16gb-3g/index.json b/site/public/v1/smartphones/vivo-x3s-1gb-16gb-3g/index.json index 46ca2707b944..fecdec687e46 100644 --- a/site/public/v1/smartphones/vivo-x3s-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/vivo-x3s-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.3, + "width_mm": 71.0, + "depth_mm": 6.0 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.683410", - "updated_at": "2026-07-09T01:31:14.683410" + "created_at": "2026-07-09T04:23:19.445845", + "updated_at": "2026-07-09T04:23:19.445845" } diff --git a/site/public/v1/smartphones/vivo-x5-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x5-2gb-16gb-4g-lte/index.json index db16536dcadc..ad860d159fcb 100644 --- a/site/public/v1/smartphones/vivo-x5-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x5-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.3, + "width_mm": 71.1, + "depth_mm": 6.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), Funtouch 2", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.685017", - "updated_at": "2026-07-09T01:31:14.685017" + "created_at": "2026-07-09T04:23:19.447913", + "updated_at": "2026-07-09T04:23:19.447913" } diff --git a/site/public/v1/smartphones/vivo-x50-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x50-8gb-256gb-4g-lte/index.json index 99e1e8e6bf4b..bde4166c5215 100644 --- a/site/public/v1/smartphones/vivo-x50-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x50-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 44.4, "performance": null, "camera": null, - "battery": 39.5, + "battery": 44.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.017884", - "updated_at": "2026-07-09T01:31:15.017884" + "created_at": "2026-07-09T04:23:19.997525", + "updated_at": "2026-07-09T04:23:19.997525" } diff --git a/site/public/v1/smartphones/vivo-x50-lite-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x50-lite-8gb-128gb-4g-lte/index.json index 3343d59d3d27..bbc6252a8ffa 100644 --- a/site/public/v1/smartphones/vivo-x50-lite-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x50-lite-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.2, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, Funtouch 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.018972", - "updated_at": "2026-07-09T01:31:15.018972" + "created_at": "2026-07-09T04:23:19.999533", + "updated_at": "2026-07-09T04:23:19.999533" } diff --git a/site/public/v1/smartphones/vivo-x5max-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x5max-2gb-16gb-4g-lte/index.json index 8e71c6c6c7bb..60a41535706a 100644 --- a/site/public/v1/smartphones/vivo-x5max-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x5max-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 78.0, + "depth_mm": 5.1 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), Funtouch 2", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.685557", - "updated_at": "2026-07-09T01:31:14.685557" + "created_at": "2026-07-09T04:23:19.447913", + "updated_at": "2026-07-09T04:23:19.447913" } diff --git a/site/public/v1/smartphones/vivo-x5max-platinum-edition-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x5max-platinum-edition-3gb-32gb-4g-lte/index.json index f679fbda716e..559949fa2edb 100644 --- a/site/public/v1/smartphones/vivo-x5max-platinum-edition-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x5max-platinum-edition-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 78.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), Funtouch 2", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.698767", - "updated_at": "2026-07-09T01:31:14.698767" + "created_at": "2026-07-09T04:23:19.462860", + "updated_at": "2026-07-09T04:23:19.462860" } diff --git a/site/public/v1/smartphones/vivo-x5pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x5pro-2gb-16gb-4g-lte/index.json index da03d4d97486..09de72ff213c 100644 --- a/site/public/v1/smartphones/vivo-x5pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x5pro-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.5, + "depth_mm": 6.4 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), Funtouch 2.1", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.700774", - "updated_at": "2026-07-09T01:31:14.700774" + "created_at": "2026-07-09T04:23:19.464369", + "updated_at": "2026-07-09T04:23:19.464369" } diff --git a/site/public/v1/smartphones/vivo-x6-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x6-4gb-32gb-4g-lte/index.json index eeed5ec5e397..5096fc42f7a1 100644 --- a/site/public/v1/smartphones/vivo-x6-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x6-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 135.5, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.8, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.1", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 9.0, + "overall": 11.3, "performance": null, "camera": null, - "battery": 9.0, + "battery": 11.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.701770", - "updated_at": "2026-07-09T01:31:14.701770" + "created_at": "2026-07-09T04:23:19.465378", + "updated_at": "2026-07-09T04:23:19.465378" } diff --git a/site/public/v1/smartphones/vivo-x60-china-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-x60-china-12gb-256gb-5g/index.json index 31b6f2c0e9b3..1dd833e8cd59 100644 --- a/site/public/v1/smartphones/vivo-x60-china-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x60-china-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 175.6, - "dimensions": {}, + "dimensions": { + "height_mm": 159.6, + "width_mm": 75.0, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.7, + "overall": 53.1, "performance": 54.6, "camera": null, - "battery": 46.7, + "battery": 51.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.023963", - "updated_at": "2026-07-09T01:31:15.023963" + "created_at": "2026-07-09T04:23:20.006524", + "updated_at": "2026-07-09T04:23:20.006524" } diff --git a/site/public/v1/smartphones/vivo-x60-pro-china-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-x60-pro-china-12gb-256gb-5g/index.json index 6f1040b9d7a0..b1578b59656f 100644 --- a/site/public/v1/smartphones/vivo-x60-pro-china-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x60-pro-china-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 73.2, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.2, + "overall": 52.6, "performance": 54.6, "camera": null, - "battery": 45.8, + "battery": 50.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.024952", - "updated_at": "2026-07-09T01:31:15.024952" + "created_at": "2026-07-09T04:23:20.006524", + "updated_at": "2026-07-09T04:23:20.006524" } diff --git a/site/public/v1/smartphones/vivo-x60s-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-x60s-12gb-256gb-5g/index.json index adb2c2e24d45..3917ee30f7ce 100644 --- a/site/public/v1/smartphones/vivo-x60s-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x60s-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4200, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 176.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 73.2, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.2, + "overall": 52.6, "performance": 54.6, "camera": null, - "battery": 45.8, + "battery": 50.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.139826", - "updated_at": "2026-07-09T01:31:15.139826" + "created_at": "2026-07-09T04:23:20.247256", + "updated_at": "2026-07-09T04:23:20.247256" } diff --git a/site/public/v1/smartphones/vivo-x60t-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-x60t-8gb-128gb-5g/index.json index 88d884a141b8..5e2d4422d19c 100644 --- a/site/public/v1/smartphones/vivo-x60t-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x60t-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 175.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.6, + "width_mm": 75.0, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.4, + "overall": 48.8, "performance": 48.0, "camera": null, - "battery": 44.7, + "battery": 49.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.140833", - "updated_at": "2026-07-09T01:31:15.140833" + "created_at": "2026-07-09T04:23:20.248256", + "updated_at": "2026-07-09T04:23:20.248256" } diff --git a/site/public/v1/smartphones/vivo-x6plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x6plus-4gb-64gb-4g-lte/index.json index 9e973e879301..e1ede52d7e49 100644 --- a/site/public/v1/smartphones/vivo-x6plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x6plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 80.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.1", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.702771", - "updated_at": "2026-07-09T01:31:14.702771" + "created_at": "2026-07-09T04:23:19.466378", + "updated_at": "2026-07-09T04:23:19.466378" } diff --git a/site/public/v1/smartphones/vivo-x6s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x6s-4gb-64gb-4g-lte/index.json index 2049398c0a0e..2501c634a24c 100644 --- a/site/public/v1/smartphones/vivo-x6s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x6s-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 140.5, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 73.8, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.5", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 9.0, + "overall": 11.3, "performance": null, "camera": null, - "battery": 9.0, + "battery": 11.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.726815", - "updated_at": "2026-07-09T01:31:14.726815" + "created_at": "2026-07-09T04:23:19.539602", + "updated_at": "2026-07-09T04:23:19.539602" } diff --git a/site/public/v1/smartphones/vivo-x6s-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x6s-plus-4gb-64gb-4g-lte/index.json index df47a815a6b6..295ecdcccddf 100644 --- a/site/public/v1/smartphones/vivo-x6s-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x6s-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.5, - "dimensions": {}, + "dimensions": { + "height_mm": 158.4, + "width_mm": 80.1, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.5", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.727723", - "updated_at": "2026-07-09T01:31:14.727723" + "created_at": "2026-07-09T04:23:19.540603", + "updated_at": "2026-07-09T04:23:19.540603" } diff --git a/site/public/v1/smartphones/vivo-x7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x7-4gb-64gb-4g-lte/index.json index edf0cc4d4466..5157969eb638 100644 --- a/site/public/v1/smartphones/vivo-x7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x7-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 71.3, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.5", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.728723", - "updated_at": "2026-07-09T01:31:14.728723" + "created_at": "2026-07-09T04:23:19.542607", + "updated_at": "2026-07-09T04:23:19.542607" } diff --git a/site/public/v1/smartphones/vivo-x7-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x7-plus-4gb-64gb-4g-lte/index.json index d78323f19875..e60c331c5b42 100644 --- a/site/public/v1/smartphones/vivo-x7-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x7-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 183.5, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 78.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.5", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.729723", - "updated_at": "2026-07-09T01:31:14.729723" + "created_at": "2026-07-09T04:23:19.543612", + "updated_at": "2026-07-09T04:23:19.543612" } diff --git a/site/public/v1/smartphones/vivo-x70-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-x70-12gb-256gb-5g/index.json index e12c6190e1fd..ac9608bb0346 100644 --- a/site/public/v1/smartphones/vivo-x70-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x70-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4400, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.1, + "width_mm": 75.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 14, Funtouch OS 14 (International), OriginOS (China)", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.4, + "overall": 54.8, "performance": 57.1, "camera": null, - "battery": 45.7, + "battery": 52.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.142435", - "updated_at": "2026-07-09T01:31:15.142435" + "created_at": "2026-07-09T04:23:20.249255", + "updated_at": "2026-07-09T04:23:20.249255" } diff --git a/site/public/v1/smartphones/vivo-x80-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-x80-12gb-512gb-5g/index.json index 1aeb4ca5dbc2..b5603b6a8ff4 100644 --- a/site/public/v1/smartphones/vivo-x80-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x80-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 75.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, Funtouch 14 (Global), OriginOS Ocean (China)", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.8, + "overall": 63.9, "performance": null, "camera": null, - "battery": 50.8, + "battery": 63.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.323151", - "updated_at": "2026-07-09T01:31:15.323151" + "created_at": "2026-07-09T04:23:20.503265", + "updated_at": "2026-07-09T04:23:20.503265" } diff --git a/site/public/v1/smartphones/vivo-x80-lite-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-x80-lite-8gb-256gb-5g/index.json index 7f8cb51f3976..9f8d8308a838 100644 --- a/site/public/v1/smartphones/vivo-x80-lite-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x80-lite-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 74.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.9, + "overall": 48.3, "performance": 43.1, "camera": null, - "battery": 46.7, + "battery": 53.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.324161", - "updated_at": "2026-07-09T01:31:15.324161" + "created_at": "2026-07-09T04:23:20.505265", + "updated_at": "2026-07-09T04:23:20.505265" } diff --git a/site/public/v1/smartphones/vivo-x9-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x9-4gb-128gb-4g-lte/index.json index 16dcfe9a30f4..de031f9d5ac1 100644 --- a/site/public/v1/smartphones/vivo-x9-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x9-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3050, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 74.0, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to Android 8 (Oreo), Funtouch 3", "os_version": "6.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.5, + "overall": 17.7, "performance": null, "camera": null, - "battery": 15.5, + "battery": 17.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.730722", - "updated_at": "2026-07-09T01:31:14.730722" + "created_at": "2026-07-09T04:23:19.544611", + "updated_at": "2026-07-09T04:23:19.544611" } diff --git a/site/public/v1/smartphones/vivo-x9-plus-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x9-plus-6gb-64gb-4g-lte/index.json index f92babcff942..c2eb621871b3 100644 --- a/site/public/v1/smartphones/vivo-x9-plus-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x9-plus-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 79.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to Android 8 (Oreo), Funtouch 3", "os_version": "6.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.731723", - "updated_at": "2026-07-09T01:31:14.731723" + "created_at": "2026-07-09T04:23:19.545612", + "updated_at": "2026-07-09T04:23:19.545612" } diff --git a/site/public/v1/smartphones/vivo-x90-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-x90-12gb-512gb-5g/index.json index 7742ec838563..a3a1cc0a4bba 100644 --- a/site/public/v1/smartphones/vivo-x90-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x90-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4810, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, Funtouch 13 (Global), OriginOS 3 (China)", "os_version": "13", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 64.0, + "overall": 74.0, "performance": 74.0, "camera": null, - "battery": 53.9, + "battery": 73.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.326086", - "updated_at": "2026-07-09T01:31:15.326086" + "created_at": "2026-07-09T04:23:20.506268", + "updated_at": "2026-07-09T04:23:20.507264" } diff --git a/site/public/v1/smartphones/vivo-x90-pro-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-x90-pro-12gb-512gb-5g/index.json index 7f2c2f8a6111..4b4b14820a0c 100644 --- a/site/public/v1/smartphones/vivo-x90-pro-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x90-pro-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4870, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 214.9, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.5, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 13, upgradable to Android 14, Funtouch 14 (Global), OriginOS 3 (China)", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 64.2, + "overall": 74.2, "performance": 74.0, "camera": null, - "battery": 54.5, + "battery": 74.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.327147", - "updated_at": "2026-07-09T01:31:15.327147" + "created_at": "2026-07-09T04:23:20.509260", + "updated_at": "2026-07-09T04:23:20.509260" } diff --git a/site/public/v1/smartphones/vivo-x90s-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-x90s-12gb-512gb-5g/index.json index 1f7faa6b1b91..70b4a19ec04e 100644 --- a/site/public/v1/smartphones/vivo-x90s-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-x90s-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4810, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 203.5, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 74.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 64.0, + "overall": 74.0, "performance": 74.0, "camera": null, - "battery": 53.9, + "battery": 73.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.426228", - "updated_at": "2026-07-09T01:31:15.426228" + "created_at": "2026-07-09T04:23:20.640311", + "updated_at": "2026-07-09T04:23:20.640311" } diff --git a/site/public/v1/smartphones/vivo-x9s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x9s-4gb-64gb-4g-lte/index.json index e3480982cbd0..52a4ae683249 100644 --- a/site/public/v1/smartphones/vivo-x9s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x9s-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3320, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 74.0, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 8.0 (Oreo), Funtouch 3.1", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.2, + "overall": 19.0, "performance": null, "camera": null, - "battery": 18.2, + "battery": 19.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.748231", - "updated_at": "2026-07-09T01:31:14.748231" + "created_at": "2026-07-09T04:23:19.573274", + "updated_at": "2026-07-09T04:23:19.573274" } diff --git a/site/public/v1/smartphones/vivo-x9s-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-x9s-plus-4gb-64gb-4g-lte/index.json index 7539b462f268..d45c6721b34f 100644 --- a/site/public/v1/smartphones/vivo-x9s-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-x9s-plus-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4015, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 183.2, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 78.9, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 8.0 (Oreo), Funtouch 3.1", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.2, + "overall": 27.4, "performance": null, "camera": null, - "battery": 25.2, + "battery": 27.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.749296", - "updated_at": "2026-07-09T01:31:14.749296" + "created_at": "2026-07-09T04:23:19.574272", + "updated_at": "2026-07-09T04:23:19.574272" } diff --git a/site/public/v1/smartphones/vivo-xplay3s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-xplay3s-3gb-32gb-4g-lte/index.json index d810120e915b..66bc0b075043 100644 --- a/site/public/v1/smartphones/vivo-xplay3s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-xplay3s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 174.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 82.6, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.675885", - "updated_at": "2026-07-09T01:31:14.675885" + "created_at": "2026-07-09T04:23:19.438848", + "updated_at": "2026-07-09T04:23:19.438848" } diff --git a/site/public/v1/smartphones/vivo-xplay5-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-xplay5-4gb-128gb-4g-lte/index.json index d4d0362c6ce8..a2d2fedb961f 100644 --- a/site/public/v1/smartphones/vivo-xplay5-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-xplay5-4gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.8, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 76.2, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.5", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.733782", - "updated_at": "2026-07-09T01:31:14.733782" + "created_at": "2026-07-09T04:23:19.547619", + "updated_at": "2026-07-09T04:23:19.547619" } diff --git a/site/public/v1/smartphones/vivo-xplay5-elite-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-xplay5-elite-6gb-128gb-4g-lte/index.json index 108e8da7bc4f..5b5fb2eb57ba 100644 --- a/site/public/v1/smartphones/vivo-xplay5-elite-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-xplay5-elite-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3600, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 167.8, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 76.2, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Funtouch 2.6", "os_version": "6.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.0, + "overall": 23.3, "performance": null, "camera": null, - "battery": 21.0, + "battery": 23.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.734771", - "updated_at": "2026-07-09T01:31:14.734771" + "created_at": "2026-07-09T04:23:19.548616", + "updated_at": "2026-07-09T04:23:19.548616" } diff --git a/site/public/v1/smartphones/vivo-xplay6-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-xplay6-6gb-128gb-4g-lte/index.json index 7de1017d465b..19fa07f9b08e 100644 --- a/site/public/v1/smartphones/vivo-xplay6-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-xplay6-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4080, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 73.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to Android 8 (Oreo), Funtouch 3", "os_version": "6.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.8, + "overall": 28.0, "performance": null, "camera": null, - "battery": 25.8, + "battery": 28.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.735792", - "updated_at": "2026-07-09T01:31:14.735792" + "created_at": "2026-07-09T04:23:19.549619", + "updated_at": "2026-07-09T04:23:19.549619" } diff --git a/site/public/v1/smartphones/vivo-xshot-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-xshot-3gb-32gb-4g-lte/index.json index 865a1b3bc983..51a0ed7f771e 100644 --- a/site/public/v1/smartphones/vivo-xshot-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-xshot-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.5, + "width_mm": 73.3, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.686634", - "updated_at": "2026-07-09T01:31:14.686634" + "created_at": "2026-07-09T04:23:19.449858", + "updated_at": "2026-07-09T04:23:19.449858" } diff --git a/site/public/v1/smartphones/vivo-y01-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y01-3gb-32gb-4g-lte/index.json index 08378be1d332..291d4770e5d7 100644 --- a/site/public/v1/smartphones/vivo-y01-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y01-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11 (Go edition), Funtouch 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.330150", - "updated_at": "2026-07-09T01:31:15.330150" + "created_at": "2026-07-09T04:23:20.515267", + "updated_at": "2026-07-09T04:23:20.515267" } diff --git a/site/public/v1/smartphones/vivo-y02-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y02-3gb-32gb-4g-lte/index.json index 868c0eb81535..09ba66bd2c80 100644 --- a/site/public/v1/smartphones/vivo-y02-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y02-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12 (Go edition), Funtouch 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.331155", - "updated_at": "2026-07-09T01:31:15.331155" + "created_at": "2026-07-09T04:23:20.517265", + "updated_at": "2026-07-09T04:23:20.517265" } diff --git a/site/public/v1/smartphones/vivo-y02a-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y02a-3gb-32gb-4g-lte/index.json index 8c0f6d4af0df..23210b7d386a 100644 --- a/site/public/v1/smartphones/vivo-y02a-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y02a-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12 (Go edition), Funtouch 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.427330", - "updated_at": "2026-07-09T01:31:15.427330" + "created_at": "2026-07-09T04:23:20.640311", + "updated_at": "2026-07-09T04:23:20.640311" } diff --git a/site/public/v1/smartphones/vivo-y02s-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y02s-3gb-64gb-4g-lte/index.json index bba1007436d3..e0aac7461509 100644 --- a/site/public/v1/smartphones/vivo-y02s-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y02s-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.332150", - "updated_at": "2026-07-09T01:31:15.332150" + "created_at": "2026-07-09T04:23:20.519267", + "updated_at": "2026-07-09T04:23:20.519267" } diff --git a/site/public/v1/smartphones/vivo-y02t-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y02t-4gb-128gb-4g-lte/index.json index b02adeb60884..0c2be29dd708 100644 --- a/site/public/v1/smartphones/vivo-y02t-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y02t-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, Funtouch 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.428327", - "updated_at": "2026-07-09T01:31:15.428327" + "created_at": "2026-07-09T04:23:20.641366", + "updated_at": "2026-07-09T04:23:20.641366" } diff --git a/site/public/v1/smartphones/vivo-y03-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y03-4gb-128gb-4g-lte/index.json index 779ae7aa79a4..568fe91878dd 100644 --- a/site/public/v1/smartphones/vivo-y03-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y03-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, Funtouch 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.488899", - "updated_at": "2026-07-09T01:31:15.488899" + "created_at": "2026-07-09T04:23:20.706087", + "updated_at": "2026-07-09T04:23:20.706087" } diff --git a/site/public/v1/smartphones/vivo-y03t-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y03t-4gb-128gb-4g-lte/index.json index 7fe83c0d5957..b40d8d52649a 100644 --- a/site/public/v1/smartphones/vivo-y03t-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y03t-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, Funtouch 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.489799", - "updated_at": "2026-07-09T01:31:15.489799" + "created_at": "2026-07-09T04:23:20.708087", + "updated_at": "2026-07-09T04:23:20.708087" } diff --git a/site/public/v1/smartphones/vivo-y100-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y100-8gb-128gb-5g/index.json index de4adfc50d40..5c9b0b379b43 100644 --- a/site/public/v1/smartphones/vivo-y100-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y100-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.9, + "width_mm": 73.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 13, Funtouch 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.9, + "overall": 48.3, "performance": 43.1, "camera": null, - "battery": 46.7, + "battery": 53.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.429298", - "updated_at": "2026-07-09T01:31:15.429298" + "created_at": "2026-07-09T04:23:20.642378", + "updated_at": "2026-07-09T04:23:20.642378" } diff --git a/site/public/v1/smartphones/vivo-y100t-12gb-512gb-5g/index.json b/site/public/v1/smartphones/vivo-y100t-12gb-512gb-5g/index.json index c0e7f0a85767..064532fe6f3b 100644 --- a/site/public/v1/smartphones/vivo-y100t-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y100t-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 60.1, + "overall": 70.2, "performance": 64.5, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.491886", - "updated_at": "2026-07-09T01:31:15.491886" + "created_at": "2026-07-09T04:23:20.710094", + "updated_at": "2026-07-09T04:23:20.710094" } diff --git a/site/public/v1/smartphones/vivo-y11-2019-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y11-2019-3gb-32gb-4g-lte/index.json index caf3bd5dd774..d9f2b75bed68 100644 --- a/site/public/v1/smartphones/vivo-y11-2019-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y11-2019-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.903910", - "updated_at": "2026-07-09T01:31:14.903910" + "created_at": "2026-07-09T04:23:19.815870", + "updated_at": "2026-07-09T04:23:19.815870" } diff --git a/site/public/v1/smartphones/vivo-y11-2023-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y11-2023-6gb-128gb-4g-lte/index.json index 06311eeaeb80..b17b5519f697 100644 --- a/site/public/v1/smartphones/vivo-y11-2023-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y11-2023-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.433340", - "updated_at": "2026-07-09T01:31:15.433340" + "created_at": "2026-07-09T04:23:20.646375", + "updated_at": "2026-07-09T04:23:20.646375" } diff --git a/site/public/v1/smartphones/vivo-y12-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y12-4gb-64gb-4g-lte/index.json index 8a111076f343..b85bfb7eb176 100644 --- a/site/public/v1/smartphones/vivo-y12-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y12-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.905823", - "updated_at": "2026-07-09T01:31:14.905823" + "created_at": "2026-07-09T04:23:19.816999", + "updated_at": "2026-07-09T04:23:19.816999" } diff --git a/site/public/v1/smartphones/vivo-y12a-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y12a-3gb-32gb-4g-lte/index.json index 1e97ef002581..9765e776ea96 100644 --- a/site/public/v1/smartphones/vivo-y12a-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y12a-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Funtouch 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.145402", - "updated_at": "2026-07-09T01:31:15.145402" + "created_at": "2026-07-09T04:23:20.252265", + "updated_at": "2026-07-09T04:23:20.252265" } diff --git a/site/public/v1/smartphones/vivo-y12i-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y12i-3gb-32gb-4g-lte/index.json index 724908d6f957..0ad0396a39e5 100644 --- a/site/public/v1/smartphones/vivo-y12i-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y12i-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.024952", - "updated_at": "2026-07-09T01:31:15.024952" + "created_at": "2026-07-09T04:23:20.007524", + "updated_at": "2026-07-09T04:23:20.007524" } diff --git a/site/public/v1/smartphones/vivo-y12s-2021-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y12s-2021-3gb-64gb-4g-lte/index.json index e4f7d8e37743..518521d46e75 100644 --- a/site/public/v1/smartphones/vivo-y12s-2021-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y12s-2021-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Funtouch 11", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.147430", - "updated_at": "2026-07-09T01:31:15.147430" + "created_at": "2026-07-09T04:23:20.253266", + "updated_at": "2026-07-09T04:23:20.253266" } diff --git a/site/public/v1/smartphones/vivo-y12s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y12s-4gb-128gb-4g-lte/index.json index 45f27f599e15..d47c8b12aa57 100644 --- a/site/public/v1/smartphones/vivo-y12s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y12s-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Funtouch 11", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.027040", - "updated_at": "2026-07-09T01:31:15.027040" + "created_at": "2026-07-09T04:23:20.008524", + "updated_at": "2026-07-09T04:23:20.008524" } diff --git a/site/public/v1/smartphones/vivo-y15-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y15-4gb-64gb-4g-lte/index.json index 0857fc01ca5d..7e8a9549d88a 100644 --- a/site/public/v1/smartphones/vivo-y15-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y15-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.906821", - "updated_at": "2026-07-09T01:31:14.906821" + "created_at": "2026-07-09T04:23:19.819012", + "updated_at": "2026-07-09T04:23:19.819012" } diff --git a/site/public/v1/smartphones/vivo-y15a-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y15a-4gb-64gb-4g-lte/index.json index 704083866502..15e76c9c5230 100644 --- a/site/public/v1/smartphones/vivo-y15a-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y15a-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, Funtouch 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.147430", - "updated_at": "2026-07-09T01:31:15.147430" + "created_at": "2026-07-09T04:23:20.254264", + "updated_at": "2026-07-09T04:23:20.254264" } diff --git a/site/public/v1/smartphones/vivo-y15s-2015-1gb-8gb-3g/index.json b/site/public/v1/smartphones/vivo-y15s-2015-1gb-8gb-3g/index.json index 116221708df7..59ff853db867 100644 --- a/site/public/v1/smartphones/vivo-y15s-2015-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/vivo-y15s-2015-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 131.4, + "width_mm": 66.2, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.704769", - "updated_at": "2026-07-09T01:31:14.704769" + "created_at": "2026-07-09T04:23:19.486725", + "updated_at": "2026-07-09T04:23:19.486725" } diff --git a/site/public/v1/smartphones/vivo-y15s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y15s-4gb-64gb-4g-lte/index.json index f76bd10cd4a0..8fb5b2f1dbf6 100644 --- a/site/public/v1/smartphones/vivo-y15s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y15s-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11 (Go edition), Funtouch 11.1 - vivo 15s", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.148416", - "updated_at": "2026-07-09T01:31:15.148416" + "created_at": "2026-07-09T04:23:20.255264", + "updated_at": "2026-07-09T04:23:20.255264" } diff --git a/site/public/v1/smartphones/vivo-y16-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y16-4gb-128gb-4g-lte/index.json index b59f57f95bde..2515c2e4d581 100644 --- a/site/public/v1/smartphones/vivo-y16-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y16-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.334151", - "updated_at": "2026-07-09T01:31:15.334151" + "created_at": "2026-07-09T04:23:20.521258", + "updated_at": "2026-07-09T04:23:20.521258" } diff --git a/site/public/v1/smartphones/vivo-y17-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y17-4gb-128gb-4g-lte/index.json index 6846946e6e17..124f454e6096 100644 --- a/site/public/v1/smartphones/vivo-y17-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y17-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.907823", - "updated_at": "2026-07-09T01:31:14.907823" + "created_at": "2026-07-09T04:23:19.819012", + "updated_at": "2026-07-09T04:23:19.819012" } diff --git a/site/public/v1/smartphones/vivo-y18-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y18-8gb-256gb-4g-lte/index.json index 92999d2bae38..1e5c683901fd 100644 --- a/site/public/v1/smartphones/vivo-y18-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y18-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, Funtouch 14", "os_version": "14", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.508187", - "updated_at": "2026-07-09T01:31:15.508187" + "created_at": "2026-07-09T04:23:20.712092", + "updated_at": "2026-07-09T04:23:20.712092" } diff --git a/site/public/v1/smartphones/vivo-y18-india-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y18-india-6gb-128gb-4g-lte/index.json index e431f0dfc552..2ae21e83a59f 100644 --- a/site/public/v1/smartphones/vivo-y18-india-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y18-india-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, Funtouch 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.516168", - "updated_at": "2026-07-09T01:31:15.516168" + "created_at": "2026-07-09T04:23:20.713088", + "updated_at": "2026-07-09T04:23:20.713088" } diff --git a/site/public/v1/smartphones/vivo-y18e-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y18e-4gb-64gb-4g-lte/index.json index b7d72cd4b3c9..7811404b4eb7 100644 --- a/site/public/v1/smartphones/vivo-y18e-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y18e-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, Funtouch 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.517082", - "updated_at": "2026-07-09T01:31:15.517082" + "created_at": "2026-07-09T04:23:20.713088", + "updated_at": "2026-07-09T04:23:20.713088" } diff --git a/site/public/v1/smartphones/vivo-y18i-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y18i-4gb-64gb-4g-lte/index.json index c5f45420f2d8..d0d64fc37a2b 100644 --- a/site/public/v1/smartphones/vivo-y18i-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y18i-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, Funtouch 14", "os_version": "14", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.9, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.519155", - "updated_at": "2026-07-09T01:31:15.520162" + "created_at": "2026-07-09T04:23:20.714087", + "updated_at": "2026-07-09T04:23:20.714087" } diff --git a/site/public/v1/smartphones/vivo-y19-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y19-8gb-128gb-4g-lte/index.json index 72c4a32f4233..64c066fd6381 100644 --- a/site/public/v1/smartphones/vivo-y19-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y19-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.908824", - "updated_at": "2026-07-09T01:31:14.908824" + "created_at": "2026-07-09T04:23:19.820011", + "updated_at": "2026-07-09T04:23:19.820011" } diff --git a/site/public/v1/smartphones/vivo-y1s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y1s-3gb-32gb-4g-lte/index.json index 266e24897085..ead4f7afae89 100644 --- a/site/public/v1/smartphones/vivo-y1s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y1s-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.5", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.028059", - "updated_at": "2026-07-09T01:31:15.028059" + "created_at": "2026-07-09T04:23:20.010524", + "updated_at": "2026-07-09T04:23:20.010524" } diff --git a/site/public/v1/smartphones/vivo-y20-2021-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y20-2021-6gb-64gb-4g-lte/index.json index b86af5b7d63b..90331feaaa84 100644 --- a/site/public/v1/smartphones/vivo-y20-2021-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y20-2021-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Funtouch 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.030008", - "updated_at": "2026-07-09T01:31:15.030008" + "created_at": "2026-07-09T04:23:20.012524", + "updated_at": "2026-07-09T04:23:20.012524" } diff --git a/site/public/v1/smartphones/vivo-y20a-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y20a-3gb-64gb-4g-lte/index.json index 5002df22b47b..9479f95f1db5 100644 --- a/site/public/v1/smartphones/vivo-y20a-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y20a-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Funtouch 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.030008", - "updated_at": "2026-07-09T01:31:15.030008" + "created_at": "2026-07-09T04:23:20.013524", + "updated_at": "2026-07-09T04:23:20.013524" } diff --git a/site/public/v1/smartphones/vivo-y21-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y21-4gb-128gb-4g-lte/index.json index d9d393149a87..91a73ce97dd1 100644 --- a/site/public/v1/smartphones/vivo-y21-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y21-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 11, Funtouch 11.1", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.151407", - "updated_at": "2026-07-09T01:31:15.151407" + "created_at": "2026-07-09T04:23:20.257266", + "updated_at": "2026-07-09T04:23:20.257266" } diff --git a/site/public/v1/smartphones/vivo-y21a-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y21a-4gb-64gb-4g-lte/index.json index 3409ae1612c9..7af492113833 100644 --- a/site/public/v1/smartphones/vivo-y21a-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y21a-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 76.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 11, Funtouch 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.335170", - "updated_at": "2026-07-09T01:31:15.335170" + "created_at": "2026-07-09T04:23:20.522267", + "updated_at": "2026-07-09T04:23:20.522267" } diff --git a/site/public/v1/smartphones/vivo-y22-2013-1gb-4gb-3g/index.json b/site/public/v1/smartphones/vivo-y22-2013-1gb-4gb-3g/index.json index 818fbc61049b..d0293dcb3aad 100644 --- a/site/public/v1/smartphones/vivo-y22-2013-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/vivo-y22-2013-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.5, + "width_mm": 66.9, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.678288", - "updated_at": "2026-07-09T01:31:14.678288" + "created_at": "2026-07-09T04:23:19.440846", + "updated_at": "2026-07-09T04:23:19.440846" } diff --git a/site/public/v1/smartphones/vivo-y27-2014-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y27-2014-1gb-16gb-4g-lte/index.json index f4511601cb2b..fff61db9ab40 100644 --- a/site/public/v1/smartphones/vivo-y27-2014-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y27-2014-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 136.9, + "width_mm": 68.1, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.687704", - "updated_at": "2026-07-09T01:31:14.687704" + "created_at": "2026-07-09T04:23:19.450857", + "updated_at": "2026-07-09T04:23:19.450857" } diff --git a/site/public/v1/smartphones/vivo-y28-2014-1gb-8gb-3g/index.json b/site/public/v1/smartphones/vivo-y28-2014-1gb-8gb-3g/index.json index c143bdc9e1d4..6b9f3769ff4f 100644 --- a/site/public/v1/smartphones/vivo-y28-2014-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/vivo-y28-2014-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.4, + "width_mm": 68.6, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.689713", - "updated_at": "2026-07-09T01:31:14.689713" + "created_at": "2026-07-09T04:23:19.452858", + "updated_at": "2026-07-09T04:23:19.452858" } diff --git a/site/public/v1/smartphones/vivo-y28-4g-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y28-4g-8gb-256gb-4g-lte/index.json index 4387dac5b91e..cd674037ee67 100644 --- a/site/public/v1/smartphones/vivo-y28-4g-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y28-4g-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.7, + "width_mm": 76.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14, Funtouch 14", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 56.0, "performance": null, "camera": null, - "battery": 49.2, + "battery": 56.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.530476", - "updated_at": "2026-07-09T01:31:15.530476" + "created_at": "2026-07-09T04:23:20.720087", + "updated_at": "2026-07-09T04:23:20.720087" } diff --git a/site/public/v1/smartphones/vivo-y3-4gb-64gb-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y3-4gb-64gb-4gb-64gb-4g-lte/index.json index 4e5ee9ab951f..d3d059af87da 100644 --- a/site/public/v1/smartphones/vivo-y3-4gb-64gb-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y3-4gb-64gb-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.0", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.911818", - "updated_at": "2026-07-09T01:31:14.911818" + "created_at": "2026-07-09T04:23:19.823005", + "updated_at": "2026-07-09T04:23:19.823005" } diff --git a/site/public/v1/smartphones/vivo-y3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y3-6gb-128gb-4g-lte/index.json index 20baa5063441..1136e7b7f44e 100644 --- a/site/public/v1/smartphones/vivo-y3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y3-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.0", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.910818", - "updated_at": "2026-07-09T01:31:14.910818" + "created_at": "2026-07-09T04:23:19.821011", + "updated_at": "2026-07-09T04:23:19.822005" } diff --git a/site/public/v1/smartphones/vivo-y3-standard-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y3-standard-3gb-64gb-4g-lte/index.json index 0858699d385d..e3999ae80daf 100644 --- a/site/public/v1/smartphones/vivo-y3-standard-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y3-standard-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 191.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.912822", - "updated_at": "2026-07-09T01:31:14.912822" + "created_at": "2026-07-09T04:23:19.823005", + "updated_at": "2026-07-09T04:23:19.823005" } diff --git a/site/public/v1/smartphones/vivo-y30-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y30-5g-6gb-128gb-5g/index.json index c2d01656ee43..79bd313c192f 100644 --- a/site/public/v1/smartphones/vivo-y30-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y30-5g-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.1, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.340156", - "updated_at": "2026-07-09T01:31:15.340156" + "created_at": "2026-07-09T04:23:20.529267", + "updated_at": "2026-07-09T04:23:20.529267" } diff --git a/site/public/v1/smartphones/vivo-y30-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y30-8gb-128gb-4g-lte/index.json index 448c2d6ba16a..4d507535433a 100644 --- a/site/public/v1/smartphones/vivo-y30-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y30-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.5, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.039020", - "updated_at": "2026-07-09T01:31:15.039020" + "created_at": "2026-07-09T04:23:20.023524", + "updated_at": "2026-07-09T04:23:20.023524" } diff --git a/site/public/v1/smartphones/vivo-y30-standard-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y30-standard-8gb-128gb-4g-lte/index.json index 8177e298ac8f..518ce8604ae3 100644 --- a/site/public/v1/smartphones/vivo-y30-standard-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y30-standard-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 191.4, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.040586", - "updated_at": "2026-07-09T01:31:15.040586" + "created_at": "2026-07-09T04:23:20.029525", + "updated_at": "2026-07-09T04:23:20.029525" } diff --git a/site/public/v1/smartphones/vivo-y30g-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y30g-8gb-128gb-4g-lte/index.json index 721798a09c1d..4378c69f02ac 100644 --- a/site/public/v1/smartphones/vivo-y30g-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y30g-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 191.4, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.154400", - "updated_at": "2026-07-09T01:31:15.154400" + "created_at": "2026-07-09T04:23:20.260267", + "updated_at": "2026-07-09T04:23:20.260267" } diff --git a/site/public/v1/smartphones/vivo-y31-2015-1gb-8gb-3g/index.json b/site/public/v1/smartphones/vivo-y31-2015-1gb-8gb-3g/index.json index 3d5422527679..a78637007ade 100644 --- a/site/public/v1/smartphones/vivo-y31-2015-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/vivo-y31-2015-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.2, + "width_mm": 68.8, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), Funtouch 2.1", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.708777", - "updated_at": "2026-07-09T01:31:14.708777" + "created_at": "2026-07-09T04:23:19.499607", + "updated_at": "2026-07-09T04:23:19.499607" } diff --git a/site/public/v1/smartphones/vivo-y33e-4gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y33e-4gb-128gb-5g/index.json index 058c3cd74375..ac491db8b672 100644 --- a/site/public/v1/smartphones/vivo-y33e-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y33e-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.0, + "overall": 42.5, "performance": 34.5, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.341093", - "updated_at": "2026-07-09T01:31:15.341093" + "created_at": "2026-07-09T04:23:20.536265", + "updated_at": "2026-07-09T04:23:20.536265" } diff --git a/site/public/v1/smartphones/vivo-y33s-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y33s-5g-8gb-128gb-5g/index.json index 6edb1497c495..f912cddc251b 100644 --- a/site/public/v1/smartphones/vivo-y33s-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y33s-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.5, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.342251", - "updated_at": "2026-07-09T01:31:15.342251" + "created_at": "2026-07-09T04:23:20.539312", + "updated_at": "2026-07-09T04:23:20.539312" } diff --git a/site/public/v1/smartphones/vivo-y35-2015-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y35-2015-2gb-16gb-4g-lte/index.json index 0cbbba114ef8..876915e800b5 100644 --- a/site/public/v1/smartphones/vivo-y35-2015-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y35-2015-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.3, + "width_mm": 71.0, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), Funtouch 2.1", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.710776", - "updated_at": "2026-07-09T01:31:14.710776" + "created_at": "2026-07-09T04:23:19.510606", + "updated_at": "2026-07-09T04:23:19.510606" } diff --git a/site/public/v1/smartphones/vivo-y35-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y35-5g-8gb-128gb-5g/index.json index 17a4020783ad..fe1bdbafd389 100644 --- a/site/public/v1/smartphones/vivo-y35-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y35-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, OriginOS Ocean", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.3, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.343262", - "updated_at": "2026-07-09T01:31:15.343262" + "created_at": "2026-07-09T04:23:20.545264", + "updated_at": "2026-07-09T04:23:20.545264" } diff --git a/site/public/v1/smartphones/vivo-y37-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y37-12gb-256gb-5g/index.json index cf6e53952fcc..b2619fda2d05 100644 --- a/site/public/v1/smartphones/vivo-y37-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y37-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, OriginOS 4", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.2, + "overall": 50.0, "performance": 46.6, "camera": null, - "battery": 51.7, + "battery": 53.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.535494", - "updated_at": "2026-07-09T01:31:15.535494" + "created_at": "2026-07-09T04:23:20.727315", + "updated_at": "2026-07-09T04:23:20.727315" } diff --git a/site/public/v1/smartphones/vivo-y37-2015-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y37-2015-2gb-16gb-4g-lte/index.json index f8dd16761198..3309811bc28d 100644 --- a/site/public/v1/smartphones/vivo-y37-2015-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y37-2015-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 77.0, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), Funtouch 2.1", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.711806", - "updated_at": "2026-07-09T01:31:14.711806" + "created_at": "2026-07-09T04:23:19.511605", + "updated_at": "2026-07-09T04:23:19.511605" } diff --git a/site/public/v1/smartphones/vivo-y3s-2021-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y3s-2021-2gb-32gb-4g-lte/index.json index 5653af7db030..097033e0fc88 100644 --- a/site/public/v1/smartphones/vivo-y3s-2021-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y3s-2021-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.4, + "width_mm": 76.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11 (Go edition), Funtouch 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.180417", - "updated_at": "2026-07-09T01:31:15.180417" + "created_at": "2026-07-09T04:23:20.263279", + "updated_at": "2026-07-09T04:23:20.263279" } diff --git a/site/public/v1/smartphones/vivo-y3s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y3s-4gb-128gb-4g-lte/index.json index 7610127467b3..f1cc224aedcd 100644 --- a/site/public/v1/smartphones/vivo-y3s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y3s-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 190.5, - "dimensions": {}, + "dimensions": { + "height_mm": 159.4, + "width_mm": 76.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.041652", - "updated_at": "2026-07-09T01:31:15.041652" + "created_at": "2026-07-09T04:23:20.031526", + "updated_at": "2026-07-09T04:23:20.031526" } diff --git a/site/public/v1/smartphones/vivo-y50-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y50-8gb-128gb-4g-lte/index.json index 9c70d481884b..d2e428c63a05 100644 --- a/site/public/v1/smartphones/vivo-y50-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y50-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 197.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.5, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.0", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.0, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.042654", - "updated_at": "2026-07-09T01:31:15.042654" + "created_at": "2026-07-09T04:23:20.033526", + "updated_at": "2026-07-09T04:23:20.033526" } diff --git a/site/public/v1/smartphones/vivo-y50t-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y50t-8gb-128gb-4g-lte/index.json index 1c15cc0c383e..86e1ded26a73 100644 --- a/site/public/v1/smartphones/vivo-y50t-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y50t-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, OriginOS", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.5, + "overall": 44.8, "performance": null, "camera": null, - "battery": 42.5, + "battery": 44.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.181442", - "updated_at": "2026-07-09T01:31:15.181442" + "created_at": "2026-07-09T04:23:20.264267", + "updated_at": "2026-07-09T04:23:20.264267" } diff --git a/site/public/v1/smartphones/vivo-y51-2015-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y51-2015-2gb-16gb-4g-lte/index.json index fac1fc41bb42..f4ba609c7994 100644 --- a/site/public/v1/smartphones/vivo-y51-2015-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y51-2015-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 71.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), Funtouch 2.5", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.715793", - "updated_at": "2026-07-09T01:31:14.715793" + "created_at": "2026-07-09T04:23:19.512605", + "updated_at": "2026-07-09T04:23:19.512605" } diff --git a/site/public/v1/smartphones/vivo-y51-2020-december-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y51-2020-december-8gb-128gb-4g-lte/index.json index 163cb02bc7d1..f157b321b0ea 100644 --- a/site/public/v1/smartphones/vivo-y51-2020-december-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y51-2020-december-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11, Funtouch 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.044656", - "updated_at": "2026-07-09T01:31:15.044656" + "created_at": "2026-07-09T04:23:20.035736", + "updated_at": "2026-07-09T04:23:20.035736" } diff --git a/site/public/v1/smartphones/vivo-y51-2020-september-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y51-2020-september-4gb-128gb-4g-lte/index.json index 258563dfd661..68a99da01d2b 100644 --- a/site/public/v1/smartphones/vivo-y51-2020-september-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y51-2020-september-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.7, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 10, Funtouch 10", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.044656", - "updated_at": "2026-07-09T01:31:15.044656" + "created_at": "2026-07-09T04:23:20.035736", + "updated_at": "2026-07-09T04:23:20.035736" } diff --git a/site/public/v1/smartphones/vivo-y51s-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y51s-8gb-128gb-5g/index.json index 7e903989fa41..a61ace551a34 100644 --- a/site/public/v1/smartphones/vivo-y51s-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y51s-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.5", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.5, + "overall": 41.6, "performance": 38.4, "camera": null, - "battery": 42.5, + "battery": 44.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.045690", - "updated_at": "2026-07-09T01:31:15.045690" + "created_at": "2026-07-09T04:23:20.035736", + "updated_at": "2026-07-09T04:23:20.035736" } diff --git a/site/public/v1/smartphones/vivo-y52-5g-4gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y52-5g-4gb-128gb-5g/index.json index 128bbfce8eae..2931eee44c23 100644 --- a/site/public/v1/smartphones/vivo-y52-5g-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y52-5g-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Funtouch 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.0, + "overall": 43.1, "performance": 34.5, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.186443", - "updated_at": "2026-07-09T01:31:15.186443" + "created_at": "2026-07-09T04:23:20.265393", + "updated_at": "2026-07-09T04:23:20.265393" } diff --git a/site/public/v1/smartphones/vivo-y52s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y52s-8gb-256gb-5g/index.json index 43be16dcdf8f..e4b948ab438f 100644 --- a/site/public/v1/smartphones/vivo-y52s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y52s-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.5, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.2, + "overall": 44.3, "performance": 36.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.045690", - "updated_at": "2026-07-09T01:31:15.045690" + "created_at": "2026-07-09T04:23:20.036741", + "updated_at": "2026-07-09T04:23:20.036741" } diff --git a/site/public/v1/smartphones/vivo-y52t-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y52t-8gb-256gb-5g/index.json index 36876517377c..67c3892d6196 100644 --- a/site/public/v1/smartphones/vivo-y52t-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y52t-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 43.8, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 50.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.344248", - "updated_at": "2026-07-09T01:31:15.344248" + "created_at": "2026-07-09T04:23:20.547264", + "updated_at": "2026-07-09T04:23:20.547264" } diff --git a/site/public/v1/smartphones/vivo-y53-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y53-2gb-16gb-4g-lte/index.json index 2c1b12e7493a..e61d2fe26e37 100644 --- a/site/public/v1/smartphones/vivo-y53-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y53-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.2, + "width_mm": 71.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), Funtouch 3", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.751280", - "updated_at": "2026-07-09T01:31:14.751280" + "created_at": "2026-07-09T04:23:19.579274", + "updated_at": "2026-07-09T04:23:19.579274" } diff --git a/site/public/v1/smartphones/vivo-y53i-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y53i-2gb-16gb-4g-lte/index.json index d861608820bd..37718277c610 100644 --- a/site/public/v1/smartphones/vivo-y53i-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y53i-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.2, + "width_mm": 71.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), Funtouch 3", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.815231", - "updated_at": "2026-07-09T01:31:14.815231" + "created_at": "2026-07-09T04:23:19.630867", + "updated_at": "2026-07-09T04:23:19.630867" } diff --git a/site/public/v1/smartphones/vivo-y54s-6gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y54s-6gb-128gb-5g/index.json index f8ddb66f2f1d..ad38e5c00081 100644 --- a/site/public/v1/smartphones/vivo-y54s-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y54s-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.4, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, OriginOS 1.0", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.191424", - "updated_at": "2026-07-09T01:31:15.191424" + "created_at": "2026-07-09T04:23:20.278393", + "updated_at": "2026-07-09T04:23:20.278393" } diff --git a/site/public/v1/smartphones/vivo-y55-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y55-5g-6gb-128gb-5g/index.json index 86ca9c1340b4..09611e396d83 100644 --- a/site/public/v1/smartphones/vivo-y55-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y55-5g-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, Funtouch 12", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.345249", - "updated_at": "2026-07-09T01:31:15.346256" + "created_at": "2026-07-09T04:23:20.551276", + "updated_at": "2026-07-09T04:23:20.551276" } diff --git a/site/public/v1/smartphones/vivo-y55l-vivo-1603-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y55l-vivo-1603-2gb-16gb-4g-lte/index.json index db34d551f248..18e14aff9da1 100644 --- a/site/public/v1/smartphones/vivo-y55l-vivo-1603-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y55l-vivo-1603-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 72.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), Funtouch 2.6", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.737723", - "updated_at": "2026-07-09T01:31:14.737723" + "created_at": "2026-07-09T04:23:19.551616", + "updated_at": "2026-07-09T04:23:19.551616" } diff --git a/site/public/v1/smartphones/vivo-y55s-2017-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y55s-2017-3gb-16gb-4g-lte/index.json index 327f155e06fb..98e0dbe5d5ce 100644 --- a/site/public/v1/smartphones/vivo-y55s-2017-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y55s-2017-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.9, + "width_mm": 72.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), Funtouch 3", "os_version": "6", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.754291", - "updated_at": "2026-07-09T01:31:14.754291" + "created_at": "2026-07-09T04:23:19.583997", + "updated_at": "2026-07-09T04:23:19.583997" } diff --git a/site/public/v1/smartphones/vivo-y55s-2021-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y55s-2021-8gb-256gb-5g/index.json index 72a9a95f6fe5..a213bf8e8b4d 100644 --- a/site/public/v1/smartphones/vivo-y55s-2021-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y55s-2021-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 199.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11, OriginOS", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 49.5, "performance": 37.3, "camera": null, - "battery": 59.6, + "battery": 61.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.192428", - "updated_at": "2026-07-09T01:31:15.192428" + "created_at": "2026-07-09T04:23:20.282395", + "updated_at": "2026-07-09T04:23:20.282395" } diff --git a/site/public/v1/smartphones/vivo-y55s-2023-6gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y55s-2023-6gb-128gb-5g/index.json index 73dd8682b204..766f3cd4852f 100644 --- a/site/public/v1/smartphones/vivo-y55s-2023-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y55s-2023-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.440318", - "updated_at": "2026-07-09T01:31:15.440318" + "created_at": "2026-07-09T04:23:20.654168", + "updated_at": "2026-07-09T04:23:20.654168" } diff --git a/site/public/v1/smartphones/vivo-y5s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y5s-6gb-128gb-4g-lte/index.json index c598b91d610c..85ee1c3aced3 100644 --- a/site/public/v1/smartphones/vivo-y5s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y5s-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.913922", - "updated_at": "2026-07-09T01:31:14.913922" + "created_at": "2026-07-09T04:23:19.824012", + "updated_at": "2026-07-09T04:23:19.824012" } diff --git a/site/public/v1/smartphones/vivo-y65-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y65-3gb-16gb-4g-lte/index.json index 1561d18194f8..dcbf76c2dd7c 100644 --- a/site/public/v1/smartphones/vivo-y65-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y65-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.6, + "width_mm": 75.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), Funtouch 3.2", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.754291", - "updated_at": "2026-07-09T01:31:14.754291" + "created_at": "2026-07-09T04:23:19.583997", + "updated_at": "2026-07-09T04:23:19.583997" } diff --git a/site/public/v1/smartphones/vivo-y67-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y67-4gb-32gb-4g-lte/index.json index b8859801bd68..b0d9b55070ea 100644 --- a/site/public/v1/smartphones/vivo-y67-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y67-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.8, + "width_mm": 75.5, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), Funtouch 2.6", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.737723", - "updated_at": "2026-07-09T01:31:14.737723" + "created_at": "2026-07-09T04:23:19.551616", + "updated_at": "2026-07-09T04:23:19.551616" } diff --git a/site/public/v1/smartphones/vivo-y69-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y69-3gb-32gb-4g-lte/index.json index d03f56f8f7b8..029a720fb61e 100644 --- a/site/public/v1/smartphones/vivo-y69-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y69-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.8, - "dimensions": {}, + "dimensions": { + "height_mm": 154.6, + "width_mm": 75.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), Funtouch 3.2", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.756292", - "updated_at": "2026-07-09T01:31:14.756292" + "created_at": "2026-07-09T04:23:19.587266", + "updated_at": "2026-07-09T04:23:19.587266" } diff --git a/site/public/v1/smartphones/vivo-y70-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y70-8gb-128gb-4g-lte/index.json index 80e34185cec9..ec6199589fed 100644 --- a/site/public/v1/smartphones/vivo-y70-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y70-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 74.1, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 10, Funtouch 11", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.3, + "overall": 37.1, "performance": null, "camera": null, - "battery": 32.3, + "battery": 37.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.046657", - "updated_at": "2026-07-09T01:31:15.046657" + "created_at": "2026-07-09T04:23:20.037741", + "updated_at": "2026-07-09T04:23:20.037741" } diff --git a/site/public/v1/smartphones/vivo-y70s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y70s-8gb-256gb-5g/index.json index ceb617f774f3..0ccd495d632a 100644 --- a/site/public/v1/smartphones/vivo-y70s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y70s-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.0", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.5, + "overall": 41.6, "performance": 38.4, "camera": null, - "battery": 42.5, + "battery": 44.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.047715", - "updated_at": "2026-07-09T01:31:15.047715" + "created_at": "2026-07-09T04:23:20.040743", + "updated_at": "2026-07-09T04:23:20.040743" } diff --git a/site/public/v1/smartphones/vivo-y70t-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y70t-8gb-256gb-5g/index.json index 76a64f5abb1d..0a3b63993489 100644 --- a/site/public/v1/smartphones/vivo-y70t-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y70t-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 76.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.5, + "overall": 41.6, "performance": 38.4, "camera": null, - "battery": 42.5, + "battery": 44.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.192428", - "updated_at": "2026-07-09T01:31:15.192428" + "created_at": "2026-07-09T04:23:20.282395", + "updated_at": "2026-07-09T04:23:20.282395" } diff --git a/site/public/v1/smartphones/vivo-y71-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y71-4gb-32gb-4g-lte/index.json index b5b091049a0d..dad4af4c7701 100644 --- a/site/public/v1/smartphones/vivo-y71-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y71-4gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.816231", - "updated_at": "2026-07-09T01:31:14.816231" + "created_at": "2026-07-09T04:23:19.632859", + "updated_at": "2026-07-09T04:23:19.632859" } diff --git a/site/public/v1/smartphones/vivo-y71i-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y71i-2gb-16gb-4g-lte/index.json index c4009b8431f3..0446d4a83701 100644 --- a/site/public/v1/smartphones/vivo-y71i-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y71i-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.7, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.818231", - "updated_at": "2026-07-09T01:31:14.818231" + "created_at": "2026-07-09T04:23:19.633859", + "updated_at": "2026-07-09T04:23:19.633859" } diff --git a/site/public/v1/smartphones/vivo-y71t-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y71t-8gb-256gb-5g/index.json index 71e33b142e58..2cc26a4572c9 100644 --- a/site/public/v1/smartphones/vivo-y71t-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y71t-8gb-256gb-5g/index.json @@ -48,7 +48,7 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 166.3, "dimensions": {}, @@ -65,10 +65,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.8, + "overall": 44.2, "performance": 39.9, "camera": null, - "battery": 41.7, + "battery": 48.5, "display": null, "value": null, "perf": { @@ -83,6 +83,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.193414", - "updated_at": "2026-07-09T01:31:15.193414" + "created_at": "2026-07-09T04:23:20.285398", + "updated_at": "2026-07-09T04:23:20.285398" } diff --git a/site/public/v1/smartphones/vivo-y72-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y72-5g-8gb-128gb-5g/index.json index 9f17d3a9df35..b265d92e5056 100644 --- a/site/public/v1/smartphones/vivo-y72-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y72-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, Funtouch 11.1", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.5, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.194396", - "updated_at": "2026-07-09T01:31:15.194396" + "created_at": "2026-07-09T04:23:20.286399", + "updated_at": "2026-07-09T04:23:20.286399" } diff --git a/site/public/v1/smartphones/vivo-y72t-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y72t-8gb-256gb-5g/index.json index 1696c19ad0c1..ceae4f47c8f5 100644 --- a/site/public/v1/smartphones/vivo-y72t-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y72t-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 199.8, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11, OriginOS 11", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 48.5, + "overall": 49.5, "performance": 37.3, "camera": null, - "battery": 59.6, + "battery": 61.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.346256", - "updated_at": "2026-07-09T01:31:15.346256" + "created_at": "2026-07-09T04:23:20.552275", + "updated_at": "2026-07-09T04:23:20.552275" } diff --git a/site/public/v1/smartphones/vivo-y73s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y73s-8gb-256gb-5g/index.json index 72180aa3cf76..983f7e3f5b68 100644 --- a/site/public/v1/smartphones/vivo-y73s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y73s-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 171.3, - "dimensions": {}, + "dimensions": { + "height_mm": 161.0, + "width_mm": 74.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 10, Funtouch 10.5", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.8, + "overall": 39.8, "performance": 36.9, "camera": null, - "battery": 40.6, + "battery": 42.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.049595", - "updated_at": "2026-07-09T01:31:15.049595" + "created_at": "2026-07-09T04:23:20.045199", + "updated_at": "2026-07-09T04:23:20.045199" } diff --git a/site/public/v1/smartphones/vivo-y73t-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y73t-12gb-256gb-5g/index.json index f089d5472eb0..d597c0532b6d 100644 --- a/site/public/v1/smartphones/vivo-y73t-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y73t-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 201.5, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 75.3, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11, OriginOS 11", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.8, + "overall": 53.2, "performance": 40.0, "camera": null, - "battery": 59.6, + "battery": 66.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.347320", - "updated_at": "2026-07-09T01:31:15.347320" + "created_at": "2026-07-09T04:23:20.553276", + "updated_at": "2026-07-09T04:23:20.553276" } diff --git a/site/public/v1/smartphones/vivo-y74s-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y74s-8gb-256gb-5g/index.json index 5176fa7a8f93..3b3ecab5b1cf 100644 --- a/site/public/v1/smartphones/vivo-y74s-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y74s-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, OriginOS", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 44.7, "performance": 39.9, "camera": null, - "battery": 42.7, + "battery": 49.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.196457", - "updated_at": "2026-07-09T01:31:15.196457" + "created_at": "2026-07-09T04:23:20.290398", + "updated_at": "2026-07-09T04:23:20.290398" } diff --git a/site/public/v1/smartphones/vivo-y75-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/vivo-y75-5g-8gb-128gb-5g/index.json index c914c45444b9..c2e63543e6fb 100644 --- a/site/public/v1/smartphones/vivo-y75-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y75-5g-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, Funtouch 12", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.5, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.348259", - "updated_at": "2026-07-09T01:31:15.348259" + "created_at": "2026-07-09T04:23:20.555277", + "updated_at": "2026-07-09T04:23:20.555277" } diff --git a/site/public/v1/smartphones/vivo-y75s-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y75s-12gb-256gb-5g/index.json index e614fa310f03..47f97e836d5d 100644 --- a/site/public/v1/smartphones/vivo-y75s-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y75s-12gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.3, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, OriginOS Ocean", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.8, + "overall": 45.9, "performance": 40.0, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.349246", - "updated_at": "2026-07-09T01:31:15.349246" + "created_at": "2026-07-09T04:23:20.555277", + "updated_at": "2026-07-09T04:23:20.555277" } diff --git a/site/public/v1/smartphones/vivo-y76-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y76-5g-8gb-256gb-5g/index.json index d9798bca6fe9..3e601e4dd4ff 100644 --- a/site/public/v1/smartphones/vivo-y76-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y76-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, Funtouch 12", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.0, + "overall": 42.3, "performance": 37.3, "camera": null, - "battery": 40.6, + "battery": 47.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.198389", - "updated_at": "2026-07-09T01:31:15.198389" + "created_at": "2026-07-09T04:23:20.303398", + "updated_at": "2026-07-09T04:23:20.303398" } diff --git a/site/public/v1/smartphones/vivo-y76s-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y76s-12gb-256gb-5g/index.json index 6a41d5cf6b6b..d29e00a124f7 100644 --- a/site/public/v1/smartphones/vivo-y76s-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y76s-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.8, + "width_mm": 75.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, OriginOS", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.7, + "overall": 46.0, "performance": 42.6, "camera": null, - "battery": 42.7, + "battery": 49.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.198389", - "updated_at": "2026-07-09T01:31:15.198389" + "created_at": "2026-07-09T04:23:20.312398", + "updated_at": "2026-07-09T04:23:20.312398" } diff --git a/site/public/v1/smartphones/vivo-y77-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y77-8gb-256gb-5g/index.json index 62885464d96e..12df61d783cb 100644 --- a/site/public/v1/smartphones/vivo-y77-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y77-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, Funtouch 12", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 46.9, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.349246", - "updated_at": "2026-07-09T01:31:15.349246" + "created_at": "2026-07-09T04:23:20.556361", + "updated_at": "2026-07-09T04:23:20.557336" } diff --git a/site/public/v1/smartphones/vivo-y77-china-12gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y77-china-12gb-256gb-5g/index.json index 2fa751560054..1312e7dabe20 100644 --- a/site/public/v1/smartphones/vivo-y77-china-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y77-china-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.7, + "overall": 59.7, "performance": null, "camera": null, - "battery": 46.7, + "battery": 59.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.351236", - "updated_at": "2026-07-09T01:31:15.351236" + "created_at": "2026-07-09T04:23:20.558276", + "updated_at": "2026-07-09T04:23:20.558276" } diff --git a/site/public/v1/smartphones/vivo-y77e-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y77e-8gb-256gb-5g/index.json index 8f820421cade..f213d4d0c915 100644 --- a/site/public/v1/smartphones/vivo-y77e-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y77e-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 46.9, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.351236", - "updated_at": "2026-07-09T01:31:15.351236" + "created_at": "2026-07-09T04:23:20.558276", + "updated_at": "2026-07-09T04:23:20.558276" } diff --git a/site/public/v1/smartphones/vivo-y77e-t1-8gb-256gb-5g/index.json b/site/public/v1/smartphones/vivo-y77e-t1-8gb-256gb-5g/index.json index 8d293ff92638..40c7193e34a8 100644 --- a/site/public/v1/smartphones/vivo-y77e-t1-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/vivo-y77e-t1-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 194.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 12, OriginOS Ocean", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 46.9, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.352273", - "updated_at": "2026-07-09T01:31:15.352273" + "created_at": "2026-07-09T04:23:20.559273", + "updated_at": "2026-07-09T04:23:20.559273" } diff --git a/site/public/v1/smartphones/vivo-y81-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y81-4gb-32gb-4g-lte/index.json index f3a397f8423b..88035446b309 100644 --- a/site/public/v1/smartphones/vivo-y81-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y81-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.819238", - "updated_at": "2026-07-09T01:31:14.819238" + "created_at": "2026-07-09T04:23:19.635867", + "updated_at": "2026-07-09T04:23:19.635867" } diff --git a/site/public/v1/smartphones/vivo-y81i-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y81i-2gb-16gb-4g-lte/index.json index 554198955db9..ae1d40d418be 100644 --- a/site/public/v1/smartphones/vivo-y81i-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y81i-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.820236", - "updated_at": "2026-07-09T01:31:14.820236" + "created_at": "2026-07-09T04:23:19.636858", + "updated_at": "2026-07-09T04:23:19.636858" } diff --git a/site/public/v1/smartphones/vivo-y83-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y83-4gb-64gb-4g-lte/index.json index 5e500c0d96b8..64a8aea4c410 100644 --- a/site/public/v1/smartphones/vivo-y83-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y83-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.2, + "width_mm": 75.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.822237", - "updated_at": "2026-07-09T01:31:14.822237" + "created_at": "2026-07-09T04:23:19.638867", + "updated_at": "2026-07-09T04:23:19.638867" } diff --git a/site/public/v1/smartphones/vivo-y83-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y83-pro-4gb-64gb-4g-lte/index.json index 19b31df18e40..578c4dc2adc6 100644 --- a/site/public/v1/smartphones/vivo-y83-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y83-pro-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 152.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.2, + "width_mm": 75.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.822237", - "updated_at": "2026-07-09T01:31:14.823232" + "created_at": "2026-07-09T04:23:19.638867", + "updated_at": "2026-07-09T04:23:19.638867" } diff --git a/site/public/v1/smartphones/vivo-y89-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y89-4gb-64gb-4g-lte/index.json index 547719ea1cf8..5150f013d7e7 100644 --- a/site/public/v1/smartphones/vivo-y89-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y89-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.3, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.914907", - "updated_at": "2026-07-09T01:31:14.914907" + "created_at": "2026-07-09T04:23:19.826088", + "updated_at": "2026-07-09T04:23:19.826088" } diff --git a/site/public/v1/smartphones/vivo-y90-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y90-2gb-32gb-4g-lte/index.json index b6fce75deaa4..d3506e637d3c 100644 --- a/site/public/v1/smartphones/vivo-y90-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y90-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.915907", - "updated_at": "2026-07-09T01:31:14.915907" + "created_at": "2026-07-09T04:23:19.827089", + "updated_at": "2026-07-09T04:23:19.827089" } diff --git a/site/public/v1/smartphones/vivo-y91-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y91-3gb-32gb-4g-lte/index.json index 7ea8bcbe1383..40adb78cc7ba 100644 --- a/site/public/v1/smartphones/vivo-y91-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y91-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.824239", - "updated_at": "2026-07-09T01:31:14.824239" + "created_at": "2026-07-09T04:23:19.640864", + "updated_at": "2026-07-09T04:23:19.640864" } diff --git a/site/public/v1/smartphones/vivo-y91-mediatek-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y91-mediatek-3gb-64gb-4g-lte/index.json index 3520587c8e27..5b024051575d 100644 --- a/site/public/v1/smartphones/vivo-y91-mediatek-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y91-mediatek-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.917875", - "updated_at": "2026-07-09T01:31:14.917875" + "created_at": "2026-07-09T04:23:19.829090", + "updated_at": "2026-07-09T04:23:19.829090" } diff --git a/site/public/v1/smartphones/vivo-y91i-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y91i-2gb-16gb-4g-lte/index.json index a2d10e0b0423..cd4f5debc0d5 100644 --- a/site/public/v1/smartphones/vivo-y91i-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y91i-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.826248", - "updated_at": "2026-07-09T01:31:14.826248" + "created_at": "2026-07-09T04:23:19.642867", + "updated_at": "2026-07-09T04:23:19.642867" } diff --git a/site/public/v1/smartphones/vivo-y91i-india-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y91i-india-3gb-32gb-4g-lte/index.json index 8f66003b943f..3ac200bbde65 100644 --- a/site/public/v1/smartphones/vivo-y91i-india-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y91i-india-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.919880", - "updated_at": "2026-07-09T01:31:14.919880" + "created_at": "2026-07-09T04:23:19.831088", + "updated_at": "2026-07-09T04:23:19.831088" } diff --git a/site/public/v1/smartphones/vivo-y93-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y93-4gb-64gb-4g-lte/index.json index d41f7bde9a0d..cc8ab38cee15 100644 --- a/site/public/v1/smartphones/vivo-y93-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y93-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.827245", - "updated_at": "2026-07-09T01:31:14.827245" + "created_at": "2026-07-09T04:23:19.642867", + "updated_at": "2026-07-09T04:23:19.642867" } diff --git a/site/public/v1/smartphones/vivo-y93-mediatek-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y93-mediatek-4gb-64gb-4g-lte/index.json index 2e7ff6b8ed3d..6117d1e24309 100644 --- a/site/public/v1/smartphones/vivo-y93-mediatek-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y93-mediatek-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.828317", - "updated_at": "2026-07-09T01:31:14.828317" + "created_at": "2026-07-09T04:23:19.644875", + "updated_at": "2026-07-09T04:23:19.644875" } diff --git a/site/public/v1/smartphones/vivo-y93s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y93s-4gb-128gb-4g-lte/index.json index 88ab7aa7059e..a8f3000383c8 100644 --- a/site/public/v1/smartphones/vivo-y93s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y93s-4gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.829300", - "updated_at": "2026-07-09T01:31:14.829300" + "created_at": "2026-07-09T04:23:19.644875", + "updated_at": "2026-07-09T04:23:19.644875" } diff --git a/site/public/v1/smartphones/vivo-y95-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y95-4gb-64gb-4g-lte/index.json index 08cd8bc1ee1b..30e25a6391d0 100644 --- a/site/public/v1/smartphones/vivo-y95-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y95-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.5, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 75.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.830319", - "updated_at": "2026-07-09T01:31:14.830319" + "created_at": "2026-07-09T04:23:19.647075", + "updated_at": "2026-07-09T04:23:19.647075" } diff --git a/site/public/v1/smartphones/vivo-y97-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y97-4gb-128gb-4g-lte/index.json index 06cb439533c8..cb8f621f5835 100644 --- a/site/public/v1/smartphones/vivo-y97-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y97-4gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.9, + "width_mm": 75.6, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4.5", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.831304", - "updated_at": "2026-07-09T01:31:14.831304" + "created_at": "2026-07-09T04:23:19.648075", + "updated_at": "2026-07-09T04:23:19.648075" } diff --git a/site/public/v1/smartphones/vivo-y9s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-y9s-8gb-128gb-4g-lte/index.json index 4cf5c87e0588..d5090ddf6dcd 100644 --- a/site/public/v1/smartphones/vivo-y9s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-y9s-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.7, - "dimensions": {}, + "dimensions": { + "height_mm": 159.3, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 36.3, + "overall": 38.5, "performance": null, "camera": null, - "battery": 36.3, + "battery": 38.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.920883", - "updated_at": "2026-07-09T01:31:14.920883" + "created_at": "2026-07-09T04:23:19.833089", + "updated_at": "2026-07-09T04:23:19.833089" } diff --git a/site/public/v1/smartphones/vivo-z1-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z1-6gb-128gb-4g-lte/index.json index 06ad409a1f9c..9d1cbd8419e1 100644 --- a/site/public/v1/smartphones/vivo-z1-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z1-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.3, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.833317", - "updated_at": "2026-07-09T01:31:14.833317" + "created_at": "2026-07-09T04:23:19.649083", + "updated_at": "2026-07-09T04:23:19.649083" } diff --git a/site/public/v1/smartphones/vivo-z1-lite-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z1-lite-4gb-32gb-4g-lte/index.json index adb76ae67398..955ba1bd6661 100644 --- a/site/public/v1/smartphones/vivo-z1-lite-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z1-lite-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.833317", - "updated_at": "2026-07-09T01:31:14.833317" + "created_at": "2026-07-09T04:23:19.650687", + "updated_at": "2026-07-09T04:23:19.650687" } diff --git a/site/public/v1/smartphones/vivo-z1i-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z1i-8gb-128gb-4g-lte/index.json index 6cfdcde119f7..77c80fe3f362 100644 --- a/site/public/v1/smartphones/vivo-z1i-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z1i-8gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.3, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Funtouch 4", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.834334", - "updated_at": "2026-07-09T01:31:14.834334" + "created_at": "2026-07-09T04:23:19.650687", + "updated_at": "2026-07-09T04:23:19.650687" } diff --git a/site/public/v1/smartphones/vivo-z1pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z1pro-6gb-128gb-4g-lte/index.json index 7854e46988d4..167cf0ee4ab2 100644 --- a/site/public/v1/smartphones/vivo-z1pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z1pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Funtouch 10", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.3, + "overall": 45.6, "performance": null, "camera": null, - "battery": 43.3, + "battery": 45.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.925987", - "updated_at": "2026-07-09T01:31:14.925987" + "created_at": "2026-07-09T04:23:19.836084", + "updated_at": "2026-07-09T04:23:19.836084" } diff --git a/site/public/v1/smartphones/vivo-z1x-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z1x-8gb-128gb-4g-lte/index.json index 1e6317bc9ea2..bd0c6f989653 100644 --- a/site/public/v1/smartphones/vivo-z1x-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z1x-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 189.6, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Funtouch 10", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 41.4, "performance": null, "camera": null, - "battery": 38.3, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.928954", - "updated_at": "2026-07-09T01:31:14.928954" + "created_at": "2026-07-09T04:23:19.840088", + "updated_at": "2026-07-09T04:23:19.840088" } diff --git a/site/public/v1/smartphones/vivo-z3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z3-6gb-128gb-4g-lte/index.json index bd6f8c221d27..861ce41965fb 100644 --- a/site/public/v1/smartphones/vivo-z3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z3-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.6, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.835308", - "updated_at": "2026-07-09T01:31:14.835308" + "created_at": "2026-07-09T04:23:19.652693", + "updated_at": "2026-07-09T04:23:19.652693" } diff --git a/site/public/v1/smartphones/vivo-z3i-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z3i-6gb-128gb-4g-lte/index.json index 13a4acf3a5bc..52d4c58887dc 100644 --- a/site/public/v1/smartphones/vivo-z3i-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z3i-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3315, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 75.6, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 22.3, + "overall": 24.6, "performance": null, "camera": null, - "battery": 22.3, + "battery": 24.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.837297", - "updated_at": "2026-07-09T01:31:14.837297" + "created_at": "2026-07-09T04:23:19.653692", + "updated_at": "2026-07-09T04:23:19.653692" } diff --git a/site/public/v1/smartphones/vivo-z3x-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z3x-6gb-64gb-4g-lte/index.json index a85894da1d49..3f678d0f22d9 100644 --- a/site/public/v1/smartphones/vivo-z3x-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z3x-6gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.929956", - "updated_at": "2026-07-09T01:31:14.929956" + "created_at": "2026-07-09T04:23:19.842088", + "updated_at": "2026-07-09T04:23:19.842088" } diff --git a/site/public/v1/smartphones/vivo-z5-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z5-8gb-256gb-4g-lte/index.json index 08749dbe832d..ce84796ae995 100644 --- a/site/public/v1/smartphones/vivo-z5-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z5-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.5, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.1", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.3, + "overall": 41.4, "performance": null, "camera": null, - "battery": 38.3, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.932964", - "updated_at": "2026-07-09T01:31:14.932964" + "created_at": "2026-07-09T04:23:19.844088", + "updated_at": "2026-07-09T04:23:19.844088" } diff --git a/site/public/v1/smartphones/vivo-z5i-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z5i-8gb-128gb-4g-lte/index.json index 89a4ba258079..81715cdb8656 100644 --- a/site/public/v1/smartphones/vivo-z5i-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z5i-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 76.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9.2", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 41.3, + "overall": 43.5, "performance": null, "camera": null, - "battery": 41.3, + "battery": 43.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.934986", - "updated_at": "2026-07-09T01:31:14.934986" + "created_at": "2026-07-09T04:23:19.845088", + "updated_at": "2026-07-09T04:23:19.845088" } diff --git a/site/public/v1/smartphones/vivo-z5x-2020-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z5x-2020-8gb-128gb-4g-lte/index.json index 002dae38029e..2d95cbd3830b 100644 --- a/site/public/v1/smartphones/vivo-z5x-2020-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z5x-2020-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 204.1, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Funtouch 10", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.3, + "overall": 45.6, "performance": null, "camera": null, - "battery": 43.3, + "battery": 45.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.050598", - "updated_at": "2026-07-09T01:31:15.050598" + "created_at": "2026-07-09T04:23:20.049201", + "updated_at": "2026-07-09T04:23:20.049201" } diff --git a/site/public/v1/smartphones/vivo-z5x-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/vivo-z5x-8gb-128gb-4g-lte/index.json index 0a1fa687a814..54ed18c2f493 100644 --- a/site/public/v1/smartphones/vivo-z5x-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/vivo-z5x-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 204.1, - "dimensions": {}, + "dimensions": { + "height_mm": 162.4, + "width_mm": 77.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Funtouch 9", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.3, + "overall": 45.6, "performance": null, "camera": null, - "battery": 43.3, + "battery": 45.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:14.937041", - "updated_at": "2026-07-09T01:31:14.937041" + "created_at": "2026-07-09T04:23:19.846175", + "updated_at": "2026-07-09T04:23:19.846175" } diff --git a/site/public/v1/smartphones/xiaomi-11i-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-11i-8gb-256gb-5g/index.json index 73a019b36432..2c5b698d864f 100644 --- a/site/public/v1/smartphones/xiaomi-11i-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-11i-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5160, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 207.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, MIUI 13", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.1, + "overall": 55.5, "performance": 47.0, "camera": null, - "battery": 53.3, + "battery": 64.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.613205", - "updated_at": "2026-07-09T01:31:16.613205" + "created_at": "2026-07-09T04:23:22.236125", + "updated_at": "2026-07-09T04:23:22.236125" } diff --git a/site/public/v1/smartphones/xiaomi-11i-hypercharge-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-11i-hypercharge-5g-8gb-256gb-5g/index.json index c711b1147344..859178be2b18 100644 --- a/site/public/v1/smartphones/xiaomi-11i-hypercharge-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-11i-hypercharge-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, MIUI 13", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.9, + "overall": 56.9, "performance": 47.0, "camera": null, - "battery": 46.7, + "battery": 66.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.614212", - "updated_at": "2026-07-09T01:31:16.614212" + "created_at": "2026-07-09T04:23:22.237392", + "updated_at": "2026-07-09T04:23:22.237392" } diff --git a/site/public/v1/smartphones/xiaomi-12-pro-dimensity-12gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-12-pro-dimensity-12gb-256gb-5g/index.json index 2ff1a9c5cba1..a088f0a04162 100644 --- a/site/public/v1/smartphones/xiaomi-12-pro-dimensity-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-12-pro-dimensity-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5160, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 74.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 57.4, + "overall": 68.2, "performance": null, "camera": null, - "battery": 57.4, + "battery": 68.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.616207", - "updated_at": "2026-07-09T01:31:16.616207" + "created_at": "2026-07-09T04:23:22.238397", + "updated_at": "2026-07-09T04:23:22.238397" } diff --git a/site/public/v1/smartphones/xiaomi-13t-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-13t-pro-16gb-512gb-5g/index.json index 0784053ee8b5..1846967cba05 100644 --- a/site/public/v1/smartphones/xiaomi-13t-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-13t-pro-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, HyperOS", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 66.2, + "overall": 76.2, "performance": 76.7, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.913646", - "updated_at": "2026-07-09T01:31:16.913646" + "created_at": "2026-07-09T04:23:22.913920", + "updated_at": "2026-07-09T04:23:22.913920" } diff --git a/site/public/v1/smartphones/xiaomi-14t-pro-16gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-14t-pro-16gb-512gb-5g/index.json index d14743a2048b..f72bff512e46 100644 --- a/site/public/v1/smartphones/xiaomi-14t-pro-16gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-14t-pro-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 75.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 70.2, + "overall": 80.2, "performance": 84.7, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.002381", - "updated_at": "2026-07-09T01:31:18.002381" + "created_at": "2026-07-09T04:23:24.076059", + "updated_at": "2026-07-09T04:23:24.076059" } diff --git a/site/public/v1/smartphones/xiaomi-black-shark-2-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-black-shark-2-12gb-256gb-4g-lte/index.json index ced8f525f648..3318ab3148d7 100644 --- a/site/public/v1/smartphones/xiaomi-black-shark-2-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-black-shark-2-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, JoyUI 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 43.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 43.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.030885", - "updated_at": "2026-07-09T01:31:16.030885" + "created_at": "2026-07-09T04:23:21.214965", + "updated_at": "2026-07-09T04:23:21.214965" } diff --git a/site/public/v1/smartphones/xiaomi-black-shark-2-pro-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-black-shark-2-pro-12gb-256gb-4g-lte/index.json index 3920a59bc13a..a7b46001a88f 100644 --- a/site/public/v1/smartphones/xiaomi-black-shark-2-pro-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-black-shark-2-pro-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 43.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 43.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.035987", - "updated_at": "2026-07-09T01:31:16.035987" + "created_at": "2026-07-09T04:23:21.219960", + "updated_at": "2026-07-09T04:23:21.219960" } diff --git a/site/public/v1/smartphones/xiaomi-black-shark-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-black-shark-8gb-128gb-4g-lte/index.json index ba8616047f0f..05852b2ce081 100644 --- a/site/public/v1/smartphones/xiaomi-black-shark-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-black-shark-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.6, + "width_mm": 75.4, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 35.6, "performance": null, "camera": null, - "battery": 33.3, + "battery": 35.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.925196", - "updated_at": "2026-07-09T01:31:15.925196" + "created_at": "2026-07-09T04:23:21.101163", + "updated_at": "2026-07-09T04:23:21.101163" } diff --git a/site/public/v1/smartphones/xiaomi-black-shark-helo-10gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-black-shark-helo-10gb-256gb-4g-lte/index.json index ff044d29adff..dda5a95c941a 100644 --- a/site/public/v1/smartphones/xiaomi-black-shark-helo-10gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-black-shark-helo-10gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 75.2, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 35.6, "performance": null, "camera": null, - "battery": 33.3, + "battery": 35.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.927388", - "updated_at": "2026-07-09T01:31:15.927388" + "created_at": "2026-07-09T04:23:21.103160", + "updated_at": "2026-07-09T04:23:21.103160" } diff --git a/site/public/v1/smartphones/xiaomi-mi-1s-1gb-4gb-3g/index.json b/site/public/v1/smartphones/xiaomi-mi-1s-1gb-4gb-3g/index.json index 5128eb985748..ba824c2df539 100644 --- a/site/public/v1/smartphones/xiaomi-mi-1s-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-1s-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 125.0, + "width_mm": 63.0, + "depth_mm": 11.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.828661", - "updated_at": "2026-07-09T01:31:15.828661" + "created_at": "2026-07-09T04:23:20.979148", + "updated_at": "2026-07-09T04:23:20.979148" } diff --git a/site/public/v1/smartphones/xiaomi-mi-2-2gb-32gb-3g/index.json b/site/public/v1/smartphones/xiaomi-mi-2-2gb-32gb-3g/index.json index d5a2bdeb6968..ab210a5b66ee 100644 --- a/site/public/v1/smartphones/xiaomi-mi-2-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-2-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 62.0, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.4.4 (KitKat), MIUI 5", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.830645", - "updated_at": "2026-07-09T01:31:15.830645" + "created_at": "2026-07-09T04:23:20.981148", + "updated_at": "2026-07-09T04:23:20.981148" } diff --git a/site/public/v1/smartphones/xiaomi-mi-2a-1gb-16gb-3g/index.json b/site/public/v1/smartphones/xiaomi-mi-2a-1gb-16gb-3g/index.json index 065a26f529f4..e74ae4898a2c 100644 --- a/site/public/v1/smartphones/xiaomi-mi-2a-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-2a-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 133.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 66.5, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.833058", - "updated_at": "2026-07-09T01:31:15.833058" + "created_at": "2026-07-09T04:23:20.983148", + "updated_at": "2026-07-09T04:23:20.983148" } diff --git a/site/public/v1/smartphones/xiaomi-mi-2s-2gb-32gb-3g/index.json b/site/public/v1/smartphones/xiaomi-mi-2s-2gb-32gb-3g/index.json index 04c35b1b9dda..2fa77a2f71a0 100644 --- a/site/public/v1/smartphones/xiaomi-mi-2s-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-2s-2gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 62.0, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 4.4.4 (KitKat), MIUI 5", "os_version": "4.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.833058", - "updated_at": "2026-07-09T01:31:15.833058" + "created_at": "2026-07-09T04:23:20.984145", + "updated_at": "2026-07-09T04:23:20.984145" } diff --git a/site/public/v1/smartphones/xiaomi-mi-4-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-4-3gb-64gb-4g-lte/index.json index 31d31f097ac3..3372d1ff32d2 100644 --- a/site/public/v1/smartphones/xiaomi-mi-4-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-4-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3080, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.2, + "width_mm": 68.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.3 (KitKat), upgradable to 6.0.1 (Marshmallow), MIUI 10", "os_version": "4.4.3", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.8, + "overall": 18.1, "performance": null, "camera": null, - "battery": 15.8, + "battery": 18.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.838866", - "updated_at": "2026-07-09T01:31:15.838866" + "created_at": "2026-07-09T04:23:20.990148", + "updated_at": "2026-07-09T04:23:20.990148" } diff --git a/site/public/v1/smartphones/xiaomi-mi-4-lte-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-4-lte-3gb-16gb-4g-lte/index.json index eb04f522ff9e..b4d44f214e9f 100644 --- a/site/public/v1/smartphones/xiaomi-mi-4-lte-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-4-lte-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3080, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.2, + "width_mm": 68.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.3 (KitKat), MIUI 5", "os_version": "4.4.3", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.8, + "overall": 18.1, "performance": null, "camera": null, - "battery": 15.8, + "battery": 18.1, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.840469", - "updated_at": "2026-07-09T01:31:15.840469" + "created_at": "2026-07-09T04:23:20.991148", + "updated_at": "2026-07-09T04:23:20.991148" } diff --git a/site/public/v1/smartphones/xiaomi-mi-4c-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-4c-3gb-32gb-4g-lte/index.json index 8c7bf57137f4..0d544c4fe0a8 100644 --- a/site/public/v1/smartphones/xiaomi-mi-4c-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-4c-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3080, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.1, + "width_mm": 69.6, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.0 (Nougat), MIUI 10", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.8, + "overall": 18.1, "performance": null, "camera": null, - "battery": 15.8, + "battery": 18.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.851050", - "updated_at": "2026-07-09T01:31:15.851050" + "created_at": "2026-07-09T04:23:21.002143", + "updated_at": "2026-07-09T04:23:21.002143" } diff --git a/site/public/v1/smartphones/xiaomi-mi-4i-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-4i-2gb-32gb-4g-lte/index.json index 0cc8ad672578..e76b7bddbf7b 100644 --- a/site/public/v1/smartphones/xiaomi-mi-4i-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-4i-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3120, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 138.1, + "width_mm": 69.6, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), MIUI 8.2", "os_version": "5.0.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.2, + "overall": 17.1, "performance": null, "camera": null, - "battery": 16.2, + "battery": 17.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.852059", - "updated_at": "2026-07-09T01:31:15.852059" + "created_at": "2026-07-09T04:23:21.003143", + "updated_at": "2026-07-09T04:23:21.003143" } diff --git a/site/public/v1/smartphones/xiaomi-mi-4s-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-4s-3gb-64gb-4g-lte/index.json index 5c87507c8411..f2318aaa5cd1 100644 --- a/site/public/v1/smartphones/xiaomi-mi-4s-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-4s-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3260, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 133.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.3, + "width_mm": 70.8, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), upgradable to 7.0 (Nougat), MIUI 10", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.6, + "overall": 19.9, "performance": null, "camera": null, - "battery": 17.6, + "battery": 19.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.876067", - "updated_at": "2026-07-09T01:31:15.876067" + "created_at": "2026-07-09T04:23:21.033299", + "updated_at": "2026-07-09T04:23:21.033299" } diff --git a/site/public/v1/smartphones/xiaomi-mi-5-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-5-4gb-128gb-4g-lte/index.json index e77904b15e15..1815919ad0ca 100644 --- a/site/public/v1/smartphones/xiaomi-mi-5-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-5-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 129.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.6, + "width_mm": 69.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 8.0 (Oreo), MIUI 10", "os_version": "6.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.877038", - "updated_at": "2026-07-09T01:31:15.877038" + "created_at": "2026-07-09T04:23:21.035300", + "updated_at": "2026-07-09T04:23:21.035300" } diff --git a/site/public/v1/smartphones/xiaomi-mi-5c-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-5c-3gb-64gb-4g-lte/index.json index ad4525ec6f20..6958ff097e12 100644 --- a/site/public/v1/smartphones/xiaomi-mi-5c-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-5c-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2860, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.4, + "width_mm": 69.7, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), MIUI 8", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 13.6, + "overall": 15.8, "performance": null, "camera": null, - "battery": 13.6, + "battery": 15.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.906059", - "updated_at": "2026-07-09T01:31:15.906059" + "created_at": "2026-07-09T04:23:21.079154", + "updated_at": "2026-07-09T04:23:21.079154" } diff --git a/site/public/v1/smartphones/xiaomi-mi-5s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-5s-4gb-128gb-4g-lte/index.json index 54732cbd7ca2..ade468fc2d71 100644 --- a/site/public/v1/smartphones/xiaomi-mi-5s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-5s-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.6, + "width_mm": 70.3, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat), MIUI 10", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.878049", - "updated_at": "2026-07-09T01:31:15.878049" + "created_at": "2026-07-09T04:23:21.036300", + "updated_at": "2026-07-09T04:23:21.036300" } diff --git a/site/public/v1/smartphones/xiaomi-mi-5s-plus-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-5s-plus-6gb-128gb-4g-lte/index.json index 158e8b27edd1..113ce49aaad7 100644 --- a/site/public/v1/smartphones/xiaomi-mi-5s-plus-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-5s-plus-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.6, + "width_mm": 77.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 8.0 (Oreo), MIUI", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.0, + "overall": 25.3, "performance": null, "camera": null, - "battery": 23.0, + "battery": 25.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.880058", - "updated_at": "2026-07-09T01:31:15.880058" + "created_at": "2026-07-09T04:23:21.038299", + "updated_at": "2026-07-09T04:23:21.038299" } diff --git a/site/public/v1/smartphones/xiaomi-mi-6-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-6-6gb-128gb-4g-lte/index.json index 55a02ef5091a..25f86308009c 100644 --- a/site/public/v1/smartphones/xiaomi-mi-6-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-6-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3350, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.2, + "width_mm": 70.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 9.0 (Pie), MIUI 8", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.8, + "overall": 29.1, "performance": null, "camera": null, - "battery": 26.8, + "battery": 29.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.907056", - "updated_at": "2026-07-09T01:31:15.907056" + "created_at": "2026-07-09T04:23:21.082155", + "updated_at": "2026-07-09T04:23:21.082155" } diff --git a/site/public/v1/smartphones/xiaomi-mi-8-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-8-8gb-256gb-4g-lte/index.json index d31ec381f82a..38c31f9e0d25 100644 --- a/site/public/v1/smartphones/xiaomi-mi-8-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-8-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.9, + "width_mm": 74.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, MIUI 12", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 29.6, "performance": null, "camera": null, - "battery": 27.3, + "battery": 29.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.936388", - "updated_at": "2026-07-09T01:31:15.936388" + "created_at": "2026-07-09T04:23:21.113155", + "updated_at": "2026-07-09T04:23:21.113155" } diff --git a/site/public/v1/smartphones/xiaomi-mi-8-explorer-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-8-explorer-8gb-128gb-4g-lte/index.json index 10f5acd60545..f93479da339c 100644 --- a/site/public/v1/smartphones/xiaomi-mi-8-explorer-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-8-explorer-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.9, + "width_mm": 74.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, MIUI 12", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.3, + "overall": 25.6, "performance": null, "camera": null, - "battery": 23.3, + "battery": 25.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.945790", - "updated_at": "2026-07-09T01:31:15.945790" + "created_at": "2026-07-09T04:23:21.116162", + "updated_at": "2026-07-09T04:23:21.116162" } diff --git a/site/public/v1/smartphones/xiaomi-mi-8-lite-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-8-lite-6gb-128gb-4g-lte/index.json index b6d3a4d0ce95..303f701fa0f8 100644 --- a/site/public/v1/smartphones/xiaomi-mi-8-lite-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-8-lite-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3350, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 169.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.4, + "width_mm": 75.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, MIUI 11", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.5, + "overall": 20.8, "performance": null, "camera": null, - "battery": 18.5, + "battery": 20.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.946845", - "updated_at": "2026-07-09T01:31:15.946845" + "created_at": "2026-07-09T04:23:21.118026", + "updated_at": "2026-07-09T04:23:21.118026" } diff --git a/site/public/v1/smartphones/xiaomi-mi-8-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-8-pro-8gb-128gb-4g-lte/index.json index f22bc0c592a1..8bf05803ddcd 100644 --- a/site/public/v1/smartphones/xiaomi-mi-8-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-8-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 177.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.9, + "width_mm": 74.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), planned upgrade to Android 10, MIUI 12", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 23.3, + "overall": 25.6, "performance": null, "camera": null, - "battery": 23.3, + "battery": 25.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.950878", - "updated_at": "2026-07-09T01:31:15.950878" + "created_at": "2026-07-09T04:23:21.122030", + "updated_at": "2026-07-09T04:23:21.122030" } diff --git a/site/public/v1/smartphones/xiaomi-mi-8-se-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-8-se-6gb-128gb-4g-lte/index.json index de5c6f7c4385..49d5b9e7560b 100644 --- a/site/public/v1/smartphones/xiaomi-mi-8-se-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-8-se-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3120, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.3, + "width_mm": 73.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), MIUI 9.5", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.5, + "overall": 26.8, "performance": null, "camera": null, - "battery": 24.5, + "battery": 26.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.952791", - "updated_at": "2026-07-09T01:31:15.952791" + "created_at": "2026-07-09T04:23:21.124029", + "updated_at": "2026-07-09T04:23:21.124029" } diff --git a/site/public/v1/smartphones/xiaomi-mi-9-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-9-8gb-256gb-4g-lte/index.json index 688741240d0b..7668d16c4191 100644 --- a/site/public/v1/smartphones/xiaomi-mi-9-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-9-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12.5", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.6, + "overall": 36.4, "performance": null, "camera": null, - "battery": 32.6, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.042601", - "updated_at": "2026-07-09T01:31:16.042601" + "created_at": "2026-07-09T04:23:21.227292", + "updated_at": "2026-07-09T04:23:21.227292" } diff --git a/site/public/v1/smartphones/xiaomi-mi-9-explorer-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-9-explorer-12gb-256gb-4g-lte/index.json index b522cab1bf9b..acf1330e4b86 100644 --- a/site/public/v1/smartphones/xiaomi-mi-9-explorer-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-9-explorer-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.5, + "width_mm": 74.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), MIUI 10", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 32.6, + "overall": 36.4, "performance": null, "camera": null, - "battery": 32.6, + "battery": 36.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.043676", - "updated_at": "2026-07-09T01:31:16.043676" + "created_at": "2026-07-09T04:23:21.228291", + "updated_at": "2026-07-09T04:23:21.228291" } diff --git a/site/public/v1/smartphones/xiaomi-mi-9-lite-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-9-lite-6gb-128gb-4g-lte/index.json index 3561d8deed13..3a8022498754 100644 --- a/site/public/v1/smartphones/xiaomi-mi-9-lite-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-9-lite-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4030, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.8, + "width_mm": 74.5, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 11", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.6, + "overall": 35.9, "performance": null, "camera": null, - "battery": 33.6, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.047614", - "updated_at": "2026-07-09T01:31:16.047614" + "created_at": "2026-07-09T04:23:21.232294", + "updated_at": "2026-07-09T04:23:21.232294" } diff --git a/site/public/v1/smartphones/xiaomi-mi-9-pro-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-9-pro-12gb-512gb-4g-lte/index.json index 95766702ac4a..3137cb6ec71e 100644 --- a/site/public/v1/smartphones/xiaomi-mi-9-pro-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-9-pro-12gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 40.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.2, + "width_mm": 74.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, MIUI 11", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 45.7, "performance": null, "camera": null, - "battery": 39.6, + "battery": 45.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.052613", - "updated_at": "2026-07-09T01:31:16.052613" + "created_at": "2026-07-09T04:23:21.237510", + "updated_at": "2026-07-09T04:23:21.237510" } diff --git a/site/public/v1/smartphones/xiaomi-mi-9-se-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-9-se-6gb-128gb-4g-lte/index.json index 5fbc3169a555..fdda83136ff5 100644 --- a/site/public/v1/smartphones/xiaomi-mi-9-se-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-9-se-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3070, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 70.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, MIUI 12.5", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.0, + "overall": 26.3, "performance": null, "camera": null, - "battery": 24.0, + "battery": 26.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.055613", - "updated_at": "2026-07-09T01:31:16.055613" + "created_at": "2026-07-09T04:23:21.241523", + "updated_at": "2026-07-09T04:23:21.241523" } diff --git a/site/public/v1/smartphones/xiaomi-mi-9t-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-9t-6gb-128gb-4g-lte/index.json index ee7590d17b69..94bf3f68cb64 100644 --- a/site/public/v1/smartphones/xiaomi-mi-9t-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-9t-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, MIUI 12.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 39.8, "performance": null, "camera": null, - "battery": 37.5, + "battery": 39.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.062614", - "updated_at": "2026-07-09T01:31:16.062614" + "created_at": "2026-07-09T04:23:21.247531", + "updated_at": "2026-07-09T04:23:21.247531" } diff --git a/site/public/v1/smartphones/xiaomi-mi-9t-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-9t-pro-8gb-256gb-4g-lte/index.json index a58f21093cbd..dbd16e2ea0a0 100644 --- a/site/public/v1/smartphones/xiaomi-mi-9t-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-9t-pro-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, MIUI 12.5", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 43.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 43.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.066614", - "updated_at": "2026-07-09T01:31:16.066614" + "created_at": "2026-07-09T04:23:21.252757", + "updated_at": "2026-07-09T04:23:21.252757" } diff --git a/site/public/v1/smartphones/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte/index.json index 08541385b394..214d3ef10849 100644 --- a/site/public/v1/smartphones/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-a1-mi-5x-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3080, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.4, + "width_mm": 75.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), upgradable to Android 9.0 (Pie), Android One", "os_version": "7.1.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.8, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.8, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.909055", - "updated_at": "2026-07-09T01:31:15.909055" + "created_at": "2026-07-09T04:23:21.085162", + "updated_at": "2026-07-09T04:23:21.085162" } diff --git a/site/public/v1/smartphones/xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte/index.json index c1854c338414..d6419655febf 100644 --- a/site/public/v1/smartphones/xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-a2-lite-redmi-6-pro-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 178.0, - "dimensions": {}, + "dimensions": { + "height_mm": 149.3, + "width_mm": 71.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, MIUI 12, Android One", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.965859", - "updated_at": "2026-07-09T01:31:15.965859" + "created_at": "2026-07-09T04:23:21.142113", + "updated_at": "2026-07-09T04:23:21.142113" } diff --git a/site/public/v1/smartphones/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte/index.json index 8e63e40e6439..69bdcbeee6ad 100644 --- a/site/public/v1/smartphones/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-a2-mi-6x-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.4, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9.0 (Pie), Android One", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.967862", - "updated_at": "2026-07-09T01:31:15.967862" + "created_at": "2026-07-09T04:23:21.144124", + "updated_at": "2026-07-09T04:23:21.144124" } diff --git a/site/public/v1/smartphones/xiaomi-mi-a3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-a3-6gb-128gb-4g-lte/index.json index 12fa8b088e94..a1ffdda3ec3a 100644 --- a/site/public/v1/smartphones/xiaomi-mi-a3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-a3-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4030, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 173.8, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 71.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, Android One", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 33.8, "performance": null, "camera": null, - "battery": 31.5, + "battery": 33.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.070714", - "updated_at": "2026-07-09T01:31:16.070714" + "created_at": "2026-07-09T04:23:21.259290", + "updated_at": "2026-07-09T04:23:21.259290" } diff --git a/site/public/v1/smartphones/xiaomi-mi-cc9-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-cc9-8gb-256gb-4g-lte/index.json index b7f1949765ac..371352df3b0c 100644 --- a/site/public/v1/smartphones/xiaomi-mi-cc9-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-cc9-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4030, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.8, + "width_mm": 74.5, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 11", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.6, + "overall": 35.9, "performance": null, "camera": null, - "battery": 33.6, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.075702", - "updated_at": "2026-07-09T01:31:16.075702" + "created_at": "2026-07-09T04:23:21.263287", + "updated_at": "2026-07-09T04:23:21.263287" } diff --git a/site/public/v1/smartphones/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte/index.json index 92df8fe798a2..369175fa6cb7 100644 --- a/site/public/v1/smartphones/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-cc9-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5260, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.8, + "width_mm": 74.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.1, + "overall": 54.5, "performance": null, "camera": null, - "battery": 50.1, + "battery": 54.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.078614", - "updated_at": "2026-07-09T01:31:16.078614" + "created_at": "2026-07-09T04:23:21.265808", + "updated_at": "2026-07-09T04:23:21.265808" } diff --git a/site/public/v1/smartphones/xiaomi-mi-cc9e-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-cc9e-6gb-128gb-4g-lte/index.json index 0f4893242fcf..f97dd875fc18 100644 --- a/site/public/v1/smartphones/xiaomi-mi-cc9e-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-cc9e-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4030, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 173.8, - "dimensions": {}, + "dimensions": { + "height_mm": 153.5, + "width_mm": 71.9, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), MIUI 10", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.5, + "overall": 33.8, "performance": null, "camera": null, - "battery": 31.5, + "battery": 33.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.081613", - "updated_at": "2026-07-09T01:31:16.081613" + "created_at": "2026-07-09T04:23:21.268801", + "updated_at": "2026-07-09T04:23:21.268801" } diff --git a/site/public/v1/smartphones/xiaomi-mi-max-2-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-max-2-4gb-128gb-4g-lte/index.json index 8bcf074cf116..088360201bf3 100644 --- a/site/public/v1/smartphones/xiaomi-mi-max-2-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-max-2-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 211.0, - "dimensions": {}, + "dimensions": { + "height_mm": 174.1, + "width_mm": 88.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), MIUI 11", "os_version": "7.1.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 38.0, + "overall": 40.2, "performance": null, "camera": null, - "battery": 38.0, + "battery": 40.2, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.909055", - "updated_at": "2026-07-09T01:31:15.909055" + "created_at": "2026-07-09T04:23:21.085162", + "updated_at": "2026-07-09T04:23:21.085162" } diff --git a/site/public/v1/smartphones/xiaomi-mi-max-3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-max-3-6gb-128gb-4g-lte/index.json index 68e3344753b9..2a52a709c8f5 100644 --- a/site/public/v1/smartphones/xiaomi-mi-max-3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-max-3-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 221.0, - "dimensions": {}, + "dimensions": { + "height_mm": 176.2, + "width_mm": 87.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, MIUI 12", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.0, + "overall": 42.3, "performance": null, "camera": null, - "battery": 40.0, + "battery": 42.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.968854", - "updated_at": "2026-07-09T01:31:15.968854" + "created_at": "2026-07-09T04:23:21.144124", + "updated_at": "2026-07-09T04:23:21.144124" } diff --git a/site/public/v1/smartphones/xiaomi-mi-max-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-max-4gb-128gb-4g-lte/index.json index 3652ca751205..2414445f2c84 100644 --- a/site/public/v1/smartphones/xiaomi-mi-max-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-max-4gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 203.0, - "dimensions": {}, + "dimensions": { + "height_mm": 173.1, + "width_mm": 88.3, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat), MIUI 10", "os_version": "6.0", @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.881061", - "updated_at": "2026-07-09T01:31:15.881061" + "created_at": "2026-07-09T04:23:21.040298", + "updated_at": "2026-07-09T04:23:21.040298" } diff --git a/site/public/v1/smartphones/xiaomi-mi-mix-2-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-mix-2-8gb-256gb-4g-lte/index.json index b4ead14f2f89..6b9f9e063666 100644 --- a/site/public/v1/smartphones/xiaomi-mi-mix-2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-mix-2-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.8, + "width_mm": 75.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), planned upgrade to Android 10, MIUI 12", "os_version": "7.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 29.6, "performance": null, "camera": null, - "battery": 27.3, + "battery": 29.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.912049", - "updated_at": "2026-07-09T01:31:15.912049" + "created_at": "2026-07-09T04:23:21.088157", + "updated_at": "2026-07-09T04:23:21.088157" } diff --git a/site/public/v1/smartphones/xiaomi-mi-mix-2s-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-mix-2s-8gb-256gb-4g-lte/index.json index 27ead27f5564..62b1ec6163e3 100644 --- a/site/public/v1/smartphones/xiaomi-mi-mix-2s-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-mix-2s-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.9, + "width_mm": 74.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), upgradable to Android 10, MIUI 12", "os_version": "8.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.3, + "overall": 29.6, "performance": null, "camera": null, - "battery": 27.3, + "battery": 29.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.972791", - "updated_at": "2026-07-09T01:31:15.972791" + "created_at": "2026-07-09T04:23:21.148330", + "updated_at": "2026-07-09T04:23:21.148330" } diff --git a/site/public/v1/smartphones/xiaomi-mi-mix-3-10gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-mix-3-10gb-256gb-4g-lte/index.json index d8411174561f..4ef46951e5bb 100644 --- a/site/public/v1/smartphones/xiaomi-mi-mix-3-10gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-mix-3-10gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 218.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 74.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.3, + "overall": 27.6, "performance": null, "camera": null, - "battery": 25.3, + "battery": 27.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.976869", - "updated_at": "2026-07-09T01:31:15.976869" + "created_at": "2026-07-09T04:23:21.153340", + "updated_at": "2026-07-09T04:23:21.153340" } diff --git a/site/public/v1/smartphones/xiaomi-mi-mix-3-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-mi-mix-3-5g-6gb-128gb-5g/index.json index fe76384d32ac..84977e2d0c17 100644 --- a/site/public/v1/smartphones/xiaomi-mi-mix-3-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-mix-3-5g-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 225.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 74.7, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.6, + "overall": 39.8, "performance": null, "camera": null, - "battery": 37.6, + "battery": 39.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.083684", - "updated_at": "2026-07-09T01:31:16.083684" + "created_at": "2026-07-09T04:23:21.270808", + "updated_at": "2026-07-09T04:23:21.270808" } diff --git a/site/public/v1/smartphones/xiaomi-mi-mix-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-mix-6gb-256gb-4g-lte/index.json index 199680c0be84..1635e9eaf873 100644 --- a/site/public/v1/smartphones/xiaomi-mi-mix-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-mix-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 81.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 8.0 (Oreo), MIUI 10", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.0, + "overall": 31.2, "performance": null, "camera": null, - "battery": 29.0, + "battery": 31.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.883062", - "updated_at": "2026-07-09T01:31:15.883062" + "created_at": "2026-07-09T04:23:21.042301", + "updated_at": "2026-07-09T04:23:21.042301" } diff --git a/site/public/v1/smartphones/xiaomi-mi-note-10-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-note-10-6gb-256gb-4g-lte/index.json index 008e8b484db7..df5d2588d6b0 100644 --- a/site/public/v1/smartphones/xiaomi-mi-note-10-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-note-10-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5260, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.8, + "width_mm": 74.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.1, + "overall": 54.5, "performance": null, "camera": null, - "battery": 50.1, + "battery": 54.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.087696", - "updated_at": "2026-07-09T01:31:16.087696" + "created_at": "2026-07-09T04:23:21.274808", + "updated_at": "2026-07-09T04:23:21.274808" } diff --git a/site/public/v1/smartphones/xiaomi-mi-note-10-lite-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-note-10-lite-8gb-128gb-4g-lte/index.json index 024072302ec4..fedf72459201 100644 --- a/site/public/v1/smartphones/xiaomi-mi-note-10-lite-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-note-10-lite-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5260, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.8, + "width_mm": 74.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, MIUI 12.5 E", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.1, + "overall": 54.5, "performance": null, "camera": null, - "battery": 50.1, + "battery": 54.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.221444", - "updated_at": "2026-07-09T01:31:16.221444" + "created_at": "2026-07-09T04:23:21.459188", + "updated_at": "2026-07-09T04:23:21.459188" } diff --git a/site/public/v1/smartphones/xiaomi-mi-note-10-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-note-10-pro-8gb-256gb-4g-lte/index.json index c6dfaf690edd..911c11b87264 100644 --- a/site/public/v1/smartphones/xiaomi-mi-note-10-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-note-10-pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5260, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.8, + "width_mm": 74.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.1, + "overall": 54.5, "performance": null, "camera": null, - "battery": 50.1, + "battery": 54.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.090670", - "updated_at": "2026-07-09T01:31:16.090670" + "created_at": "2026-07-09T04:23:21.276806", + "updated_at": "2026-07-09T04:23:21.276806" } diff --git a/site/public/v1/smartphones/xiaomi-mi-note-2-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-note-2-6gb-128gb-4g-lte/index.json index 2ed51d88fe20..ab1f8dd641b7 100644 --- a/site/public/v1/smartphones/xiaomi-mi-note-2-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-note-2-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4070, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.2, + "width_mm": 77.3, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), MIUI 8.2", "os_version": "6.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.7, + "overall": 28.0, "performance": null, "camera": null, - "battery": 25.7, + "battery": 28.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.884074", - "updated_at": "2026-07-09T01:31:15.884074" + "created_at": "2026-07-09T04:23:21.043299", + "updated_at": "2026-07-09T04:23:21.043299" } diff --git a/site/public/v1/smartphones/xiaomi-mi-note-3-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-note-3-6gb-128gb-4g-lte/index.json index 322d0fb58714..49c6e11ad25e 100644 --- a/site/public/v1/smartphones/xiaomi-mi-note-3-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-note-3-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 74.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 9, MIUI 12", "os_version": "7.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 20.0, + "overall": 22.2, "performance": null, "camera": null, - "battery": 20.0, + "battery": 22.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.913095", - "updated_at": "2026-07-09T01:31:15.913095" + "created_at": "2026-07-09T04:23:21.089162", + "updated_at": "2026-07-09T04:23:21.089162" } diff --git a/site/public/v1/smartphones/xiaomi-mi-note-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-note-3gb-64gb-4g-lte/index.json index ded47fef5d3b..3dfd00ceb71b 100644 --- a/site/public/v1/smartphones/xiaomi-mi-note-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-note-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 77.6, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.4", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.853049", - "updated_at": "2026-07-09T01:31:15.853049" + "created_at": "2026-07-09T04:23:21.005230", + "updated_at": "2026-07-09T04:23:21.005230" } diff --git a/site/public/v1/smartphones/xiaomi-mi-note-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-note-pro-4gb-64gb-4g-lte/index.json index 119d1ea12f2a..7c683549ba31 100644 --- a/site/public/v1/smartphones/xiaomi-mi-note-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-note-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 161.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.1, + "width_mm": 77.6, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 5.0.1 (Lollipop), upgradable to 7.0 (Nougat), MIUI 9", "os_version": "5.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.854055", - "updated_at": "2026-07-09T01:31:15.854055" + "created_at": "2026-07-09T04:23:21.006235", + "updated_at": "2026-07-09T04:23:21.006235" } diff --git a/site/public/v1/smartphones/xiaomi-mi-play-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-mi-play-6gb-128gb-4g-lte/index.json index 1d4a681fc923..c2b82c2491ba 100644 --- a/site/public/v1/smartphones/xiaomi-mi-play-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-mi-play-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.8, + "width_mm": 71.9, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.2, + "overall": 20.0, "performance": null, "camera": null, - "battery": 19.2, + "battery": 20.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.982901", - "updated_at": "2026-07-09T01:31:15.982901" + "created_at": "2026-07-09T04:23:21.159855", + "updated_at": "2026-07-09T04:23:21.159855" } diff --git a/site/public/v1/smartphones/xiaomi-poco-c40-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-c40-4gb-64gb-4g-lte/index.json index 4be731d0d91f..d330200197f1 100644 --- a/site/public/v1/smartphones/xiaomi-poco-c40-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-c40-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.6, + "width_mm": 76.6, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11, MIUI 13 for POCO", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.2, + "overall": 53.5, "performance": null, "camera": null, - "battery": 51.2, + "battery": 53.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.666968", - "updated_at": "2026-07-09T01:31:16.666968" + "created_at": "2026-07-09T04:23:22.412291", + "updated_at": "2026-07-09T04:23:22.412291" } diff --git a/site/public/v1/smartphones/xiaomi-poco-c50-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-c50-3gb-32gb-4g-lte/index.json index 5e45d575e4c9..89dccbdf1e92 100644 --- a/site/public/v1/smartphones/xiaomi-poco-c50-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-c50-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.8, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 12 (Go edition)", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.928656", - "updated_at": "2026-07-09T01:31:16.928656" + "created_at": "2026-07-09T04:23:22.945317", + "updated_at": "2026-07-09T04:23:22.945317" } diff --git a/site/public/v1/smartphones/xiaomi-poco-f3-gt-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-poco-f3-gt-8gb-256gb-5g/index.json index 6fd9e779fe51..a20e3875625a 100644 --- a/site/public/v1/smartphones/xiaomi-poco-f3-gt-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-f3-gt-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5065, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.9, + "width_mm": 76.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, MIUI 13 for POCO", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 53.3, + "overall": 58.8, "performance": 54.4, "camera": null, - "battery": 52.3, + "battery": 63.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.457475", - "updated_at": "2026-07-09T01:31:16.457475" + "created_at": "2026-07-09T04:23:21.970975", + "updated_at": "2026-07-09T04:23:21.970975" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m2-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-m2-pro-6gb-128gb-4g-lte/index.json index 5fcbcaa912b6..d5cc08872a3b 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m2-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m2-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, MIUI 12", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.5, + "overall": 52.4, "performance": null, "camera": null, - "battery": 47.5, + "battery": 52.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.230416", - "updated_at": "2026-07-09T01:31:16.230416" + "created_at": "2026-07-09T04:23:21.481706", + "updated_at": "2026-07-09T04:23:21.481706" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m3-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-m3-pro-6gb-128gb-4g-lte/index.json index e33cdfe41b44..408e9cb33e0e 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m3-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m3-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.8, + "width_mm": 75.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, MIUI 12", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.460491", - "updated_at": "2026-07-09T01:31:16.460491" + "created_at": "2026-07-09T04:23:21.973968", + "updated_at": "2026-07-09T04:23:21.973968" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m4-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-poco-m4-5g-6gb-128gb-5g/index.json index 926d9c8e6cd3..6a55ff556abc 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m4-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m4-5g-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.678724", - "updated_at": "2026-07-09T01:31:16.678724" + "created_at": "2026-07-09T04:23:22.433396", + "updated_at": "2026-07-09T04:23:22.433396" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m4-5g-india-6gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-poco-m4-5g-india-6gb-128gb-5g/index.json index 90f3f3410d2e..bb4633d4d71f 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m4-5g-india-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m4-5g-india-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.679726", - "updated_at": "2026-07-09T01:31:16.679726" + "created_at": "2026-07-09T04:23:22.434390", + "updated_at": "2026-07-09T04:23:22.434390" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m4-pro-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-poco-m4-pro-5g-8gb-256gb-5g/index.json index 6c2f66799eba..fb4b0dec2443 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m4-pro-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m4-pro-5g-8gb-256gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, MIUI 13", "os_version": "11", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 48.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.465421", - "updated_at": "2026-07-09T01:31:16.465421" + "created_at": "2026-07-09T04:23:21.995584", + "updated_at": "2026-07-09T04:23:21.995584" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m5-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-m5-6gb-128gb-4g-lte/index.json index 4645933280f1..f66432e1f9e4 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m5-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m5-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, HyperOS", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.9, + "overall": 49.0, "performance": 44.0, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.687803", - "updated_at": "2026-07-09T01:31:16.687803" + "created_at": "2026-07-09T04:23:22.486359", + "updated_at": "2026-07-09T04:23:22.486359" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m5-india-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-m5-india-6gb-128gb-4g-lte/index.json index d1685b256fb3..7808bc10328c 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m5-india-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m5-india-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.9, + "overall": 49.0, "performance": 44.0, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.689780", - "updated_at": "2026-07-09T01:31:16.689780" + "created_at": "2026-07-09T04:23:22.488364", + "updated_at": "2026-07-09T04:23:22.488364" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m6-4g-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-m6-4g-8gb-256gb-4g-lte/index.json index a5789ed0ce78..fd663f42e471 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m6-4g-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m6-4g-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5030, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.3, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 44.3, "performance": null, "camera": null, - "battery": 39.5, + "battery": 44.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.011506", - "updated_at": "2026-07-09T01:31:18.011506" + "created_at": "2026-07-09T04:23:24.085064", + "updated_at": "2026-07-09T04:23:24.085064" } diff --git a/site/public/v1/smartphones/xiaomi-poco-m6-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-poco-m6-8gb-256gb-5g/index.json index 152292f4b1a6..44771c807cc5 100644 --- a/site/public/v1/smartphones/xiaomi-poco-m6-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-m6-8gb-256gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.0, + "width_mm": 78.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 13, MIUI 14", "os_version": "13", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.6, + "overall": 48.7, "performance": 43.5, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.941656", - "updated_at": "2026-07-09T01:31:16.941656" + "created_at": "2026-07-09T04:23:22.961321", + "updated_at": "2026-07-09T04:23:22.961321" } diff --git a/site/public/v1/smartphones/xiaomi-poco-x2-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-x2-8gb-256gb-4g-lte/index.json index 6b85aa9faa87..5c728228aabe 100644 --- a/site/public/v1/smartphones/xiaomi-poco-x2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-x2-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.3, + "width_mm": 76.6, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, MIUI 12.5", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.5, + "overall": 46.3, "performance": null, "camera": null, - "battery": 42.5, + "battery": 46.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.239460", - "updated_at": "2026-07-09T01:31:16.239460" + "created_at": "2026-07-09T04:23:21.503700", + "updated_at": "2026-07-09T04:23:21.503700" } diff --git a/site/public/v1/smartphones/xiaomi-poco-x3-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-poco-x3-pro-8gb-256gb-4g-lte/index.json index 76a7ce65fb0d..05c1074e0fbe 100644 --- a/site/public/v1/smartphones/xiaomi-poco-x3-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-x3-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5160, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 215.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.3, + "width_mm": 76.8, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12, MIUI 13 for POCO", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.5, + "overall": 51.9, "performance": 47.7, "camera": null, - "battery": 51.2, + "battery": 56.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.472484", - "updated_at": "2026-07-09T01:31:16.472484" + "created_at": "2026-07-09T04:23:22.003587", + "updated_at": "2026-07-09T04:23:22.003587" } diff --git a/site/public/v1/smartphones/xiaomi-poco-x4-gt-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-poco-x4-gt-8gb-256gb-5g/index.json index 8db1fc716089..b009df2d6479 100644 --- a/site/public/v1/smartphones/xiaomi-poco-x4-gt-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-poco-x4-gt-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5080, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 74.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13 for POCO", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.4, + "overall": 60.7, "performance": 56.1, "camera": null, - "battery": 54.6, + "battery": 65.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.699798", - "updated_at": "2026-07-09T01:31:16.699798" + "created_at": "2026-07-09T04:23:22.534511", + "updated_at": "2026-07-09T04:23:22.534511" } diff --git a/site/public/v1/smartphones/xiaomi-pocophone-f1-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-pocophone-f1-8gb-256gb-4g-lte/index.json index 165adef37cb4..e394c16980a6 100644 --- a/site/public/v1/smartphones/xiaomi-pocophone-f1-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-pocophone-f1-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.5, + "width_mm": 75.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, MIUI 12", "os_version": "8.1", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 35.6, "performance": null, "camera": null, - "battery": 33.3, + "battery": 35.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.984897", - "updated_at": "2026-07-09T01:31:15.984897" + "created_at": "2026-07-09T04:23:21.164856", + "updated_at": "2026-07-09T04:23:21.164856" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-10-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-10-5g-6gb-128gb-5g/index.json index 5f56db85f06e..be3f5fb068bd 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-10-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-10-5g-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.716726", - "updated_at": "2026-07-09T01:31:16.716726" + "created_at": "2026-07-09T04:23:22.562314", + "updated_at": "2026-07-09T04:23:22.562314" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-10x-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-10x-5g-8gb-256gb-5g/index.json index 0e7d2aa201c5..4eebb9b4dbf6 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-10x-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-10x-5g-8gb-256gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4520, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, MIUI 11", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 45.0, "performance": 42.2, "camera": null, - "battery": 44.8, + "battery": 47.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.279148", - "updated_at": "2026-07-09T01:31:16.279148" + "created_at": "2026-07-09T04:23:21.517701", + "updated_at": "2026-07-09T04:23:21.517701" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-10x-pro-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-10x-pro-5g-8gb-256gb-5g/index.json index 97a9f8a5169d..cd860139a8f3 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-10x-pro-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-10x-pro-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4520, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 208.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 10, MIUI 11", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 45.9, "performance": 42.2, "camera": null, - "battery": 44.8, + "battery": 49.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.282133", - "updated_at": "2026-07-09T01:31:16.282133" + "created_at": "2026-07-09T04:23:21.520701", + "updated_at": "2026-07-09T04:23:21.520701" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-11-prime-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-11-prime-5g-6gb-128gb-5g/index.json index 3f6836e42581..3862877dcfa4 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-11-prime-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-11-prime-5g-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.766715", - "updated_at": "2026-07-09T01:31:16.766715" + "created_at": "2026-07-09T04:23:22.659146", + "updated_at": "2026-07-09T04:23:22.659146" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-11-prime-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-11-prime-6gb-128gb-4g-lte/index.json index a77ce42ec5c9..94792a060189 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-11-prime-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-11-prime-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.9, + "overall": 49.0, "performance": 44.0, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.755386", - "updated_at": "2026-07-09T01:31:16.755386" + "created_at": "2026-07-09T04:23:22.654631", + "updated_at": "2026-07-09T04:23:22.654631" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-13-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-13-8gb-256gb-4g-lte/index.json index 5a8bdb6a7286..c10647b3de36 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-13-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-13-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5030, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.6, + "width_mm": 76.3, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.5, + "overall": 44.3, "performance": null, "camera": null, - "battery": 39.5, + "battery": 44.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.017500", - "updated_at": "2026-07-09T01:31:18.017500" + "created_at": "2026-07-09T04:23:24.091059", + "updated_at": "2026-07-09T04:23:24.091059" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-13c-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-13c-5g-8gb-256gb-5g/index.json index 778b33ae0e8e..f0a32d5c07dd 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-13c-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-13c-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.0, + "width_mm": 78.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 13, MIUI 14", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.6, + "overall": 48.7, "performance": 43.5, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.969612", - "updated_at": "2026-07-09T01:31:16.969612" + "created_at": "2026-07-09T04:23:23.081937", + "updated_at": "2026-07-09T04:23:23.082937" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-13r-4gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-13r-4gb-128gb-5g/index.json index 42db5b3a0a85..d6a4ead162bd 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-13r-4gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-13r-4gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.1, + "width_mm": 77.9, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 13, MIUI 14", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.2, + "overall": 47.3, "performance": 40.8, "camera": null, - "battery": 51.7, + "battery": 53.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.970617", - "updated_at": "2026-07-09T01:31:16.970617" + "created_at": "2026-07-09T04:23:23.087941", + "updated_at": "2026-07-09T04:23:23.087941" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-1gb-4gb-3g/index.json b/site/public/v1/smartphones/xiaomi-redmi-1gb-4gb-3g/index.json index af216211daac..4032c933a619 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 69.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.835611", - "updated_at": "2026-07-09T01:31:15.835611" + "created_at": "2026-07-09T04:23:20.987143", + "updated_at": "2026-07-09T04:23:20.987143" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-1s-1gb-8gb-3g/index.json b/site/public/v1/smartphones/xiaomi-redmi-1s-1gb-8gb-3g/index.json index d44cde4fe5ac..6e90199c9904 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-1s-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-1s-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 69.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 4.4.4 (KitKat), MIUI 9.2", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.841986", - "updated_at": "2026-07-09T01:31:15.841986" + "created_at": "2026-07-09T04:23:20.993148", + "updated_at": "2026-07-09T04:23:20.993148" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-2-2gb-16gb-4g-lte/index.json index 5e459d1a3883..1a1e91f9ca17 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-2-2gb-16gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 2200, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 133.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.2, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), MIUI 6.0", "os_version": "4.4.4", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 7.0, + "overall": 7.9, "performance": null, "camera": null, - "battery": 7.0, + "battery": 7.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.856994", - "updated_at": "2026-07-09T01:31:15.856994" + "created_at": "2026-07-09T04:23:21.008236", + "updated_at": "2026-07-09T04:23:21.008236" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-2-prime-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-2-prime-2gb-16gb-4g-lte/index.json index b7275a4f46c0..d1ed8c7a8710 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-2-prime-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-2-prime-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2200, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 133.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.1.1 (Lollipop), MIUI 7.2", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 7.0, + "overall": 7.9, "performance": null, "camera": null, - "battery": 7.0, + "battery": 7.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.858058", - "updated_at": "2026-07-09T01:31:15.858058" + "created_at": "2026-07-09T04:23:21.009243", + "updated_at": "2026-07-09T04:23:21.009243" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-2-pro-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-2-pro-2gb-16gb-4g-lte/index.json index 7b174a382261..4988f2f22edd 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-2-pro-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-2-pro-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2200, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 133.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), MIUI 6", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 7.0, + "overall": 7.9, "performance": null, "camera": null, - "battery": 7.0, + "battery": 7.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.859068", - "updated_at": "2026-07-09T01:31:15.859068" + "created_at": "2026-07-09T04:23:21.009243", + "updated_at": "2026-07-09T04:23:21.009243" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-2a-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-2a-1gb-8gb-4g-lte/index.json index 416e1fdd725d..ddecfd091d70 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-2a-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-2a-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 132.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.0, + "width_mm": 67.2, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), MIUI 6", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.860082", - "updated_at": "2026-07-09T01:31:15.860082" + "created_at": "2026-07-09T04:23:21.011251", + "updated_at": "2026-07-09T04:23:21.011251" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-3-3gb-32gb-4g-lte/index.json index 1b7b1aa6c4da..e8927e9f6487 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-3-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), MIUI 7", "os_version": "5.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.9, "performance": null, "camera": null, - "battery": 26.0, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.886064", - "updated_at": "2026-07-09T01:31:15.886064" + "created_at": "2026-07-09T04:23:21.046309", + "updated_at": "2026-07-09T04:23:21.046309" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-3-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-3-pro-3gb-32gb-4g-lte/index.json index 93681ffc6302..a3b08ab509cc 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-3-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-3-pro-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), MIUI 7.3", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.9, "performance": null, "camera": null, - "battery": 26.0, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.887080", - "updated_at": "2026-07-09T01:31:15.887080" + "created_at": "2026-07-09T04:23:21.047308", + "updated_at": "2026-07-09T04:23:21.047308" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-3s-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-3s-3gb-32gb-4g-lte/index.json index aca6dbab39a7..20794708c35d 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-3s-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-3s-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), MIUI 9.2", "os_version": "6.0.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.9, "performance": null, "camera": null, - "battery": 26.0, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.888052", - "updated_at": "2026-07-09T01:31:15.888052" + "created_at": "2026-07-09T04:23:21.049303", + "updated_at": "2026-07-09T04:23:21.049303" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-3s-prime-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-3s-prime-3gb-32gb-4g-lte/index.json index aeb153066e2e..0afb79b9cdd4 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-3s-prime-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-3s-prime-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), MIUI 9.2", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.9, "performance": null, "camera": null, - "battery": 26.0, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.889064", - "updated_at": "2026-07-09T01:31:15.889064" + "created_at": "2026-07-09T04:23:21.051550", + "updated_at": "2026-07-09T04:23:21.051550" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-3x-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-3x-2gb-32gb-4g-lte/index.json index 9d8e96c83919..f495f27428ed 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-3x-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-3x-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.3, + "width_mm": 69.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), MIUI 7.3", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.9, "performance": null, "camera": null, - "battery": 26.0, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.891068", - "updated_at": "2026-07-09T01:31:15.891068" + "created_at": "2026-07-09T04:23:21.053559", + "updated_at": "2026-07-09T04:23:21.053559" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-4-4x-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-4-4x-4gb-64gb-4g-lte/index.json index 045b9acb228f..6dfddb6c2d3b 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-4-4x-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-4-4x-4gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.2, + "width_mm": 70.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to 7.1.2 (Nougat), MIUI 11", "os_version": "6.0.1", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.915080", - "updated_at": "2026-07-09T01:31:15.915080" + "created_at": "2026-07-09T04:23:21.092162", + "updated_at": "2026-07-09T04:23:21.092162" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-4-china-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-4-china-2gb-16gb-4g-lte/index.json index e77115a225d9..9033ecfc59ca 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-4-china-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-4-china-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.3, + "width_mm": 69.6, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), MIUI 8", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.9, "performance": null, "camera": null, - "battery": 26.0, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.893098", - "updated_at": "2026-07-09T01:31:15.893098" + "created_at": "2026-07-09T04:23:21.059648", + "updated_at": "2026-07-09T04:23:21.059648" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-4-prime-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-4-prime-3gb-32gb-4g-lte/index.json index 4351badff2d5..76664e6c93c9 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-4-prime-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-4-prime-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.3, + "width_mm": 69.6, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), MIUI 8", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 26.9, "performance": null, "camera": null, - "battery": 26.0, + "battery": 26.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.893098", - "updated_at": "2026-07-09T01:31:15.893098" + "created_at": "2026-07-09T04:23:21.059648", + "updated_at": "2026-07-09T04:23:21.059648" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-4a-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-4a-3gb-32gb-4g-lte/index.json index c48791a6106b..f4e999902aa5 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-4a-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-4a-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.5, - "dimensions": {}, + "dimensions": { + "height_mm": 139.9, + "width_mm": 70.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), MIUI 10", "os_version": "6.0.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.896074", - "updated_at": "2026-07-09T01:31:15.896074" + "created_at": "2026-07-09T04:23:21.064648", + "updated_at": "2026-07-09T04:23:21.064648" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-5-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-5-4gb-64gb-4g-lte/index.json index 48b8cc4aae31..6284c089be48 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-5-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-5-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.8, + "width_mm": 72.8, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), MIUI 11", "os_version": "7.1.2", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 18.0, + "overall": 18.9, "performance": null, "camera": null, - "battery": 18.0, + "battery": 18.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.917058", - "updated_at": "2026-07-09T01:31:15.917058" + "created_at": "2026-07-09T04:23:21.093160", + "updated_at": "2026-07-09T04:23:21.093160" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte/index.json index 05b898b72fc5..e3ed25191ca8 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-5-plus-redmi-note-5-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.5, + "width_mm": 75.5, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), planned upgrade to Android 10, MIUI 12", "os_version": "7.1.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.991880", - "updated_at": "2026-07-09T01:31:15.991880" + "created_at": "2026-07-09T04:23:21.173376", + "updated_at": "2026-07-09T04:23:21.173376" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-5a-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-5a-3gb-32gb-4g-lte/index.json index 2a4ba0c11f4e..a20e8644a33e 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-5a-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-5a-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.4, + "width_mm": 70.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), MIUI 11", "os_version": "7.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.918121", - "updated_at": "2026-07-09T01:31:15.918121" + "created_at": "2026-07-09T04:23:21.095161", + "updated_at": "2026-07-09T04:23:21.095161" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-6-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-6-4gb-64gb-4g-lte/index.json index 4cc10884f171..f3c843d601ab 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-6-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), planned upgrade to Android 10, MIUI 12", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.992876", - "updated_at": "2026-07-09T01:31:15.992876" + "created_at": "2026-07-09T04:23:21.174379", + "updated_at": "2026-07-09T04:23:21.174379" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-6a-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-6a-3gb-32gb-4g-lte/index.json index 2233ccb7a04b..2e2b79d56d78 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-6a-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-6a-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), planned upgrade to Android 10, MIUI 12", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.002847", - "updated_at": "2026-07-09T01:31:16.002847" + "created_at": "2026-07-09T04:23:21.184883", + "updated_at": "2026-07-09T04:23:21.184883" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-7-4gb-64gb-4g-lte/index.json index 1d6e4607c1de..1cf701d49a55 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-7-4gb-64gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 Pie, upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.093614", - "updated_at": "2026-07-09T01:31:16.093614" + "created_at": "2026-07-09T04:23:21.279818", + "updated_at": "2026-07-09T04:23:21.279818" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-7a-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-7a-3gb-32gb-4g-lte/index.json index cf5b7b76d4a0..8ac3ed9fd9f2 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-7a-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-7a-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.3, + "width_mm": 70.4, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.2, + "overall": 30.1, "performance": null, "camera": null, - "battery": 29.2, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.101711", - "updated_at": "2026-07-09T01:31:16.101711" + "created_at": "2026-07-09T04:23:21.292937", + "updated_at": "2026-07-09T04:23:21.292937" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-8-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-8-4gb-64gb-4g-lte/index.json index 521ec96ad2fb..1f55dfd21be3 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-8-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.4, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.108714", - "updated_at": "2026-07-09T01:31:16.108714" + "created_at": "2026-07-09T04:23:21.300934", + "updated_at": "2026-07-09T04:23:21.300934" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-8a-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-8a-4gb-64gb-4g-lte/index.json index c6ab10208441..1ca44dca6a8c 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-8a-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-8a-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.4, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.113698", - "updated_at": "2026-07-09T01:31:16.113698" + "created_at": "2026-07-09T04:23:21.306096", + "updated_at": "2026-07-09T04:23:21.306096" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-8a-dual-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-8a-dual-3gb-64gb-4g-lte/index.json index 08a075c64b7b..49d10de0f14f 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-8a-dual-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-8a-dual-3gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.4, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.285183", - "updated_at": "2026-07-09T01:31:16.285183" + "created_at": "2026-07-09T04:23:21.522700", + "updated_at": "2026-07-09T04:23:21.522700" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte/index.json index 487142bfd754..fdaf6ac63d81 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-8a-pro-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 75.4, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), planned upgrade to Android 10, MIUI 12", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.287115", - "updated_at": "2026-07-09T01:31:16.287115" + "created_at": "2026-07-09T04:23:21.541132", + "updated_at": "2026-07-09T04:23:21.541132" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-a1-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-a1-3gb-32gb-4g-lte/index.json index b84310fd91ec..95ce09b613e3 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-a1-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-a1-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.8, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 12 (Go edition), MIUI 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.771958", - "updated_at": "2026-07-09T01:31:16.771958" + "created_at": "2026-07-09T04:23:22.661146", + "updated_at": "2026-07-09T04:23:22.661146" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-a3x-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-a3x-4gb-128gb-4g-lte/index.json index 8de62450a525..7a66d4928311 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-a3x-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-a3x-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.4, + "width_mm": 76.3, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 14, up to 2 major Android upgrades, MIUI", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 40.0, "performance": null, "camera": null, - "battery": 39.2, + "battery": 40.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.028957", - "updated_at": "2026-07-09T01:31:18.028957" + "created_at": "2026-07-09T04:23:24.096064", + "updated_at": "2026-07-09T04:23:24.096064" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-go-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-go-1gb-16gb-4g-lte/index.json index 8ad0093245b5..7828794a767d 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-go-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-go-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.4, + "width_mm": 70.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.1 Oreo (Go edition)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.117662", - "updated_at": "2026-07-09T01:31:16.117662" + "created_at": "2026-07-09T04:23:21.310109", + "updated_at": "2026-07-09T04:23:21.310109" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k20-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-k20-8gb-256gb-4g-lte/index.json index 73f4082d3797..809fb3b4cdf2 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k20-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k20-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 39.8, "performance": null, "camera": null, - "battery": 37.5, + "battery": 39.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.121703", - "updated_at": "2026-07-09T01:31:16.121703" + "created_at": "2026-07-09T04:23:21.314121", + "updated_at": "2026-07-09T04:23:21.314121" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k20-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-k20-pro-8gb-256gb-4g-lte/index.json index a5cfc37ab1ab..889e48bd733a 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k20-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k20-pro-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 43.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 43.4, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.123692", - "updated_at": "2026-07-09T01:31:16.123692" + "created_at": "2026-07-09T04:23:21.317123", + "updated_at": "2026-07-09T04:23:21.317123" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte/index.json index 2996cb696aa4..5fd20d148238 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k20-pro-premium-12gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 191.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, MIUI 11", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 43.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 43.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.125682", - "updated_at": "2026-07-09T01:31:16.125682" + "created_at": "2026-07-09T04:23:21.319115", + "updated_at": "2026-07-09T04:23:21.319115" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k30-ultra-8gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-k30-ultra-8gb-512gb-5g/index.json index c86c641ae938..3e576bb4b413 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k30-ultra-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k30-ultra-8gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 213.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 75.4, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, MIUI 12", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.6, + "overall": 49.5, "performance": null, "camera": null, - "battery": 44.6, + "battery": 49.5, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.322132", - "updated_at": "2026-07-09T01:31:16.322132" + "created_at": "2026-07-09T04:23:21.636927", + "updated_at": "2026-07-09T04:23:21.636927" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k40-gaming-12gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-k40-gaming-12gb-256gb-5g/index.json index 14f875464d39..7039beb079a9 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k40-gaming-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k40-gaming-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5065, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 205.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.9, + "width_mm": 76.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, MIUI 12.5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 54.7, + "overall": 60.1, "performance": 57.1, "camera": null, - "battery": 52.3, + "battery": 63.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.508483", - "updated_at": "2026-07-09T01:31:16.508483" + "created_at": "2026-07-09T04:23:22.065091", + "updated_at": "2026-07-09T04:23:22.065091" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k50-12gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-k50-12gb-512gb-5g/index.json index 2983afffe2d5..42af72a1fbcb 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k50-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k50-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 76.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 58.8, + "overall": 64.2, "performance": 58.8, "camera": null, - "battery": 58.8, + "battery": 69.5, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.783074", - "updated_at": "2026-07-09T01:31:16.783074" + "created_at": "2026-07-09T04:23:22.669659", + "updated_at": "2026-07-09T04:23:22.669659" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k50-pro-12gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-k50-pro-12gb-512gb-5g/index.json index a68e45f301f8..ddbc29f27347 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k50-pro-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k50-pro-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 201.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 76.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 55.8, + "overall": 75.8, "performance": null, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.788027", - "updated_at": "2026-07-09T01:31:16.788027" + "created_at": "2026-07-09T04:23:22.679975", + "updated_at": "2026-07-09T04:23:22.679975" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k60-ultra-24gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-k60-ultra-24gb-512gb-5g/index.json index eeef017d7528..3e0ec39bdde9 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k60-ultra-24gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k60-ultra-24gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.2, + "width_mm": 75.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13, MIUI 14", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 69.0, + "overall": 79.0, "performance": 82.2, "camera": null, - "battery": 55.8, + "battery": 75.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.976614", - "updated_at": "2026-07-09T01:31:16.976614" + "created_at": "2026-07-09T04:23:23.096943", + "updated_at": "2026-07-09T04:23:23.096943" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k60e-12gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-k60e-12gb-512gb-5g/index.json index 6e2aaa8335da..98286c3612aa 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k60e-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k60e-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 202.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 76.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 62.6, + "overall": 68.0, "performance": 64.5, "camera": null, - "battery": 60.8, + "battery": 71.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.792022", - "updated_at": "2026-07-09T01:31:16.792022" + "created_at": "2026-07-09T04:23:22.684975", + "updated_at": "2026-07-09T04:23:22.684975" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-k70-ultra-24gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-k70-ultra-24gb-512gb-5g/index.json index 45e9ea66d2cc..f53f432c04cd 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-k70-ultra-24gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-k70-ultra-24gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 211.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.4, + "width_mm": 75.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 75.5, + "overall": 85.5, "performance": 90.2, "camera": null, - "battery": 60.8, + "battery": 80.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.040411", - "updated_at": "2026-07-09T01:31:18.040411" + "created_at": "2026-07-09T04:23:24.097059", + "updated_at": "2026-07-09T04:23:24.097059" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-10-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-10-5g-8gb-256gb-5g/index.json index 928c4a07ebb5..93a1ac49c08e 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-10-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-10-5g-8gb-256gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.8, + "width_mm": 75.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, MIUI 12", "os_version": "11", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.5, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.520471", - "updated_at": "2026-07-09T01:31:16.520471" + "created_at": "2026-07-09T04:23:22.076103", + "updated_at": "2026-07-09T04:23:22.076103" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte/index.json index aa58851a8d27..54e91adf2bd3 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-10-lite-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5020, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, MIUI 11", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.7, + "overall": 50.0, "performance": null, "camera": null, - "battery": 47.7, + "battery": 50.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.526421", - "updated_at": "2026-07-09T01:31:16.526421" + "created_at": "2026-07-09T04:23:22.083095", + "updated_at": "2026-07-09T04:23:22.083095" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-10-pro-china-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-10-pro-china-8gb-256gb-5g/index.json index 7214b9344470..2307b1b15320 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-10-pro-china-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-10-pro-china-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.3, + "width_mm": 75.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, MIUI 12.5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.9, + "overall": 55.2, "performance": 48.0, "camera": null, - "battery": 51.7, + "battery": 62.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.535485", - "updated_at": "2026-07-09T01:31:16.535485" + "created_at": "2026-07-09T04:23:22.131364", + "updated_at": "2026-07-09T04:23:22.131364" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-11-china-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-11-china-8gb-256gb-5g/index.json index 289dfa5a98ac..98652fb5702d 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-11-china-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-11-china-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, MIUI 12.5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 48.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.557243", - "updated_at": "2026-07-09T01:31:16.557243" + "created_at": "2026-07-09T04:23:22.155474", + "updated_at": "2026-07-09T04:23:22.155474" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g/index.json index 5ede8fd0e2c0..0f691f72c56e 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-11-pro-5g-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, MIUI 12.5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.9, + "overall": 56.9, "performance": 47.0, "camera": null, - "battery": 46.7, + "battery": 66.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.558216", - "updated_at": "2026-07-09T01:31:16.558216" + "created_at": "2026-07-09T04:23:22.156473", + "updated_at": "2026-07-09T04:23:22.156473" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-11-pro-china-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-11-pro-china-8gb-256gb-5g/index.json index f8b13dc7fd65..f9e33b016b14 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-11-pro-china-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-11-pro-china-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5160, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 207.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.7, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, MIUI 12.5", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 50.1, + "overall": 55.5, "performance": 47.0, "camera": null, - "battery": 53.3, + "battery": 64.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.559205", - "updated_at": "2026-07-09T01:31:16.559205" + "created_at": "2026-07-09T04:23:22.156473", + "updated_at": "2026-07-09T04:23:22.156473" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-11e-6gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-11e-6gb-128gb-5g/index.json index ca4016ec0f7f..e6cb98466980 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-11e-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-11e-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 76.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, MIUI 13", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 42.8, + "overall": 43.8, "performance": 35.9, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.818969", - "updated_at": "2026-07-09T01:31:16.818969" + "created_at": "2026-07-09T04:23:22.778598", + "updated_at": "2026-07-09T04:23:22.778598" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-11s-5g-8gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-11s-5g-8gb-128gb-5g/index.json index f8babadeaa9a..8f5ff59dbded 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-11s-5g-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-11s-5g-8gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 75.8, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11, MIUI 13", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 45.8, + "overall": 48.2, "performance": 39.9, "camera": null, - "battery": 51.7, + "battery": 56.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.833858", - "updated_at": "2026-07-09T01:31:16.833858" + "created_at": "2026-07-09T04:23:22.796857", + "updated_at": "2026-07-09T04:23:22.796857" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-11se-8gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-11se-8gb-128gb-5g/index.json index 9d4a0568157f..8a67330a3b79 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-11se-8gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-11se-8gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.8, + "width_mm": 75.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11, MIUI 12.5", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.5, + "overall": 44.5, "performance": 37.3, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.838855", - "updated_at": "2026-07-09T01:31:16.838855" + "created_at": "2026-07-09T04:23:22.802856", + "updated_at": "2026-07-09T04:23:22.802856" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-11t-pro-12gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-11t-pro-12gb-512gb-5g/index.json index d9e2cbbe050a..52aaeaa84aea 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-11t-pro-12gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-11t-pro-12gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5080, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 74.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 56.7, + "overall": 62.0, "performance": 58.8, "camera": null, - "battery": 54.6, + "battery": 65.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.840859", - "updated_at": "2026-07-09T01:31:16.840859" + "created_at": "2026-07-09T04:23:22.805231", + "updated_at": "2026-07-09T04:23:22.805231" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-11t-pro-8gb-512gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-11t-pro-8gb-512gb-5g/index.json index 38d5594128bf..a84e56423733 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-11t-pro-8gb-512gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-11t-pro-8gb-512gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4400, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.6, + "width_mm": 74.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 51.9, + "overall": 61.9, "performance": 56.1, "camera": null, - "battery": 47.7, + "battery": 67.7, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.841858", - "updated_at": "2026-07-09T01:31:16.841858" + "created_at": "2026-07-09T04:23:22.805231", + "updated_at": "2026-07-09T04:23:22.805231" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-12-discovery-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-12-discovery-8gb-256gb-5g/index.json index 5856dfb2e15a..b70836f33d84 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-12-discovery-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-12-discovery-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4300, - "charging_wired_w": null, + "charging_wired_w": 210.0, "charging_wireless_w": null, "weight_g": 207.5, - "dimensions": {}, + "dimensions": { + "height_mm": 162.9, + "width_mm": 76.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.8, + "overall": 57.8, "performance": 50.9, "camera": null, - "battery": 44.7, + "battery": 64.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.848377", - "updated_at": "2026-07-09T01:31:16.848377" + "created_at": "2026-07-09T04:23:22.837084", + "updated_at": "2026-07-09T04:23:22.837084" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-12-pro-12gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-12-pro-12gb-256gb-5g/index.json index d0f1b96bdecd..c96247ea1c29 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-12-pro-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-12-pro-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 187.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 76.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, MIUI 13", "os_version": "12", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 52.7, + "overall": 58.0, "performance": 53.6, "camera": null, - "battery": 51.7, + "battery": 62.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.849378", - "updated_at": "2026-07-09T01:31:16.849378" + "created_at": "2026-07-09T04:23:22.843230", + "updated_at": "2026-07-09T04:23:22.843230" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-2-2gb-32gb-4g-lte/index.json index b9af3e82e010..90587a218142 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-2-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3060, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.0, + "width_mm": 76.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), MIUI 7", "os_version": "5.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.6, + "overall": 16.5, "performance": null, "camera": null, - "battery": 15.6, + "battery": 16.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.861064", - "updated_at": "2026-07-09T01:31:15.861064" + "created_at": "2026-07-09T04:23:21.012252", + "updated_at": "2026-07-09T04:23:21.012252" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-2gb-8gb-3g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-2gb-8gb-3g/index.json index 1cb23d39aa80..93d582ec522e 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-2gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-2gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 78.7, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 4.4.4 (KitKat), MIUI 9.2", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.842997", - "updated_at": "2026-07-09T01:31:15.842997" + "created_at": "2026-07-09T04:23:20.994150", + "updated_at": "2026-07-09T04:23:20.994150" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-3-3gb-32gb-4g-lte/index.json index 6557ec417c10..519eb754dfed 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-3-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4050, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 76.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0.1 (Marshmallow), MIUI 9.5", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.5, + "overall": 26.4, "performance": null, "camera": null, - "battery": 25.5, + "battery": 26.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.897097", - "updated_at": "2026-07-09T01:31:15.897097" + "created_at": "2026-07-09T04:23:21.066155", + "updated_at": "2026-07-09T04:23:21.066155" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte/index.json index ef68bea03c26..c8c43b491a95 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-3-mediatek-3gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.0, + "width_mm": 76.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), MIUI 7", "os_version": "5.0.2", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.864061", - "updated_at": "2026-07-09T01:31:15.864061" + "created_at": "2026-07-09T04:23:21.014252", + "updated_at": "2026-07-09T04:23:21.014252" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-4-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-4-4gb-64gb-4g-lte/index.json index 1ea757e4e1ba..a61a4ba727d2 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-4-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-4-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat), MIUI 11", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.919043", - "updated_at": "2026-07-09T01:31:15.919043" + "created_at": "2026-07-09T04:23:21.096155", + "updated_at": "2026-07-09T04:23:21.096155" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte/index.json index 2ecc3c6b8b17..319104db765e 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-4-mediatek-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), MIUI 10", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.899088", - "updated_at": "2026-07-09T01:31:15.899088" + "created_at": "2026-07-09T04:23:21.068163", + "updated_at": "2026-07-09T04:23:21.068163" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-4g-2gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-4g-2gb-8gb-4g-lte/index.json index e27a33b9e0b0..71f1e21ecc06 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-4g-2gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-4g-2gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 78.7, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 4.4.2 (KitKat), MIUI 5", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.844996", - "updated_at": "2026-07-09T01:31:15.844996" + "created_at": "2026-07-09T04:23:20.995148", + "updated_at": "2026-07-09T04:23:20.995148" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-4x-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-4x-4gb-64gb-4g-lte/index.json index f98ab995f883..1ad0ff578a8d 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-4x-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-4x-4gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.0, + "width_mm": 76.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat), MIUI 10", "os_version": "6.0", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.921056", - "updated_at": "2026-07-09T01:31:15.921056" + "created_at": "2026-07-09T04:23:21.097155", + "updated_at": "2026-07-09T04:23:21.097155" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte/index.json index 451b43886ba5..1de63e61989d 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-5-ai-dual-camera-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), MIUI 9", "os_version": "8.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.007884", - "updated_at": "2026-07-09T01:31:16.007884" + "created_at": "2026-07-09T04:23:21.190894", + "updated_at": "2026-07-09T04:23:21.190894" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte/index.json index 5967e3078709..26e802456018 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-5-pro-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.4, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), planned upgrade to Android 10, MIUI 12", "os_version": "7.1.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.009852", - "updated_at": "2026-07-09T01:31:16.009852" + "created_at": "2026-07-09T04:23:21.192955", + "updated_at": "2026-07-09T04:23:21.192955" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte/index.json index cea941e21fe9..83a6a9d4d33e 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-6-pro-6gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.9, + "width_mm": 76.4, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), planned upgrade to Android 10, MIUI 12", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.014792", - "updated_at": "2026-07-09T01:31:16.014792" + "created_at": "2026-07-09T04:23:21.197954", + "updated_at": "2026-07-09T04:23:21.197954" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-7-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-7-6gb-128gb-4g-lte/index.json index 39767904989b..7b1e9bf3ccd9 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-7-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-7-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), planned upgrade to Android 10, MIUI 12", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.136785", - "updated_at": "2026-07-09T01:31:16.136785" + "created_at": "2026-07-09T04:23:21.331232", + "updated_at": "2026-07-09T04:23:21.331232" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte/index.json index e6cfa6dedc08..aeb4529fb1c6 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-7-pro-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.5, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.5, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.147452", - "updated_at": "2026-07-09T01:31:16.147452" + "created_at": "2026-07-09T04:23:21.341224", + "updated_at": "2026-07-09T04:23:21.341224" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-7s-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-7s-4gb-64gb-4g-lte/index.json index 3b398fdda022..34b756a3d70f 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-7s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-7s-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 75.2, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie), planned upgrade to Android 10, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.151405", - "updated_at": "2026-07-09T01:31:16.151405" + "created_at": "2026-07-09T04:23:21.344240", + "updated_at": "2026-07-09T04:23:21.344240" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-8t-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-8t-4gb-128gb-4g-lte/index.json index 2634115a5e7e..c004a177655f 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-8t-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-8t-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 200.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.1, + "width_mm": 75.4, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, MIUI 12.5", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.5, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.5, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.166348", - "updated_at": "2026-07-09T01:31:16.166348" + "created_at": "2026-07-09T04:23:21.405060", + "updated_at": "2026-07-09T04:23:21.405060" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-9-5g-8gb-256gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-9-5g-8gb-256gb-5g/index.json index 15cb14858920..b7003df0fce4 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-9-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-9-5g-8gb-256gb-5g/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.0, + "width_mm": 77.3, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 10, MIUI 12", "os_version": "10", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.7, + "overall": 45.8, "performance": 39.7, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.332139", - "updated_at": "2026-07-09T01:31:16.332139" + "created_at": "2026-07-09T04:23:21.644927", + "updated_at": "2026-07-09T04:23:21.644927" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte/index.json index c33183eafcd6..87500030ea82 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5020, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, MIUI 11", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.7, + "overall": 52.0, "performance": null, "camera": null, - "battery": 47.7, + "battery": 52.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.339068", - "updated_at": "2026-07-09T01:31:16.339068" + "created_at": "2026-07-09T04:23:21.673987", + "updated_at": "2026-07-09T04:23:21.674994" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte/index.json index 08415dad83e6..165cc35b9229 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-india-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5020, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, MIUI 13", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.7, + "overall": 50.0, "performance": null, "camera": null, - "battery": 47.7, + "battery": 50.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.344768", - "updated_at": "2026-07-09T01:31:16.344768" + "created_at": "2026-07-09T04:23:21.679993", + "updated_at": "2026-07-09T04:23:21.679993" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte/index.json index bcdeb68fbf81..945ce8ce4765 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-9-pro-max-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5020, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.5, + "width_mm": 76.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, MIUI 13", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.7, + "overall": 52.6, "performance": null, "camera": null, - "battery": 47.7, + "battery": 52.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.345767", - "updated_at": "2026-07-09T01:31:16.345767" + "created_at": "2026-07-09T04:23:21.680992", + "updated_at": "2026-07-09T04:23:21.680992" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-9s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-9s-6gb-128gb-4g-lte/index.json index ba618f33a76e..190c8afbbc43 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-9s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-9s-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5020, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 209.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 76.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, MIUI 14", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.7, + "overall": 50.0, "performance": null, "camera": null, - "battery": 47.7, + "battery": 50.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.349793", - "updated_at": "2026-07-09T01:31:16.349793" + "created_at": "2026-07-09T04:23:21.689092", + "updated_at": "2026-07-09T04:23:21.689092" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-9t-6gb-128gb-5g/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-9t-6gb-128gb-5g/index.json index b8d3fc668430..4337f103616a 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-9t-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-9t-6gb-128gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 199.0, - "dimensions": {}, + "dimensions": { + "height_mm": 161.2, + "width_mm": 77.3, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 10, MIUI 12", "os_version": "10", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 44.0, + "overall": 45.1, "performance": 38.4, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.567205", - "updated_at": "2026-07-09T01:31:16.567205" + "created_at": "2026-07-09T04:23:22.163538", + "updated_at": "2026-07-09T04:23:22.163538" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-note-prime-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-note-prime-2gb-16gb-4g-lte/index.json index 6ce94cab5fc6..1e74f5d0eb1e 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-note-prime-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-note-prime-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 78.7, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), MIUI 9.2", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.0, + "overall": 16.9, "performance": null, "camera": null, - "battery": 16.0, + "battery": 16.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.865067", - "updated_at": "2026-07-09T01:31:15.865067" + "created_at": "2026-07-09T04:23:21.014252", + "updated_at": "2026-07-09T04:23:21.014252" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte/index.json index 474fe65b6d92..73e4d15b8188 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-s2-redmi-y2-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3080, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.7, + "width_mm": 77.3, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 9, MIUI 12", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.8, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.8, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.028888", - "updated_at": "2026-07-09T01:31:16.028888" + "created_at": "2026-07-09T04:23:21.212965", + "updated_at": "2026-07-09T04:23:21.212965" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-y1-lite-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-y1-lite-2gb-16gb-4g-lte/index.json index 219c706431b8..a4872b8cb315 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-y1-lite-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-y1-lite-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.2, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), MIUI 11", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.923184", - "updated_at": "2026-07-09T01:31:15.923184" + "created_at": "2026-07-09T04:23:21.100163", + "updated_at": "2026-07-09T04:23:21.100163" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte/index.json index 822112213622..73b160fc39e9 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-y1-note-5a-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 76.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat), MIUI 11", "os_version": "7.1.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:15.924197", - "updated_at": "2026-07-09T01:31:15.924197" + "created_at": "2026-07-09T04:23:21.101163", + "updated_at": "2026-07-09T04:23:21.101163" } diff --git a/site/public/v1/smartphones/xiaomi-redmi-y3-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/xiaomi-redmi-y3-4gb-64gb-4g-lte/index.json index 9be9b6436044..b063468f16a5 100644 --- a/site/public/v1/smartphones/xiaomi-redmi-y3-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/xiaomi-redmi-y3-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), planned upgrade to Android 10, MIUI 12", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 25.9, "performance": null, "camera": null, - "battery": 25.0, + "battery": 25.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:16.172437", - "updated_at": "2026-07-09T01:31:16.172437" + "created_at": "2026-07-09T04:23:21.410059", + "updated_at": "2026-07-09T04:23:21.410059" } diff --git a/site/public/v1/smartphones/zte-avid-559-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-avid-559-2gb-16gb-4g-lte/index.json index 9c192325b2d9..d4118ce65c70 100644 --- a/site/public/v1/smartphones/zte-avid-559-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-avid-559-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 71.9, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.615047", - "updated_at": "2026-07-09T01:31:18.615047" + "created_at": "2026-07-09T04:23:24.851987", + "updated_at": "2026-07-09T04:23:24.851987" } diff --git a/site/public/v1/smartphones/zte-avid-579-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-avid-579-2gb-32gb-4g-lte/index.json index f752c4bfd0e1..8cf9af6b9827 100644 --- a/site/public/v1/smartphones/zte-avid-579-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-avid-579-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 71.0, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.676244", - "updated_at": "2026-07-09T01:31:18.676244" + "created_at": "2026-07-09T04:23:24.917202", + "updated_at": "2026-07-09T04:23:24.917202" } diff --git a/site/public/v1/smartphones/zte-avid-589-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-avid-589-2gb-32gb-4g-lte/index.json index 5426130cbe1b..ccba039a0007 100644 --- a/site/public/v1/smartphones/zte-avid-589-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-avid-589-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 167.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.2, + "width_mm": 70.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.795722", - "updated_at": "2026-07-09T01:31:18.795722" + "created_at": "2026-07-09T04:23:24.972014", + "updated_at": "2026-07-09T04:23:24.972014" } diff --git a/site/public/v1/smartphones/zte-avid-plus-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-avid-plus-1gb-8gb-4g-lte/index.json index eaf1af619fbb..18c559c06633 100644 --- a/site/public/v1/smartphones/zte-avid-plus-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-avid-plus-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.4, - "dimensions": {}, + "dimensions": { + "height_mm": 144.8, + "width_mm": 72.9, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.501086", - "updated_at": "2026-07-09T01:31:18.501086" + "created_at": "2026-07-09T04:23:24.720829", + "updated_at": "2026-07-09T04:23:24.720829" } diff --git a/site/public/v1/smartphones/zte-axon-10-pro-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-10-pro-12gb-256gb-4g-lte/index.json index 6e39960c098f..e1c5f78b13b5 100644 --- a/site/public/v1/smartphones/zte-axon-10-pro-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-10-pro-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 73.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, MiFavor 10.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 41.9, "performance": null, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.616046", - "updated_at": "2026-07-09T01:31:18.616046" + "created_at": "2026-07-09T04:23:24.851987", + "updated_at": "2026-07-09T04:23:24.851987" } diff --git a/site/public/v1/smartphones/zte-axon-10-pro-5g-12gb-256gb-5g/index.json b/site/public/v1/smartphones/zte-axon-10-pro-5g-12gb-256gb-5g/index.json index 4ad677236a01..83cd3fed3aef 100644 --- a/site/public/v1/smartphones/zte-axon-10-pro-5g-12gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/zte-axon-10-pro-5g-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 73.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), MiFavor 9.1", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 41.9, "performance": null, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.617048", - "updated_at": "2026-07-09T01:31:18.617048" + "created_at": "2026-07-09T04:23:24.852985", + "updated_at": "2026-07-09T04:23:24.852985" } diff --git a/site/public/v1/smartphones/zte-axon-11-4g-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-11-4g-6gb-128gb-4g-lte/index.json index 9541e3019e6f..3edc8d7f335b 100644 --- a/site/public/v1/smartphones/zte-axon-11-4g-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-11-4g-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 73.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, MiFavor 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.678237", - "updated_at": "2026-07-09T01:31:18.678237" + "created_at": "2026-07-09T04:23:24.921406", + "updated_at": "2026-07-09T04:23:24.921406" } diff --git a/site/public/v1/smartphones/zte-axon-11-se-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/zte-axon-11-se-5g-6gb-128gb-5g/index.json index cd28abc6e336..4dcd682a53c9 100644 --- a/site/public/v1/smartphones/zte-axon-11-se-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/zte-axon-11-se-5g-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 76.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, MiFavor 10.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.7, + "overall": 38.8, "performance": 35.7, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.683879", - "updated_at": "2026-07-09T01:31:18.683879" + "created_at": "2026-07-09T04:23:24.926419", + "updated_at": "2026-07-09T04:23:24.926419" } diff --git a/site/public/v1/smartphones/zte-axon-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-2gb-32gb-4g-lte/index.json index 39c872fb321e..30942bced577 100644 --- a/site/public/v1/smartphones/zte-axon-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 169.8, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 73.7, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 15.8, "performance": null, "camera": null, - "battery": 15.0, + "battery": 15.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.441496", - "updated_at": "2026-07-09T01:31:18.441496" + "created_at": "2026-07-09T04:23:24.534442", + "updated_at": "2026-07-09T04:23:24.534442" } diff --git a/site/public/v1/smartphones/zte-axon-7-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-7-4gb-64gb-4g-lte/index.json index 599b0c96270d..6fe95b448ff1 100644 --- a/site/public/v1/smartphones/zte-axon-7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-7-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3250, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow), upgradable to Android 8.0 (Oreo), MiFavor 5.2", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.5, + "overall": 19.8, "performance": null, "camera": null, - "battery": 17.5, + "battery": 19.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.502076", - "updated_at": "2026-07-09T01:31:18.502076" + "created_at": "2026-07-09T04:23:24.732248", + "updated_at": "2026-07-09T04:23:24.732248" } diff --git a/site/public/v1/smartphones/zte-axon-7-max-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-7-max-4gb-64gb-4g-lte/index.json index 64fb46af9655..a93ae513c1f8 100644 --- a/site/public/v1/smartphones/zte-axon-7-max-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-7-max-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 196.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 80.4, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), MiFavor UI 4", "os_version": "6", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.0, + "overall": 28.3, "performance": null, "camera": null, - "battery": 26.0, + "battery": 28.3, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.504069", - "updated_at": "2026-07-09T01:31:18.504069" + "created_at": "2026-07-09T04:23:24.734247", + "updated_at": "2026-07-09T04:23:24.734247" } diff --git a/site/public/v1/smartphones/zte-axon-7-mini-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-7-mini-3gb-32gb-4g-lte/index.json index 56566a20fdb0..f56348a0a85f 100644 --- a/site/public/v1/smartphones/zte-axon-7-mini-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-7-mini-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 2705, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), upgradable to 7.1.1 (Nougat), MiFavor 4", "os_version": "6.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 12.1, + "overall": 14.3, "performance": null, "camera": null, - "battery": 12.1, + "battery": 14.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.505087", - "updated_at": "2026-07-09T01:31:18.505087" + "created_at": "2026-07-09T04:23:24.735244", + "updated_at": "2026-07-09T04:23:24.736243" } diff --git a/site/public/v1/smartphones/zte-axon-7s-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-7s-6gb-128gb-4g-lte/index.json index 72d495a3ec4c..f15f1a2875ea 100644 --- a/site/public/v1/smartphones/zte-axon-7s-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-7s-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.7, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 7 (Nougat), MiFavor 4", "os_version": "7", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 19.0, + "overall": 21.3, "performance": null, "camera": null, - "battery": 19.0, + "battery": 21.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.537138", - "updated_at": "2026-07-09T01:31:18.537138" + "created_at": "2026-07-09T04:23:24.776871", + "updated_at": "2026-07-09T04:23:24.776871" } diff --git a/site/public/v1/smartphones/zte-axon-9-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-9-pro-6gb-128gb-4g-lte/index.json index e6fc69f811b8..1ae2443dfdbc 100644 --- a/site/public/v1/smartphones/zte-axon-9-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-9-pro-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 179.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.5, + "width_mm": 74.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 33.3, + "overall": 35.6, "performance": null, "camera": null, - "battery": 33.3, + "battery": 35.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.575716", - "updated_at": "2026-07-09T01:31:18.575716" + "created_at": "2026-07-09T04:23:24.821833", + "updated_at": "2026-07-09T04:23:24.821833" } diff --git a/site/public/v1/smartphones/zte-axon-lux-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-lux-4gb-128gb-4g-lte/index.json index f2a8fdd0c41f..71c84973f479 100644 --- a/site/public/v1/smartphones/zte-axon-lux-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-lux-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.3, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop)", "os_version": "5.0.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.443496", - "updated_at": "2026-07-09T01:31:18.443496" + "created_at": "2026-07-09T04:23:24.536448", + "updated_at": "2026-07-09T04:23:24.536448" } diff --git a/site/public/v1/smartphones/zte-axon-m-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-m-4gb-64gb-4g-lte/index.json index c49318cbeeff..102e1354182d 100644 --- a/site/public/v1/smartphones/zte-axon-m-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-m-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3180, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 230.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.9, + "width_mm": 71.6, + "depth_mm": 12.2 + }, "ip_rating": null, "os": "Android 7.1.2 (Nougat)", "os_version": "7.1.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.8, + "overall": 19.0, "performance": null, "camera": null, - "battery": 16.8, + "battery": 19.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.539129", - "updated_at": "2026-07-09T01:31:18.539129" + "created_at": "2026-07-09T04:23:24.778983", + "updated_at": "2026-07-09T04:23:24.778983" } diff --git a/site/public/v1/smartphones/zte-axon-max-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-max-3gb-32gb-4g-lte/index.json index 7b5a47478fdc..01edcbc97a0c 100644 --- a/site/public/v1/smartphones/zte-axon-max-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-max-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4140, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.0, + "width_mm": 80.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 26.4, + "overall": 28.7, "performance": null, "camera": null, - "battery": 26.4, + "battery": 28.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.444998", - "updated_at": "2026-07-09T01:31:18.444998" + "created_at": "2026-07-09T04:23:24.537447", + "updated_at": "2026-07-09T04:23:24.537447" } diff --git a/site/public/v1/smartphones/zte-axon-mini-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-mini-3gb-32gb-4g-lte/index.json index 9750992c6431..3301a161b627 100644 --- a/site/public/v1/smartphones/zte-axon-mini-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-mini-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 70.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.446101", - "updated_at": "2026-07-09T01:31:18.446101" + "created_at": "2026-07-09T04:23:24.537447", + "updated_at": "2026-07-09T04:23:24.537447" } diff --git a/site/public/v1/smartphones/zte-axon-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-axon-pro-4gb-64gb-4g-lte/index.json index cf9522c0cc55..2e1a0dcb9eb9 100644 --- a/site/public/v1/smartphones/zte-axon-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-axon-pro-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.9, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 73.7, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 6.0 (Marshmallow)", "os_version": "5.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.447087", - "updated_at": "2026-07-09T01:31:18.447087" + "created_at": "2026-07-09T04:23:24.539449", + "updated_at": "2026-07-09T04:23:24.539449" } diff --git a/site/public/v1/smartphones/zte-blade-10-prime-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-10-prime-3gb-64gb-4g-lte/index.json index d3436fec0c9c..c388e34c8a7a 100644 --- a/site/public/v1/smartphones/zte-blade-10-prime-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-10-prime-3gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.0, + "width_mm": 75.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.2, + "overall": 23.4, "performance": null, "camera": null, - "battery": 21.2, + "battery": 23.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.625452", - "updated_at": "2026-07-09T01:31:18.625452" + "created_at": "2026-07-09T04:23:24.862443", + "updated_at": "2026-07-09T04:23:24.862443" } diff --git a/site/public/v1/smartphones/zte-blade-11-prime-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-11-prime-4gb-64gb-4g-lte/index.json index 50f0d6de8493..ebe4047faf25 100644 --- a/site/public/v1/smartphones/zte-blade-11-prime-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-11-prime-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.0, + "width_mm": 76.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.817363", - "updated_at": "2026-07-09T01:31:18.817363" + "created_at": "2026-07-09T04:23:24.987080", + "updated_at": "2026-07-09T04:23:24.987080" } diff --git a/site/public/v1/smartphones/zte-blade-20-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-20-4gb-128gb-4g-lte/index.json index f20102ac4a1e..1024adeea01c 100644 --- a/site/public/v1/smartphones/zte-blade-20-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-20-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.9, + "width_mm": 76.6, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.627508", - "updated_at": "2026-07-09T01:31:18.627508" + "created_at": "2026-07-09T04:23:24.863444", + "updated_at": "2026-07-09T04:23:24.863444" } diff --git a/site/public/v1/smartphones/zte-blade-20-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/zte-blade-20-5g-6gb-128gb-5g/index.json index 6640f82ebcf0..3187a4433fc6 100644 --- a/site/public/v1/smartphones/zte-blade-20-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/zte-blade-20-5g-6gb-128gb-5g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 188.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.9, + "width_mm": 75.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10, MiFavor 10.5", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.688888", - "updated_at": "2026-07-09T01:31:18.688888" + "created_at": "2026-07-09T04:23:24.930410", + "updated_at": "2026-07-09T04:23:24.930410" } diff --git a/site/public/v1/smartphones/zte-blade-a2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a2-2gb-16gb-4g-lte/index.json index a75f171cd29b..70590b5614b1 100644 --- a/site/public/v1/smartphones/zte-blade-a2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 70.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), upgradable to 6.0 (Marshmallow), MiFavor 3.2", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.506071", - "updated_at": "2026-07-09T01:31:18.506071" + "created_at": "2026-07-09T04:23:24.739242", + "updated_at": "2026-07-09T04:23:24.739242" } diff --git a/site/public/v1/smartphones/zte-blade-a2-plus-4gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a2-plus-4gb-32gb-4g-lte/index.json index ac9f44252df6..368650ff8963 100644 --- a/site/public/v1/smartphones/zte-blade-a2-plus-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a2-plus-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 76.2, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), MiFavor UI", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.539129", - "updated_at": "2026-07-09T01:31:18.539129" + "created_at": "2026-07-09T04:23:24.779990", + "updated_at": "2026-07-09T04:23:24.779990" } diff --git a/site/public/v1/smartphones/zte-blade-a3-2019-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a3-2019-1gb-32gb-4g-lte/index.json index 358aa7332aed..bd6e35287f62 100644 --- a/site/public/v1/smartphones/zte-blade-a3-2019-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a3-2019-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 144.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.4, + "width_mm": 67.5, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 9.0 Pie (Go edition)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.628542", - "updated_at": "2026-07-09T01:31:18.628542" + "created_at": "2026-07-09T04:23:24.865444", + "updated_at": "2026-07-09T04:23:24.865444" } diff --git a/site/public/v1/smartphones/zte-blade-a3-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a3-3gb-32gb-4g-lte/index.json index 9dbbcf1c51ea..f6501d957309 100644 --- a/site/public/v1/smartphones/zte-blade-a3-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a3-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.4, + "width_mm": 75.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.541123", - "updated_at": "2026-07-09T01:31:18.541123" + "created_at": "2026-07-09T04:23:24.781205", + "updated_at": "2026-07-09T04:23:24.781205" } diff --git a/site/public/v1/smartphones/zte-blade-a3-joy-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a3-joy-2gb-32gb-4g-lte/index.json index 091167725adb..1298be5cf865 100644 --- a/site/public/v1/smartphones/zte-blade-a3-joy-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a3-joy-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.2, + "width_mm": 63.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.690896", - "updated_at": "2026-07-09T01:31:18.690896" + "created_at": "2026-07-09T04:23:24.932418", + "updated_at": "2026-07-09T04:23:24.932418" } diff --git a/site/public/v1/smartphones/zte-blade-a3-prime-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a3-prime-2gb-32gb-4g-lte/index.json index 49e8e4db8604..95d4c0998a37 100644 --- a/site/public/v1/smartphones/zte-blade-a3-prime-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a3-prime-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 71.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.691872", - "updated_at": "2026-07-09T01:31:18.691872" + "created_at": "2026-07-09T04:23:24.933416", + "updated_at": "2026-07-09T04:23:24.933416" } diff --git a/site/public/v1/smartphones/zte-blade-a31-lite-1gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a31-lite-1gb-32gb-4g-lte/index.json index 1817ac897e10..7a98b158ea9b 100644 --- a/site/public/v1/smartphones/zte-blade-a31-lite-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a31-lite-1gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.3, + "width_mm": 67.5, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.820222", - "updated_at": "2026-07-09T01:31:18.820222" + "created_at": "2026-07-09T04:23:24.990079", + "updated_at": "2026-07-09T04:23:24.990079" } diff --git a/site/public/v1/smartphones/zte-blade-a3y-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a3y-2gb-32gb-4g-lte/index.json index 1878cb1a7e42..5e28cf784c9a 100644 --- a/site/public/v1/smartphones/zte-blade-a3y-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a3y-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 71.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.692872", - "updated_at": "2026-07-09T01:31:18.692872" + "created_at": "2026-07-09T04:23:24.934419", + "updated_at": "2026-07-09T04:23:24.934419" } diff --git a/site/public/v1/smartphones/zte-blade-a410-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a410-1gb-8gb-4g-lte/index.json index 55285330281c..110f2db721c2 100644 --- a/site/public/v1/smartphones/zte-blade-a410-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a410-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 64.0, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.449137", - "updated_at": "2026-07-09T01:31:18.449137" + "created_at": "2026-07-09T04:23:24.540444", + "updated_at": "2026-07-09T04:23:24.540444" } diff --git a/site/public/v1/smartphones/zte-blade-a452-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a452-1gb-8gb-4g-lte/index.json index 84582e40a47d..16051ff34096 100644 --- a/site/public/v1/smartphones/zte-blade-a452-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a452-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 159.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 71.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.507107", - "updated_at": "2026-07-09T01:31:18.507107" + "created_at": "2026-07-09T04:23:24.741250", + "updated_at": "2026-07-09T04:23:24.741250" } diff --git a/site/public/v1/smartphones/zte-blade-a5-2019-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a5-2019-2gb-16gb-4g-lte/index.json index 368c0fad94c9..68295150e3d6 100644 --- a/site/public/v1/smartphones/zte-blade-a5-2019-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a5-2019-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 157.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.8, + "width_mm": 70.0, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.631570", - "updated_at": "2026-07-09T01:31:18.631570" + "created_at": "2026-07-09T04:23:24.866445", + "updated_at": "2026-07-09T04:23:24.866445" } diff --git a/site/public/v1/smartphones/zte-blade-a5-2020-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a5-2020-2gb-64gb-4g-lte/index.json index 3cb9d34202df..047be0d471d0 100644 --- a/site/public/v1/smartphones/zte-blade-a5-2020-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a5-2020-2gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 72.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0/ Android 10 (Go edition)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.693876", - "updated_at": "2026-07-09T01:31:18.693876" + "created_at": "2026-07-09T04:23:24.935416", + "updated_at": "2026-07-09T04:23:24.935416" } diff --git a/site/public/v1/smartphones/zte-blade-a51-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a51-2gb-64gb-4g-lte/index.json index e5aa9baadbba..58ef7f069c98 100644 --- a/site/public/v1/smartphones/zte-blade-a51-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a51-2gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 173.7, - "dimensions": {}, + "dimensions": { + "height_mm": 166.5, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.824234", - "updated_at": "2026-07-09T01:31:18.824234" + "created_at": "2026-07-09T04:23:24.993079", + "updated_at": "2026-07-09T04:23:24.993079" } diff --git a/site/public/v1/smartphones/zte-blade-a512-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a512-2gb-16gb-4g-lte/index.json index 99e4a5204d30..fc17294d69eb 100644 --- a/site/public/v1/smartphones/zte-blade-a512-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a512-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.3, + "width_mm": 71.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.508078", - "updated_at": "2026-07-09T01:31:18.508078" + "created_at": "2026-07-09T04:23:24.742247", + "updated_at": "2026-07-09T04:23:24.742247" } diff --git a/site/public/v1/smartphones/zte-blade-a52-2gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a52-2gb-64gb-4g-lte/index.json index 4bcdbc0659ee..5a72c8fb2f2b 100644 --- a/site/public/v1/smartphones/zte-blade-a52-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a52-2gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 214.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.0, + "width_mm": 77.5, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.887006", - "updated_at": "2026-07-09T01:31:18.887006" + "created_at": "2026-07-09T04:23:25.052386", + "updated_at": "2026-07-09T04:23:25.052386" } diff --git a/site/public/v1/smartphones/zte-blade-a520-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a520-2gb-16gb-4g-lte/index.json index 150659b54fd5..a0c2714d0df4 100644 --- a/site/public/v1/smartphones/zte-blade-a520-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a520-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 71.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.542139", - "updated_at": "2026-07-09T01:31:18.542139" + "created_at": "2026-07-09T04:23:24.783717", + "updated_at": "2026-07-09T04:23:24.783717" } diff --git a/site/public/v1/smartphones/zte-blade-a54-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a54-4gb-128gb-4g-lte/index.json index 96476e2de585..50a7a638828f 100644 --- a/site/public/v1/smartphones/zte-blade-a54-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a54-4gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.8, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.951992", - "updated_at": "2026-07-09T01:31:18.951992" + "created_at": "2026-07-09T04:23:25.170094", + "updated_at": "2026-07-09T04:23:25.170094" } diff --git a/site/public/v1/smartphones/zte-blade-a6-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a6-3gb-32gb-4g-lte/index.json index c16b842f7aba..3ef839ccfe1d 100644 --- a/site/public/v1/smartphones/zte-blade-a6-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a6-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 71.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), MiFavor 4.2", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 35.9, "performance": null, "camera": null, - "battery": 35.0, + "battery": 35.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.544154", - "updated_at": "2026-07-09T01:31:18.544154" + "created_at": "2026-07-09T04:23:24.784720", + "updated_at": "2026-07-09T04:23:24.784720" } diff --git a/site/public/v1/smartphones/zte-blade-a7-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a7-3gb-64gb-4g-lte/index.json index 8e9e9bd13b11..54af69dacaee 100644 --- a/site/public/v1/smartphones/zte-blade-a7-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a7-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 72.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), MiFavor 9.0", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.632584", - "updated_at": "2026-07-09T01:31:18.632584" + "created_at": "2026-07-09T04:23:24.867954", + "updated_at": "2026-07-09T04:23:24.867954" } diff --git a/site/public/v1/smartphones/zte-blade-a7-prime-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a7-prime-3gb-32gb-4g-lte/index.json index a05fd33894a5..137a011dbcf8 100644 --- a/site/public/v1/smartphones/zte-blade-a7-prime-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a7-prime-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.7, + "width_mm": 72.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.637510", - "updated_at": "2026-07-09T01:31:18.637510" + "created_at": "2026-07-09T04:23:24.869961", + "updated_at": "2026-07-09T04:23:24.869961" } diff --git a/site/public/v1/smartphones/zte-blade-a7-vita-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a7-vita-3gb-32gb-4g-lte/index.json index 310b52e2afd8..515760daf9ab 100644 --- a/site/public/v1/smartphones/zte-blade-a7-vita-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a7-vita-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 69.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.579900", - "updated_at": "2026-07-09T01:31:18.579900" + "created_at": "2026-07-09T04:23:24.826822", + "updated_at": "2026-07-09T04:23:24.826822" } diff --git a/site/public/v1/smartphones/zte-blade-a71-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a71-3gb-64gb-4g-lte/index.json index 6374ecb72683..bed0226a235a 100644 --- a/site/public/v1/smartphones/zte-blade-a71-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a71-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.826234", - "updated_at": "2026-07-09T01:31:18.826234" + "created_at": "2026-07-09T04:23:24.995077", + "updated_at": "2026-07-09T04:23:24.995077" } diff --git a/site/public/v1/smartphones/zte-blade-a72-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/zte-blade-a72-5g-6gb-128gb-5g/index.json index 73414f85fee5..cfc25a6e6bc5 100644 --- a/site/public/v1/smartphones/zte-blade-a72-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/zte-blade-a72-5g-6gb-128gb-5g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 211.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.5, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.888044", - "updated_at": "2026-07-09T01:31:18.888044" + "created_at": "2026-07-09T04:23:25.054391", + "updated_at": "2026-07-09T04:23:25.054391" } diff --git a/site/public/v1/smartphones/zte-blade-a72s-3gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a72s-3gb-128gb-4g-lte/index.json index 4153a2f2e151..437a4a2bc1cb 100644 --- a/site/public/v1/smartphones/zte-blade-a72s-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a72s-3gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 168.0, + "width_mm": 77.5, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.6, + "overall": 31.1, "performance": 19.9, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.889997", - "updated_at": "2026-07-09T01:31:18.889997" + "created_at": "2026-07-09T04:23:25.056399", + "updated_at": "2026-07-09T04:23:25.056399" } diff --git a/site/public/v1/smartphones/zte-blade-a73-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a73-4gb-128gb-4g-lte/index.json index 055a61011e4f..32ddb991de44 100644 --- a/site/public/v1/smartphones/zte-blade-a73-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a73-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.1, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.9, + "overall": 31.4, "performance": 20.6, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.952993", - "updated_at": "2026-07-09T01:31:18.952993" + "created_at": "2026-07-09T04:23:25.171094", + "updated_at": "2026-07-09T04:23:25.171094" } diff --git a/site/public/v1/smartphones/zte-blade-a75-4g-4gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a75-4g-4gb-256gb-4g-lte/index.json index 241effb1afa9..65c2542dcf88 100644 --- a/site/public/v1/smartphones/zte-blade-a75-4g-4gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a75-4g-4gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 29.9, + "overall": 31.4, "performance": 20.6, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.981982", - "updated_at": "2026-07-09T01:31:18.981982" + "created_at": "2026-07-09T04:23:25.200480", + "updated_at": "2026-07-09T04:23:25.200480" } diff --git a/site/public/v1/smartphones/zte-blade-a7p-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a7p-3gb-32gb-4g-lte/index.json index b9baa608591b..1e55914567b1 100644 --- a/site/public/v1/smartphones/zte-blade-a7p-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a7p-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.2, + "width_mm": 75.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.828309", - "updated_at": "2026-07-09T01:31:18.828309" + "created_at": "2026-07-09T04:23:24.997079", + "updated_at": "2026-07-09T04:23:24.997079" } diff --git a/site/public/v1/smartphones/zte-blade-a7s-2020-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a7s-2020-3gb-64gb-4g-lte/index.json index 9c47c75794d7..e72359f6835e 100644 --- a/site/public/v1/smartphones/zte-blade-a7s-2020-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a7s-2020-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 182.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.7, + "width_mm": 77.4, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.698806", - "updated_at": "2026-07-09T01:31:18.698806" + "created_at": "2026-07-09T04:23:24.939419", + "updated_at": "2026-07-09T04:23:24.939419" } diff --git a/site/public/v1/smartphones/zte-blade-a910-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-a910-2gb-16gb-4g-lte/index.json index 3c6a7b46bb82..9efa3fea37f7 100644 --- a/site/public/v1/smartphones/zte-blade-a910-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-a910-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.0, + "width_mm": 79.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.511076", - "updated_at": "2026-07-09T01:31:18.511076" + "created_at": "2026-07-09T04:23:24.745351", + "updated_at": "2026-07-09T04:23:24.745351" } diff --git a/site/public/v1/smartphones/zte-blade-apex-3-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-apex-3-1gb-8gb-4g-lte/index.json index 505d73304b0c..d370507a9e01 100644 --- a/site/public/v1/smartphones/zte-blade-apex-3-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-apex-3-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 149.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.4, + "width_mm": 67.0, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.450125", - "updated_at": "2026-07-09T01:31:18.450125" + "created_at": "2026-07-09T04:23:24.541441", + "updated_at": "2026-07-09T04:23:24.541441" } diff --git a/site/public/v1/smartphones/zte-blade-d6-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-d6-2gb-16gb-4g-lte/index.json index 446c584f524f..45c7ea641a4d 100644 --- a/site/public/v1/smartphones/zte-blade-d6-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-d6-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 122.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 69.5, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), MiFavor 3.2", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.452070", - "updated_at": "2026-07-09T01:31:18.452070" + "created_at": "2026-07-09T04:23:24.542441", + "updated_at": "2026-07-09T04:23:24.542441" } diff --git a/site/public/v1/smartphones/zte-blade-force-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-force-2gb-16gb-4g-lte/index.json index eded59c796c8..41f5316ff198 100644 --- a/site/public/v1/smartphones/zte-blade-force-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-force-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.1, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 78.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.546813", - "updated_at": "2026-07-09T01:31:18.546813" + "created_at": "2026-07-09T04:23:24.786721", + "updated_at": "2026-07-09T04:23:24.786721" } diff --git a/site/public/v1/smartphones/zte-blade-l110-a110-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-l110-a110-1gb-8gb-4g-lte/index.json index 5e511aa5edec..093d7fd133d4 100644 --- a/site/public/v1/smartphones/zte-blade-l110-a110-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-l110-a110-1gb-8gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 125.0, + "width_mm": 64.4, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.512105", - "updated_at": "2026-07-09T01:31:18.512105" + "created_at": "2026-07-09T04:23:24.747363", + "updated_at": "2026-07-09T04:23:24.747363" } diff --git a/site/public/v1/smartphones/zte-blade-l2-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-blade-l2-1gb-4gb-3g/index.json index 8d09a26d85ec..4fea15a84e2e 100644 --- a/site/public/v1/smartphones/zte-blade-l2-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-l2-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.5, + "width_mm": 72.2, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.406427", - "updated_at": "2026-07-09T01:31:18.406427" + "created_at": "2026-07-09T04:23:24.464592", + "updated_at": "2026-07-09T04:23:24.464592" } diff --git a/site/public/v1/smartphones/zte-blade-l3-plus-1gb-8gb-3g/index.json b/site/public/v1/smartphones/zte-blade-l3-plus-1gb-8gb-3g/index.json index a63bc37a0a48..4587f921efd0 100644 --- a/site/public/v1/smartphones/zte-blade-l3-plus-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-l3-plus-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.8, + "width_mm": 71.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.454064", - "updated_at": "2026-07-09T01:31:18.454064" + "created_at": "2026-07-09T04:23:24.544446", + "updated_at": "2026-07-09T04:23:24.544446" } diff --git a/site/public/v1/smartphones/zte-blade-l5-plus-1gb-8gb-3g/index.json b/site/public/v1/smartphones/zte-blade-l5-plus-1gb-8gb-3g/index.json index dd1d2c2c854c..e27df654631f 100644 --- a/site/public/v1/smartphones/zte-blade-l5-plus-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-l5-plus-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 72.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.512105", - "updated_at": "2026-07-09T01:31:18.512105" + "created_at": "2026-07-09T04:23:24.747363", + "updated_at": "2026-07-09T04:23:24.747363" } diff --git a/site/public/v1/smartphones/zte-blade-l9-1gb-32gb-3g/index.json b/site/public/v1/smartphones/zte-blade-l9-1gb-32gb-3g/index.json index 314c9dd2e44f..2afdc446c108 100644 --- a/site/public/v1/smartphones/zte-blade-l9-1gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-l9-1gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.5, + "width_mm": 67.5, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.829299", - "updated_at": "2026-07-09T01:31:18.829299" + "created_at": "2026-07-09T04:23:24.998079", + "updated_at": "2026-07-09T04:23:24.998079" } diff --git a/site/public/v1/smartphones/zte-blade-max-view-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-max-view-3gb-32gb-4g-lte/index.json index a911b05a4c48..7a643e5f90db 100644 --- a/site/public/v1/smartphones/zte-blade-max-view-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-max-view-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.1, + "width_mm": 74.9, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.639508", - "updated_at": "2026-07-09T01:31:18.639508" + "created_at": "2026-07-09T04:23:24.871967", + "updated_at": "2026-07-09T04:23:24.871967" } diff --git a/site/public/v1/smartphones/zte-blade-q-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-blade-q-1gb-4gb-3g/index.json index 6842e7c8d1ba..29e65a2675dd 100644 --- a/site/public/v1/smartphones/zte-blade-q-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-q-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 135.5, + "width_mm": 67.8, + "depth_mm": 9.8 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.374501", - "updated_at": "2026-07-09T01:31:18.374501" + "created_at": "2026-07-09T04:23:24.414694", + "updated_at": "2026-07-09T04:23:24.414694" } diff --git a/site/public/v1/smartphones/zte-blade-q-maxi-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-blade-q-maxi-1gb-4gb-3g/index.json index 5c5dbb135652..080f01858973 100644 --- a/site/public/v1/smartphones/zte-blade-q-maxi-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-q-maxi-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 72.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.375429", - "updated_at": "2026-07-09T01:31:18.375429" + "created_at": "2026-07-09T04:23:24.414694", + "updated_at": "2026-07-09T04:23:24.414694" } diff --git a/site/public/v1/smartphones/zte-blade-q-mini-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-blade-q-mini-1gb-4gb-3g/index.json index ecc09a20ff8f..ad5016d1a76e 100644 --- a/site/public/v1/smartphones/zte-blade-q-mini-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-q-mini-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 125.5, + "width_mm": 63.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.375429", - "updated_at": "2026-07-09T01:31:18.375429" + "created_at": "2026-07-09T04:23:24.415693", + "updated_at": "2026-07-09T04:23:24.415693" } diff --git a/site/public/v1/smartphones/zte-blade-q-pro-1gb-8gb-3g/index.json b/site/public/v1/smartphones/zte-blade-q-pro-1gb-8gb-3g/index.json index 266f7c651e34..61015c5ad639 100644 --- a/site/public/v1/smartphones/zte-blade-q-pro-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-q-pro-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.5, + "width_mm": 67.5, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.455095", - "updated_at": "2026-07-09T01:31:18.455095" + "created_at": "2026-07-09T04:23:24.545442", + "updated_at": "2026-07-09T04:23:24.545442" } diff --git a/site/public/v1/smartphones/zte-blade-qlux-4g-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-qlux-4g-1gb-8gb-4g-lte/index.json index 0519254496a6..61fd28fb5b16 100644 --- a/site/public/v1/smartphones/zte-blade-qlux-4g-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-qlux-4g-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.5, + "width_mm": 67.4, + "depth_mm": 10.3 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.456080", - "updated_at": "2026-07-09T01:31:18.456080" + "created_at": "2026-07-09T04:23:24.546443", + "updated_at": "2026-07-09T04:23:24.546443" } diff --git a/site/public/v1/smartphones/zte-blade-s6-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-s6-2gb-16gb-4g-lte/index.json index a6b4838109af..082330dbff6b 100644 --- a/site/public/v1/smartphones/zte-blade-s6-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-s6-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.0, + "width_mm": 70.7, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), MiFavor 3", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.457075", - "updated_at": "2026-07-09T01:31:18.457075" + "created_at": "2026-07-09T04:23:24.548499", + "updated_at": "2026-07-09T04:23:24.548499" } diff --git a/site/public/v1/smartphones/zte-blade-s6-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-s6-plus-2gb-16gb-4g-lte/index.json index a9c1fd0d2d81..aadaf69105c3 100644 --- a/site/public/v1/smartphones/zte-blade-s6-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-s6-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 139.3, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 78.0, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 5.2 (Lollipop), MiFavor 3", "os_version": "5.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.459078", - "updated_at": "2026-07-09T01:31:18.459078" + "created_at": "2026-07-09T04:23:24.551510", + "updated_at": "2026-07-09T04:23:24.552509" } diff --git a/site/public/v1/smartphones/zte-blade-s7-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-s7-3gb-32gb-4g-lte/index.json index ff34c4d8b01d..55ca5c6590f1 100644 --- a/site/public/v1/smartphones/zte-blade-s7-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-s7-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 131.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 67.0, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), MiFavor UI", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.460086", - "updated_at": "2026-07-09T01:31:18.460086" + "created_at": "2026-07-09T04:23:24.556515", + "updated_at": "2026-07-09T04:23:24.556515" } diff --git a/site/public/v1/smartphones/zte-blade-v-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-blade-v-1gb-4gb-3g/index.json index 9706486b8aed..9d6ad2187bbe 100644 --- a/site/public/v1/smartphones/zte-blade-v-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-blade-v-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 126.0, + "width_mm": 64.0, + "depth_mm": 10.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.376422", - "updated_at": "2026-07-09T01:31:18.376422" + "created_at": "2026-07-09T04:23:24.415693", + "updated_at": "2026-07-09T04:23:24.415693" } diff --git a/site/public/v1/smartphones/zte-blade-v-plus-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v-plus-2gb-16gb-4g-lte/index.json index 028f221dba50..79a5961faf5b 100644 --- a/site/public/v1/smartphones/zte-blade-v-plus-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v-plus-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.3, + "width_mm": 77.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.514071", - "updated_at": "2026-07-09T01:31:18.514071" + "created_at": "2026-07-09T04:23:24.749363", + "updated_at": "2026-07-09T04:23:24.749363" } diff --git a/site/public/v1/smartphones/zte-blade-v10-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v10-4gb-64gb-4g-lte/index.json index edc354329f72..0fd87d193ea6 100644 --- a/site/public/v1/smartphones/zte-blade-v10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v10-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.8, + "width_mm": 75.2, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 9.0 (Pie), MiFavor 9.0", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.641567", - "updated_at": "2026-07-09T01:31:18.641567" + "created_at": "2026-07-09T04:23:24.872969", + "updated_at": "2026-07-09T04:23:24.872969" } diff --git a/site/public/v1/smartphones/zte-blade-v10-vita-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v10-vita-3gb-64gb-4g-lte/index.json index b8e89a1adb57..805c4af7f627 100644 --- a/site/public/v1/smartphones/zte-blade-v10-vita-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v10-vita-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.1, + "width_mm": 75.8, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.641567", - "updated_at": "2026-07-09T01:31:18.641567" + "created_at": "2026-07-09T04:23:24.873961", + "updated_at": "2026-07-09T04:23:24.873961" } diff --git a/site/public/v1/smartphones/zte-blade-v2020-5g-6gb-128gb-5g/index.json b/site/public/v1/smartphones/zte-blade-v2020-5g-6gb-128gb-5g/index.json index aaeb3d5cf258..80d57254db2a 100644 --- a/site/public/v1/smartphones/zte-blade-v2020-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/zte-blade-v2020-5g-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 162.7, + "width_mm": 76.3, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 10, MiFavor 10.1", "os_version": "10", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.7, + "overall": 38.8, "performance": 35.7, "camera": null, - "battery": 39.6, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.699804", - "updated_at": "2026-07-09T01:31:18.699804" + "created_at": "2026-07-09T04:23:24.939419", + "updated_at": "2026-07-09T04:23:24.939419" } diff --git a/site/public/v1/smartphones/zte-blade-v30-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v30-4gb-128gb-4g-lte/index.json index 6463fe6881d7..8b3876e8ed89 100644 --- a/site/public/v1/smartphones/zte-blade-v30-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v30-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 77.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.2, + "overall": 41.4, "performance": null, "camera": null, - "battery": 39.2, + "battery": 41.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.829299", - "updated_at": "2026-07-09T01:31:18.829299" + "created_at": "2026-07-09T04:23:24.999079", + "updated_at": "2026-07-09T04:23:24.999079" } diff --git a/site/public/v1/smartphones/zte-blade-v40-design-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v40-design-6gb-128gb-4g-lte/index.json index 35e45346f4f4..e2e9e64253d6 100644 --- a/site/public/v1/smartphones/zte-blade-v40-design-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v40-design-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 183.4, - "dimensions": {}, + "dimensions": { + "height_mm": 163.0, + "width_mm": 74.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, MyOS 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.2, + "overall": 37.2, "performance": null, "camera": null, - "battery": 34.2, + "battery": 37.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.891021", - "updated_at": "2026-07-09T01:31:18.891021" + "created_at": "2026-07-09T04:23:25.057392", + "updated_at": "2026-07-09T04:23:25.057392" } diff --git a/site/public/v1/smartphones/zte-blade-v40-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v40-pro-6gb-128gb-4g-lte/index.json index daec149e93de..0a07ace82e64 100644 --- a/site/public/v1/smartphones/zte-blade-v40-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v40-pro-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 65.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 40.2, + "overall": 50.6, "performance": null, "camera": null, - "battery": 40.2, + "battery": 50.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.891021", - "updated_at": "2026-07-09T01:31:18.891021" + "created_at": "2026-07-09T04:23:25.057392", + "updated_at": "2026-07-09T04:23:25.057392" } diff --git a/site/public/v1/smartphones/zte-blade-v40-vita-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v40-vita-4gb-128gb-4g-lte/index.json index 7d0c0a48df7a..41db6b56b3a3 100644 --- a/site/public/v1/smartphones/zte-blade-v40-vita-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v40-vita-4gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 214.3, - "dimensions": {}, + "dimensions": { + "height_mm": 168.0, + "width_mm": 77.5, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 34.9, + "overall": 36.4, "performance": 20.6, "camera": null, - "battery": 49.2, + "battery": 52.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.893031", - "updated_at": "2026-07-09T01:31:18.893031" + "created_at": "2026-07-09T04:23:25.060391", + "updated_at": "2026-07-09T04:23:25.060391" } diff --git a/site/public/v1/smartphones/zte-blade-v50-design-4g-8gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v50-design-4g-8gb-256gb-4g-lte/index.json index 0cfbb1cc12c2..e5253d2202a2 100644 --- a/site/public/v1/smartphones/zte-blade-v50-design-4g-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v50-design-4g-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 207.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.1, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.2, + "overall": 32.8, "performance": 23.3, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.954984", - "updated_at": "2026-07-09T01:31:18.954984" + "created_at": "2026-07-09T04:23:25.173093", + "updated_at": "2026-07-09T04:23:25.173093" } diff --git a/site/public/v1/smartphones/zte-blade-v50-vita-4gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v50-vita-4gb-256gb-4g-lte/index.json index d6f97492f1d5..7483112ca2a1 100644 --- a/site/public/v1/smartphones/zte-blade-v50-vita-4gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v50-vita-4gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 204.0, - "dimensions": {}, + "dimensions": { + "height_mm": 167.4, + "width_mm": 76.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.9, + "overall": 32.0, "performance": 20.6, "camera": null, - "battery": 41.2, + "battery": 43.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.954984", - "updated_at": "2026-07-09T01:31:18.954984" + "created_at": "2026-07-09T04:23:25.173093", + "updated_at": "2026-07-09T04:23:25.173093" } diff --git a/site/public/v1/smartphones/zte-blade-v60-design-6gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v60-design-6gb-256gb-4g-lte/index.json index 6bb8f153d7c0..30918dc6e22b 100644 --- a/site/public/v1/smartphones/zte-blade-v60-design-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v60-design-6gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 198.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.3, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 30.6, + "overall": 32.1, "performance": 22.0, "camera": null, - "battery": 39.2, + "battery": 42.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.982961", - "updated_at": "2026-07-09T01:31:18.982961" + "created_at": "2026-07-09T04:23:25.201480", + "updated_at": "2026-07-09T04:23:25.201480" } diff --git a/site/public/v1/smartphones/zte-blade-v7-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v7-2gb-16gb-4g-lte/index.json index a9a4e7b83d2a..b0fbc5fcc9ec 100644 --- a/site/public/v1/smartphones/zte-blade-v7-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v7-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.515076", - "updated_at": "2026-07-09T01:31:18.515076" + "created_at": "2026-07-09T04:23:24.750588", + "updated_at": "2026-07-09T04:23:24.750588" } diff --git a/site/public/v1/smartphones/zte-blade-v7-lite-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v7-lite-2gb-16gb-4g-lte/index.json index cdca25a00a24..fb17f5130e55 100644 --- a/site/public/v1/smartphones/zte-blade-v7-lite-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v7-lite-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.8, + "width_mm": 70.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.516070", - "updated_at": "2026-07-09T01:31:18.516070" + "created_at": "2026-07-09T04:23:24.751355", + "updated_at": "2026-07-09T04:23:24.751355" } diff --git a/site/public/v1/smartphones/zte-blade-v7-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v7-plus-3gb-32gb-4g-lte/index.json index 214411d1ed16..b6efba3ac626 100644 --- a/site/public/v1/smartphones/zte-blade-v7-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v7-plus-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.0, + "width_mm": 72.5, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.547791", - "updated_at": "2026-07-09T01:31:18.547791" + "created_at": "2026-07-09T04:23:24.787720", + "updated_at": "2026-07-09T04:23:24.787720" } diff --git a/site/public/v1/smartphones/zte-blade-v8-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v8-3gb-32gb-4g-lte/index.json index 07bd9b086337..29a684478682 100644 --- a/site/public/v1/smartphones/zte-blade-v8-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v8-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.4, + "width_mm": 71.5, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), MiFavor 4.2", "os_version": "7.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.548781", - "updated_at": "2026-07-09T01:31:18.548781" + "created_at": "2026-07-09T04:23:24.788730", + "updated_at": "2026-07-09T04:23:24.788730" } diff --git a/site/public/v1/smartphones/zte-blade-v8-lite-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v8-lite-2gb-16gb-4g-lte/index.json index 8bee2ce46cc0..766c39e58585 100644 --- a/site/public/v1/smartphones/zte-blade-v8-lite-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v8-lite-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 71.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.549803", - "updated_at": "2026-07-09T01:31:18.549803" + "created_at": "2026-07-09T04:23:24.789729", + "updated_at": "2026-07-09T04:23:24.789729" } diff --git a/site/public/v1/smartphones/zte-blade-v8-mini-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v8-mini-2gb-16gb-4g-lte/index.json index afb0fa4181fa..ca71b2667290 100644 --- a/site/public/v1/smartphones/zte-blade-v8-mini-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v8-mini-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.5, + "width_mm": 70.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.550812", - "updated_at": "2026-07-09T01:31:18.550812" + "created_at": "2026-07-09T04:23:24.790729", + "updated_at": "2026-07-09T04:23:24.790729" } diff --git a/site/public/v1/smartphones/zte-blade-v8-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v8-pro-3gb-32gb-4g-lte/index.json index 41078e4b3fcb..825cf94f1351 100644 --- a/site/public/v1/smartphones/zte-blade-v8-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v8-pro-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3140, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.4, + "overall": 18.6, "performance": null, "camera": null, - "battery": 16.4, + "battery": 18.6, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.551812", - "updated_at": "2026-07-09T01:31:18.551812" + "created_at": "2026-07-09T04:23:24.792818", + "updated_at": "2026-07-09T04:23:24.792818" } diff --git a/site/public/v1/smartphones/zte-blade-v9-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v9-4gb-64gb-4g-lte/index.json index 109db807f0dd..1bf87a433bbd 100644 --- a/site/public/v1/smartphones/zte-blade-v9-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v9-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.4, + "width_mm": 70.6, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 16.0, + "overall": 16.9, "performance": null, "camera": null, - "battery": 16.0, + "battery": 16.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.583900", - "updated_at": "2026-07-09T01:31:18.583900" + "created_at": "2026-07-09T04:23:24.829333", + "updated_at": "2026-07-09T04:23:24.829333" } diff --git a/site/public/v1/smartphones/zte-blade-v9-vita-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-v9-vita-3gb-32gb-4g-lte/index.json index 22e1bdab6839..83811b2105bf 100644 --- a/site/public/v1/smartphones/zte-blade-v9-vita-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-v9-vita-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.8, + "width_mm": 68.7, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.586778", - "updated_at": "2026-07-09T01:31:18.586778" + "created_at": "2026-07-09T04:23:24.831979", + "updated_at": "2026-07-09T04:23:24.831979" } diff --git a/site/public/v1/smartphones/zte-blade-x-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-x-2gb-16gb-4g-lte/index.json index e86c2e4c6975..3ff331d5d463 100644 --- a/site/public/v1/smartphones/zte-blade-x-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-x-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 156.0, - "dimensions": {}, + "dimensions": { + "height_mm": 156.0, + "width_mm": 77.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.553792", - "updated_at": "2026-07-09T01:31:18.553792" + "created_at": "2026-07-09T04:23:24.794809", + "updated_at": "2026-07-09T04:23:24.794809" } diff --git a/site/public/v1/smartphones/zte-blade-x3-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-x3-1gb-8gb-4g-lte/index.json index 8017c8182278..1dc817dc24a5 100644 --- a/site/public/v1/smartphones/zte-blade-x3-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-x3-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.9, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 71.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.463109", - "updated_at": "2026-07-09T01:31:18.463109" + "created_at": "2026-07-09T04:23:24.562521", + "updated_at": "2026-07-09T04:23:24.562521" } diff --git a/site/public/v1/smartphones/zte-blade-x9-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-x9-2gb-16gb-4g-lte/index.json index 83d09e3b4513..8c2f8485906e 100644 --- a/site/public/v1/smartphones/zte-blade-x9-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-x9-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.3, + "width_mm": 77.2, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), nubia UI 3", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.464075", - "updated_at": "2026-07-09T01:31:18.464075" + "created_at": "2026-07-09T04:23:24.581266", + "updated_at": "2026-07-09T04:23:24.581266" } diff --git a/site/public/v1/smartphones/zte-blade-z-max-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-blade-z-max-2gb-32gb-4g-lte/index.json index ed3cb5bf06a8..ba780a48d93d 100644 --- a/site/public/v1/smartphones/zte-blade-z-max-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-blade-z-max-2gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4080, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 175.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.1, + "width_mm": 84.6, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.8, + "overall": 28.0, "performance": null, "camera": null, - "battery": 25.8, + "battery": 28.0, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.554794", - "updated_at": "2026-07-09T01:31:18.554794" + "created_at": "2026-07-09T04:23:24.795809", + "updated_at": "2026-07-09T04:23:24.795809" } diff --git a/site/public/v1/smartphones/zte-flash-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-flash-1gb-8gb-4g-lte/index.json index 120c18df1e0f..8f16642cdb30 100644 --- a/site/public/v1/smartphones/zte-flash-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-flash-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 142.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.9, + "width_mm": 65.7, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.349013", - "updated_at": "2026-07-09T01:31:18.349013" + "created_at": "2026-07-09T04:23:24.390856", + "updated_at": "2026-07-09T04:23:24.390856" } diff --git a/site/public/v1/smartphones/zte-gabb-z2-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-gabb-z2-2gb-32gb-4g-lte/index.json index 395a271be9d1..6fd07e774ab9 100644 --- a/site/public/v1/smartphones/zte-gabb-z2-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-gabb-z2-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.0, + "width_mm": 71.0, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.703804", - "updated_at": "2026-07-09T01:31:18.703804" + "created_at": "2026-07-09T04:23:24.943409", + "updated_at": "2026-07-09T04:23:24.943409" } diff --git a/site/public/v1/smartphones/zte-geek-v975-2gb-16gb-3g/index.json b/site/public/v1/smartphones/zte-geek-v975-2gb-16gb-3g/index.json index 71c3ebc6f61a..f19c4a329e79 100644 --- a/site/public/v1/smartphones/zte-geek-v975-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/zte-geek-v975-2gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 148.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 70.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.378424", - "updated_at": "2026-07-09T01:31:18.378424" + "created_at": "2026-07-09T04:23:24.416694", + "updated_at": "2026-07-09T04:23:24.416694" } diff --git a/site/public/v1/smartphones/zte-grand-era-u895-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-grand-era-u895-1gb-4gb-3g/index.json index 76020d59daf3..47c3fa9648de 100644 --- a/site/public/v1/smartphones/zte-grand-era-u895-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-grand-era-u895-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 133.0, + "width_mm": 66.0, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.350013", - "updated_at": "2026-07-09T01:31:18.350013" + "created_at": "2026-07-09T04:23:24.391851", + "updated_at": "2026-07-09T04:23:24.391851" } diff --git a/site/public/v1/smartphones/zte-grand-memo-v9815-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-memo-v9815-2gb-16gb-4g-lte/index.json index 2179dd0e3c28..7f176f82a31b 100644 --- a/site/public/v1/smartphones/zte-grand-memo-v9815-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-memo-v9815-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 189.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.9, + "width_mm": 82.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.378424", - "updated_at": "2026-07-09T01:31:18.378424" + "created_at": "2026-07-09T04:23:24.418718", + "updated_at": "2026-07-09T04:23:24.418718" } diff --git a/site/public/v1/smartphones/zte-grand-s-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-s-2gb-16gb-4g-lte/index.json index e36bed0022fe..8b7cb9c623fa 100644 --- a/site/public/v1/smartphones/zte-grand-s-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-s-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 70.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.380423", - "updated_at": "2026-07-09T01:31:18.380423" + "created_at": "2026-07-09T04:23:24.419715", + "updated_at": "2026-07-09T04:23:24.419715" } diff --git a/site/public/v1/smartphones/zte-grand-s-flex-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-s-flex-1gb-16gb-4g-lte/index.json index 58cb0b43361f..a13cf1c8d222 100644 --- a/site/public/v1/smartphones/zte-grand-s-flex-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-s-flex-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 143.0, + "width_mm": 70.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.381491", - "updated_at": "2026-07-09T01:31:18.381491" + "created_at": "2026-07-09T04:23:24.419715", + "updated_at": "2026-07-09T04:23:24.419715" } diff --git a/site/public/v1/smartphones/zte-grand-s-ii-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-s-ii-2gb-16gb-4g-lte/index.json index f33755ac0d65..f62ce6afab36 100644 --- a/site/public/v1/smartphones/zte-grand-s-ii-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-s-ii-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 77.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.409498", - "updated_at": "2026-07-09T01:31:18.409498" + "created_at": "2026-07-09T04:23:24.466593", + "updated_at": "2026-07-09T04:23:24.466593" } diff --git a/site/public/v1/smartphones/zte-grand-s-ii-s291-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-s-ii-s291-2gb-16gb-4g-lte/index.json index 59a433c41a7d..edb07ab270c1 100644 --- a/site/public/v1/smartphones/zte-grand-s-ii-s291-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-s-ii-s291-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 157.0, + "width_mm": 77.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.410483", - "updated_at": "2026-07-09T01:31:18.410483" + "created_at": "2026-07-09T04:23:24.468099", + "updated_at": "2026-07-09T04:23:24.468099" } diff --git a/site/public/v1/smartphones/zte-grand-s-pro-2gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-s-pro-2gb-8gb-4g-lte/index.json index 152f7f21e4ee..27191ff0c487 100644 --- a/site/public/v1/smartphones/zte-grand-s-pro-2gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-s-pro-2gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 155.4, - "dimensions": {}, + "dimensions": { + "height_mm": 142.2, + "width_mm": 71.1, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.411479", - "updated_at": "2026-07-09T01:31:18.411479" + "created_at": "2026-07-09T04:23:24.469105", + "updated_at": "2026-07-09T04:23:24.469105" } diff --git a/site/public/v1/smartphones/zte-grand-x-3-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-x-3-2gb-16gb-4g-lte/index.json index 9fdff0a55301..35d9cf5272a8 100644 --- a/site/public/v1/smartphones/zte-grand-x-3-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-x-3-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3080, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 170.1, - "dimensions": {}, + "dimensions": { + "height_mm": 154.2, + "width_mm": 76.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.8, + "overall": 16.7, "performance": null, "camera": null, - "battery": 15.8, + "battery": 16.7, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.517076", - "updated_at": "2026-07-09T01:31:18.517076" + "created_at": "2026-07-09T04:23:24.753360", + "updated_at": "2026-07-09T04:23:24.753360" } diff --git a/site/public/v1/smartphones/zte-grand-x-in-1gb-16gb-3g/index.json b/site/public/v1/smartphones/zte-grand-x-in-1gb-16gb-3g/index.json index b61317684825..3126cd431870 100644 --- a/site/public/v1/smartphones/zte-grand-x-in-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/zte-grand-x-in-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.8, - "dimensions": {}, + "dimensions": { + "height_mm": 127.0, + "width_mm": 65.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.351014", - "updated_at": "2026-07-09T01:31:18.351014" + "created_at": "2026-07-09T04:23:24.392922", + "updated_at": "2026-07-09T04:23:24.392922" } diff --git a/site/public/v1/smartphones/zte-grand-x-lte-t82-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-x-lte-t82-1gb-4gb-4g-lte/index.json index 14c509b88ffa..b7e4cd6f0662 100644 --- a/site/public/v1/smartphones/zte-grand-x-lte-t82-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-x-lte-t82-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 151.0, - "dimensions": {}, + "dimensions": { + "height_mm": 130.9, + "width_mm": 65.0, + "depth_mm": 11.2 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.352014", - "updated_at": "2026-07-09T01:31:18.352014" + "created_at": "2026-07-09T04:23:24.394918", + "updated_at": "2026-07-09T04:23:24.394918" } diff --git a/site/public/v1/smartphones/zte-grand-x-max-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-x-max-2gb-16gb-4g-lte/index.json index 63d621cf6bb6..2f42f07ef782 100644 --- a/site/public/v1/smartphones/zte-grand-x-max-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-x-max-2gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 171.8, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 83.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 17.9, "performance": null, "camera": null, - "battery": 17.0, + "battery": 17.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.467004", - "updated_at": "2026-07-09T01:31:18.467004" + "created_at": "2026-07-09T04:23:24.608317", + "updated_at": "2026-07-09T04:23:24.608317" } diff --git a/site/public/v1/smartphones/zte-grand-x-plus-z826-2gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-x-plus-z826-2gb-8gb-4g-lte/index.json index fb32db838635..b517efe7a723 100644 --- a/site/public/v1/smartphones/zte-grand-x-plus-z826-2gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-x-plus-z826-2gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 150.0, - "dimensions": {}, + "dimensions": { + "height_mm": 144.6, + "width_mm": 73.9, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.413482", - "updated_at": "2026-07-09T01:31:18.413482" + "created_at": "2026-07-09T04:23:24.472110", + "updated_at": "2026-07-09T04:23:24.472110" } diff --git a/site/public/v1/smartphones/zte-grand-x-pro-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-grand-x-pro-1gb-4gb-3g/index.json index 73bc44c3ab74..9c303c263651 100644 --- a/site/public/v1/smartphones/zte-grand-x-pro-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-grand-x-pro-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 146.0, - "dimensions": {}, + "dimensions": { + "height_mm": 132.6, + "width_mm": 64.4, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.382482", - "updated_at": "2026-07-09T01:31:18.382482" + "created_at": "2026-07-09T04:23:24.421715", + "updated_at": "2026-07-09T04:23:24.421715" } diff --git a/site/public/v1/smartphones/zte-grand-x-quad-v987-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-grand-x-quad-v987-1gb-4gb-3g/index.json index 7f7bc5e89dde..7b6f22b59158 100644 --- a/site/public/v1/smartphones/zte-grand-x-quad-v987-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-grand-x-quad-v987-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 163.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.0, + "width_mm": 70.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.383485", - "updated_at": "2026-07-09T01:31:18.383485" + "created_at": "2026-07-09T04:23:24.421715", + "updated_at": "2026-07-09T04:23:24.421715" } diff --git a/site/public/v1/smartphones/zte-grand-x-v970-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-grand-x-v970-1gb-4gb-3g/index.json index 25df1aff5948..82e69bca238f 100644 --- a/site/public/v1/smartphones/zte-grand-x-v970-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-grand-x-v970-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 110.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.4, + "width_mm": 65.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1.1 (Jelly Bean)", "os_version": "4.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.353056", - "updated_at": "2026-07-09T01:31:18.353056" + "created_at": "2026-07-09T04:23:24.395920", + "updated_at": "2026-07-09T04:23:24.395920" } diff --git a/site/public/v1/smartphones/zte-grand-x-view-2-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-x-view-2-1gb-8gb-4g-lte/index.json index fa8c764ff7c8..9c32957e18fc 100644 --- a/site/public/v1/smartphones/zte-grand-x-view-2-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-x-view-2-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 330.0, - "dimensions": {}, + "dimensions": { + "height_mm": 215.0, + "width_mm": 125.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.555777", - "updated_at": "2026-07-09T01:31:18.555777" + "created_at": "2026-07-09T04:23:24.797809", + "updated_at": "2026-07-09T04:23:24.797809" } diff --git a/site/public/v1/smartphones/zte-grand-x2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-x2-2gb-16gb-4g-lte/index.json index d9beb8b45a75..1bc8ddc50ec5 100644 --- a/site/public/v1/smartphones/zte-grand-x2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-x2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 145.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.0, + "width_mm": 72.8, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.467004", - "updated_at": "2026-07-09T01:31:18.467004" + "created_at": "2026-07-09T04:23:24.624531", + "updated_at": "2026-07-09T04:23:24.624531" } diff --git a/site/public/v1/smartphones/zte-grand-x4-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-grand-x4-2gb-16gb-4g-lte/index.json index 89ec3451040a..2b1f194efa9c 100644 --- a/site/public/v1/smartphones/zte-grand-x4-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-grand-x4-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.2, + "width_mm": 77.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.519110", - "updated_at": "2026-07-09T01:31:18.519110" + "created_at": "2026-07-09T04:23:24.755358", + "updated_at": "2026-07-09T04:23:24.755358" } diff --git a/site/public/v1/smartphones/zte-grand-xmax-1gb-8gb-3g/index.json b/site/public/v1/smartphones/zte-grand-xmax-1gb-8gb-3g/index.json index fdf48f7aab51..de478e2550f0 100644 --- a/site/public/v1/smartphones/zte-grand-xmax-1gb-8gb-3g/index.json +++ b/site/public/v1/smartphones/zte-grand-xmax-1gb-8gb-3g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 171.8, - "dimensions": {}, + "dimensions": { + "height_mm": 162.1, + "width_mm": 83.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 17.9, "performance": null, "camera": null, - "battery": 17.0, + "battery": 17.9, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.414479", - "updated_at": "2026-07-09T01:31:18.414479" + "created_at": "2026-07-09T04:23:24.477110", + "updated_at": "2026-07-09T04:23:24.477110" } diff --git a/site/public/v1/smartphones/zte-imperial-ii-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-imperial-ii-1gb-8gb-4g-lte/index.json index 280c1b3cb785..82c935c43d5d 100644 --- a/site/public/v1/smartphones/zte-imperial-ii-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-imperial-ii-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.7, - "dimensions": {}, + "dimensions": { + "height_mm": 142.2, + "width_mm": 71.1, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.469066", - "updated_at": "2026-07-09T01:31:18.469066" + "created_at": "2026-07-09T04:23:24.640533", + "updated_at": "2026-07-09T04:23:24.640533" } diff --git a/site/public/v1/smartphones/zte-maven-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-maven-1gb-8gb-4g-lte/index.json index 9ce2905aa7ac..673666576280 100644 --- a/site/public/v1/smartphones/zte-maven-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-maven-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 133.5, - "dimensions": {}, + "dimensions": { + "height_mm": 134.9, + "width_mm": 66.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.470051", - "updated_at": "2026-07-09T01:31:18.470051" + "created_at": "2026-07-09T04:23:24.653381", + "updated_at": "2026-07-09T04:23:24.653381" } diff --git a/site/public/v1/smartphones/zte-maven-2-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-maven-2-1gb-8gb-4g-lte/index.json index cd611c760ed6..cb016ffd2d66 100644 --- a/site/public/v1/smartphones/zte-maven-2-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-maven-2-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 166.0, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 73.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.557796", - "updated_at": "2026-07-09T01:31:18.557796" + "created_at": "2026-07-09T04:23:24.799808", + "updated_at": "2026-07-09T04:23:24.799808" } diff --git a/site/public/v1/smartphones/zte-max-xl-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-max-xl-2gb-32gb-4g-lte/index.json index 298551f76b24..c0b610e30970 100644 --- a/site/public/v1/smartphones/zte-max-xl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-max-xl-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3990, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.1, + "width_mm": 83.8, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.9, + "overall": 27.1, "performance": null, "camera": null, - "battery": 24.9, + "battery": 27.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.558772", - "updated_at": "2026-07-09T01:31:18.558772" + "created_at": "2026-07-09T04:23:24.801809", + "updated_at": "2026-07-09T04:23:24.801809" } diff --git a/site/public/v1/smartphones/zte-nubia-alpha-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-alpha-1gb-8gb-4g-lte/index.json index 1c4e8dca82b7..3cd9d3076c4d 100644 --- a/site/public/v1/smartphones/zte-nubia-alpha-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-alpha-1gb-8gb-4g-lte/index.json @@ -1,10 +1,10 @@ { - "id": 88415, + "id": 91684, "slug": "zte-nubia-alpha-1gb-8gb-4g-lte", "base_model_slug": "nubia-alpha", "name": "ZTE nubia Alpha", "brand": { - "id": 55, + "id": 61, "slug": "zte", "name": "ZTE", "country": "CN", @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 47.1, + "width_mm": 35.0, + "depth_mm": 13.8 + }, "ip_rating": null, "os": "Proprietary OS", "os_version": null, @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-06-24T08:54:27.060037", - "updated_at": "2026-06-24T08:54:27.060050" + "created_at": "2026-07-09T04:23:24.874961", + "updated_at": "2026-07-09T04:23:24.874961" } diff --git a/site/public/v1/smartphones/zte-nubia-m2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-m2-4gb-64gb-4g-lte/index.json index 585f8db60cba..481e02319d5c 100644 --- a/site/public/v1/smartphones/zte-nubia-m2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-m2-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3630, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.5, + "width_mm": 75.9, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), nubia UI 4", "os_version": "6", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 21.3, + "overall": 23.5, "performance": null, "camera": null, - "battery": 21.3, + "battery": 23.5, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.559779", - "updated_at": "2026-07-09T01:31:18.559779" + "created_at": "2026-07-09T04:23:24.802809", + "updated_at": "2026-07-09T04:23:24.802809" } diff --git a/site/public/v1/smartphones/zte-nubia-m2-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-m2-lite-4gb-64gb-4g-lte/index.json index 5ac7f538b600..248bdbbf7198 100644 --- a/site/public/v1/smartphones/zte-nubia-m2-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-m2-lite-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 164.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.7, + "width_mm": 76.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), nubia UI 4", "os_version": "6", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.560801", - "updated_at": "2026-07-09T01:31:18.560801" + "created_at": "2026-07-09T04:23:24.803809", + "updated_at": "2026-07-09T04:23:24.803809" } diff --git a/site/public/v1/smartphones/zte-nubia-my-prague-3gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-my-prague-3gb-32gb-4g-lte/index.json index d1063bb9c3da..3b3093026cde 100644 --- a/site/public/v1/smartphones/zte-nubia-my-prague-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-my-prague-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 140.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 72.0, + "depth_mm": 5.5 + }, "ip_rating": null, "os": "Android 5.2 (Lollipop), nubia UI 3", "os_version": "5.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.471118", - "updated_at": "2026-07-09T01:31:18.471118" + "created_at": "2026-07-09T04:23:24.670430", + "updated_at": "2026-07-09T04:23:24.670430" } diff --git a/site/public/v1/smartphones/zte-nubia-n1-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-n1-3gb-64gb-4g-lte/index.json index 1848bf603c09..d93cd2695b04 100644 --- a/site/public/v1/smartphones/zte-nubia-n1-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-n1-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 150.9, + "width_mm": 75.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), nubia UI 4", "os_version": "6", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.520075", - "updated_at": "2026-07-09T01:31:18.520075" + "created_at": "2026-07-09T04:23:24.757358", + "updated_at": "2026-07-09T04:23:24.757358" } diff --git a/site/public/v1/smartphones/zte-nubia-n1-lite-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-n1-lite-2gb-16gb-4g-lte/index.json index c331d3074959..14d0560de339 100644 --- a/site/public/v1/smartphones/zte-nubia-n1-lite-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-n1-lite-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 171.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 77.5, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.562787", - "updated_at": "2026-07-09T01:31:18.562787" + "created_at": "2026-07-09T04:23:24.805817", + "updated_at": "2026-07-09T04:23:24.805817" } diff --git a/site/public/v1/smartphones/zte-nubia-n2-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-n2-4gb-64gb-4g-lte/index.json index 2be0c8335d85..56a65f726d15 100644 --- a/site/public/v1/smartphones/zte-nubia-n2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-n2-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 180.0, - "dimensions": {}, + "dimensions": { + "height_mm": 155.0, + "width_mm": 75.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), nubia UI 4", "os_version": "6", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 37.3, "performance": null, "camera": null, - "battery": 35.0, + "battery": 37.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.563811", - "updated_at": "2026-07-09T01:31:18.563811" + "created_at": "2026-07-09T04:23:24.807809", + "updated_at": "2026-07-09T04:23:24.807809" } diff --git a/site/public/v1/smartphones/zte-nubia-n3-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-n3-4gb-64gb-4g-lte/index.json index 875079c77d37..0b1cd5fcbe8c 100644 --- a/site/public/v1/smartphones/zte-nubia-n3-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-n3-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.8, + "width_mm": 75.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), nubia UI 5.1", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 35.0, + "overall": 37.3, "performance": null, "camera": null, - "battery": 35.0, + "battery": 37.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.593778", - "updated_at": "2026-07-09T01:31:18.593778" + "created_at": "2026-07-09T04:23:24.833981", + "updated_at": "2026-07-09T04:23:24.833981" } diff --git a/site/public/v1/smartphones/zte-nubia-prague-s-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-prague-s-3gb-64gb-4g-lte/index.json index a0198b6c3165..017fbc7ae343 100644 --- a/site/public/v1/smartphones/zte-nubia-prague-s-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-prague-s-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 135.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.2, + "width_mm": 72.5, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 5.2 (Lollipop), nubia UI 3", "os_version": "5.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.522071", - "updated_at": "2026-07-09T01:31:18.522071" + "created_at": "2026-07-09T04:23:24.758362", + "updated_at": "2026-07-09T04:23:24.758362" } diff --git a/site/public/v1/smartphones/zte-nubia-red-magic-3-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-red-magic-3-12gb-256gb-4g-lte/index.json index bbac5d5a1bca..3a92ba200218 100644 --- a/site/public/v1/smartphones/zte-nubia-red-magic-3-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-red-magic-3-12gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 215.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.7, + "width_mm": 78.5, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10, Redmagic 3.0", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.6, + "overall": 51.8, "performance": null, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.645590", - "updated_at": "2026-07-09T01:31:18.645590" + "created_at": "2026-07-09T04:23:24.876966", + "updated_at": "2026-07-09T04:23:24.876966" } diff --git a/site/public/v1/smartphones/zte-nubia-red-magic-3s-12gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-red-magic-3s-12gb-256gb-4g-lte/index.json index 1c05c5eee40e..39a0f006338b 100644 --- a/site/public/v1/smartphones/zte-nubia-red-magic-3s-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-red-magic-3s-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 215.0, - "dimensions": {}, + "dimensions": { + "height_mm": 171.7, + "width_mm": 78.5, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Redmagic 2.0", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 49.6, + "overall": 51.8, "performance": null, "camera": null, - "battery": 49.6, + "battery": 51.8, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.652167", - "updated_at": "2026-07-09T01:31:18.652167" + "created_at": "2026-07-09T04:23:24.882366", + "updated_at": "2026-07-09T04:23:24.882366" } diff --git a/site/public/v1/smartphones/zte-nubia-red-magic-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-red-magic-8gb-128gb-4g-lte/index.json index 872f7e0d5432..d6040ed8b4d2 100644 --- a/site/public/v1/smartphones/zte-nubia-red-magic-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-red-magic-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.1, + "width_mm": 74.9, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Redmagic 1.0", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.6, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.596772", - "updated_at": "2026-07-09T01:31:18.596772" + "created_at": "2026-07-09T04:23:24.834981", + "updated_at": "2026-07-09T04:23:24.834981" } diff --git a/site/public/v1/smartphones/zte-nubia-red-magic-mars-10gb-256gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-red-magic-mars-10gb-256gb-4g-lte/index.json index 72d912642959..85df2de65351 100644 --- a/site/public/v1/smartphones/zte-nubia-red-magic-mars-10gb-256gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-red-magic-mars-10gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 193.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.2, + "width_mm": 75.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Redmagic 1.0", "os_version": "9.0", @@ -66,10 +70,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.6, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.6, "display": null, "value": null, "perf": { @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.598782", - "updated_at": "2026-07-09T01:31:18.598782" + "created_at": "2026-07-09T04:23:24.836980", + "updated_at": "2026-07-09T04:23:24.836980" } diff --git a/site/public/v1/smartphones/zte-nubia-v18-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-v18-4gb-64gb-4g-lte/index.json index eb0c000764a0..b28b75204a5e 100644 --- a/site/public/v1/smartphones/zte-nubia-v18-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-v18-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.7, + "width_mm": 75.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 8.0 (Oreo)", "os_version": "7.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.603787", - "updated_at": "2026-07-09T01:31:18.603787" + "created_at": "2026-07-09T04:23:24.841981", + "updated_at": "2026-07-09T04:23:24.841981" } diff --git a/site/public/v1/smartphones/zte-nubia-x-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-x-8gb-512gb-4g-lte/index.json index 4011b6b8571a..748035b4261e 100644 --- a/site/public/v1/smartphones/zte-nubia-x-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-x-8gb-512gb-4g-lte/index.json @@ -50,10 +50,14 @@ }, "cameras": [], "battery_mah": 3800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 181.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.1, + "width_mm": 73.3, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), Nubia UI 6", "os_version": "8.1", @@ -67,10 +71,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 31.3, + "overall": 33.6, "performance": null, "camera": null, - "battery": 31.3, + "battery": 33.6, "display": null, "value": null, "perf": { @@ -85,6 +89,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.606000", - "updated_at": "2026-07-09T01:31:18.606000" + "created_at": "2026-07-09T04:23:24.842989", + "updated_at": "2026-07-09T04:23:24.842989" } diff --git a/site/public/v1/smartphones/zte-nubia-x6-3gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-x6-3gb-128gb-4g-lte/index.json index e8e632e716f4..53eb7be146f6 100644 --- a/site/public/v1/smartphones/zte-nubia-x6-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-x6-3gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 215.0, - "dimensions": {}, + "dimensions": { + "height_mm": 179.5, + "width_mm": 89.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -84,6 +88,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.416500", - "updated_at": "2026-07-09T01:31:18.416500" + "created_at": "2026-07-09T04:23:24.482108", + "updated_at": "2026-07-09T04:23:24.482108" } diff --git a/site/public/v1/smartphones/zte-nubia-z11-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z11-6gb-64gb-4g-lte/index.json index 1a1c76195aae..c7c18c210103 100644 --- a/site/public/v1/smartphones/zte-nubia-z11-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z11-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 162.0, - "dimensions": {}, + "dimensions": { + "height_mm": 151.8, + "width_mm": 72.3, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 6.1 (Marshmallow), nubia UI 4", "os_version": "6.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.523100", - "updated_at": "2026-07-09T01:31:18.523100" + "created_at": "2026-07-09T04:23:24.760358", + "updated_at": "2026-07-09T04:23:24.760358" } diff --git a/site/public/v1/smartphones/zte-nubia-z11-max-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z11-max-4gb-64gb-4g-lte/index.json index 6a72eec11390..ff7ec2229ddc 100644 --- a/site/public/v1/smartphones/zte-nubia-z11-max-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z11-max-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 185.0, - "dimensions": {}, + "dimensions": { + "height_mm": 159.2, + "width_mm": 82.3, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), nubia UI 4", "os_version": "5.1.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.0, + "overall": 27.3, "performance": null, "camera": null, - "battery": 25.0, + "battery": 27.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.524064", - "updated_at": "2026-07-09T01:31:18.524064" + "created_at": "2026-07-09T04:23:24.761362", + "updated_at": "2026-07-09T04:23:24.761362" } diff --git a/site/public/v1/smartphones/zte-nubia-z11-mini-3gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z11-mini-3gb-64gb-4g-lte/index.json index cb647f2001b2..f8c335769ead 100644 --- a/site/public/v1/smartphones/zte-nubia-z11-mini-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z11-mini-3gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 138.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.4, + "width_mm": 70.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), nubia UI 3.9", "os_version": "5.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.525077", - "updated_at": "2026-07-09T01:31:18.525077" + "created_at": "2026-07-09T04:23:24.762363", + "updated_at": "2026-07-09T04:23:24.762363" } diff --git a/site/public/v1/smartphones/zte-nubia-z11-mini-s-4gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z11-mini-s-4gb-128gb-4g-lte/index.json index b6a80be6ecce..2823daa16d8f 100644 --- a/site/public/v1/smartphones/zte-nubia-z11-mini-s-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z11-mini-s-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 158.0, - "dimensions": {}, + "dimensions": { + "height_mm": 146.1, + "width_mm": 72.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), nubia UI 4", "os_version": "6", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 15.0, + "overall": 17.2, "performance": null, "camera": null, - "battery": 15.0, + "battery": 17.2, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.526081", - "updated_at": "2026-07-09T01:31:18.526081" + "created_at": "2026-07-09T04:23:24.763361", + "updated_at": "2026-07-09T04:23:24.763361" } diff --git a/site/public/v1/smartphones/zte-nubia-z17-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z17-8gb-128gb-4g-lte/index.json index 8500c6444871..415a00dfdf7b 100644 --- a/site/public/v1/smartphones/zte-nubia-z17-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z17-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 173.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.6, + "width_mm": 72.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), nubia UI 5", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 25.3, + "overall": 27.6, "performance": null, "camera": null, - "battery": 25.3, + "battery": 27.6, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.564788", - "updated_at": "2026-07-09T01:31:18.564788" + "created_at": "2026-07-09T04:23:24.808809", + "updated_at": "2026-07-09T04:23:24.808809" } diff --git a/site/public/v1/smartphones/zte-nubia-z17-lite-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z17-lite-6gb-64gb-4g-lte/index.json index 832a79c9eb7e..ea988cc47f80 100644 --- a/site/public/v1/smartphones/zte-nubia-z17-lite-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z17-lite-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 168.0, - "dimensions": {}, + "dimensions": { + "height_mm": 153.0, + "width_mm": 72.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), nubia UI 5", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.565780", - "updated_at": "2026-07-09T01:31:18.565780" + "created_at": "2026-07-09T04:23:24.809809", + "updated_at": "2026-07-09T04:23:24.809809" } diff --git a/site/public/v1/smartphones/zte-nubia-z17-minis-6gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z17-minis-6gb-64gb-4g-lte/index.json index 6ddbc7f09af7..de26241a1acc 100644 --- a/site/public/v1/smartphones/zte-nubia-z17-minis-6gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z17-minis-6gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 3200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 155.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.2, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), nubia UI 5", "os_version": "7.1", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 17.0, + "overall": 19.3, "performance": null, "camera": null, - "battery": 17.0, + "battery": 19.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.567716", - "updated_at": "2026-07-09T01:31:18.567716" + "created_at": "2026-07-09T04:23:24.812818", + "updated_at": "2026-07-09T04:23:24.812818" } diff --git a/site/public/v1/smartphones/zte-nubia-z17s-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z17s-8gb-128gb-4g-lte/index.json index 41b08c7abdfb..851f9ed8552d 100644 --- a/site/public/v1/smartphones/zte-nubia-z17s-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z17s-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3100, - "charging_wired_w": null, + "charging_wired_w": 26.0, "charging_wireless_w": null, "weight_g": 170.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.5, + "width_mm": 72.7, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat), nubia UI 5.1", "os_version": "7.1.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 24.3, + "overall": 28.0, "performance": null, "camera": null, - "battery": 24.3, + "battery": 28.0, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.568782", - "updated_at": "2026-07-09T01:31:18.568782" + "created_at": "2026-07-09T04:23:24.813818", + "updated_at": "2026-07-09T04:23:24.814829" } diff --git a/site/public/v1/smartphones/zte-nubia-z18-8gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z18-8gb-128gb-4g-lte/index.json index beac52c00894..6c7ad395630b 100644 --- a/site/public/v1/smartphones/zte-nubia-z18-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z18-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 3450, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 172.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.6, + "width_mm": 72.6, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), nubia UI 6", "os_version": "8.1", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 27.8, + "overall": 30.1, "performance": null, "camera": null, - "battery": 27.8, + "battery": 30.1, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.608001", - "updated_at": "2026-07-09T01:31:18.608001" + "created_at": "2026-07-09T04:23:24.845985", + "updated_at": "2026-07-09T04:23:24.845985" } diff --git a/site/public/v1/smartphones/zte-nubia-z18-mini-6gb-128gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z18-mini-6gb-128gb-4g-lte/index.json index 1215a31a3c74..972f2467449b 100644 --- a/site/public/v1/smartphones/zte-nubia-z18-mini-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z18-mini-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 153.0, - "dimensions": {}, + "dimensions": { + "height_mm": 148.0, + "width_mm": 70.6, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), nubia UI", "os_version": "8.1", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.610068", - "updated_at": "2026-07-09T01:31:18.610068" + "created_at": "2026-07-09T04:23:24.846986", + "updated_at": "2026-07-09T04:23:24.846986" } diff --git a/site/public/v1/smartphones/zte-nubia-z20-8gb-512gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z20-8gb-512gb-4g-lte/index.json index 4294c4ad461f..d28bfc116ff8 100644 --- a/site/public/v1/smartphones/zte-nubia-z20-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z20-8gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 27.0, "charging_wireless_w": null, "weight_g": 186.0, - "dimensions": {}, + "dimensions": { + "height_mm": 158.6, + "width_mm": 75.3, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Nubia UI", "os_version": "9.0", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 39.6, + "overall": 43.4, "performance": null, "camera": null, - "battery": 39.6, + "battery": 43.4, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.656232", - "updated_at": "2026-07-09T01:31:18.656232" + "created_at": "2026-07-09T04:23:24.885754", + "updated_at": "2026-07-09T04:23:24.885754" } diff --git a/site/public/v1/smartphones/zte-nubia-z5-2gb-32gb-3g/index.json b/site/public/v1/smartphones/zte-nubia-z5-2gb-32gb-3g/index.json index 12816924ad5e..dd541960ba6a 100644 --- a/site/public/v1/smartphones/zte-nubia-z5-2gb-32gb-3g/index.json +++ b/site/public/v1/smartphones/zte-nubia-z5-2gb-32gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.9, + "width_mm": 69.1, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 4.1.1 (Jelly Bean)", "os_version": "4.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.356667", - "updated_at": "2026-07-09T01:31:18.356667" + "created_at": "2026-07-09T04:23:24.399920", + "updated_at": "2026-07-09T04:23:24.399920" } diff --git a/site/public/v1/smartphones/zte-nubia-z5s-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z5s-2gb-32gb-4g-lte/index.json index d08b88c552ba..96a93aff61e5 100644 --- a/site/public/v1/smartphones/zte-nubia-z5s-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z5s-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 126.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.7, + "width_mm": 68.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.386485", - "updated_at": "2026-07-09T01:31:18.386485" + "created_at": "2026-07-09T04:23:24.424893", + "updated_at": "2026-07-09T04:23:24.424893" } diff --git a/site/public/v1/smartphones/zte-nubia-z5s-mini-nx403a-2gb-16gb-3g/index.json b/site/public/v1/smartphones/zte-nubia-z5s-mini-nx403a-2gb-16gb-3g/index.json index fff30726ad55..8560165e40e0 100644 --- a/site/public/v1/smartphones/zte-nubia-z5s-mini-nx403a-2gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/zte-nubia-z5s-mini-nx403a-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 120.0, - "dimensions": {}, + "dimensions": { + "height_mm": 134.8, + "width_mm": 65.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.387490", - "updated_at": "2026-07-09T01:31:18.387490" + "created_at": "2026-07-09T04:23:24.425906", + "updated_at": "2026-07-09T04:23:24.425906" } diff --git a/site/public/v1/smartphones/zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte/index.json index e159a626dfb7..9c2dcf7ec15e 100644 --- a/site/public/v1/smartphones/zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z5s-mini-nx405h-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 117.9, - "dimensions": {}, + "dimensions": { + "height_mm": 134.9, + "width_mm": 65.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.417486", - "updated_at": "2026-07-09T01:31:18.417486" + "created_at": "2026-07-09T04:23:24.483111", + "updated_at": "2026-07-09T04:23:24.483111" } diff --git a/site/public/v1/smartphones/zte-nubia-z7-max-2gb-32gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z7-max-2gb-32gb-4g-lte/index.json index 150d745317f3..d51131f27db5 100644 --- a/site/public/v1/smartphones/zte-nubia-z7-max-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z7-max-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 160.0, - "dimensions": {}, + "dimensions": { + "height_mm": 152.7, + "width_mm": 76.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), nubia UI 2", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.418508", - "updated_at": "2026-07-09T01:31:18.418508" + "created_at": "2026-07-09T04:23:24.487104", + "updated_at": "2026-07-09T04:23:24.487104" } diff --git a/site/public/v1/smartphones/zte-nubia-z7-mini-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z7-mini-2gb-16gb-4g-lte/index.json index dac72768596a..8aee24a778a2 100644 --- a/site/public/v1/smartphones/zte-nubia-z7-mini-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z7-mini-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.9, + "width_mm": 69.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), nubia UI 2", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.420494", - "updated_at": "2026-07-09T01:31:18.420494" + "created_at": "2026-07-09T04:23:24.488110", + "updated_at": "2026-07-09T04:23:24.488110" } diff --git a/site/public/v1/smartphones/zte-nubia-z9-4gb-64gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z9-4gb-64gb-4g-lte/index.json index 2dba496422cb..1ded6d58c0e1 100644 --- a/site/public/v1/smartphones/zte-nubia-z9-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z9-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 147.4, + "width_mm": 68.3, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.2 (Lollipop), nubia UI 3", "os_version": "5.2", @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.472005", - "updated_at": "2026-07-09T01:31:18.472005" + "created_at": "2026-07-09T04:23:24.681829", + "updated_at": "2026-07-09T04:23:24.681829" } diff --git a/site/public/v1/smartphones/zte-nubia-z9-max-3gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z9-max-3gb-16gb-4g-lte/index.json index 2293d0bf5779..6e38e59763fa 100644 --- a/site/public/v1/smartphones/zte-nubia-z9-max-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z9-max-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 154.8, + "width_mm": 76.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), nubia UI 2.8", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.473002", - "updated_at": "2026-07-09T01:31:18.473002" + "created_at": "2026-07-09T04:23:24.686828", + "updated_at": "2026-07-09T04:23:24.687836" } diff --git a/site/public/v1/smartphones/zte-nubia-z9-mini-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-nubia-z9-mini-2gb-16gb-4g-lte/index.json index f24d25abdcef..d81e35130a46 100644 --- a/site/public/v1/smartphones/zte-nubia-z9-mini-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-nubia-z9-mini-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 147.0, - "dimensions": {}, + "dimensions": { + "height_mm": 141.3, + "width_mm": 69.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), nubia UI 2.8", "os_version": "5.0.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.474002", - "updated_at": "2026-07-09T01:31:18.474002" + "created_at": "2026-07-09T04:23:24.690829", + "updated_at": "2026-07-09T04:23:24.690829" } diff --git a/site/public/v1/smartphones/zte-obsidian-1gb-4gb-4g-lte/index.json b/site/public/v1/smartphones/zte-obsidian-1gb-4gb-4g-lte/index.json index 19c4ed5b25d4..9510951df0d1 100644 --- a/site/public/v1/smartphones/zte-obsidian-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-obsidian-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 137.5, - "dimensions": {}, + "dimensions": { + "height_mm": 137.4, + "width_mm": 68.6, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.476075", - "updated_at": "2026-07-09T01:31:18.476075" + "created_at": "2026-07-09T04:23:24.693834", + "updated_at": "2026-07-09T04:23:24.693834" } diff --git a/site/public/v1/smartphones/zte-optik-1gb-16gb-3g/index.json b/site/public/v1/smartphones/zte-optik-1gb-16gb-3g/index.json index 0ef080b02838..e857e2f3b855 100644 --- a/site/public/v1/smartphones/zte-optik-1gb-16gb-3g/index.json +++ b/site/public/v1/smartphones/zte-optik-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 400.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.0, + "width_mm": 119.4, + "depth_mm": 13.2 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb)", "os_version": "3.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.358663", - "updated_at": "2026-07-09T01:31:18.358663" + "created_at": "2026-07-09T04:23:24.400920", + "updated_at": "2026-07-09T04:23:24.400920" } diff --git a/site/public/v1/smartphones/zte-quest-5-1gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-quest-5-1gb-16gb-4g-lte/index.json index 042d9f77b85b..5a8a54691163 100644 --- a/site/public/v1/smartphones/zte-quest-5-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-quest-5-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 143.0, - "dimensions": {}, + "dimensions": { + "height_mm": 137.0, + "width_mm": 68.0, + "depth_mm": 10.6 + }, "ip_rating": null, "os": "Android 10 (Go Edition)", "os_version": "10", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.762647", - "updated_at": "2026-07-09T01:31:18.762647" + "created_at": "2026-07-09T04:23:24.960341", + "updated_at": "2026-07-09T04:23:24.960341" } diff --git a/site/public/v1/smartphones/zte-redbull-v5-v9180-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-redbull-v5-v9180-1gb-4gb-3g/index.json index d0138c9a1738..5ce286c510b8 100644 --- a/site/public/v1/smartphones/zte-redbull-v5-v9180-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-redbull-v5-v9180-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.0, + "width_mm": 71.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean)", "os_version": "4.3", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.422515", - "updated_at": "2026-07-09T01:31:18.422515" + "created_at": "2026-07-09T04:23:24.490109", + "updated_at": "2026-07-09T04:23:24.490109" } diff --git a/site/public/v1/smartphones/zte-reef-1gb-4gb-3g/index.json b/site/public/v1/smartphones/zte-reef-1gb-4gb-3g/index.json index 2aae68982adb..4ee219cd007f 100644 --- a/site/public/v1/smartphones/zte-reef-1gb-4gb-3g/index.json +++ b/site/public/v1/smartphones/zte-reef-1gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.6, - "dimensions": {}, + "dimensions": { + "height_mm": 127.0, + "width_mm": 64.8, + "depth_mm": 11.2 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.388505", - "updated_at": "2026-07-09T01:31:18.388505" + "created_at": "2026-07-09T04:23:24.426898", + "updated_at": "2026-07-09T04:23:24.426898" } diff --git a/site/public/v1/smartphones/zte-s30-8gb-256gb-5g/index.json b/site/public/v1/smartphones/zte-s30-8gb-256gb-5g/index.json index 3bea57617c5f..be5a9e2ee86c 100644 --- a/site/public/v1/smartphones/zte-s30-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/zte-s30-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 4000, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 184.0, - "dimensions": {}, + "dimensions": { + "height_mm": 164.8, + "width_mm": 76.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 11, MyOS 11", "os_version": "11", @@ -65,10 +69,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 37.5, + "overall": 41.9, "performance": null, "camera": null, - "battery": 37.5, + "battery": 41.9, "display": null, "value": null, "perf": { @@ -83,6 +87,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.853063", - "updated_at": "2026-07-09T01:31:18.853063" + "created_at": "2026-07-09T04:23:25.019388", + "updated_at": "2026-07-09T04:23:25.019388" } diff --git a/site/public/v1/smartphones/zte-s30-se-6gb-128gb-5g/index.json b/site/public/v1/smartphones/zte-s30-se-6gb-128gb-5g/index.json index 3b42b7e1692f..d4a22ae9aa3f 100644 --- a/site/public/v1/smartphones/zte-s30-se-6gb-128gb-5g/index.json +++ b/site/public/v1/smartphones/zte-s30-se-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 210.0, - "dimensions": {}, + "dimensions": { + "height_mm": 165.8, + "width_mm": 77.0, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 11, MyOS 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 47.8, + "overall": 48.8, "performance": 35.9, "camera": null, - "battery": 59.6, + "battery": 61.8, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.855051", - "updated_at": "2026-07-09T01:31:18.855051" + "created_at": "2026-07-09T04:23:25.021386", + "updated_at": "2026-07-09T04:23:25.021386" } diff --git a/site/public/v1/smartphones/zte-speed-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-speed-1gb-8gb-4g-lte/index.json index eb73cbeef95f..d71f961bb76e 100644 --- a/site/public/v1/smartphones/zte-speed-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-speed-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 136.1, - "dimensions": {}, + "dimensions": { + "height_mm": 134.6, + "width_mm": 66.0, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.423490", - "updated_at": "2026-07-09T01:31:18.423490" + "created_at": "2026-07-09T04:23:24.492109", + "updated_at": "2026-07-09T04:23:24.492109" } diff --git a/site/public/v1/smartphones/zte-star-1-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-star-1-2gb-16gb-4g-lte/index.json index d4830805c6c6..c549d5a82354 100644 --- a/site/public/v1/smartphones/zte-star-1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-star-1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.0, + "width_mm": 69.0, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.424485", - "updated_at": "2026-07-09T01:31:18.424485" + "created_at": "2026-07-09T04:23:24.493109", + "updated_at": "2026-07-09T04:23:24.493109" } diff --git a/site/public/v1/smartphones/zte-star-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-star-2-2gb-16gb-4g-lte/index.json index ff963c979152..a2aeda0c2084 100644 --- a/site/public/v1/smartphones/zte-star-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-star-2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 130.0, - "dimensions": {}, + "dimensions": { + "height_mm": 140.3, + "width_mm": 69.2, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.425501", - "updated_at": "2026-07-09T01:31:18.425501" + "created_at": "2026-07-09T04:23:24.494109", + "updated_at": "2026-07-09T04:23:24.494109" } diff --git a/site/public/v1/smartphones/zte-tempo-x-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-tempo-x-1gb-8gb-4g-lte/index.json index da4db675034f..ac4027fcee24 100644 --- a/site/public/v1/smartphones/zte-tempo-x-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-tempo-x-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 141.8, - "dimensions": {}, + "dimensions": { + "height_mm": 145.5, + "width_mm": 71.9, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.570783", - "updated_at": "2026-07-09T01:31:18.570783" + "created_at": "2026-07-09T04:23:24.815830", + "updated_at": "2026-07-09T04:23:24.815830" } diff --git a/site/public/v1/smartphones/zte-v5-lux-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-v5-lux-1gb-8gb-4g-lte/index.json index 62e1aeea74e9..30e36d604ed6 100644 --- a/site/public/v1/smartphones/zte-v5-lux-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-v5-lux-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 165.0, - "dimensions": {}, + "dimensions": { + "height_mm": 139.0, + "width_mm": 71.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), nubia UI 2.5", "os_version": "4.4", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.478071", - "updated_at": "2026-07-09T01:31:18.478071" + "created_at": "2026-07-09T04:23:24.696834", + "updated_at": "2026-07-09T04:23:24.696834" } diff --git a/site/public/v1/smartphones/zte-v70-8gb-256gb-5g/index.json b/site/public/v1/smartphones/zte-v70-8gb-256gb-5g/index.json index 707ffee045c4..9b970e89e04c 100644 --- a/site/public/v1/smartphones/zte-v70-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/zte-v70-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 192.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, MyOS 11.5", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 46.3, + "overall": 51.6, "performance": 39.9, "camera": null, - "battery": 52.7, + "battery": 63.3, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.970957", - "updated_at": "2026-07-09T01:31:18.970957" + "created_at": "2026-07-09T04:23:25.189573", + "updated_at": "2026-07-09T04:23:25.189573" } diff --git a/site/public/v1/smartphones/zte-vital-n9810-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-vital-n9810-1gb-8gb-4g-lte/index.json index fffbe6d490ab..f29ec7880234 100644 --- a/site/public/v1/smartphones/zte-vital-n9810-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-vital-n9810-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 154.0, - "dimensions": {}, + "dimensions": { + "height_mm": 142.0, + "width_mm": 71.4, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.389484", - "updated_at": "2026-07-09T01:31:18.389484" + "created_at": "2026-07-09T04:23:24.427905", + "updated_at": "2026-07-09T04:23:24.427905" } diff --git a/site/public/v1/smartphones/zte-voyage-20-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/zte-voyage-20-pro-8gb-256gb-5g/index.json index 0eb58160a7bb..d74b0ab5b92e 100644 --- a/site/public/v1/smartphones/zte-voyage-20-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/zte-voyage-20-pro-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 190.0, - "dimensions": {}, + "dimensions": { + "height_mm": 163.9, + "width_mm": 76.2, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11, MyOS 11", "os_version": "11", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.8, + "overall": 49.0, "performance": 36.9, "camera": null, - "battery": 50.6, + "battery": 61.2, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.856941", - "updated_at": "2026-07-09T01:31:18.856941" + "created_at": "2026-07-09T04:23:25.023386", + "updated_at": "2026-07-09T04:23:25.023386" } diff --git a/site/public/v1/smartphones/zte-voyage-40-pro-8gb-256gb-5g/index.json b/site/public/v1/smartphones/zte-voyage-40-pro-8gb-256gb-5g/index.json index f0de9e71691d..efb5efd08242 100644 --- a/site/public/v1/smartphones/zte-voyage-40-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/smartphones/zte-voyage-40-pro-8gb-256gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4510, - "charging_wired_w": null, + "charging_wired_w": 66.0, "charging_wireless_w": null, "weight_g": 192.5, - "dimensions": {}, + "dimensions": { + "height_mm": 163.5, + "width_mm": 75.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 12, MyOS 12", "os_version": "12", @@ -64,10 +68,10 @@ "images": [], "score": { "algorithm_version": "2.0.0", - "overall": 43.3, + "overall": 48.6, "performance": 39.9, "camera": null, - "battery": 46.8, + "battery": 57.4, "display": null, "value": null, "perf": { @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.928271", - "updated_at": "2026-07-09T01:31:18.928271" + "created_at": "2026-07-09T04:23:25.134543", + "updated_at": "2026-07-09T04:23:25.134543" } diff --git a/site/public/v1/smartphones/zte-warp-4g-1gb-8gb-4g-lte/index.json b/site/public/v1/smartphones/zte-warp-4g-1gb-8gb-4g-lte/index.json index 0f0bf1eea23a..9f557a114419 100644 --- a/site/public/v1/smartphones/zte-warp-4g-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-warp-4g-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 127.6, - "dimensions": {}, + "dimensions": { + "height_mm": 132.1, + "width_mm": 66.0, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.391477", - "updated_at": "2026-07-09T01:31:18.391477" + "created_at": "2026-07-09T04:23:24.428907", + "updated_at": "2026-07-09T04:23:24.428907" } diff --git a/site/public/v1/smartphones/zte-zmax-2-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-zmax-2-2gb-16gb-4g-lte/index.json index 84978be15c61..b4909f184d76 100644 --- a/site/public/v1/smartphones/zte-zmax-2-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-zmax-2-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 170.1, - "dimensions": {}, + "dimensions": { + "height_mm": 153.9, + "width_mm": 76.0, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.1", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.479069", - "updated_at": "2026-07-09T01:31:18.479069" + "created_at": "2026-07-09T04:23:24.698836", + "updated_at": "2026-07-09T04:23:24.698836" } diff --git a/site/public/v1/smartphones/zte-zmax-2gb-16gb-4g-lte/index.json b/site/public/v1/smartphones/zte-zmax-2gb-16gb-4g-lte/index.json index 442bd88094f3..91282abd9694 100644 --- a/site/public/v1/smartphones/zte-zmax-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/smartphones/zte-zmax-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 189.9, - "dimensions": {}, + "dimensions": { + "height_mm": 162.6, + "width_mm": 83.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -82,6 +86,6 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T01:31:18.427499", - "updated_at": "2026-07-09T01:31:18.427499" + "created_at": "2026-07-09T04:23:24.496110", + "updated_at": "2026-07-09T04:23:24.496110" } diff --git a/site/public/v1/tablets/alcatel-one-touch-t10-1gb-4gb-2g/index.json b/site/public/v1/tablets/alcatel-one-touch-t10-1gb-4gb-2g/index.json index e8447033cefd..983135adea7f 100644 --- a/site/public/v1/tablets/alcatel-one-touch-t10-1gb-4gb-2g/index.json +++ b/site/public/v1/tablets/alcatel-one-touch-t10-1gb-4gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 192.0, + "width_mm": 117.6, + "depth_mm": 11.3 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich)", "os_version": "4.0.3", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:27.971720", - "updated_at": "2026-07-09T03:39:27.971720", + "created_at": "2026-07-09T04:23:38.411630", + "updated_at": "2026-07-09T04:23:38.411630", "url": "/v1/tablets/alcatel-one-touch-t10-1gb-4gb-2g" } diff --git a/site/public/v1/tablets/alcatel-one-touch-tab-7-1gb-4gb-2g/index.json b/site/public/v1/tablets/alcatel-one-touch-tab-7-1gb-4gb-2g/index.json index c5d0c5982236..2273aacc2bfa 100644 --- a/site/public/v1/tablets/alcatel-one-touch-tab-7-1gb-4gb-2g/index.json +++ b/site/public/v1/tablets/alcatel-one-touch-tab-7-1gb-4gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 192.8, + "width_mm": 121.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:27.972718", - "updated_at": "2026-07-09T03:39:27.972718", + "created_at": "2026-07-09T04:23:38.412533", + "updated_at": "2026-07-09T04:23:38.412533", "url": "/v1/tablets/alcatel-one-touch-tab-7-1gb-4gb-2g" } diff --git a/site/public/v1/tablets/alcatel-one-touch-tab-7-hd-1gb-8gb-2g/index.json b/site/public/v1/tablets/alcatel-one-touch-tab-7-hd-1gb-8gb-2g/index.json index 5c240792e157..097e0de72692 100644 --- a/site/public/v1/tablets/alcatel-one-touch-tab-7-hd-1gb-8gb-2g/index.json +++ b/site/public/v1/tablets/alcatel-one-touch-tab-7-hd-1gb-8gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 191.0, + "width_mm": 125.0, + "depth_mm": 9.1 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:27.973724", - "updated_at": "2026-07-09T03:39:27.973724", + "created_at": "2026-07-09T04:23:38.413532", + "updated_at": "2026-07-09T04:23:38.413532", "url": "/v1/tablets/alcatel-one-touch-tab-7-hd-1gb-8gb-2g" } diff --git a/site/public/v1/tablets/alcatel-smart-tab-7-1-5gb-16gb-4g-lte/index.json b/site/public/v1/tablets/alcatel-smart-tab-7-1-5gb-16gb-4g-lte/index.json index 1d40ebe2b1ac..791e3f7c3feb 100644 --- a/site/public/v1/tablets/alcatel-smart-tab-7-1-5gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/alcatel-smart-tab-7-1-5gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 268.0, - "dimensions": {}, + "dimensions": { + "height_mm": 176.0, + "width_mm": 126.0, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:27.983177", - "updated_at": "2026-07-09T03:39:27.983177", + "created_at": "2026-07-09T04:23:38.424612", + "updated_at": "2026-07-09T04:23:38.424612", "url": "/v1/tablets/alcatel-smart-tab-7-1-5gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-10-2-2019-3gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-10-2-2019-3gb-128gb-4g-lte/index.json index 26b2de2a892f..f0b650a2e0f1 100644 --- a/site/public/v1/tablets/apple-ipad-10-2-2019-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-10-2-2019-3gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 483.0, - "dimensions": {}, + "dimensions": { + "height_mm": 250.6, + "width_mm": 174.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "iOS 13, upgradable to iPadOS 18", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.037015", - "updated_at": "2026-07-09T03:39:28.037015", + "created_at": "2026-07-09T04:23:38.482195", + "updated_at": "2026-07-09T04:23:38.482195", "url": "/v1/tablets/apple-ipad-10-2-2019-3gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-10-2-2021-3gb-256gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-10-2-2021-3gb-256gb-4g-lte/index.json index afbc73ab223f..28dfc74a77ae 100644 --- a/site/public/v1/tablets/apple-ipad-10-2-2021-3gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-10-2-2021-3gb-256gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 487.0, - "dimensions": {}, + "dimensions": { + "height_mm": 250.6, + "width_mm": 174.1, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "iPadOS 15, upgradable to iPadOS 18", "os_version": "15", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.040537", - "updated_at": "2026-07-09T03:39:28.040537", + "created_at": "2026-07-09T04:23:38.487204", + "updated_at": "2026-07-09T04:23:38.487204", "url": "/v1/tablets/apple-ipad-10-2-2021-3gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-2-cdma-0-5gb-64gb-3g/index.json b/site/public/v1/tablets/apple-ipad-2-cdma-0-5gb-64gb-3g/index.json index 7bcdc4d2dafd..d3576aa79f2e 100644 --- a/site/public/v1/tablets/apple-ipad-2-cdma-0-5gb-64gb-3g/index.json +++ b/site/public/v1/tablets/apple-ipad-2-cdma-0-5gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 607.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "iOS 4, upgradable to iOS 9.2.1", "os_version": "4", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.005689", - "updated_at": "2026-07-09T03:39:28.005689", + "created_at": "2026-07-09T04:23:38.453672", + "updated_at": "2026-07-09T04:23:38.453672", "url": "/v1/tablets/apple-ipad-2-cdma-0-5gb-64gb-3g" } diff --git a/site/public/v1/tablets/apple-ipad-2-wi-fi-0-5gb-64gb-2g/index.json b/site/public/v1/tablets/apple-ipad-2-wi-fi-0-5gb-64gb-2g/index.json index 281738a459bd..e163b92c214c 100644 --- a/site/public/v1/tablets/apple-ipad-2-wi-fi-0-5gb-64gb-2g/index.json +++ b/site/public/v1/tablets/apple-ipad-2-wi-fi-0-5gb-64gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 601.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "iOS 4, upgradable to iOS 9.3.5", "os_version": "4", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.005689", - "updated_at": "2026-07-09T03:39:28.005689", + "created_at": "2026-07-09T04:23:38.454672", + "updated_at": "2026-07-09T04:23:38.454672", "url": "/v1/tablets/apple-ipad-2-wi-fi-0-5gb-64gb-2g" } diff --git a/site/public/v1/tablets/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g/index.json b/site/public/v1/tablets/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g/index.json index 63654618f1de..f28fe136eb89 100644 --- a/site/public/v1/tablets/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g/index.json +++ b/site/public/v1/tablets/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 607.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "iOS 4, upgradable to iOS 9.3.5", "os_version": "4", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.006689", - "updated_at": "2026-07-09T03:39:28.006689", + "created_at": "2026-07-09T04:23:38.455672", + "updated_at": "2026-07-09T04:23:38.455672", "url": "/v1/tablets/apple-ipad-2-wi-fi-3g-0-5gb-64gb-3g" } diff --git a/site/public/v1/tablets/apple-ipad-2022-4gb-256gb-5g/index.json b/site/public/v1/tablets/apple-ipad-2022-4gb-256gb-5g/index.json index 89c1cdc02f73..b95a70c4c86c 100644 --- a/site/public/v1/tablets/apple-ipad-2022-4gb-256gb-5g/index.json +++ b/site/public/v1/tablets/apple-ipad-2022-4gb-256gb-5g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 477.0, - "dimensions": {}, + "dimensions": { + "height_mm": 248.6, + "width_mm": 179.5, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "iPadOS 16.1, upgradable to iPadOS 18", "os_version": "16.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.041534", - "updated_at": "2026-07-09T03:39:28.041534", + "created_at": "2026-07-09T04:23:38.488204", + "updated_at": "2026-07-09T04:23:38.488204", "url": "/v1/tablets/apple-ipad-2022-4gb-256gb-5g" } diff --git a/site/public/v1/tablets/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte/index.json index 913327ca810a..2fd16707aa88 100644 --- a/site/public/v1/tablets/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 662.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "iOS 5.1, upgradable to iOS 9.3.5", "os_version": "5.1", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.007690", - "updated_at": "2026-07-09T03:39:28.008688", + "created_at": "2026-07-09T04:23:38.457672", + "updated_at": "2026-07-09T04:23:38.457672", "url": "/v1/tablets/apple-ipad-3-wi-fi-cellular-1gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-4-wi-fi-1gb-128gb-2g/index.json b/site/public/v1/tablets/apple-ipad-4-wi-fi-1gb-128gb-2g/index.json index e90ace616c96..babbd9cd7cb0 100644 --- a/site/public/v1/tablets/apple-ipad-4-wi-fi-1gb-128gb-2g/index.json +++ b/site/public/v1/tablets/apple-ipad-4-wi-fi-1gb-128gb-2g/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 652.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "iOS 6, upgradable to iOS 10.3", "os_version": "6", @@ -69,7 +73,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.008688", - "updated_at": "2026-07-09T03:39:28.008688", + "created_at": "2026-07-09T04:23:38.458672", + "updated_at": "2026-07-09T04:23:38.458672", "url": "/v1/tablets/apple-ipad-4-wi-fi-1gb-128gb-2g" } diff --git a/site/public/v1/tablets/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte/index.json index f54d96f846f0..72e4aff74c7f 100644 --- a/site/public/v1/tablets/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 662.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.2, + "width_mm": 185.7, + "depth_mm": 9.4 + }, "ip_rating": null, "os": "iOS 6, upgradable to iOS 10.3", "os_version": "6", @@ -69,7 +73,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.009689", - "updated_at": "2026-07-09T03:39:28.009689", + "created_at": "2026-07-09T04:23:38.459672", + "updated_at": "2026-07-09T04:23:38.459672", "url": "/v1/tablets/apple-ipad-4-wi-fi-cellular-1gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-9-7-2017-2gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-9-7-2017-2gb-128gb-4g-lte/index.json index 6e8ddd5a4b0d..ea10b6eab039 100644 --- a/site/public/v1/tablets/apple-ipad-9-7-2017-2gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-9-7-2017-2gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 469.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "iOS 10.3, upgradable to iPadOS 16.7.7", "os_version": "10.3", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.027015", - "updated_at": "2026-07-09T03:39:28.027015", + "created_at": "2026-07-09T04:23:38.475682", + "updated_at": "2026-07-09T04:23:38.475682", "url": "/v1/tablets/apple-ipad-9-7-2017-2gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-9-7-2018-2gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-9-7-2018-2gb-128gb-4g-lte/index.json index 36ad928cb926..657a44c1b380 100644 --- a/site/public/v1/tablets/apple-ipad-9-7-2018-2gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-9-7-2018-2gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 469.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "iOS 11.3, upgradable to iPadOS 17.6.1", "os_version": "11.3", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.031012", - "updated_at": "2026-07-09T03:39:28.031012", + "created_at": "2026-07-09T04:23:38.477683", + "updated_at": "2026-07-09T04:23:38.477683", "url": "/v1/tablets/apple-ipad-9-7-2018-2gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-air-1gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-air-1gb-128gb-4g-lte/index.json index 21ec8f4be3d3..55aca607080d 100644 --- a/site/public/v1/tablets/apple-ipad-air-1gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-air-1gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 469.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "iOS 7, upgradable to iPadOS 12.5.6", "os_version": "7", @@ -69,7 +73,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.011691", - "updated_at": "2026-07-09T03:39:28.011691", + "created_at": "2026-07-09T04:23:38.464672", + "updated_at": "2026-07-09T04:23:38.464672", "url": "/v1/tablets/apple-ipad-air-1gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-air-2-2gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-air-2-2gb-128gb-4g-lte/index.json index 647294319a6d..7c04675e9d2d 100644 --- a/site/public/v1/tablets/apple-ipad-air-2-2gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-air-2-2gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 437.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "iOS 8.1, upgradable to iPadOS 15.8.1", "os_version": "8.1", @@ -69,7 +73,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.013689", - "updated_at": "2026-07-09T03:39:28.013689", + "created_at": "2026-07-09T04:23:38.466672", + "updated_at": "2026-07-09T04:23:38.466672", "url": "/v1/tablets/apple-ipad-air-2-2gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-air-2019-3gb-256gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-air-2019-3gb-256gb-4g-lte/index.json index 46ecba8cd6bc..f34ade2da1ab 100644 --- a/site/public/v1/tablets/apple-ipad-air-2019-3gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-air-2019-3gb-256gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 456.0, - "dimensions": {}, + "dimensions": { + "height_mm": 250.6, + "width_mm": 174.1, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "iOS 12.1.3, upgradable to iPadOS 18", "os_version": "12.1.3", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.037015", - "updated_at": "2026-07-09T03:39:28.037015", + "created_at": "2026-07-09T04:23:38.482195", + "updated_at": "2026-07-09T04:23:38.482195", "url": "/v1/tablets/apple-ipad-air-2019-3gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-air-2020-4gb-256gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-air-2020-4gb-256gb-4g-lte/index.json index 01b949440af3..102db33220ec 100644 --- a/site/public/v1/tablets/apple-ipad-air-2020-4gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-air-2020-4gb-256gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 458.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "iPadOS 14.1, upgradable to iPadOS 18", "os_version": "14.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.039531", - "updated_at": "2026-07-09T03:39:28.039531", + "created_at": "2026-07-09T04:23:38.485204", + "updated_at": "2026-07-09T04:23:38.485204", "url": "/v1/tablets/apple-ipad-air-2020-4gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-mini-2-1gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-mini-2-1gb-128gb-4g-lte/index.json index 761a96dd530d..dce8c4ecc6d2 100644 --- a/site/public/v1/tablets/apple-ipad-mini-2-1gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-mini-2-1gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 331.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.0, + "width_mm": 134.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "iOS 7, upgradable to iPadOS 12.5.6", "os_version": "7", @@ -69,7 +73,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.012688", - "updated_at": "2026-07-09T03:39:28.012688", + "created_at": "2026-07-09T04:23:38.465671", + "updated_at": "2026-07-09T04:23:38.465671", "url": "/v1/tablets/apple-ipad-mini-2-1gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-mini-2019-3gb-256gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-mini-2019-3gb-256gb-4g-lte/index.json index e22803331535..485197fcec38 100644 --- a/site/public/v1/tablets/apple-ipad-mini-2019-3gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-mini-2019-3gb-256gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 300.5, - "dimensions": {}, + "dimensions": { + "height_mm": 203.2, + "width_mm": 134.8, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "iOS 12.1.3, upgradable to iPadOS 18", "os_version": "12.1.3", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.037015", - "updated_at": "2026-07-09T03:39:28.037015", + "created_at": "2026-07-09T04:23:38.483204", + "updated_at": "2026-07-09T04:23:38.483204", "url": "/v1/tablets/apple-ipad-mini-2019-3gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-mini-3-1gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-mini-3-1gb-128gb-4g-lte/index.json index da48468ba0a8..8a95f7936493 100644 --- a/site/public/v1/tablets/apple-ipad-mini-3-1gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-mini-3-1gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 331.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.0, + "width_mm": 134.7, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "iOS 8.1, upgradable to iPadOS 12.5.6", "os_version": "8.1", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.014698", - "updated_at": "2026-07-09T03:39:28.014698", + "created_at": "2026-07-09T04:23:38.467675", + "updated_at": "2026-07-09T04:23:38.467675", "url": "/v1/tablets/apple-ipad-mini-3-1gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-mini-4-2015-2gb-128gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-mini-4-2015-2gb-128gb-4g-lte/index.json index 6095b16d77e4..f114b492a979 100644 --- a/site/public/v1/tablets/apple-ipad-mini-4-2015-2gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-mini-4-2015-2gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 299.0, - "dimensions": {}, + "dimensions": { + "height_mm": 203.2, + "width_mm": 134.8, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "iOS 9, upgradable to iPadOS 15.8.1", "os_version": "9", @@ -69,7 +73,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.016688", - "updated_at": "2026-07-09T03:39:28.016688", + "created_at": "2026-07-09T04:23:38.469676", + "updated_at": "2026-07-09T04:23:38.469676", "url": "/v1/tablets/apple-ipad-mini-4-2015-2gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-mini-wi-fi-0-5gb-64gb-2g/index.json b/site/public/v1/tablets/apple-ipad-mini-wi-fi-0-5gb-64gb-2g/index.json index 88c3ed0ca6d6..d64e9cc8fdfa 100644 --- a/site/public/v1/tablets/apple-ipad-mini-wi-fi-0-5gb-64gb-2g/index.json +++ b/site/public/v1/tablets/apple-ipad-mini-wi-fi-0-5gb-64gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 308.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.0, + "width_mm": 134.7, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "iOS 6, upgradable to iOS 9.3.5", "os_version": "6", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.010688", - "updated_at": "2026-07-09T03:39:28.010688", + "created_at": "2026-07-09T04:23:38.460757", + "updated_at": "2026-07-09T04:23:38.460757", "url": "/v1/tablets/apple-ipad-mini-wi-fi-0-5gb-64gb-2g" } diff --git a/site/public/v1/tablets/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte/index.json index d5f3705bf3eb..2c9427b805be 100644 --- a/site/public/v1/tablets/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 312.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.0, + "width_mm": 134.7, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "iOS 6, upgradable to iOS 9.3.6", "os_version": "6", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.010688", - "updated_at": "2026-07-09T03:39:28.010688", + "created_at": "2026-07-09T04:23:38.461673", + "updated_at": "2026-07-09T04:23:38.461673", "url": "/v1/tablets/apple-ipad-mini-wi-fi-cellular-0-5gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte/index.json index 88949b8a2067..24a1e4e869fe 100644 --- a/site/public/v1/tablets/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 469.0, - "dimensions": {}, + "dimensions": { + "height_mm": 250.6, + "width_mm": 174.1, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "iOS 10.3.2, upgradable to iPadOS 17.6.1", "os_version": "10.3.2", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.028012", - "updated_at": "2026-07-09T03:39:28.028012", + "created_at": "2026-07-09T04:23:38.475682", + "updated_at": "2026-07-09T04:23:38.475682", "url": "/v1/tablets/apple-ipad-pro-10-5-2017-4gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-pro-11-2018-6gb-512gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-pro-11-2018-6gb-512gb-4g-lte/index.json index 857f9394640c..18d407bd883d 100644 --- a/site/public/v1/tablets/apple-ipad-pro-11-2018-6gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-11-2018-6gb-512gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 468.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "iOS 12, upgradable to iPadOS 18", "os_version": "12", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.033016", - "updated_at": "2026-07-09T03:39:28.033016", + "created_at": "2026-07-09T04:23:38.479677", + "updated_at": "2026-07-09T04:23:38.479677", "url": "/v1/tablets/apple-ipad-pro-11-2018-6gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-pro-11-2020-6gb-512gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-pro-11-2020-6gb-512gb-4g-lte/index.json index b061aaa6a0c7..36be186a2ccb 100644 --- a/site/public/v1/tablets/apple-ipad-pro-11-2020-6gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-11-2020-6gb-512gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 471.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "iPadOS 13.4, upgradable to iPadOS 18", "os_version": "13.4", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.039531", - "updated_at": "2026-07-09T03:39:28.039531", + "created_at": "2026-07-09T04:23:38.485204", + "updated_at": "2026-07-09T04:23:38.485204", "url": "/v1/tablets/apple-ipad-pro-11-2020-6gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-pro-11-2021-16gb-512gb-5g/index.json b/site/public/v1/tablets/apple-ipad-pro-11-2021-16gb-512gb-5g/index.json index f4d2d60bd4f0..621eb86a0a1e 100644 --- a/site/public/v1/tablets/apple-ipad-pro-11-2021-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-11-2021-16gb-512gb-5g/index.json @@ -40,7 +40,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 466.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "iPadOS 14.5.1, upgradable to iPadOS 18", "os_version": "14.5.1", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.041534", - "updated_at": "2026-07-09T03:39:28.041534", + "created_at": "2026-07-09T04:23:38.487204", + "updated_at": "2026-07-09T04:23:38.487204", "url": "/v1/tablets/apple-ipad-pro-11-2021-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/apple-ipad-pro-11-2022-16gb-512gb-5g/index.json b/site/public/v1/tablets/apple-ipad-pro-11-2022-16gb-512gb-5g/index.json index 5631c99cdf09..784c786687a1 100644 --- a/site/public/v1/tablets/apple-ipad-pro-11-2022-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-11-2022-16gb-512gb-5g/index.json @@ -40,7 +40,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 466.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 178.5, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "iPadOS 16.1, upgradable to iPadOS 18", "os_version": "16.1", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.042538", - "updated_at": "2026-07-09T03:39:28.042538", + "created_at": "2026-07-09T04:23:38.489216", + "updated_at": "2026-07-09T04:23:38.489216", "url": "/v1/tablets/apple-ipad-pro-11-2022-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/apple-ipad-pro-11-2024-16gb-512gb-5g/index.json b/site/public/v1/tablets/apple-ipad-pro-11-2024-16gb-512gb-5g/index.json index 291563570f18..45b8e7d2a945 100644 --- a/site/public/v1/tablets/apple-ipad-pro-11-2024-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-11-2024-16gb-512gb-5g/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 444.0, - "dimensions": {}, + "dimensions": { + "height_mm": 249.7, + "width_mm": 177.5, + "depth_mm": 5.3 + }, "ip_rating": null, "os": "iPadOS 17.5.1, upgradable to iPadOS 18", "os_version": "17.5.1", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.044534", - "updated_at": "2026-07-09T03:39:28.044534", + "created_at": "2026-07-09T04:23:38.491204", + "updated_at": "2026-07-09T04:23:38.491204", "url": "/v1/tablets/apple-ipad-pro-11-2024-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte/index.json index 555a354e7343..ad30e8605405 100644 --- a/site/public/v1/tablets/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 713.0, - "dimensions": {}, + "dimensions": { + "height_mm": 305.7, + "width_mm": 220.6, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "iOS 9, upgradable to iPadOS 16.7.7", "os_version": "9", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.020007", - "updated_at": "2026-07-09T03:39:28.020007", + "created_at": "2026-07-09T04:23:38.471744", + "updated_at": "2026-07-09T04:23:38.471744", "url": "/v1/tablets/apple-ipad-pro-12-9-2015-4gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte/index.json index 9a214018a51d..c6f670f7c1e7 100644 --- a/site/public/v1/tablets/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 677.0, - "dimensions": {}, + "dimensions": { + "height_mm": 305.7, + "width_mm": 220.6, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "iOS 10.3.2, upgradable to iPadOS 17.6.1", "os_version": "10.3.2", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.029010", - "updated_at": "2026-07-09T03:39:28.029010", + "created_at": "2026-07-09T04:23:38.476680", + "updated_at": "2026-07-09T04:23:38.476680", "url": "/v1/tablets/apple-ipad-pro-12-9-2017-4gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte/index.json index 4e83beac7cd9..c01cc79e12d1 100644 --- a/site/public/v1/tablets/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 631.0, - "dimensions": {}, + "dimensions": { + "height_mm": 280.6, + "width_mm": 214.9, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "iOS 12, upgradable to iPadOS 18", "os_version": "12", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.034011", - "updated_at": "2026-07-09T03:39:28.034011", + "created_at": "2026-07-09T04:23:38.480676", + "updated_at": "2026-07-09T04:23:38.480676", "url": "/v1/tablets/apple-ipad-pro-12-9-2018-6gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte/index.json index 60ba85424f4a..4c37acb5e707 100644 --- a/site/public/v1/tablets/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 641.0, - "dimensions": {}, + "dimensions": { + "height_mm": 280.6, + "width_mm": 214.9, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "iPadOS 13.4, upgradable to iPadOS 18", "os_version": "13.4", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.040537", - "updated_at": "2026-07-09T03:39:28.040537", + "created_at": "2026-07-09T04:23:38.486206", + "updated_at": "2026-07-09T04:23:38.486206", "url": "/v1/tablets/apple-ipad-pro-12-9-2020-6gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-pro-12-9-2021-16gb-512gb-5g/index.json b/site/public/v1/tablets/apple-ipad-pro-12-9-2021-16gb-512gb-5g/index.json index 36eaa5b26e23..e24ad83a1a06 100644 --- a/site/public/v1/tablets/apple-ipad-pro-12-9-2021-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-12-9-2021-16gb-512gb-5g/index.json @@ -40,7 +40,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 682.0, - "dimensions": {}, + "dimensions": { + "height_mm": 280.6, + "width_mm": 214.9, + "depth_mm": 6.4 + }, "ip_rating": null, "os": "iPadOS 14.5.1, upgradable to iPadOS 18", "os_version": "14.5.1", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.041534", - "updated_at": "2026-07-09T03:39:28.041534", + "created_at": "2026-07-09T04:23:38.488204", + "updated_at": "2026-07-09T04:23:38.488204", "url": "/v1/tablets/apple-ipad-pro-12-9-2021-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/apple-ipad-pro-12-9-2022-16gb-512gb-5g/index.json b/site/public/v1/tablets/apple-ipad-pro-12-9-2022-16gb-512gb-5g/index.json index ee08e0b2a1eb..ab41ba507903 100644 --- a/site/public/v1/tablets/apple-ipad-pro-12-9-2022-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-12-9-2022-16gb-512gb-5g/index.json @@ -40,7 +40,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 682.0, - "dimensions": {}, + "dimensions": { + "height_mm": 280.6, + "width_mm": 214.9, + "depth_mm": 6.4 + }, "ip_rating": null, "os": "iPadOS 16.1, upgradable to iPadOS 18", "os_version": "16.1", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.042538", - "updated_at": "2026-07-09T03:39:28.042538", + "created_at": "2026-07-09T04:23:38.489216", + "updated_at": "2026-07-09T04:23:38.489216", "url": "/v1/tablets/apple-ipad-pro-12-9-2022-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/apple-ipad-pro-13-2024-16gb-512gb-5g/index.json b/site/public/v1/tablets/apple-ipad-pro-13-2024-16gb-512gb-5g/index.json index d8d3362cb209..273d78038276 100644 --- a/site/public/v1/tablets/apple-ipad-pro-13-2024-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-13-2024-16gb-512gb-5g/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 579.0, - "dimensions": {}, + "dimensions": { + "height_mm": 281.6, + "width_mm": 215.5, + "depth_mm": 5.1 + }, "ip_rating": null, "os": "iPadOS 17.5.1, upgradable to iPadOS 18", "os_version": "17.5.1", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.044534", - "updated_at": "2026-07-09T03:39:28.044534", + "created_at": "2026-07-09T04:23:38.492204", + "updated_at": "2026-07-09T04:23:38.492204", "url": "/v1/tablets/apple-ipad-pro-13-2024-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte/index.json b/site/public/v1/tablets/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte/index.json index 5d2ae75a888b..66e15c0a189a 100644 --- a/site/public/v1/tablets/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 437.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.0, + "width_mm": 169.5, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "iOS 9.3.2, upgradable to iPadOS 16.7.7", "os_version": "9.3.2", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.023006", - "updated_at": "2026-07-09T03:39:28.023006", + "created_at": "2026-07-09T04:23:38.472677", + "updated_at": "2026-07-09T04:23:38.472677", "url": "/v1/tablets/apple-ipad-pro-9-7-2016-2gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/apple-ipad-wi-fi-0-25gb-64gb-2g/index.json b/site/public/v1/tablets/apple-ipad-wi-fi-0-25gb-64gb-2g/index.json index 4429f725a7d6..07cce44a66ea 100644 --- a/site/public/v1/tablets/apple-ipad-wi-fi-0-25gb-64gb-2g/index.json +++ b/site/public/v1/tablets/apple-ipad-wi-fi-0-25gb-64gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 680.0, - "dimensions": {}, + "dimensions": { + "height_mm": 242.8, + "width_mm": 189.7, + "depth_mm": 13.4 + }, "ip_rating": null, "os": "iOS 4, upgradable to iOS 5.1.1", "os_version": "4", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.004689", - "updated_at": "2026-07-09T03:39:28.004689", + "created_at": "2026-07-09T04:23:38.452672", + "updated_at": "2026-07-09T04:23:38.452672", "url": "/v1/tablets/apple-ipad-wi-fi-0-25gb-64gb-2g" } diff --git a/site/public/v1/tablets/apple-ipad-wi-fi-3g-0-25gb-64gb-3g/index.json b/site/public/v1/tablets/apple-ipad-wi-fi-3g-0-25gb-64gb-3g/index.json index fcf380c2b292..ded2a1b56bdd 100644 --- a/site/public/v1/tablets/apple-ipad-wi-fi-3g-0-25gb-64gb-3g/index.json +++ b/site/public/v1/tablets/apple-ipad-wi-fi-3g-0-25gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 730.0, - "dimensions": {}, + "dimensions": { + "height_mm": 242.8, + "width_mm": 189.7, + "depth_mm": 13.4 + }, "ip_rating": null, "os": "iOS 4, upgradable to iOS 5.1.1", "os_version": "4", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.004689", - "updated_at": "2026-07-09T03:39:28.004689", + "created_at": "2026-07-09T04:23:38.452672", + "updated_at": "2026-07-09T04:23:38.452672", "url": "/v1/tablets/apple-ipad-wi-fi-3g-0-25gb-64gb-3g" } diff --git a/site/public/v1/tablets/asus-google-nexus-7-1gb-32gb-2g/index.json b/site/public/v1/tablets/asus-google-nexus-7-1gb-32gb-2g/index.json index 931df1fe5a70..fbf9852b214e 100644 --- a/site/public/v1/tablets/asus-google-nexus-7-1gb-32gb-2g/index.json +++ b/site/public/v1/tablets/asus-google-nexus-7-1gb-32gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 198.5, + "width_mm": 120.0, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 5.1.1 (Lollipop)", "os_version": "4.1.2", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.047533", - "updated_at": "2026-07-09T03:39:28.047533", + "created_at": "2026-07-09T04:23:38.495270", + "updated_at": "2026-07-09T04:23:38.495270", "url": "/v1/tablets/asus-google-nexus-7-1gb-32gb-2g" } diff --git a/site/public/v1/tablets/asus-google-nexus-7-2013-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/asus-google-nexus-7-2013-2gb-32gb-4g-lte/index.json index 03697f1c7e9d..d44d75a94ecf 100644 --- a/site/public/v1/tablets/asus-google-nexus-7-2013-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-google-nexus-7-2013-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 290.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.0, + "width_mm": 114.0, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 6.0 (Marshmallow)", "os_version": "4.3", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.054530", - "updated_at": "2026-07-09T03:39:28.054530", + "created_at": "2026-07-09T04:23:38.503203", + "updated_at": "2026-07-09T04:23:38.503203", "url": "/v1/tablets/asus-google-nexus-7-2013-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/asus-google-nexus-7-cellular-1gb-32gb-3g/index.json b/site/public/v1/tablets/asus-google-nexus-7-cellular-1gb-32gb-3g/index.json index 500571bcaca4..3800c67086ee 100644 --- a/site/public/v1/tablets/asus-google-nexus-7-cellular-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/asus-google-nexus-7-cellular-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 347.0, - "dimensions": {}, + "dimensions": { + "height_mm": 198.5, + "width_mm": 120.0, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), upgradable to 5.1.1 (Lollipop)", "os_version": "4.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.049531", - "updated_at": "2026-07-09T03:39:28.049531", + "created_at": "2026-07-09T04:23:38.497201", + "updated_at": "2026-07-09T04:23:38.497201", "url": "/v1/tablets/asus-google-nexus-7-cellular-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/asus-memo-pad-10-1gb-16gb-2g/index.json b/site/public/v1/tablets/asus-memo-pad-10-1gb-16gb-2g/index.json index 85a00d7c80bd..47f612d4cf45 100644 --- a/site/public/v1/tablets/asus-memo-pad-10-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/asus-memo-pad-10-1gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 522.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.0, + "width_mm": 174.6, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.054530", - "updated_at": "2026-07-09T03:39:28.054530", + "created_at": "2026-07-09T04:23:38.504203", + "updated_at": "2026-07-09T04:23:38.504203", "url": "/v1/tablets/asus-memo-pad-10-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/asus-memo-pad-10-me103k-1gb-32gb-2g/index.json b/site/public/v1/tablets/asus-memo-pad-10-me103k-1gb-32gb-2g/index.json index 8fd3453cdd9d..dc96dd31ea42 100644 --- a/site/public/v1/tablets/asus-memo-pad-10-me103k-1gb-32gb-2g/index.json +++ b/site/public/v1/tablets/asus-memo-pad-10-me103k-1gb-32gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 525.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.0, + "width_mm": 174.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.062042", - "updated_at": "2026-07-09T03:39:28.062042", + "created_at": "2026-07-09T04:23:38.529565", + "updated_at": "2026-07-09T04:23:38.529565", "url": "/v1/tablets/asus-memo-pad-10-me103k-1gb-32gb-2g" } diff --git a/site/public/v1/tablets/asus-memo-pad-7-me176c-1gb-16gb-2g/index.json b/site/public/v1/tablets/asus-memo-pad-7-me176c-1gb-16gb-2g/index.json index 4ffb497ccacd..2a1c8464850a 100644 --- a/site/public/v1/tablets/asus-memo-pad-7-me176c-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/asus-memo-pad-7-me176c-1gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 295.0, - "dimensions": {}, + "dimensions": { + "height_mm": 189.3, + "width_mm": 113.7, + "depth_mm": 9.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.062042", - "updated_at": "2026-07-09T03:39:28.062042", + "created_at": "2026-07-09T04:23:38.530564", + "updated_at": "2026-07-09T04:23:38.530564", "url": "/v1/tablets/asus-memo-pad-7-me176c-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/asus-memo-pad-7-me572c-2gb-32gb-2g/index.json b/site/public/v1/tablets/asus-memo-pad-7-me572c-2gb-32gb-2g/index.json index afe18685a5a9..d7b7a5a05409 100644 --- a/site/public/v1/tablets/asus-memo-pad-7-me572c-2gb-32gb-2g/index.json +++ b/site/public/v1/tablets/asus-memo-pad-7-me572c-2gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 269.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.0, + "width_mm": 114.4, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.063371", - "updated_at": "2026-07-09T03:39:28.063371", + "created_at": "2026-07-09T04:23:38.531571", + "updated_at": "2026-07-09T04:23:38.531571", "url": "/v1/tablets/asus-memo-pad-7-me572c-2gb-32gb-2g" } diff --git a/site/public/v1/tablets/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte/index.json index 9b8f34b41665..ee7135818233 100644 --- a/site/public/v1/tablets/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 279.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.0, + "width_mm": 114.4, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.063876", - "updated_at": "2026-07-09T03:39:28.063876", + "created_at": "2026-07-09T04:23:38.533568", + "updated_at": "2026-07-09T04:23:38.533568", "url": "/v1/tablets/asus-memo-pad-7-me572cl-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/asus-memo-pad-8-me180a-1gb-16gb-2g/index.json b/site/public/v1/tablets/asus-memo-pad-8-me180a-1gb-16gb-2g/index.json index 2254f045b1ef..4cddb306e50a 100644 --- a/site/public/v1/tablets/asus-memo-pad-8-me180a-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/asus-memo-pad-8-me180a-1gb-16gb-2g/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 212.4, + "width_mm": 127.4, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.055531", - "updated_at": "2026-07-09T03:39:28.055531", + "created_at": "2026-07-09T04:23:38.505204", + "updated_at": "2026-07-09T04:23:38.505204", "url": "/v1/tablets/asus-memo-pad-8-me180a-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/asus-memo-pad-8-me181c-1gb-16gb-2g/index.json b/site/public/v1/tablets/asus-memo-pad-8-me181c-1gb-16gb-2g/index.json index 660ace9108be..51eae03aae1e 100644 --- a/site/public/v1/tablets/asus-memo-pad-8-me181c-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/asus-memo-pad-8-me181c-1gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.7, + "width_mm": 124.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.065882", - "updated_at": "2026-07-09T03:39:28.065882", + "created_at": "2026-07-09T04:23:38.534568", + "updated_at": "2026-07-09T04:23:38.534568", "url": "/v1/tablets/asus-memo-pad-8-me181c-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte/index.json index 2cdc3353a714..754a780c5a34 100644 --- a/site/public/v1/tablets/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 299.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.0, + "width_mm": 123.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.066883", - "updated_at": "2026-07-09T03:39:28.066883", + "created_at": "2026-07-09T04:23:38.535564", + "updated_at": "2026-07-09T04:23:38.535564", "url": "/v1/tablets/asus-memo-pad-8-me581cl-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/asus-memo-pad-fhd10-2gb-32gb-2g/index.json b/site/public/v1/tablets/asus-memo-pad-fhd10-2gb-32gb-2g/index.json index 3ffdfab7517b..7a75999afb3e 100644 --- a/site/public/v1/tablets/asus-memo-pad-fhd10-2gb-32gb-2g/index.json +++ b/site/public/v1/tablets/asus-memo-pad-fhd10-2gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 580.0, - "dimensions": {}, + "dimensions": { + "height_mm": 264.6, + "width_mm": 182.4, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), upgradable to 4.3 (Jelly Bean), Waveshare UI", "os_version": "4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.056530", - "updated_at": "2026-07-09T03:39:28.056530", + "created_at": "2026-07-09T04:23:38.506204", + "updated_at": "2026-07-09T04:23:38.506204", "url": "/v1/tablets/asus-memo-pad-fhd10-2gb-32gb-2g" } diff --git a/site/public/v1/tablets/asus-memo-pad-me172v-1gb-16gb-2g/index.json b/site/public/v1/tablets/asus-memo-pad-me172v-1gb-16gb-2g/index.json index 42bf1baabc24..17122617e988 100644 --- a/site/public/v1/tablets/asus-memo-pad-me172v-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/asus-memo-pad-me172v-1gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 370.0, - "dimensions": {}, + "dimensions": { + "height_mm": 196.2, + "width_mm": 119.2, + "depth_mm": 11.2 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean)", "os_version": "4.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.057531", - "updated_at": "2026-07-09T03:39:28.057531", + "created_at": "2026-07-09T04:23:38.507204", + "updated_at": "2026-07-09T04:23:38.507204", "url": "/v1/tablets/asus-memo-pad-me172v-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/asus-transformer-pad-tf103c-1gb-16gb-2g/index.json b/site/public/v1/tablets/asus-transformer-pad-tf103c-1gb-16gb-2g/index.json index 240e9079c6fa..6c388aa46b29 100644 --- a/site/public/v1/tablets/asus-transformer-pad-tf103c-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/asus-transformer-pad-tf103c-1gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 550.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.5, + "width_mm": 178.4, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.072886", - "updated_at": "2026-07-09T03:39:28.072886", + "created_at": "2026-07-09T04:23:38.545563", + "updated_at": "2026-07-09T04:23:38.545563", "url": "/v1/tablets/asus-transformer-pad-tf103c-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte/index.json index 63314708e693..f3c3b068c310 100644 --- a/site/public/v1/tablets/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 595.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.4, + "width_mm": 178.4, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.073886", - "updated_at": "2026-07-09T03:39:28.073886", + "created_at": "2026-07-09T04:23:38.546564", + "updated_at": "2026-07-09T04:23:38.546564", "url": "/v1/tablets/asus-transformer-pad-tf303cl-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/asus-zenpad-10-z300c-2gb-32gb-2g/index.json b/site/public/v1/tablets/asus-zenpad-10-z300c-2gb-32gb-2g/index.json index 704b633ff559..5a6a34f624cb 100644 --- a/site/public/v1/tablets/asus-zenpad-10-z300c-2gb-32gb-2g/index.json +++ b/site/public/v1/tablets/asus-zenpad-10-z300c-2gb-32gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 510.0, - "dimensions": {}, + "dimensions": { + "height_mm": 251.6, + "width_mm": 172.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.074886", - "updated_at": "2026-07-09T03:39:28.074886", + "created_at": "2026-07-09T04:23:38.548564", + "updated_at": "2026-07-09T04:23:38.548564", "url": "/v1/tablets/asus-zenpad-10-z300c-2gb-32gb-2g" } diff --git a/site/public/v1/tablets/asus-zenpad-10-z300m-2gb-32gb-2g/index.json b/site/public/v1/tablets/asus-zenpad-10-z300m-2gb-32gb-2g/index.json index 1a173c11f735..1816049814b7 100644 --- a/site/public/v1/tablets/asus-zenpad-10-z300m-2gb-32gb-2g/index.json +++ b/site/public/v1/tablets/asus-zenpad-10-z300m-2gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 251.6, + "width_mm": 172.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.078886", - "updated_at": "2026-07-09T03:39:28.078886", + "created_at": "2026-07-09T04:23:38.554571", + "updated_at": "2026-07-09T04:23:38.554571", "url": "/v1/tablets/asus-zenpad-10-z300m-2gb-32gb-2g" } diff --git a/site/public/v1/tablets/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte/index.json b/site/public/v1/tablets/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte/index.json index ee3897095a2a..56bef0a4ca11 100644 --- a/site/public/v1/tablets/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 205.4, + "width_mm": 136.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.083995", - "updated_at": "2026-07-09T03:39:28.083995", + "created_at": "2026-07-09T04:23:38.563564", + "updated_at": "2026-07-09T04:23:38.563564", "url": "/v1/tablets/asus-zenpad-3-8-0-z581kl-4gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte/index.json b/site/public/v1/tablets/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte/index.json index fbf918a1ef84..a24c50bc20bb 100644 --- a/site/public/v1/tablets/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 242.3, + "width_mm": 164.2, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.112996", - "updated_at": "2026-07-09T03:39:28.112996", + "created_at": "2026-07-09T04:23:38.604087", + "updated_at": "2026-07-09T04:23:38.604087", "url": "/v1/tablets/asus-zenpad-3s-10-z500kl-4gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/asus-zenpad-3s-10-z500m-4gb-64gb-2g/index.json b/site/public/v1/tablets/asus-zenpad-3s-10-z500m-4gb-64gb-2g/index.json index 75787ccd0dba..8e160de53fca 100644 --- a/site/public/v1/tablets/asus-zenpad-3s-10-z500m-4gb-64gb-2g/index.json +++ b/site/public/v1/tablets/asus-zenpad-3s-10-z500m-4gb-64gb-2g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5900, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 430.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.5, + "width_mm": 163.7, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.090995", - "updated_at": "2026-07-09T03:39:28.090995", + "created_at": "2026-07-09T04:23:38.572578", + "updated_at": "2026-07-09T04:23:38.572578", "url": "/v1/tablets/asus-zenpad-3s-10-z500m-4gb-64gb-2g" } diff --git a/site/public/v1/tablets/asus-zenpad-7-0-z370cg-2gb-16gb-3g/index.json b/site/public/v1/tablets/asus-zenpad-7-0-z370cg-2gb-16gb-3g/index.json index c8404959d2e0..224716062ac0 100644 --- a/site/public/v1/tablets/asus-zenpad-7-0-z370cg-2gb-16gb-3g/index.json +++ b/site/public/v1/tablets/asus-zenpad-7-0-z370cg-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 272.0, - "dimensions": {}, + "dimensions": { + "height_mm": 189.0, + "width_mm": 110.9, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.075888", - "updated_at": "2026-07-09T03:39:28.075888", + "created_at": "2026-07-09T04:23:38.548564", + "updated_at": "2026-07-09T04:23:38.548564", "url": "/v1/tablets/asus-zenpad-7-0-z370cg-2gb-16gb-3g" } diff --git a/site/public/v1/tablets/asus-zenpad-8-0-z380c-2gb-16gb-2g/index.json b/site/public/v1/tablets/asus-zenpad-8-0-z380c-2gb-16gb-2g/index.json index 712fd5a11d68..7fa7c29602ef 100644 --- a/site/public/v1/tablets/asus-zenpad-8-0-z380c-2gb-16gb-2g/index.json +++ b/site/public/v1/tablets/asus-zenpad-8-0-z380c-2gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.0, + "width_mm": 123.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.075888", - "updated_at": "2026-07-09T03:39:28.075888", + "created_at": "2026-07-09T04:23:38.549565", + "updated_at": "2026-07-09T04:23:38.549565", "url": "/v1/tablets/asus-zenpad-8-0-z380c-2gb-16gb-2g" } diff --git a/site/public/v1/tablets/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte/index.json index 6fbadad23136..5769abb64882 100644 --- a/site/public/v1/tablets/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.0, + "width_mm": 123.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.076886", - "updated_at": "2026-07-09T03:39:28.076886", + "created_at": "2026-07-09T04:23:38.550564", + "updated_at": "2026-07-09T04:23:38.550564", "url": "/v1/tablets/asus-zenpad-8-0-z380kl-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/asus-zenpad-8-0-z380m-2gb-16gb-2g/index.json b/site/public/v1/tablets/asus-zenpad-8-0-z380m-2gb-16gb-2g/index.json index b1ae8bb5f5b9..51f9f9067b86 100644 --- a/site/public/v1/tablets/asus-zenpad-8-0-z380m-2gb-16gb-2g/index.json +++ b/site/public/v1/tablets/asus-zenpad-8-0-z380m-2gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.0, + "width_mm": 123.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.101999", - "updated_at": "2026-07-09T03:39:28.101999", + "created_at": "2026-07-09T04:23:38.583083", + "updated_at": "2026-07-09T04:23:38.583083", "url": "/v1/tablets/asus-zenpad-8-0-z380m-2gb-16gb-2g" } diff --git a/site/public/v1/tablets/asus-zenpad-c-7-0-1gb-16gb-3g/index.json b/site/public/v1/tablets/asus-zenpad-c-7-0-1gb-16gb-3g/index.json index 86b2a02329a8..57abb46d2f04 100644 --- a/site/public/v1/tablets/asus-zenpad-c-7-0-1gb-16gb-3g/index.json +++ b/site/public/v1/tablets/asus-zenpad-c-7-0-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 265.0, - "dimensions": {}, + "dimensions": { + "height_mm": 189.0, + "width_mm": 108.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.076886", - "updated_at": "2026-07-09T03:39:28.076886", + "created_at": "2026-07-09T04:23:38.550564", + "updated_at": "2026-07-09T04:23:38.550564", "url": "/v1/tablets/asus-zenpad-c-7-0-1gb-16gb-3g" } diff --git a/site/public/v1/tablets/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g/index.json b/site/public/v1/tablets/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g/index.json index be5268004a96..2ca6805ae801 100644 --- a/site/public/v1/tablets/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g/index.json +++ b/site/public/v1/tablets/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 275.0, - "dimensions": {}, + "dimensions": { + "height_mm": 189.0, + "width_mm": 108.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.077885", - "updated_at": "2026-07-09T03:39:28.077885", + "created_at": "2026-07-09T04:23:38.551562", + "updated_at": "2026-07-09T04:23:38.551562", "url": "/v1/tablets/asus-zenpad-c-7-0-z170mg-1gb-16gb-3g" } diff --git a/site/public/v1/tablets/asus-zenpad-s-8-0-z580c-2gb-32gb-2g/index.json b/site/public/v1/tablets/asus-zenpad-s-8-0-z580c-2gb-32gb-2g/index.json index e254a761eac1..99f1d0809619 100644 --- a/site/public/v1/tablets/asus-zenpad-s-8-0-z580c-2gb-32gb-2g/index.json +++ b/site/public/v1/tablets/asus-zenpad-s-8-0-z580c-2gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 317.0, - "dimensions": {}, + "dimensions": { + "height_mm": 203.2, + "width_mm": 134.5, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.077885", - "updated_at": "2026-07-09T03:39:28.077885", + "created_at": "2026-07-09T04:23:38.552563", + "updated_at": "2026-07-09T04:23:38.552563", "url": "/v1/tablets/asus-zenpad-s-8-0-z580c-2gb-32gb-2g" } diff --git a/site/public/v1/tablets/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g/index.json b/site/public/v1/tablets/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g/index.json index b6c25b84ea42..12d93ff1a5ba 100644 --- a/site/public/v1/tablets/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g/index.json +++ b/site/public/v1/tablets/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 298.0, - "dimensions": {}, + "dimensions": { + "height_mm": 203.2, + "width_mm": 134.5, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.078886", - "updated_at": "2026-07-09T03:39:28.078886", + "created_at": "2026-07-09T04:23:38.552563", + "updated_at": "2026-07-09T04:23:38.552563", "url": "/v1/tablets/asus-zenpad-s-8-0-z580ca-4gb-64gb-2g" } diff --git a/site/public/v1/tablets/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte/index.json index 859569485254..6c6b7a92d55b 100644 --- a/site/public/v1/tablets/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 242.3, + "width_mm": 166.1, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to 7.0 (Nougat)", "os_version": "6.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.106997", - "updated_at": "2026-07-09T03:39:28.106997", + "created_at": "2026-07-09T04:23:38.591088", + "updated_at": "2026-07-09T04:23:38.591088", "url": "/v1/tablets/asus-zenpad-z10-zt500kl-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte/index.json b/site/public/v1/tablets/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte/index.json index 1af1920029e6..719bf24160a0 100644 --- a/site/public/v1/tablets/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 306.0, - "dimensions": {}, + "dimensions": { + "height_mm": 204.0, + "width_mm": 133.9, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.115995", - "updated_at": "2026-07-09T03:39:28.115995", + "created_at": "2026-07-09T04:23:38.615092", + "updated_at": "2026-07-09T04:23:38.615092", "url": "/v1/tablets/asus-zenpad-z8s-zt582kl-3gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-10-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-10-4gb-64gb-4g-lte/index.json index 231df5076978..f679138b15df 100644 --- a/site/public/v1/tablets/blackview-tab-10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-10-4gb-64gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7480, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 523.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.0, + "width_mm": 162.0, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.119997", - "updated_at": "2026-07-09T03:39:28.119997", + "created_at": "2026-07-09T04:23:38.655086", + "updated_at": "2026-07-09T04:23:38.655086", "url": "/v1/tablets/blackview-tab-10-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-10-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-10-pro-8gb-128gb-4g-lte/index.json index c048d947d632..c332ac42915f 100644 --- a/site/public/v1/tablets/blackview-tab-10-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-10-pro-8gb-128gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 588.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.0, + "width_mm": 162.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.119997", - "updated_at": "2026-07-09T03:39:28.119997", + "created_at": "2026-07-09T04:23:38.659150", + "updated_at": "2026-07-09T04:23:38.659150", "url": "/v1/tablets/blackview-tab-10-pro-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-11-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-11-8gb-128gb-4g-lte/index.json index a21580cb77e9..3b73645100bd 100644 --- a/site/public/v1/tablets/blackview-tab-11-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-11-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.0, + "width_mm": 156.7, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.120995", - "updated_at": "2026-07-09T03:39:28.120995", + "created_at": "2026-07-09T04:23:38.661143", + "updated_at": "2026-07-09T04:23:38.661143", "url": "/v1/tablets/blackview-tab-11-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-11-se-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-11-se-8gb-256gb-4g-lte/index.json index bb7a694dd7d5..04931ac2ceb4 100644 --- a/site/public/v1/tablets/blackview-tab-11-se-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-11-se-8gb-256gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 512.0, - "dimensions": {}, + "dimensions": { + "height_mm": 249.0, + "width_mm": 156.7, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 12, Doke OS_P 3.0", "os_version": "12", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.126005", - "updated_at": "2026-07-09T03:39:28.126005", + "created_at": "2026-07-09T04:23:38.714606", + "updated_at": "2026-07-09T04:23:38.714606", "url": "/v1/tablets/blackview-tab-11-se-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-11-wifi-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-11-wifi-8gb-256gb-4g-lte/index.json index 8eeef87e1f7a..4df627fc2f08 100644 --- a/site/public/v1/tablets/blackview-tab-11-wifi-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-11-wifi-8gb-256gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 8380, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 442.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.0, + "width_mm": 156.8, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 12, DokeOS_P 3.0", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.127004", - "updated_at": "2026-07-09T03:39:28.127004", + "created_at": "2026-07-09T04:23:38.717608", + "updated_at": "2026-07-09T04:23:38.717608", "url": "/v1/tablets/blackview-tab-11-wifi-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-12-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-12-4gb-64gb-4g-lte/index.json index 38b3806ba0d2..878c162a4c35 100644 --- a/site/public/v1/tablets/blackview-tab-12-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-12-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 430.0, - "dimensions": {}, + "dimensions": { + "height_mm": 238.5, + "width_mm": 157.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.124005", - "updated_at": "2026-07-09T03:39:28.124005", + "created_at": "2026-07-09T04:23:38.689608", + "updated_at": "2026-07-09T04:23:38.689608", "url": "/v1/tablets/blackview-tab-12-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-12-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-12-pro-8gb-128gb-4g-lte/index.json index a53786d0087d..ecda9361e691 100644 --- a/site/public/v1/tablets/blackview-tab-12-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-12-pro-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 430.0, - "dimensions": {}, + "dimensions": { + "height_mm": 238.5, + "width_mm": 157.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 12, DokeOS_P 3.0", "os_version": "12", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.133999", - "updated_at": "2026-07-09T03:39:28.133999", + "created_at": "2026-07-09T04:23:38.719607", + "updated_at": "2026-07-09T04:23:38.719607", "url": "/v1/tablets/blackview-tab-12-pro-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-13-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-13-6gb-128gb-4g-lte/index.json index 8abdc6d5d56c..a943afdd6f5f 100644 --- a/site/public/v1/tablets/blackview-tab-13-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-13-6gb-128gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 450.0, - "dimensions": {}, + "dimensions": { + "height_mm": 238.8, + "width_mm": 157.6, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 12, Doke OS_P 3.0", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.124005", - "updated_at": "2026-07-09T03:39:28.124005", + "created_at": "2026-07-09T04:23:38.694608", + "updated_at": "2026-07-09T04:23:38.694608", "url": "/v1/tablets/blackview-tab-13-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-15-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-15-8gb-128gb-4g-lte/index.json index 72b6533d3a87..1eb62b067fe8 100644 --- a/site/public/v1/tablets/blackview-tab-15-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-15-8gb-128gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 8280, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 525.0, - "dimensions": {}, + "dimensions": { + "height_mm": 246.4, + "width_mm": 161.5, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 12, Doke OS_P 3.0", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.125005", - "updated_at": "2026-07-09T03:39:28.125005", + "created_at": "2026-07-09T04:23:38.703607", + "updated_at": "2026-07-09T04:23:38.703607", "url": "/v1/tablets/blackview-tab-15-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-16-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-16-8gb-256gb-4g-lte/index.json index 0faf7378e375..4826440b5fde 100644 --- a/site/public/v1/tablets/blackview-tab-16-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-16-8gb-256gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 533.0, - "dimensions": {}, + "dimensions": { + "height_mm": 260.1, + "width_mm": 164.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12, Doke OS_P 3.0", "os_version": "12", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.139505", - "updated_at": "2026-07-09T03:39:28.139505", + "created_at": "2026-07-09T04:23:38.723608", + "updated_at": "2026-07-09T04:23:38.723608", "url": "/v1/tablets/blackview-tab-16-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-16-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-16-pro-8gb-256gb-4g-lte/index.json index 59c4e0f57312..868458519eba 100644 --- a/site/public/v1/tablets/blackview-tab-16-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-16-pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 503.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.8, + "width_mm": 167.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.159513", - "updated_at": "2026-07-09T03:39:28.159513", + "created_at": "2026-07-09T04:23:38.736607", + "updated_at": "2026-07-09T04:23:38.736607", "url": "/v1/tablets/blackview-tab-16-pro-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-18-12gb-256gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-18-12gb-256gb-4g-lte/index.json index d82f476918c0..5b1bbec8e09d 100644 --- a/site/public/v1/tablets/blackview-tab-18-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-18-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8800, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 632.0, - "dimensions": {}, + "dimensions": { + "height_mm": 277.6, + "width_mm": 173.2, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 13, Doke OS_P 4.0", "os_version": "13", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.140505", - "updated_at": "2026-07-09T03:39:28.140505", + "created_at": "2026-07-09T04:23:38.727689", + "updated_at": "2026-07-09T04:23:38.727689", "url": "/v1/tablets/blackview-tab-18-12gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-5-3gb-64gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-5-3gb-64gb-4g-lte/index.json index c23967cb0bf5..9c8448756697 100644 --- a/site/public/v1/tablets/blackview-tab-5-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-5-3gb-64gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 355.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.2, + "width_mm": 126.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 12, Doke OS Go 3.0", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.141506", - "updated_at": "2026-07-09T03:39:28.141506", + "created_at": "2026-07-09T04:23:38.729604", + "updated_at": "2026-07-09T04:23:38.729604", "url": "/v1/tablets/blackview-tab-5-3gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-50-wifi-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-50-wifi-4gb-128gb-4g-lte/index.json index 1c06590d2a10..5147a4b784b4 100644 --- a/site/public/v1/tablets/blackview-tab-50-wifi-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-50-wifi-4gb-128gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 355.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.2, + "width_mm": 126.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 13, DokeOS_P 3.0", "os_version": "13", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.141506", - "updated_at": "2026-07-09T03:39:28.141506", + "created_at": "2026-07-09T04:23:38.730604", + "updated_at": "2026-07-09T04:23:38.730604", "url": "/v1/tablets/blackview-tab-50-wifi-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-6-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-6-3gb-32gb-4g-lte/index.json index 31c88f3375f7..3226044981b0 100644 --- a/site/public/v1/tablets/blackview-tab-6-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-6-3gb-32gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 365.0, - "dimensions": {}, + "dimensions": { + "height_mm": 207.6, + "width_mm": 124.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.121997", - "updated_at": "2026-07-09T03:39:28.121997", + "created_at": "2026-07-09T04:23:38.664086", + "updated_at": "2026-07-09T04:23:38.665083", "url": "/v1/tablets/blackview-tab-6-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-60-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-60-6gb-128gb-4g-lte/index.json index 873ce3f136b7..ee073ff37f9e 100644 --- a/site/public/v1/tablets/blackview-tab-60-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-60-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 338.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.7, + "width_mm": 124.4, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 13, Doke OS_P 3.0", "os_version": "13", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.143522", - "updated_at": "2026-07-09T03:39:28.143522", + "created_at": "2026-07-09T04:23:38.732607", + "updated_at": "2026-07-09T04:23:38.732607", "url": "/v1/tablets/blackview-tab-60-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-7-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-7-3gb-32gb-4g-lte/index.json index c3b661939630..a05d5b68f19d 100644 --- a/site/public/v1/tablets/blackview-tab-7-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-7-3gb-32gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 536.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.3, + "width_mm": 160.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.126005", - "updated_at": "2026-07-09T03:39:28.126005", + "created_at": "2026-07-09T04:23:38.711674", + "updated_at": "2026-07-09T04:23:38.711674", "url": "/v1/tablets/blackview-tab-7-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-70-wifi-3gb-64gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-70-wifi-3gb-64gb-4g-lte/index.json index 927feb6cd98c..65a137e2e053 100644 --- a/site/public/v1/tablets/blackview-tab-70-wifi-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-70-wifi-3gb-64gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 520.5, - "dimensions": {}, + "dimensions": { + "height_mm": 246.5, + "width_mm": 163.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 13, DokeOS_P 3.0", "os_version": "13", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.155505", - "updated_at": "2026-07-09T03:39:28.155505", + "created_at": "2026-07-09T04:23:38.733607", + "updated_at": "2026-07-09T04:23:38.733607", "url": "/v1/tablets/blackview-tab-70-wifi-3gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-8-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-8-4gb-64gb-4g-lte/index.json index 2aa7080db514..a9c80a2b5da1 100644 --- a/site/public/v1/tablets/blackview-tab-8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-8-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 600.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.6, + "width_mm": 162.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.118996", - "updated_at": "2026-07-09T03:39:28.118996", + "created_at": "2026-07-09T04:23:38.649088", + "updated_at": "2026-07-09T04:23:38.649088", "url": "/v1/tablets/blackview-tab-8-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-8-wifi-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-8-wifi-4gb-128gb-4g-lte/index.json index 5f00e0b7963c..5c060419be69 100644 --- a/site/public/v1/tablets/blackview-tab-8-wifi-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-8-wifi-4gb-128gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 520.5, - "dimensions": {}, + "dimensions": { + "height_mm": 246.5, + "width_mm": 163.0, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 12, DokeOS_P 3.0", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.157505", - "updated_at": "2026-07-09T03:39:28.157505", + "created_at": "2026-07-09T04:23:38.734607", + "updated_at": "2026-07-09T04:23:38.734607", "url": "/v1/tablets/blackview-tab-8-wifi-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-80-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-80-8gb-128gb-4g-lte/index.json index 5813412fc2a3..235ea31ffe4b 100644 --- a/site/public/v1/tablets/blackview-tab-80-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-80-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7680, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 484.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.0, + "width_mm": 156.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 13, Doke OS_P 3.0", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.158509", - "updated_at": "2026-07-09T03:39:28.158509", + "created_at": "2026-07-09T04:23:38.735607", + "updated_at": "2026-07-09T04:23:38.735607", "url": "/v1/tablets/blackview-tab-80-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-8e-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-8e-3gb-32gb-4g-lte/index.json index 2e56bcd10a92..ccfa99ef9927 100644 --- a/site/public/v1/tablets/blackview-tab-8e-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-8e-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 600.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.6, + "width_mm": 162.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.121997", - "updated_at": "2026-07-09T03:39:28.121997", + "created_at": "2026-07-09T04:23:38.675217", + "updated_at": "2026-07-09T04:23:38.675217", "url": "/v1/tablets/blackview-tab-8e-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/blackview-tab-9-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/blackview-tab-9-4gb-64gb-4g-lte/index.json index dc5131e45753..fa5ffb79ffe1 100644 --- a/site/public/v1/tablets/blackview-tab-9-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/blackview-tab-9-4gb-64gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7480, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 570.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.7, + "width_mm": 162.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.122995", - "updated_at": "2026-07-09T03:39:28.122995", + "created_at": "2026-07-09T04:23:38.682608", + "updated_at": "2026-07-09T04:23:38.682608", "url": "/v1/tablets/blackview-tab-9-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/doogee-t10plus-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/doogee-t10plus-8gb-256gb-4g-lte/index.json index 2595c7de4cd0..47e09aec0b61 100644 --- a/site/public/v1/tablets/doogee-t10plus-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/doogee-t10plus-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8250, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 505.0, - "dimensions": {}, + "dimensions": { + "height_mm": 246.4, + "width_mm": 161.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.189537", - "updated_at": "2026-07-09T03:39:28.189537", + "created_at": "2026-07-09T04:23:38.769626", + "updated_at": "2026-07-09T04:23:38.769626", "url": "/v1/tablets/doogee-t10plus-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/doogee-t10pro-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/doogee-t10pro-8gb-256gb-4g-lte/index.json index 8736609d0820..b8673df7f9f5 100644 --- a/site/public/v1/tablets/doogee-t10pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/doogee-t10pro-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8580, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 568.0, - "dimensions": {}, + "dimensions": { + "height_mm": 242.3, + "width_mm": 161.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.189537", - "updated_at": "2026-07-09T03:39:28.189537", + "created_at": "2026-07-09T04:23:38.770626", + "updated_at": "2026-07-09T04:23:38.770626", "url": "/v1/tablets/doogee-t10pro-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/doogee-t20-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/doogee-t20-8gb-256gb-4g-lte/index.json index a4dbe9361bb5..4339d1922273 100644 --- a/site/public/v1/tablets/doogee-t20-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/doogee-t20-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 478.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.8, + "width_mm": 155.6, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.188539", - "updated_at": "2026-07-09T03:39:28.188539", + "created_at": "2026-07-09T04:23:38.767631", + "updated_at": "2026-07-09T04:23:38.767631", "url": "/v1/tablets/doogee-t20-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/doogee-t20-ultra-12gb-256gb-4g-lte/index.json b/site/public/v1/tablets/doogee-t20-ultra-12gb-256gb-4g-lte/index.json index c25da505858d..55d130734f84 100644 --- a/site/public/v1/tablets/doogee-t20-ultra-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/doogee-t20-ultra-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 568.0, - "dimensions": {}, + "dimensions": { + "height_mm": 278.8, + "width_mm": 174.3, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.190534", - "updated_at": "2026-07-09T03:39:28.190534", + "created_at": "2026-07-09T04:23:38.770626", + "updated_at": "2026-07-09T04:23:38.770626", "url": "/v1/tablets/doogee-t20-ultra-12gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/doogee-t30-max-8gb-512gb-4g-lte/index.json b/site/public/v1/tablets/doogee-t30-max-8gb-512gb-4g-lte/index.json index 3b330adb088e..1260f071b784 100644 --- a/site/public/v1/tablets/doogee-t30-max-8gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/doogee-t30-max-8gb-512gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10800, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 678.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.1, + "width_mm": 185.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.193536", - "updated_at": "2026-07-09T03:39:28.193536", + "created_at": "2026-07-09T04:23:38.773633", + "updated_at": "2026-07-09T04:23:38.773633", "url": "/v1/tablets/doogee-t30-max-8gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/doogee-t30-ultra-12gb-256gb-4g-lte/index.json b/site/public/v1/tablets/doogee-t30-ultra-12gb-256gb-4g-lte/index.json index ddf95ebb4dba..d1f167201260 100644 --- a/site/public/v1/tablets/doogee-t30-ultra-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/doogee-t30-ultra-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8580, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 539.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.5, + "width_mm": 168.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.191540", - "updated_at": "2026-07-09T03:39:28.191540", + "created_at": "2026-07-09T04:23:38.771625", + "updated_at": "2026-07-09T04:23:38.771625", "url": "/v1/tablets/doogee-t30-ultra-12gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/google-pixel-tablet-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/google-pixel-tablet-8gb-256gb-4g-lte/index.json index 07536bfec67e..33eae7739b9e 100644 --- a/site/public/v1/tablets/google-pixel-tablet-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/google-pixel-tablet-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7020, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 493.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.0, + "width_mm": 169.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 13, upgradable to Android 14", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.200536", - "updated_at": "2026-07-09T03:39:28.200536", + "created_at": "2026-07-09T04:23:38.781660", + "updated_at": "2026-07-09T04:23:38.781660", "url": "/v1/tablets/google-pixel-tablet-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-2-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-2-3gb-32gb-4g-lte/index.json index 87f575d739dc..66b674176bb5 100644 --- a/site/public/v1/tablets/honor-pad-2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-2-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.3, + "width_mm": 123.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.201536", - "updated_at": "2026-07-09T03:39:28.201536", + "created_at": "2026-07-09T04:23:38.782669", + "updated_at": "2026-07-09T04:23:38.782669", "url": "/v1/tablets/honor-pad-2-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-6-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-6-4gb-128gb-4g-lte/index.json index b10cab4a5fd6..55d9aa38612d 100644 --- a/site/public/v1/tablets/honor-pad-6-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-6-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.204538", - "updated_at": "2026-07-09T03:39:28.204538", + "created_at": "2026-07-09T04:23:38.787252", + "updated_at": "2026-07-09T04:23:38.787252", "url": "/v1/tablets/honor-pad-6-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-8-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-8-8gb-256gb-4g-lte/index.json index 95e44ccbca2a..0bb5817c5d97 100644 --- a/site/public/v1/tablets/honor-pad-8-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-8-8gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 520.0, - "dimensions": {}, + "dimensions": { + "height_mm": 278.5, + "width_mm": 174.1, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 12, Magic UI 6.1", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.210539", - "updated_at": "2026-07-09T03:39:28.210539", + "created_at": "2026-07-09T04:23:38.795255", + "updated_at": "2026-07-09T04:23:38.795255", "url": "/v1/tablets/honor-pad-8-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-9-12gb-512gb-5g/index.json b/site/public/v1/tablets/honor-pad-9-12gb-512gb-5g/index.json index dca2f80cdef8..c4075f1a1af1 100644 --- a/site/public/v1/tablets/honor-pad-9-12gb-512gb-5g/index.json +++ b/site/public/v1/tablets/honor-pad-9-12gb-512gb-5g/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 8300, - "charging_wired_w": null, + "charging_wired_w": 35.0, "charging_wireless_w": null, "weight_g": 555.0, - "dimensions": {}, + "dimensions": { + "height_mm": 278.2, + "width_mm": 180.1, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13, up to 1 major Android upgrades, Magic OS 7.2", "os_version": "13", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.213536", - "updated_at": "2026-07-09T03:39:28.213536", + "created_at": "2026-07-09T04:23:38.805257", + "updated_at": "2026-07-09T04:23:38.805257", "url": "/v1/tablets/honor-pad-9-12gb-512gb-5g" } diff --git a/site/public/v1/tablets/honor-pad-9-pro-12gb-256gb-3g/index.json b/site/public/v1/tablets/honor-pad-9-pro-12gb-256gb-3g/index.json index 18efa18a7fbf..3d9bdfd174cc 100644 --- a/site/public/v1/tablets/honor-pad-9-pro-12gb-256gb-3g/index.json +++ b/site/public/v1/tablets/honor-pad-9-pro-12gb-256gb-3g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 10050, - "charging_wired_w": null, + "charging_wired_w": 35.0, "charging_wireless_w": null, "weight_g": 589.0, - "dimensions": {}, + "dimensions": { + "height_mm": 277.0, + "width_mm": 179.9, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 14, Magic OS 8.1", "os_version": "14", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.218533", - "updated_at": "2026-07-09T03:39:28.218533", + "created_at": "2026-07-09T04:23:38.810254", + "updated_at": "2026-07-09T04:23:38.810254", "url": "/v1/tablets/honor-pad-9-pro-12gb-256gb-3g" } diff --git a/site/public/v1/tablets/honor-pad-v8-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-v8-8gb-256gb-4g-lte/index.json index 2d42dd5a0d72..9713aab0a8bc 100644 --- a/site/public/v1/tablets/honor-pad-v8-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-v8-8gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 485.0, - "dimensions": {}, + "dimensions": { + "height_mm": 252.1, + "width_mm": 163.6, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 12, MagicOS 6.1", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.214536", - "updated_at": "2026-07-09T03:39:28.214536", + "created_at": "2026-07-09T04:23:38.806255", + "updated_at": "2026-07-09T04:23:38.806255", "url": "/v1/tablets/honor-pad-v8-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-v8-pro-12gb-256gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-v8-pro-12gb-256gb-4g-lte/index.json index 57a01afda6e1..d02ea32b3eea 100644 --- a/site/public/v1/tablets/honor-pad-v8-pro-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-v8-pro-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 10050, - "charging_wired_w": null, + "charging_wired_w": 35.0, "charging_wireless_w": null, "weight_g": 589.0, - "dimensions": {}, + "dimensions": { + "height_mm": 277.0, + "width_mm": 179.0, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 12, MagicOS 7", "os_version": "12", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.210539", - "updated_at": "2026-07-09T03:39:28.210539", + "created_at": "2026-07-09T04:23:38.796251", + "updated_at": "2026-07-09T04:23:38.796251", "url": "/v1/tablets/honor-pad-v8-pro-12gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-x6-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-x6-4gb-64gb-4g-lte/index.json index 28df2671cfbd..84c7e3d81a65 100644 --- a/site/public/v1/tablets/honor-pad-x6-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-x6-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 10, Magic UI 3.1, no Google Play Services", "os_version": "10", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.204538", - "updated_at": "2026-07-09T03:39:28.204538", + "created_at": "2026-07-09T04:23:38.790249", + "updated_at": "2026-07-09T04:23:38.790249", "url": "/v1/tablets/honor-pad-x6-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-x8-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-x8-6gb-128gb-4g-lte/index.json index a7c8c8f4169a..e79dd17699e9 100644 --- a/site/public/v1/tablets/honor-pad-x8-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-x8-6gb-128gb-4g-lte/index.json @@ -40,7 +40,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 10, Magic UI 4", "os_version": "10", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.211538", - "updated_at": "2026-07-09T03:39:28.211538", + "created_at": "2026-07-09T04:23:38.798249", + "updated_at": "2026-07-09T04:23:38.798249", "url": "/v1/tablets/honor-pad-x8-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-x8-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-x8-pro-8gb-128gb-4g-lte/index.json index f0c082057b70..47738953440e 100644 --- a/site/public/v1/tablets/honor-pad-x8-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-x8-pro-8gb-128gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 495.0, - "dimensions": {}, + "dimensions": { + "height_mm": 267.3, + "width_mm": 167.4, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13, MagicOS 7.1", "os_version": "13", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.214536", - "updated_at": "2026-07-09T03:39:28.214536", + "created_at": "2026-07-09T04:23:38.807256", + "updated_at": "2026-07-09T04:23:38.807256", "url": "/v1/tablets/honor-pad-x8-pro-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-x8a-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-x8a-4gb-128gb-4g-lte/index.json index e8bd1e0e23a5..cc20572e6afe 100644 --- a/site/public/v1/tablets/honor-pad-x8a-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-x8a-4gb-128gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 495.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.0, + "width_mm": 168.5, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 14, MagicOS 8", "os_version": "14", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.221536", - "updated_at": "2026-07-09T03:39:28.221536", + "created_at": "2026-07-09T04:23:38.812250", + "updated_at": "2026-07-09T04:23:38.812250", "url": "/v1/tablets/honor-pad-x8a-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-pad-x9-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/honor-pad-x9-4gb-128gb-4g-lte/index.json index f7511c29659c..14001b73c983 100644 --- a/site/public/v1/tablets/honor-pad-x9-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-pad-x9-4gb-128gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 495.0, - "dimensions": {}, + "dimensions": { + "height_mm": 267.3, + "width_mm": 167.4, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13, MagicOS 7.1", "os_version": "13", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.216533", - "updated_at": "2026-07-09T03:39:28.216533", + "created_at": "2026-07-09T04:23:38.808254", + "updated_at": "2026-07-09T04:23:38.808254", "url": "/v1/tablets/honor-pad-x9-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-tab-5-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/honor-tab-5-4gb-128gb-4g-lte/index.json index b74071b930b7..79c4d548fba1 100644 --- a/site/public/v1/tablets/honor-tab-5-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-tab-5-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 204.2, + "width_mm": 122.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), Magic 2", "os_version": "9.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.203531", - "updated_at": "2026-07-09T03:39:28.203531", + "created_at": "2026-07-09T04:23:38.786257", + "updated_at": "2026-07-09T04:23:38.786257", "url": "/v1/tablets/honor-tab-5-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-tab-7-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/honor-tab-7-4gb-128gb-4g-lte/index.json index 376f6d825680..769eb040ad32 100644 --- a/site/public/v1/tablets/honor-tab-7-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-tab-7-4gb-128gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 10, Magic UI 4.1, no Google Play Services", "os_version": "10", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.206538", - "updated_at": "2026-07-09T03:39:28.206538", + "created_at": "2026-07-09T04:23:38.791257", + "updated_at": "2026-07-09T04:23:38.791257", "url": "/v1/tablets/honor-tab-7-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/honor-tablet-v7-8gb-128gb-5g/index.json b/site/public/v1/tablets/honor-tablet-v7-8gb-128gb-5g/index.json index 9a9846322e9c..79aa162d5407 100644 --- a/site/public/v1/tablets/honor-tablet-v7-8gb-128gb-5g/index.json +++ b/site/public/v1/tablets/honor-tablet-v7-8gb-128gb-5g/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 480.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.2, + "width_mm": 155.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 11, Magic UI 5.0", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.207536", - "updated_at": "2026-07-09T03:39:28.207536", + "created_at": "2026-07-09T04:23:38.792256", + "updated_at": "2026-07-09T04:23:38.792256", "url": "/v1/tablets/honor-tablet-v7-8gb-128gb-5g" } diff --git a/site/public/v1/tablets/honor-tablet-v7-pro-8gb-256gb-5g/index.json b/site/public/v1/tablets/honor-tablet-v7-pro-8gb-256gb-5g/index.json index 642044dfe0e2..a05f45743674 100644 --- a/site/public/v1/tablets/honor-tablet-v7-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/honor-tablet-v7-pro-8gb-256gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7250, - "charging_wired_w": null, + "charging_wired_w": 22.5, "charging_wireless_w": null, "weight_g": 485.0, - "dimensions": {}, + "dimensions": { + "height_mm": 252.1, + "width_mm": 163.4, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 11, Magic UI 5.0", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.207536", - "updated_at": "2026-07-09T03:39:28.207536", + "created_at": "2026-07-09T04:23:38.792256", + "updated_at": "2026-07-09T04:23:38.792256", "url": "/v1/tablets/honor-tablet-v7-pro-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/honor-tablet-x7-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/honor-tablet-x7-3gb-32gb-4g-lte/index.json index 5cad341597e0..b53c5e634d69 100644 --- a/site/public/v1/tablets/honor-tablet-x7-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/honor-tablet-x7-3gb-32gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 325.0, - "dimensions": {}, + "dimensions": { + "height_mm": 199.7, + "width_mm": 121.1, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 10, Magic UI 4.0, no Google Play Services", "os_version": "10", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.208536", - "updated_at": "2026-07-09T03:39:28.208536", + "created_at": "2026-07-09T04:23:38.793254", + "updated_at": "2026-07-09T04:23:38.793254", "url": "/v1/tablets/honor-tablet-x7-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/htc-nexus-9-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/htc-nexus-9-2gb-32gb-4g-lte/index.json index d333cce0a3af..2310b39b9c67 100644 --- a/site/public/v1/tablets/htc-nexus-9-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/htc-nexus-9-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 425.0, - "dimensions": {}, + "dimensions": { + "height_mm": 228.2, + "width_mm": 153.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 7.1.1 (Nougat)", "os_version": "5.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.233549", - "updated_at": "2026-07-09T03:39:28.233549", + "created_at": "2026-07-09T04:23:38.832775", + "updated_at": "2026-07-09T04:23:38.832775", "url": "/v1/tablets/htc-nexus-9-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-enjoy-tablet-2-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/huawei-enjoy-tablet-2-4gb-128gb-4g-lte/index.json index 01a514820cd7..d400a106db9b 100644 --- a/site/public/v1/tablets/huawei-enjoy-tablet-2-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-enjoy-tablet-2-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 450.0, - "dimensions": {}, + "dimensions": { + "height_mm": 240.2, + "width_mm": 159.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 10, EMUI 10.1, no Google Play Services", "os_version": "10", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.313002", - "updated_at": "2026-07-09T03:39:28.313002", + "created_at": "2026-07-09T04:23:38.937306", + "updated_at": "2026-07-09T04:23:38.937306", "url": "/v1/tablets/huawei-enjoy-tablet-2-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-10-fhd-2gb-64gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-10-fhd-2gb-64gb-4g-lte/index.json index b989807457b6..13503ccdb664 100644 --- a/site/public/v1/tablets/huawei-mediapad-10-fhd-2gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-10-fhd-2gb-64gb-4g-lte/index.json @@ -41,7 +41,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 580.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.4, + "width_mm": 175.9, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -57,7 +61,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.241708", - "updated_at": "2026-07-09T03:39:28.241708", + "created_at": "2026-07-09T04:23:38.840775", + "updated_at": "2026-07-09T04:23:38.840775", "url": "/v1/tablets/huawei-mediapad-10-fhd-2gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-10-link-1gb-16gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-10-link-1gb-16gb-4g-lte/index.json index d0c8f3abb518..7cc691b76abd 100644 --- a/site/public/v1/tablets/huawei-mediapad-10-link-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-10-link-1gb-16gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 620.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.4, + "width_mm": 175.9, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean), EMUI 1.6", "os_version": "4.2", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.262101", - "updated_at": "2026-07-09T03:39:28.262101", + "created_at": "2026-07-09T04:23:38.847779", + "updated_at": "2026-07-09T04:23:38.847779", "url": "/v1/tablets/huawei-mediapad-10-link-1gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-10-link-1gb-32gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-10-link-1gb-32gb-4g-lte/index.json index 3ee96cb41d2e..3a617e9fae32 100644 --- a/site/public/v1/tablets/huawei-mediapad-10-link-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-10-link-1gb-32gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 620.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.4, + "width_mm": 175.9, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.244705", - "updated_at": "2026-07-09T03:39:28.244705", + "created_at": "2026-07-09T04:23:38.842774", + "updated_at": "2026-07-09T04:23:38.842774", "url": "/v1/tablets/huawei-mediapad-10-link-1gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-1gb-8gb-3g/index.json b/site/public/v1/tablets/huawei-mediapad-1gb-8gb-3g/index.json index 12ddd1735be2..2a4d7da330b7 100644 --- a/site/public/v1/tablets/huawei-mediapad-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 390.0, - "dimensions": {}, + "dimensions": { + "height_mm": 190.0, + "width_mm": 124.0, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "3.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.237546", - "updated_at": "2026-07-09T03:39:28.237546", + "created_at": "2026-07-09T04:23:38.837775", + "updated_at": "2026-07-09T04:23:38.837775", "url": "/v1/tablets/huawei-mediapad-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/huawei-mediapad-7-lite-1gb-8gb-3g/index.json b/site/public/v1/tablets/huawei-mediapad-7-lite-1gb-8gb-3g/index.json index 334bf39af7dc..062abaaea0cd 100644 --- a/site/public/v1/tablets/huawei-mediapad-7-lite-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-7-lite-1gb-8gb-3g/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 370.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.0, + "width_mm": 120.0, + "depth_mm": 11.0 + }, "ip_rating": null, "os": "Android 4.0.4 (Ice Cream Sandwich)", "os_version": "4.0.4", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.241708", - "updated_at": "2026-07-09T03:39:28.241708", + "created_at": "2026-07-09T04:23:38.841774", + "updated_at": "2026-07-09T04:23:38.841774", "url": "/v1/tablets/huawei-mediapad-7-lite-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/huawei-mediapad-7-vogue-1gb-8gb-3g/index.json b/site/public/v1/tablets/huawei-mediapad-7-vogue-1gb-8gb-3g/index.json index cf0924cb0a75..3c33fd7e34ef 100644 --- a/site/public/v1/tablets/huawei-mediapad-7-vogue-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-7-vogue-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 335.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.8, + "width_mm": 121.3, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 4.1 (Jelly Bean), EMUI 1.5", "os_version": "4.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.250703", - "updated_at": "2026-07-09T03:39:28.250703", + "created_at": "2026-07-09T04:23:38.843774", + "updated_at": "2026-07-09T04:23:38.843774", "url": "/v1/tablets/huawei-mediapad-7-vogue-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/huawei-mediapad-7-youth-1gb-8gb-3g/index.json b/site/public/v1/tablets/huawei-mediapad-7-youth-1gb-8gb-3g/index.json index ca71a570502c..3150f0f405df 100644 --- a/site/public/v1/tablets/huawei-mediapad-7-youth-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-7-youth-1gb-8gb-3g/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.4, + "width_mm": 120.6, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean)", "os_version": "4.1.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.255102", - "updated_at": "2026-07-09T03:39:28.255102", + "created_at": "2026-07-09T04:23:38.844775", + "updated_at": "2026-07-09T04:23:38.844775", "url": "/v1/tablets/huawei-mediapad-7-youth-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/huawei-mediapad-7-youth2-1gb-8gb-3g/index.json b/site/public/v1/tablets/huawei-mediapad-7-youth2-1gb-8gb-3g/index.json index 144035e4a634..a0b410d3cb76 100644 --- a/site/public/v1/tablets/huawei-mediapad-7-youth2-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-7-youth2-1gb-8gb-3g/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.4, + "width_mm": 120.6, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), EMUI 1.6", "os_version": "4.3", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.263098", - "updated_at": "2026-07-09T03:39:28.263098", + "created_at": "2026-07-09T04:23:38.847779", + "updated_at": "2026-07-09T04:23:38.847779", "url": "/v1/tablets/huawei-mediapad-7-youth2-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/huawei-mediapad-m1-1gb-8gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m1-1gb-8gb-4g-lte/index.json index 5cc523c14971..8b43c7174702 100644 --- a/site/public/v1/tablets/huawei-mediapad-m1-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m1-1gb-8gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 329.0, - "dimensions": {}, + "dimensions": { + "height_mm": 214.4, + "width_mm": 120.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), EMUI 2", "os_version": "4.2.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.264546", - "updated_at": "2026-07-09T03:39:28.264546", + "created_at": "2026-07-09T04:23:38.848774", + "updated_at": "2026-07-09T04:23:38.848774", "url": "/v1/tablets/huawei-mediapad-m1-1gb-8gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte/index.json index a00259585b73..3cd97144a16f 100644 --- a/site/public/v1/tablets/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 500.0, - "dimensions": {}, + "dimensions": { + "height_mm": 239.8, + "width_mm": 172.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), EMUI 3.1", "os_version": "5.1", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.271556", - "updated_at": "2026-07-09T03:39:28.271556", + "created_at": "2026-07-09T04:23:38.909302", + "updated_at": "2026-07-09T04:23:38.909302", "url": "/v1/tablets/huawei-mediapad-m2-10-0-3gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte/index.json index 5643f6f4cbed..84a78e2528b1 100644 --- a/site/public/v1/tablets/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 250.0, - "dimensions": {}, + "dimensions": { + "height_mm": 187.4, + "width_mm": 105.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), EMUI", "os_version": "5.1.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.272557", - "updated_at": "2026-07-09T03:39:28.272557", + "created_at": "2026-07-09T04:23:38.911308", + "updated_at": "2026-07-09T04:23:38.911308", "url": "/v1/tablets/huawei-mediapad-m2-7-0-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte/index.json index 9eab1180f742..5637314cd607 100644 --- a/site/public/v1/tablets/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 330.0, - "dimensions": {}, + "dimensions": { + "height_mm": 214.8, + "width_mm": 124.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), EMUI 3.1", "os_version": "5.1", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.268555", - "updated_at": "2026-07-09T03:39:28.268555", + "created_at": "2026-07-09T04:23:38.852774", + "updated_at": "2026-07-09T04:23:38.852774", "url": "/v1/tablets/huawei-mediapad-m2-8-0-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte/index.json index 2b8a60dcfada..054e37c7734d 100644 --- a/site/public/v1/tablets/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 326.0, - "dimensions": {}, + "dimensions": { + "height_mm": 215.5, + "width_mm": 124.2, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.272557", - "updated_at": "2026-07-09T03:39:28.272557", + "created_at": "2026-07-09T04:23:38.912309", + "updated_at": "2026-07-09T04:23:38.912309", "url": "/v1/tablets/huawei-mediapad-m3-8-4-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte/index.json index d0a1ca3b4396..abb06c56ebc2 100644 --- a/site/public/v1/tablets/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.3, + "width_mm": 171.5, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.277556", - "updated_at": "2026-07-09T03:39:28.277556", + "created_at": "2026-07-09T04:23:38.916306", + "updated_at": "2026-07-09T04:23:38.916306", "url": "/v1/tablets/huawei-mediapad-m3-lite-10-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte/index.json index e465c46dc5a1..2ef2468e701c 100644 --- a/site/public/v1/tablets/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.3, + "width_mm": 123.3, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.278556", - "updated_at": "2026-07-09T03:39:28.278556", + "created_at": "2026-07-09T04:23:38.918306", + "updated_at": "2026-07-09T04:23:38.918306", "url": "/v1/tablets/huawei-mediapad-m3-lite-8-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m5-10-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m5-10-4gb-128gb-4g-lte/index.json index fcdcc7b789e9..1d49efd7fca1 100644 --- a/site/public/v1/tablets/huawei-mediapad-m5-10-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m5-10-4gb-128gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 7500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 498.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.7, + "width_mm": 171.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.284551", - "updated_at": "2026-07-09T03:39:28.284551", + "created_at": "2026-07-09T04:23:38.924387", + "updated_at": "2026-07-09T04:23:38.924387", "url": "/v1/tablets/huawei-mediapad-m5-10-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte/index.json index 284d19b74735..1459de39247f 100644 --- a/site/public/v1/tablets/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 498.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.7, + "width_mm": 171.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.285551", - "updated_at": "2026-07-09T03:39:28.285551", + "created_at": "2026-07-09T04:23:38.926368", + "updated_at": "2026-07-09T04:23:38.926368", "url": "/v1/tablets/huawei-mediapad-m5-10-pro-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m5-8-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m5-8-4gb-128gb-4g-lte/index.json index bed1542517bd..6c60085fbf31 100644 --- a/site/public/v1/tablets/huawei-mediapad-m5-8-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m5-8-4gb-128gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 316.0, - "dimensions": {}, + "dimensions": { + "height_mm": 212.6, + "width_mm": 124.8, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.285551", - "updated_at": "2026-07-09T03:39:28.285551", + "created_at": "2026-07-09T04:23:38.926368", + "updated_at": "2026-07-09T04:23:38.926368", "url": "/v1/tablets/huawei-mediapad-m5-8-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m5-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m5-lite-4gb-64gb-4g-lte/index.json index 810fb55f99f0..90947dbec48f 100644 --- a/site/public/v1/tablets/huawei-mediapad-m5-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m5-lite-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 475.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.4, + "width_mm": 162.2, + "depth_mm": 7.7 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.286551", - "updated_at": "2026-07-09T03:39:28.286551", + "created_at": "2026-07-09T04:23:38.927354", + "updated_at": "2026-07-09T04:23:38.927354", "url": "/v1/tablets/huawei-mediapad-m5-lite-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte/index.json index 6e3cc058edc1..2fc967ff1898 100644 --- a/site/public/v1/tablets/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 204.2, + "width_mm": 122.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.0", "os_version": "9.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.291551", - "updated_at": "2026-07-09T03:39:28.291551", + "created_at": "2026-07-09T04:23:38.933307", + "updated_at": "2026-07-09T04:23:38.933307", "url": "/v1/tablets/huawei-mediapad-m5-lite-8-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte/index.json index 30eba8f304f8..93cd9b99897d 100644 --- a/site/public/v1/tablets/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 498.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.0, + "width_mm": 170.0, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.292551", - "updated_at": "2026-07-09T03:39:28.292551", + "created_at": "2026-07-09T04:23:38.934306", + "updated_at": "2026-07-09T04:23:38.934306", "url": "/v1/tablets/huawei-mediapad-m6-10-8-6gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte/index.json index 35cf1785dd78..96b97cf6c302 100644 --- a/site/public/v1/tablets/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 206.4, + "width_mm": 125.2, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.293551", - "updated_at": "2026-07-09T03:39:28.293551", + "created_at": "2026-07-09T04:23:38.935306", + "updated_at": "2026-07-09T04:23:38.935306", "url": "/v1/tablets/huawei-mediapad-m6-8-4-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte/index.json index 815b1702b50c..27727d098d62 100644 --- a/site/public/v1/tablets/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 206.4, + "width_mm": 125.2, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), EMUI 9.1", "os_version": "9.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.300549", - "updated_at": "2026-07-09T03:39:28.300549", + "created_at": "2026-07-09T04:23:38.936306", + "updated_at": "2026-07-09T04:23:38.936306", "url": "/v1/tablets/huawei-mediapad-m6-turbo-8-4-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-s7-301w-1gb-8gb-2g/index.json b/site/public/v1/tablets/huawei-mediapad-s7-301w-1gb-8gb-2g/index.json index 23e0da071e7d..633cb23ed3ae 100644 --- a/site/public/v1/tablets/huawei-mediapad-s7-301w-1gb-8gb-2g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-s7-301w-1gb-8gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 390.0, - "dimensions": {}, + "dimensions": { + "height_mm": 190.0, + "width_mm": 124.0, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "3.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.238546", - "updated_at": "2026-07-09T03:39:28.238546", + "created_at": "2026-07-09T04:23:38.838777", + "updated_at": "2026-07-09T04:23:38.838777", "url": "/v1/tablets/huawei-mediapad-s7-301w-1gb-8gb-2g" } diff --git a/site/public/v1/tablets/huawei-mediapad-t1-10-1gb-16gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-t1-10-1gb-16gb-4g-lte/index.json index 45220c0dc426..c5ba7bf43c7e 100644 --- a/site/public/v1/tablets/huawei-mediapad-t1-10-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t1-10-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 433.0, - "dimensions": {}, + "dimensions": { + "height_mm": 248.5, + "width_mm": 150.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), EMUI 3", "os_version": "4.4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.269556", - "updated_at": "2026-07-09T03:39:28.269556", + "created_at": "2026-07-09T04:23:38.854775", + "updated_at": "2026-07-09T04:23:38.854775", "url": "/v1/tablets/huawei-mediapad-t1-10-1gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g/index.json b/site/public/v1/tablets/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g/index.json index d0ccb1e6e139..6c4700fb95d1 100644 --- a/site/public/v1/tablets/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 278.0, - "dimensions": {}, + "dimensions": { + "height_mm": 191.8, + "width_mm": 107.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), EMUI 3", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.274559", - "updated_at": "2026-07-09T03:39:28.274559", + "created_at": "2026-07-09T04:23:38.912309", + "updated_at": "2026-07-09T04:23:38.912309", "url": "/v1/tablets/huawei-mediapad-t1-7-0-plus-2gb-16gb-3g" } diff --git a/site/public/v1/tablets/huawei-mediapad-t1-8-0-1gb-16gb-3g/index.json b/site/public/v1/tablets/huawei-mediapad-t1-8-0-1gb-16gb-3g/index.json index b67c2e0fff38..30f1c31afe0f 100644 --- a/site/public/v1/tablets/huawei-mediapad-t1-8-0-1gb-16gb-3g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t1-8-0-1gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 360.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.6, + "width_mm": 127.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), EMUI 1.6", "os_version": "4.3", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.265551", - "updated_at": "2026-07-09T03:39:28.265551", + "created_at": "2026-07-09T04:23:38.850774", + "updated_at": "2026-07-09T04:23:38.850774", "url": "/v1/tablets/huawei-mediapad-t1-8-0-1gb-16gb-3g" } diff --git a/site/public/v1/tablets/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte/index.json index 0572d9fb95d5..3ba768d636b8 100644 --- a/site/public/v1/tablets/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 495.0, - "dimensions": {}, + "dimensions": { + "height_mm": 259.1, + "width_mm": 156.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), EMUI 3.1", "os_version": "5.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.274559", - "updated_at": "2026-07-09T03:39:28.274559", + "created_at": "2026-07-09T04:23:38.913310", + "updated_at": "2026-07-09T04:23:38.913310", "url": "/v1/tablets/huawei-mediapad-t2-10-0-pro-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte/index.json index 3f0a39641c61..c5e18e80cf72 100644 --- a/site/public/v1/tablets/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 278.0, - "dimensions": {}, + "dimensions": { + "height_mm": 191.8, + "width_mm": 107.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 6 (Marshmallow), EMUI 4", "os_version": "6", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.275555", - "updated_at": "2026-07-09T03:39:28.275555", + "created_at": "2026-07-09T04:23:38.915307", + "updated_at": "2026-07-09T04:23:38.915307", "url": "/v1/tablets/huawei-mediapad-t2-7-0-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte/index.json index b1f53e4ccb05..89d3df2f0cff 100644 --- a/site/public/v1/tablets/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 250.0, - "dimensions": {}, + "dimensions": { + "height_mm": 187.4, + "width_mm": 105.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop), EMUI 3.1", "os_version": "5.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.276555", - "updated_at": "2026-07-09T03:39:28.276555", + "created_at": "2026-07-09T04:23:38.916306", + "updated_at": "2026-07-09T04:23:38.916306", "url": "/v1/tablets/huawei-mediapad-t2-7-0-pro-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-t3-10-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-t3-10-3gb-32gb-4g-lte/index.json index 275ee15915b0..e5dcc63b683d 100644 --- a/site/public/v1/tablets/huawei-mediapad-t3-10-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t3-10-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 229.8, + "width_mm": 159.8, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.279552", - "updated_at": "2026-07-09T03:39:28.279552", + "created_at": "2026-07-09T04:23:38.919311", + "updated_at": "2026-07-09T04:23:38.919311", "url": "/v1/tablets/huawei-mediapad-t3-10-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-t3-7-0-2gb-16gb-2g/index.json b/site/public/v1/tablets/huawei-mediapad-t3-7-0-2gb-16gb-2g/index.json index f9cf70c2fccb..077d85db1814 100644 --- a/site/public/v1/tablets/huawei-mediapad-t3-7-0-2gb-16gb-2g/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t3-7-0-2gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 250.0, - "dimensions": {}, + "dimensions": { + "height_mm": 179.0, + "width_mm": 103.7, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), EMUI 4.1", "os_version": "6.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.280551", - "updated_at": "2026-07-09T03:39:28.280551", + "created_at": "2026-07-09T04:23:38.920306", + "updated_at": "2026-07-09T04:23:38.920306", "url": "/v1/tablets/huawei-mediapad-t3-7-0-2gb-16gb-2g" } diff --git a/site/public/v1/tablets/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte/index.json index 89a0b95d610e..efb618e943bb 100644 --- a/site/public/v1/tablets/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.1, + "width_mm": 124.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), EMUI 5.1", "os_version": "7.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.281552", - "updated_at": "2026-07-09T03:39:28.281552", + "created_at": "2026-07-09T04:23:38.921416", + "updated_at": "2026-07-09T04:23:38.921416", "url": "/v1/tablets/huawei-mediapad-t3-8-0-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-t5-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-t5-4gb-64gb-4g-lte/index.json index be26782d1bab..fae6dc56f224 100644 --- a/site/public/v1/tablets/huawei-mediapad-t5-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-t5-4gb-64gb-4g-lte/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.0, + "width_mm": 164.0, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 8.0 (Oreo), EMUI 8", "os_version": "8.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.287551", - "updated_at": "2026-07-09T03:39:28.287551", + "created_at": "2026-07-09T04:23:38.928380", + "updated_at": "2026-07-09T04:23:38.928380", "url": "/v1/tablets/huawei-mediapad-t5-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-x1-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-x1-2gb-16gb-4g-lte/index.json index f20a37fd2551..6f558bc7b7fd 100644 --- a/site/public/v1/tablets/huawei-mediapad-x1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-x1-2gb-16gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 239.0, - "dimensions": {}, + "dimensions": { + "height_mm": 183.5, + "width_mm": 103.9, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 4.4.2 (KitKat), EMUI 2", "os_version": "4.2.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.266558", - "updated_at": "2026-07-09T03:39:28.266558", + "created_at": "2026-07-09T04:23:38.851776", + "updated_at": "2026-07-09T04:23:38.851776", "url": "/v1/tablets/huawei-mediapad-x1-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/huawei-mediapad-x2-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/huawei-mediapad-x2-3gb-32gb-4g-lte/index.json index 6af0daeec4b9..18bddb02c908 100644 --- a/site/public/v1/tablets/huawei-mediapad-x2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/huawei-mediapad-x2-3gb-32gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 239.0, - "dimensions": {}, + "dimensions": { + "height_mm": 183.5, + "width_mm": 103.9, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 5 (Lollipop), upgradable to 6 (Marshmallow), EMUI 3", "os_version": "5", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.270555", - "updated_at": "2026-07-09T03:39:28.270555", + "created_at": "2026-07-09T04:23:38.855774", + "updated_at": "2026-07-09T04:23:38.855774", "url": "/v1/tablets/huawei-mediapad-x2-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-ideapad-k1-1gb-32gb-3g/index.json b/site/public/v1/tablets/lenovo-ideapad-k1-1gb-32gb-3g/index.json index b6ac628086c2..c5c557aa3429 100644 --- a/site/public/v1/tablets/lenovo-ideapad-k1-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/lenovo-ideapad-k1-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 750.0, - "dimensions": {}, + "dimensions": { + "height_mm": 264.0, + "width_mm": 189.0, + "depth_mm": 13.3 + }, "ip_rating": null, "os": "Android 3.1 (Honeycomb)", "os_version": "3.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.332084", - "updated_at": "2026-07-09T03:39:28.332084", + "created_at": "2026-07-09T04:23:38.962308", + "updated_at": "2026-07-09T04:23:38.962308", "url": "/v1/tablets/lenovo-ideapad-k1-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/lenovo-legion-tab-12gb-256gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-legion-tab-12gb-256gb-4g-lte/index.json index 2f190c85786c..7292e941fc91 100644 --- a/site/public/v1/tablets/lenovo-legion-tab-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-legion-tab-12gb-256gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 6550, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 350.0, - "dimensions": {}, + "dimensions": { + "height_mm": 208.5, + "width_mm": 129.5, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.400285", - "updated_at": "2026-07-09T03:39:28.400285", + "created_at": "2026-07-09T04:23:39.018834", + "updated_at": "2026-07-09T04:23:39.018834", "url": "/v1/tablets/lenovo-legion-tab-12gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-moto-tab-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-moto-tab-2gb-32gb-4g-lte/index.json index 2c9ac4874cf2..ea34cfc52b54 100644 --- a/site/public/v1/tablets/lenovo-moto-tab-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-moto-tab-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 500.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.0, + "width_mm": 175.0, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.379770", - "updated_at": "2026-07-09T03:39:28.379770", + "created_at": "2026-07-09T04:23:38.992839", + "updated_at": "2026-07-09T04:23:38.992839", "url": "/v1/tablets/lenovo-moto-tab-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-pad-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-pad-6gb-128gb-4g-lte/index.json index 9875af3916ce..882accaa94ab 100644 --- a/site/public/v1/tablets/lenovo-pad-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-pad-6gb-128gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 11, ZUI 12.5", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.391287", - "updated_at": "2026-07-09T03:39:28.391287", + "created_at": "2026-07-09T04:23:39.006834", + "updated_at": "2026-07-09T04:23:39.006834", "url": "/v1/tablets/lenovo-pad-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-pad-plus-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-pad-plus-6gb-128gb-4g-lte/index.json index 558d3fcda3e6..b2b25b490d6e 100644 --- a/site/public/v1/tablets/lenovo-pad-plus-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-pad-plus-6gb-128gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 520.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 11, ZUI 12.5", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.392287", - "updated_at": "2026-07-09T03:39:28.392287", + "created_at": "2026-07-09T04:23:39.007833", + "updated_at": "2026-07-09T04:23:39.007833", "url": "/v1/tablets/lenovo-pad-plus-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-pad-pro-2022-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-pad-pro-2022-8gb-128gb-4g-lte/index.json index 7d905f2f3adf..1dbc9a010219 100644 --- a/site/public/v1/tablets/lenovo-pad-pro-2022-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-pad-pro-2022-8gb-128gb-4g-lte/index.json @@ -35,7 +35,7 @@ }, "cameras": [], "battery_mah": 8200, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 480.0, "dimensions": {}, @@ -54,7 +54,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.396285", - "updated_at": "2026-07-09T03:39:28.396285", + "created_at": "2026-07-09T04:23:39.012836", + "updated_at": "2026-07-09T04:23:39.012836", "url": "/v1/tablets/lenovo-pad-pro-2022-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-pad-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-pad-pro-6gb-128gb-4g-lte/index.json index 272322733e39..427614c3ca79 100644 --- a/site/public/v1/tablets/lenovo-pad-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-pad-pro-6gb-128gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 8600, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 485.0, - "dimensions": {}, + "dimensions": { + "height_mm": 264.3, + "width_mm": 171.4, + "depth_mm": 5.8 + }, "ip_rating": null, "os": "Android 11, ZUI 12.5", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.392287", - "updated_at": "2026-07-09T03:39:28.392287", + "created_at": "2026-07-09T04:23:39.007833", + "updated_at": "2026-07-09T04:23:39.007833", "url": "/v1/tablets/lenovo-pad-pro-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-2-a10-70-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-2-a10-70-2gb-16gb-4g-lte/index.json index cd6094077f51..6e80f44d249b 100644 --- a/site/public/v1/tablets/lenovo-tab-2-a10-70-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-2-a10-70-2gb-16gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 509.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.0, + "width_mm": 171.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.4", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.368646", - "updated_at": "2026-07-09T03:39:28.368646", + "created_at": "2026-07-09T04:23:38.980319", + "updated_at": "2026-07-09T04:23:38.980319", "url": "/v1/tablets/lenovo-tab-2-a10-70-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-2-a7-10-1gb-16gb-2g/index.json b/site/public/v1/tablets/lenovo-tab-2-a7-10-1gb-16gb-2g/index.json index f0ccf2ad6342..2f7cbac8053d 100644 --- a/site/public/v1/tablets/lenovo-tab-2-a7-10-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/lenovo-tab-2-a7-10-1gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 269.0, - "dimensions": {}, + "dimensions": { + "height_mm": 189.0, + "width_mm": 105.0, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.369644", - "updated_at": "2026-07-09T03:39:28.369644", + "created_at": "2026-07-09T04:23:38.980319", + "updated_at": "2026-07-09T04:23:38.980319", "url": "/v1/tablets/lenovo-tab-2-a7-10-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/lenovo-tab-2-a7-20-1gb-16gb-2g/index.json b/site/public/v1/tablets/lenovo-tab-2-a7-20-1gb-16gb-2g/index.json index 32fca7873694..1b3b52a5ee71 100644 --- a/site/public/v1/tablets/lenovo-tab-2-a7-20-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/lenovo-tab-2-a7-20-1gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 269.0, - "dimensions": {}, + "dimensions": { + "height_mm": 189.0, + "width_mm": 105.0, + "depth_mm": 9.3 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.371769", - "updated_at": "2026-07-09T03:39:28.371769", + "created_at": "2026-07-09T04:23:38.981829", + "updated_at": "2026-07-09T04:23:38.981829", "url": "/v1/tablets/lenovo-tab-2-a7-20-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/lenovo-tab-2-a7-30-1gb-16gb-3g/index.json b/site/public/v1/tablets/lenovo-tab-2-a7-30-1gb-16gb-3g/index.json index 3c6b79229302..1742b3670131 100644 --- a/site/public/v1/tablets/lenovo-tab-2-a7-30-1gb-16gb-3g/index.json +++ b/site/public/v1/tablets/lenovo-tab-2-a7-30-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 269.0, - "dimensions": {}, + "dimensions": { + "height_mm": 191.0, + "width_mm": 105.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.372768", - "updated_at": "2026-07-09T03:39:28.372768", + "created_at": "2026-07-09T04:23:38.982840", + "updated_at": "2026-07-09T04:23:38.982840", "url": "/v1/tablets/lenovo-tab-2-a7-30-1gb-16gb-3g" } diff --git a/site/public/v1/tablets/lenovo-tab-2-a8-50-1gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-2-a8-50-1gb-16gb-4g-lte/index.json index 91486635ac9c..53c92fad1d50 100644 --- a/site/public/v1/tablets/lenovo-tab-2-a8-50-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-2-a8-50-1gb-16gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 360.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 125.0, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.373776", - "updated_at": "2026-07-09T03:39:28.373776", + "created_at": "2026-07-09T04:23:38.984839", + "updated_at": "2026-07-09T04:23:38.984839", "url": "/v1/tablets/lenovo-tab-2-a8-50-1gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-4-10-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-4-10-2gb-32gb-4g-lte/index.json index f312501a5ec2..4ce9ee2706e9 100644 --- a/site/public/v1/tablets/lenovo-tab-4-10-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-4-10-2gb-32gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 500.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.0, + "width_mm": 171.0, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.380770", - "updated_at": "2026-07-09T03:39:28.380770", + "created_at": "2026-07-09T04:23:38.992839", + "updated_at": "2026-07-09T04:23:38.992839", "url": "/v1/tablets/lenovo-tab-4-10-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-4-10-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-4-10-plus-4gb-64gb-4g-lte/index.json index b1fbff89f98e..2f8752caad96 100644 --- a/site/public/v1/tablets/lenovo-tab-4-10-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-4-10-plus-4gb-64gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 475.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.0, + "width_mm": 173.0, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 7.1 (Nougat)", "os_version": "7.1", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.380770", - "updated_at": "2026-07-09T03:39:28.380770", + "created_at": "2026-07-09T04:23:38.993839", + "updated_at": "2026-07-09T04:23:38.993839", "url": "/v1/tablets/lenovo-tab-4-10-plus-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-4-8-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-4-8-2gb-32gb-4g-lte/index.json index fbdbd9674a84..cbf48dd9e2b2 100644 --- a/site/public/v1/tablets/lenovo-tab-4-8-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-4-8-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.0, + "width_mm": 124.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.381777", - "updated_at": "2026-07-09T03:39:28.381777", + "created_at": "2026-07-09T04:23:38.994839", + "updated_at": "2026-07-09T04:23:38.994839", "url": "/v1/tablets/lenovo-tab-4-8-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-4-8-plus-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-4-8-plus-4gb-64gb-4g-lte/index.json index d2b6daa8ad3c..0e12c57320cf 100644 --- a/site/public/v1/tablets/lenovo-tab-4-8-plus-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-4-8-plus-4gb-64gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 4850, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 300.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 123.0, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.382774", - "updated_at": "2026-07-09T03:39:28.382774", + "created_at": "2026-07-09T04:23:38.995835", + "updated_at": "2026-07-09T04:23:38.995835", "url": "/v1/tablets/lenovo-tab-4-8-plus-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-7-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-7-2gb-16gb-4g-lte/index.json index 186182c5c577..5471b35d780b 100644 --- a/site/public/v1/tablets/lenovo-tab-7-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-7-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 260.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.0, + "width_mm": 98.7, + "depth_mm": 8.4 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.383774", - "updated_at": "2026-07-09T03:39:28.383774", + "created_at": "2026-07-09T04:23:38.996836", + "updated_at": "2026-07-09T04:23:38.996836", "url": "/v1/tablets/lenovo-tab-7-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-7-essential-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-7-essential-2gb-16gb-4g-lte/index.json index 76fea6da1783..3fff4c635fd7 100644 --- a/site/public/v1/tablets/lenovo-tab-7-essential-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-7-essential-2gb-16gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 254.0, - "dimensions": {}, + "dimensions": { + "height_mm": 194.8, + "width_mm": 102.0, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 7.0 (Nougat)", "os_version": "7.0", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.384773", - "updated_at": "2026-07-09T03:39:28.384773", + "created_at": "2026-07-09T04:23:38.997842", + "updated_at": "2026-07-09T04:23:38.997842", "url": "/v1/tablets/lenovo-tab-7-essential-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-extreme-12gb-256gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-extreme-12gb-256gb-4g-lte/index.json index 14bb76a81fba..3e33909143b3 100644 --- a/site/public/v1/tablets/lenovo-tab-extreme-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-extreme-12gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 12300, - "charging_wired_w": null, + "charging_wired_w": 68.0, "charging_wireless_w": null, "weight_g": 740.0, - "dimensions": {}, + "dimensions": { + "height_mm": 327.8, + "width_mm": 210.8, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.398285", - "updated_at": "2026-07-09T03:39:28.398285", + "created_at": "2026-07-09T04:23:39.015838", + "updated_at": "2026-07-09T04:23:39.015838", "url": "/v1/tablets/lenovo-tab-extreme-12gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-k10-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-k10-4gb-128gb-4g-lte/index.json index cc17177855d3..d369de94ab9d 100644 --- a/site/public/v1/tablets/lenovo-tab-k10-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-k10-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 244.0, + "width_mm": 153.0, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.392287", - "updated_at": "2026-07-09T03:39:28.392287", + "created_at": "2026-07-09T04:23:39.008842", + "updated_at": "2026-07-09T04:23:39.008842", "url": "/v1/tablets/lenovo-tab-k10-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-k11-plus-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-k11-plus-8gb-256gb-4g-lte/index.json index 2b672d77768e..5a7fe3c4b207 100644 --- a/site/public/v1/tablets/lenovo-tab-k11-plus-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-k11-plus-8gb-256gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 8600, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 520.0, - "dimensions": {}, + "dimensions": { + "height_mm": 169.0, + "width_mm": 268.7, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.401675", - "updated_at": "2026-07-09T03:39:28.401675", + "created_at": "2026-07-09T04:23:39.019833", + "updated_at": "2026-07-09T04:23:39.019833", "url": "/v1/tablets/lenovo-tab-k11-plus-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m10-6gb-128gb-5g/index.json b/site/public/v1/tablets/lenovo-tab-m10-6gb-128gb-5g/index.json index b9070b38abe0..f7cb1ddbceec 100644 --- a/site/public/v1/tablets/lenovo-tab-m10-6gb-128gb-5g/index.json +++ b/site/public/v1/tablets/lenovo-tab-m10-6gb-128gb-5g/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 160.3, + "width_mm": 252.7, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.399286", - "updated_at": "2026-07-09T03:39:28.399286", + "created_at": "2026-07-09T04:23:39.016839", + "updated_at": "2026-07-09T04:23:39.016839", "url": "/v1/tablets/lenovo-tab-m10-6gb-128gb-5g" } diff --git a/site/public/v1/tablets/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte/index.json index b8f92e3b675f..371000fc9b84 100644 --- a/site/public/v1/tablets/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 460.0, - "dimensions": {}, + "dimensions": { + "height_mm": 239.8, + "width_mm": 158.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 12", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.396285", - "updated_at": "2026-07-09T03:39:28.396285", + "created_at": "2026-07-09T04:23:39.013844", + "updated_at": "2026-07-09T04:23:39.013844", "url": "/v1/tablets/lenovo-tab-m10-gen-3-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte/index.json index 1385d5f3b19a..2ddc35ee1659 100644 --- a/site/public/v1/tablets/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 420.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.5, + "width_mm": 149.4, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.390285", - "updated_at": "2026-07-09T03:39:28.390285", + "created_at": "2026-07-09T04:23:39.005833", + "updated_at": "2026-07-09T04:23:39.005833", "url": "/v1/tablets/lenovo-tab-m10-hd-gen-2-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte/index.json index ab493bcc85b7..2e639ff4d3e7 100644 --- a/site/public/v1/tablets/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 465.0, - "dimensions": {}, + "dimensions": { + "height_mm": 251.2, + "width_mm": 158.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.397285", - "updated_at": "2026-07-09T03:39:28.397285", + "created_at": "2026-07-09T04:23:39.013844", + "updated_at": "2026-07-09T04:23:39.013844", "url": "/v1/tablets/lenovo-tab-m10-plus-3rd-gen-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m11-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m11-8gb-128gb-4g-lte/index.json index b836efad333e..49fc5c1fb3d5 100644 --- a/site/public/v1/tablets/lenovo-tab-m11-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m11-8gb-128gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 465.0, - "dimensions": {}, + "dimensions": { + "height_mm": 166.3, + "width_mm": 255.3, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.401675", - "updated_at": "2026-07-09T03:39:28.401675", + "created_at": "2026-07-09T04:23:39.019833", + "updated_at": "2026-07-09T04:23:39.019833", "url": "/v1/tablets/lenovo-tab-m11-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m7-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m7-2gb-32gb-4g-lte/index.json index 908ae465bd84..f466805fc233 100644 --- a/site/public/v1/tablets/lenovo-tab-m7-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m7-2gb-32gb-4g-lte/index.json @@ -40,7 +40,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 236.0, - "dimensions": {}, + "dimensions": { + "height_mm": 176.3, + "width_mm": 102.9, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 9.0 (Pie) - 2GB RAM, Android 9.0 Pie (Go edition) - 1GB RAM", "os_version": "9.0", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.386275", - "updated_at": "2026-07-09T03:39:28.386275", + "created_at": "2026-07-09T04:23:38.999839", + "updated_at": "2026-07-09T04:23:38.999839", "url": "/v1/tablets/lenovo-tab-m7-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte/index.json index e7768846dd6c..cc7411027871 100644 --- a/site/public/v1/tablets/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 237.0, - "dimensions": {}, + "dimensions": { + "height_mm": 176.2, + "width_mm": 102.3, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 11 (Go edition)", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.393287", - "updated_at": "2026-07-09T03:39:28.393287", + "created_at": "2026-07-09T04:23:39.008842", + "updated_at": "2026-07-09T04:23:39.008842", "url": "/v1/tablets/lenovo-tab-m7-3rd-gen-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte/index.json index 070f1978803c..be4d99f560af 100644 --- a/site/public/v1/tablets/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 305.0, - "dimensions": {}, + "dimensions": { + "height_mm": 199.1, + "width_mm": 121.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 11 (Go edition) - 2 GB RAM version", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.393287", - "updated_at": "2026-07-09T03:39:28.393287", + "created_at": "2026-07-09T04:23:39.008842", + "updated_at": "2026-07-09T04:23:39.009849", "url": "/v1/tablets/lenovo-tab-m8-3rd-gen-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte/index.json index d4a8788a3d5b..b52cab64e6f4 100644 --- a/site/public/v1/tablets/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 197.8, + "width_mm": 119.8, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.399286", - "updated_at": "2026-07-09T03:39:28.399286", + "created_at": "2026-07-09T04:23:39.016839", + "updated_at": "2026-07-09T04:23:39.016839", "url": "/v1/tablets/lenovo-tab-m8-4th-gen-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m8-fhd-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m8-fhd-3gb-32gb-4g-lte/index.json index 224806e11430..c4c85895e889 100644 --- a/site/public/v1/tablets/lenovo-tab-m8-fhd-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m8-fhd-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 305.0, - "dimensions": {}, + "dimensions": { + "height_mm": 198.2, + "width_mm": 122.6, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 10", "os_version": "9.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.387281", - "updated_at": "2026-07-09T03:39:28.387281", + "created_at": "2026-07-09T04:23:39.001839", + "updated_at": "2026-07-09T04:23:39.001839", "url": "/v1/tablets/lenovo-tab-m8-fhd-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m8-hd-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m8-hd-3gb-32gb-4g-lte/index.json index ca0061d6efa4..b73b9d20a265 100644 --- a/site/public/v1/tablets/lenovo-tab-m8-hd-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m8-hd-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 305.0, - "dimensions": {}, + "dimensions": { + "height_mm": 199.1, + "width_mm": 121.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.388281", - "updated_at": "2026-07-09T03:39:28.388281", + "created_at": "2026-07-09T04:23:39.002834", + "updated_at": "2026-07-09T04:23:39.002834", "url": "/v1/tablets/lenovo-tab-m8-hd-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-m9-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-m9-4gb-128gb-4g-lte/index.json index a17e78fadf8d..d35b7f737a5c 100644 --- a/site/public/v1/tablets/lenovo-tab-m9-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-m9-4gb-128gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 344.0, - "dimensions": {}, + "dimensions": { + "height_mm": 215.4, + "width_mm": 136.8, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.397285", - "updated_at": "2026-07-09T03:39:28.397285", + "created_at": "2026-07-09T04:23:39.014840", + "updated_at": "2026-07-09T04:23:39.014840", "url": "/v1/tablets/lenovo-tab-m9-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-p11-5g-8gb-256gb-5g/index.json b/site/public/v1/tablets/lenovo-tab-p11-5g-8gb-256gb-5g/index.json index 46ce68b60cc7..805102ce3452 100644 --- a/site/public/v1/tablets/lenovo-tab-p11-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/lenovo-tab-p11-5g-8gb-256gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 520.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.0, + "width_mm": 163.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.393287", - "updated_at": "2026-07-09T03:39:28.393287", + "created_at": "2026-07-09T04:23:39.009849", + "updated_at": "2026-07-09T04:23:39.009849", "url": "/v1/tablets/lenovo-tab-p11-5g-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/lenovo-tab-p11-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-p11-6gb-128gb-4g-lte/index.json index 8741d79794b4..c474bb5a4d05 100644 --- a/site/public/v1/tablets/lenovo-tab-p11-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-p11-6gb-128gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.393287", - "updated_at": "2026-07-09T03:39:28.393287", + "created_at": "2026-07-09T04:23:39.009849", + "updated_at": "2026-07-09T04:23:39.009849", "url": "/v1/tablets/lenovo-tab-p11-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte/index.json index 107889eb7daa..0d0c018204bc 100644 --- a/site/public/v1/tablets/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 520.0, - "dimensions": {}, + "dimensions": { + "height_mm": 269.1, + "width_mm": 169.4, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 12L", "os_version": "12", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.398285", - "updated_at": "2026-07-09T03:39:28.398285", + "created_at": "2026-07-09T04:23:39.014840", + "updated_at": "2026-07-09T04:23:39.014840", "url": "/v1/tablets/lenovo-tab-p11-gen-2-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-p11-plus-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-p11-plus-6gb-128gb-4g-lte/index.json index 939173f5a07f..98d5c7723405 100644 --- a/site/public/v1/tablets/lenovo-tab-p11-plus-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-p11-plus-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.394284", - "updated_at": "2026-07-09T03:39:28.394284", + "created_at": "2026-07-09T04:23:39.010839", + "updated_at": "2026-07-09T04:23:39.010839", "url": "/v1/tablets/lenovo-tab-p11-plus-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-p11-pro-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-p11-pro-6gb-128gb-4g-lte/index.json index 7d42aa1752df..9a67bbf12875 100644 --- a/site/public/v1/tablets/lenovo-tab-p11-pro-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-p11-pro-6gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8600, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 485.0, - "dimensions": {}, + "dimensions": { + "height_mm": 264.3, + "width_mm": 171.4, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.391287", - "updated_at": "2026-07-09T03:39:28.391287", + "created_at": "2026-07-09T04:23:39.005833", + "updated_at": "2026-07-09T04:23:39.006834", "url": "/v1/tablets/lenovo-tab-p11-pro-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte/index.json index 824bb1ec3eba..6e6b2e792d76 100644 --- a/site/public/v1/tablets/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8200, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 480.0, - "dimensions": {}, + "dimensions": { + "height_mm": 263.7, + "width_mm": 166.7, + "depth_mm": 6.8 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.398285", - "updated_at": "2026-07-09T03:39:28.398285", + "created_at": "2026-07-09T04:23:39.015838", + "updated_at": "2026-07-09T04:23:39.015838", "url": "/v1/tablets/lenovo-tab-p11-pro-gen-2-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-p12-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-p12-8gb-256gb-4g-lte/index.json index 6fe5fb31f6aa..1e295111ca9d 100644 --- a/site/public/v1/tablets/lenovo-tab-p12-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-p12-8gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10200, - "charging_wired_w": null, + "charging_wired_w": 30.0, "charging_wireless_w": null, "weight_g": 615.0, - "dimensions": {}, + "dimensions": { + "height_mm": 293.3, + "width_mm": 190.7, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.400285", - "updated_at": "2026-07-09T03:39:28.400285", + "created_at": "2026-07-09T04:23:39.017839", + "updated_at": "2026-07-09T04:23:39.017839", "url": "/v1/tablets/lenovo-tab-p12-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-p12-pro-8gb-256gb-5g/index.json b/site/public/v1/tablets/lenovo-tab-p12-pro-8gb-256gb-5g/index.json index 9b6fb852a2a9..16e2bae4d942 100644 --- a/site/public/v1/tablets/lenovo-tab-p12-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/lenovo-tab-p12-pro-8gb-256gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10200, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 565.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.6, + "width_mm": 184.5, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.394284", - "updated_at": "2026-07-09T03:39:28.394284", + "created_at": "2026-07-09T04:23:39.010839", + "updated_at": "2026-07-09T04:23:39.010839", "url": "/v1/tablets/lenovo-tab-p12-pro-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/lenovo-tab-plus-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-plus-8gb-256gb-4g-lte/index.json index 3e660176a7a1..f19a250e0f2d 100644 --- a/site/public/v1/tablets/lenovo-tab-plus-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-plus-8gb-256gb-4g-lte/index.json @@ -48,7 +48,7 @@ }, "cameras": [], "battery_mah": 8600, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 650.0, "dimensions": {}, @@ -67,7 +67,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.402686", - "updated_at": "2026-07-09T03:39:28.402686", + "created_at": "2026-07-09T04:23:39.020833", + "updated_at": "2026-07-09T04:23:39.020833", "url": "/v1/tablets/lenovo-tab-plus-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-s8-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-s8-2gb-16gb-4g-lte/index.json index f90cd5055d05..d74d0b1aabab 100644 --- a/site/public/v1/tablets/lenovo-tab-s8-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-s8-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 299.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.8, + "width_mm": 123.8, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.356638", - "updated_at": "2026-07-09T03:39:28.356638", + "created_at": "2026-07-09T04:23:38.975316", + "updated_at": "2026-07-09T04:23:38.975316", "url": "/v1/tablets/lenovo-tab-s8-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-tab-v7-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-tab-v7-4gb-64gb-4g-lte/index.json index 2c0271917992..f31d842e55e5 100644 --- a/site/public/v1/tablets/lenovo-tab-v7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-tab-v7-4gb-64gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 195.0, - "dimensions": {}, + "dimensions": { + "height_mm": 177.9, + "width_mm": 86.5, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.389287", - "updated_at": "2026-07-09T03:39:28.389287", + "created_at": "2026-07-09T04:23:39.003835", + "updated_at": "2026-07-09T04:23:39.003835", "url": "/v1/tablets/lenovo-tab-v7-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-yoga-smart-tab-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-yoga-smart-tab-4gb-64gb-4g-lte/index.json index f61a93500e36..133d670193c1 100644 --- a/site/public/v1/tablets/lenovo-yoga-smart-tab-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-yoga-smart-tab-4gb-64gb-4g-lte/index.json @@ -47,7 +47,7 @@ }, "cameras": [], "battery_mah": 7000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 580.0, "dimensions": {}, @@ -66,7 +66,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.389287", - "updated_at": "2026-07-09T03:39:28.389287", + "created_at": "2026-07-09T04:23:39.003835", + "updated_at": "2026-07-09T04:23:39.003835", "url": "/v1/tablets/lenovo-yoga-smart-tab-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-yoga-tab-11-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-yoga-tab-11-8gb-256gb-4g-lte/index.json index 7b41037375e4..3417f09f6ca0 100644 --- a/site/public/v1/tablets/lenovo-yoga-tab-11-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tab-11-8gb-256gb-4g-lte/index.json @@ -48,7 +48,7 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 655.0, "dimensions": {}, @@ -67,7 +67,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.395285", - "updated_at": "2026-07-09T03:39:28.395285", + "created_at": "2026-07-09T04:23:39.011839", + "updated_at": "2026-07-09T04:23:39.011839", "url": "/v1/tablets/lenovo-yoga-tab-11-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte/index.json index c74479b8d236..fbaaf36a428d 100644 --- a/site/public/v1/tablets/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 655.0, - "dimensions": {}, + "dimensions": { + "height_mm": 253.0, + "width_mm": 185.0, + "depth_mm": 9.5 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.377772", - "updated_at": "2026-07-09T03:39:28.377772", + "created_at": "2026-07-09T04:23:38.988841", + "updated_at": "2026-07-09T04:23:38.988841", "url": "/v1/tablets/lenovo-yoga-tab-3-10-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-yoga-tab-3-8-0-1gb-16gb-2g/index.json b/site/public/v1/tablets/lenovo-yoga-tab-3-8-0-1gb-16gb-2g/index.json index ad1981ad33c7..e1feb41f7962 100644 --- a/site/public/v1/tablets/lenovo-yoga-tab-3-8-0-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tab-3-8-0-1gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 467.2, - "dimensions": {}, + "dimensions": { + "height_mm": 209.8, + "width_mm": 145.8, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.374776", - "updated_at": "2026-07-09T03:39:28.374776", + "created_at": "2026-07-09T04:23:38.985839", + "updated_at": "2026-07-09T04:23:38.985839", "url": "/v1/tablets/lenovo-yoga-tab-3-8-0-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte/index.json index 74f7b1c9e6d5..b44923973d56 100644 --- a/site/public/v1/tablets/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte/index.json @@ -35,7 +35,7 @@ }, "cameras": [], "battery_mah": 9300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 637.0, "dimensions": {}, @@ -54,7 +54,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.378771", - "updated_at": "2026-07-09T03:39:28.378771", + "created_at": "2026-07-09T04:23:38.989840", + "updated_at": "2026-07-09T04:23:38.989840", "url": "/v1/tablets/lenovo-yoga-tab-3-plus-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte/index.json index 8458e1060711..06105c721c18 100644 --- a/site/public/v1/tablets/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 200, - "charging_wired_w": null, + "charging_wired_w": 24.0, "charging_wireless_w": null, "weight_g": 666.8, - "dimensions": {}, + "dimensions": { + "height_mm": 246.9, + "width_mm": 179.1, + "depth_mm": 4.7 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow)", "os_version": "6.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.375774", - "updated_at": "2026-07-09T03:39:28.375774", + "created_at": "2026-07-09T04:23:38.986839", + "updated_at": "2026-07-09T04:23:38.986839", "url": "/v1/tablets/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-yoga-tablet-10-1gb-32gb-3g/index.json b/site/public/v1/tablets/lenovo-yoga-tablet-10-1gb-32gb-3g/index.json index 01b947b18043..40e60be07f29 100644 --- a/site/public/v1/tablets/lenovo-yoga-tablet-10-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tablet-10-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 605.0, - "dimensions": {}, + "dimensions": { + "height_mm": 261.0, + "width_mm": 180.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.339602", - "updated_at": "2026-07-09T03:39:28.339602", + "created_at": "2026-07-09T04:23:38.971317", + "updated_at": "2026-07-09T04:23:38.971317", "url": "/v1/tablets/lenovo-yoga-tablet-10-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/lenovo-yoga-tablet-10-hd-2gb-32gb-3g/index.json b/site/public/v1/tablets/lenovo-yoga-tablet-10-hd-2gb-32gb-3g/index.json index 147be5eec39b..52006dacb503 100644 --- a/site/public/v1/tablets/lenovo-yoga-tablet-10-hd-2gb-32gb-3g/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tablet-10-hd-2gb-32gb-3g/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 615.0, - "dimensions": {}, + "dimensions": { + "height_mm": 261.0, + "width_mm": 180.0, + "depth_mm": 8.1 + }, "ip_rating": null, "os": "Android 4.3 (Jelly Bean), upgradable to 4.4 (KitKat)", "os_version": "4.3", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.361647", - "updated_at": "2026-07-09T03:39:28.361647", + "created_at": "2026-07-09T04:23:38.976327", + "updated_at": "2026-07-09T04:23:38.976327", "url": "/v1/tablets/lenovo-yoga-tablet-10-hd-2gb-32gb-3g" } diff --git a/site/public/v1/tablets/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte/index.json index 4fe2faceaaea..d6dc81a81ea4 100644 --- a/site/public/v1/tablets/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 619.0, - "dimensions": {}, + "dimensions": { + "height_mm": 255.0, + "width_mm": 183.0, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.363644", - "updated_at": "2026-07-09T03:39:28.363644", + "created_at": "2026-07-09T04:23:38.977316", + "updated_at": "2026-07-09T04:23:38.977316", "url": "/v1/tablets/lenovo-yoga-tablet-2-10-1-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g/index.json b/site/public/v1/tablets/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g/index.json index 7565795b7d2d..e4976061ee15 100644 --- a/site/public/v1/tablets/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 419.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 149.0, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.365646", - "updated_at": "2026-07-09T03:39:28.365646", + "created_at": "2026-07-09T04:23:38.978316", + "updated_at": "2026-07-09T04:23:38.978316", "url": "/v1/tablets/lenovo-yoga-tablet-2-8-0-2gb-16gb-3g" } diff --git a/site/public/v1/tablets/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte/index.json index 3269ff5af899..0ff3cdef9c81 100644 --- a/site/public/v1/tablets/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 950.0, - "dimensions": {}, + "dimensions": { + "height_mm": 333.0, + "width_mm": 233.0, + "depth_mm": 12.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.367644", - "updated_at": "2026-07-09T03:39:28.367644", + "created_at": "2026-07-09T04:23:38.979313", + "updated_at": "2026-07-09T04:23:38.979313", "url": "/v1/tablets/lenovo-yoga-tablet-2-pro-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lenovo-yoga-tablet-8-1gb-32gb-3g/index.json b/site/public/v1/tablets/lenovo-yoga-tablet-8-1gb-32gb-3g/index.json index 618471da6db1..831ddf3fc784 100644 --- a/site/public/v1/tablets/lenovo-yoga-tablet-8-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/lenovo-yoga-tablet-8-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 401.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.0, + "width_mm": 144.0, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.340635", - "updated_at": "2026-07-09T03:39:28.340635", + "created_at": "2026-07-09T04:23:38.972319", + "updated_at": "2026-07-09T04:23:38.972319", "url": "/v1/tablets/lenovo-yoga-tablet-8-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/lg-g-pad-10-1-1gb-16gb-2g/index.json b/site/public/v1/tablets/lg-g-pad-10-1-1gb-16gb-2g/index.json index 78c4be32ec13..94d56e364c60 100644 --- a/site/public/v1/tablets/lg-g-pad-10-1-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/lg-g-pad-10-1-1gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 523.0, - "dimensions": {}, + "dimensions": { + "height_mm": 260.9, + "width_mm": 165.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.405686", - "updated_at": "2026-07-09T03:39:28.405686", + "created_at": "2026-07-09T04:23:39.023833", + "updated_at": "2026-07-09T04:23:39.023833", "url": "/v1/tablets/lg-g-pad-10-1-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/lg-g-pad-10-1-lte-1gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-10-1-lte-1gb-16gb-4g-lte/index.json index 72fbc3591651..4b266f2865f0 100644 --- a/site/public/v1/tablets/lg-g-pad-10-1-lte-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-10-1-lte-1gb-16gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 535.8, - "dimensions": {}, + "dimensions": { + "height_mm": 260.9, + "width_mm": 165.9, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop)", "os_version": "5.0.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.405686", - "updated_at": "2026-07-09T03:39:28.405686", + "created_at": "2026-07-09T04:23:39.024833", + "updated_at": "2026-07-09T04:23:39.024833", "url": "/v1/tablets/lg-g-pad-10-1-lte-1gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-5-10-1-4gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-5-10-1-4gb-32gb-4g-lte/index.json index 2e1b55287b8f..6946c605e8ed 100644 --- a/site/public/v1/tablets/lg-g-pad-5-10-1-4gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-5-10-1-4gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8200, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 498.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.2, + "width_mm": 150.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.414684", - "updated_at": "2026-07-09T03:39:28.414684", + "created_at": "2026-07-09T04:23:39.036833", + "updated_at": "2026-07-09T04:23:39.036833", "url": "/v1/tablets/lg-g-pad-5-10-1-4gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-7-0-1gb-8gb-2g/index.json b/site/public/v1/tablets/lg-g-pad-7-0-1gb-8gb-2g/index.json index ed1ade62c289..2ec553a00d0c 100644 --- a/site/public/v1/tablets/lg-g-pad-7-0-1gb-8gb-2g/index.json +++ b/site/public/v1/tablets/lg-g-pad-7-0-1gb-8gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 293.0, - "dimensions": {}, + "dimensions": { + "height_mm": 189.3, + "width_mm": 113.8, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.406684", - "updated_at": "2026-07-09T03:39:28.406684", + "created_at": "2026-07-09T04:23:39.025833", + "updated_at": "2026-07-09T04:23:39.025833", "url": "/v1/tablets/lg-g-pad-7-0-1gb-8gb-2g" } diff --git a/site/public/v1/tablets/lg-g-pad-7-0-lte-1gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-7-0-lte-1gb-16gb-4g-lte/index.json index 79e6e28318e4..f3d433aeac85 100644 --- a/site/public/v1/tablets/lg-g-pad-7-0-lte-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-7-0-lte-1gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 294.8, - "dimensions": {}, + "dimensions": { + "height_mm": 189.2, + "width_mm": 113.8, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.407684", - "updated_at": "2026-07-09T03:39:28.407684", + "created_at": "2026-07-09T04:23:39.026833", + "updated_at": "2026-07-09T04:23:39.026833", "url": "/v1/tablets/lg-g-pad-7-0-lte-1gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-8-0-1gb-16gb-2g/index.json b/site/public/v1/tablets/lg-g-pad-8-0-1gb-16gb-2g/index.json index 099a2e76326a..b0bc4eae1dbb 100644 --- a/site/public/v1/tablets/lg-g-pad-8-0-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/lg-g-pad-8-0-1gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 342.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.8, + "width_mm": 124.2, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0 (Lollipop)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.407684", - "updated_at": "2026-07-09T03:39:28.407684", + "created_at": "2026-07-09T04:23:39.026833", + "updated_at": "2026-07-09T04:23:39.026833", "url": "/v1/tablets/lg-g-pad-8-0-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/lg-g-pad-8-0-lte-1gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-8-0-lte-1gb-32gb-4g-lte/index.json index 54700f26b99c..4301e2d41759 100644 --- a/site/public/v1/tablets/lg-g-pad-8-0-lte-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-8-0-lte-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 344.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.8, + "width_mm": 124.2, + "depth_mm": 10.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop)", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.408686", - "updated_at": "2026-07-09T03:39:28.408686", + "created_at": "2026-07-09T04:23:39.027834", + "updated_at": "2026-07-09T04:23:39.027834", "url": "/v1/tablets/lg-g-pad-8-0-lte-1gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-8-3-2gb-16gb-2g/index.json b/site/public/v1/tablets/lg-g-pad-8-3-2gb-16gb-2g/index.json index 6259ed6a7d7e..66f04f7345f2 100644 --- a/site/public/v1/tablets/lg-g-pad-8-3-2gb-16gb-2g/index.json +++ b/site/public/v1/tablets/lg-g-pad-8-3-2gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 338.0, - "dimensions": {}, + "dimensions": { + "height_mm": 216.8, + "width_mm": 126.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0 (Lollipop)", "os_version": "4.2.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.403685", - "updated_at": "2026-07-09T03:39:28.403685", + "created_at": "2026-07-09T04:23:39.022834", + "updated_at": "2026-07-09T04:23:39.022834", "url": "/v1/tablets/lg-g-pad-8-3-2gb-16gb-2g" } diff --git a/site/public/v1/tablets/lg-g-pad-8-3-lte-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-8-3-lte-2gb-16gb-4g-lte/index.json index 8b6fa5280e1f..47139599c326 100644 --- a/site/public/v1/tablets/lg-g-pad-8-3-lte-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-8-3-lte-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 339.9, - "dimensions": {}, + "dimensions": { + "height_mm": 216.9, + "width_mm": 126.5, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), upgradable to 5.0 (Lollipop)", "os_version": "4.2.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.409684", - "updated_at": "2026-07-09T03:39:28.409684", + "created_at": "2026-07-09T04:23:39.029833", + "updated_at": "2026-07-09T04:23:39.029833", "url": "/v1/tablets/lg-g-pad-8-3-lte-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-ii-10-1-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-ii-10-1-2gb-16gb-4g-lte/index.json index 931df196f67a..22a568ef016d 100644 --- a/site/public/v1/tablets/lg-g-pad-ii-10-1-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-ii-10-1-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 489.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.3, + "width_mm": 161.1, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.410684", - "updated_at": "2026-07-09T03:39:28.410684", + "created_at": "2026-07-09T04:23:39.030833", + "updated_at": "2026-07-09T04:23:39.030833", "url": "/v1/tablets/lg-g-pad-ii-10-1-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte/index.json index 881655296a28..b62669210bd2 100644 --- a/site/public/v1/tablets/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 347.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.8, + "width_mm": 124.2, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop)", "os_version": "5.0.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.410684", - "updated_at": "2026-07-09T03:39:28.410684", + "created_at": "2026-07-09T04:23:39.030833", + "updated_at": "2026-07-09T04:23:39.030833", "url": "/v1/tablets/lg-g-pad-ii-8-0-lte-1-5gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte/index.json index e57a52d0bf18..4b749c900fef 100644 --- a/site/public/v1/tablets/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 366.0, - "dimensions": {}, + "dimensions": { + "height_mm": 216.8, + "width_mm": 126.5, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.411696", - "updated_at": "2026-07-09T03:39:28.411696", + "created_at": "2026-07-09T04:23:39.031833", + "updated_at": "2026-07-09T04:23:39.031833", "url": "/v1/tablets/lg-g-pad-ii-8-3-lte-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte/index.json index a79d0fd8434d..4085a928c6c6 100644 --- a/site/public/v1/tablets/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 510.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.2, + "width_mm": 167.9, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.412684", - "updated_at": "2026-07-09T03:39:28.412684", + "created_at": "2026-07-09T04:23:39.033833", + "updated_at": "2026-07-09T04:23:39.033833", "url": "/v1/tablets/lg-g-pad-iii-10-1-fhd-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte/index.json index 94e75c702fe8..4fad3355126e 100644 --- a/site/public/v1/tablets/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 290.0, - "dimensions": {}, + "dimensions": { + "height_mm": 216.2, + "width_mm": 127.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 8.1 (Oreo)", "os_version": "7.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.413684", - "updated_at": "2026-07-09T03:39:28.413684", + "created_at": "2026-07-09T04:23:39.035833", + "updated_at": "2026-07-09T04:23:39.035833", "url": "/v1/tablets/lg-g-pad-iv-8-0-fhd-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-g-pad-x-8-0-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/lg-g-pad-x-8-0-2gb-32gb-4g-lte/index.json index 03bf6bebd61b..06c3ef66615b 100644 --- a/site/public/v1/tablets/lg-g-pad-x-8-0-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-g-pad-x-8-0-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 309.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.8, + "width_mm": 121.9, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 6.0.1 (Marshmallow)", "os_version": "6.0.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.412684", - "updated_at": "2026-07-09T03:39:28.412684", + "created_at": "2026-07-09T04:23:39.034833", + "updated_at": "2026-07-09T04:23:39.034833", "url": "/v1/tablets/lg-g-pad-x-8-0-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/lg-ultra-tab-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/lg-ultra-tab-4gb-64gb-4g-lte/index.json index a62b18eefe83..6fda0abc5b87 100644 --- a/site/public/v1/tablets/lg-ultra-tab-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/lg-ultra-tab-4gb-64gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 16.0, "charging_wireless_w": null, "weight_g": 458.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 157.3, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.415685", - "updated_at": "2026-07-09T03:39:28.415685", + "created_at": "2026-07-09T04:23:39.037833", + "updated_at": "2026-07-09T04:23:39.037833", "url": "/v1/tablets/lg-ultra-tab-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/micromax-canvas-tab-p470-1gb-8gb-3g/index.json b/site/public/v1/tablets/micromax-canvas-tab-p470-1gb-8gb-3g/index.json index 19e09c027cc2..80f478fef174 100644 --- a/site/public/v1/tablets/micromax-canvas-tab-p470-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/micromax-canvas-tab-p470-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 306.0, - "dimensions": {}, + "dimensions": { + "height_mm": 192.0, + "width_mm": 113.0, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.419836", - "updated_at": "2026-07-09T03:39:28.419836", + "created_at": "2026-07-09T04:23:39.042833", + "updated_at": "2026-07-09T04:23:39.042833", "url": "/v1/tablets/micromax-canvas-tab-p470-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/micromax-canvas-tab-p666-1gb-8gb-3g/index.json b/site/public/v1/tablets/micromax-canvas-tab-p666-1gb-8gb-3g/index.json index 026607f07e7b..d480f292fe86 100644 --- a/site/public/v1/tablets/micromax-canvas-tab-p666-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/micromax-canvas-tab-p666-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.5, - "dimensions": {}, + "dimensions": { + "height_mm": 213.9, + "width_mm": 124.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.420837", - "updated_at": "2026-07-09T03:39:28.420837", + "created_at": "2026-07-09T04:23:39.043833", + "updated_at": "2026-07-09T04:23:39.043833", "url": "/v1/tablets/micromax-canvas-tab-p666-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/motorola-moto-tab-g62-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/motorola-moto-tab-g62-4gb-64gb-4g-lte/index.json index 5d0e544fa714..7dec5cb0b52c 100644 --- a/site/public/v1/tablets/motorola-moto-tab-g62-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/motorola-moto-tab-g62-4gb-64gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 465.0, - "dimensions": {}, + "dimensions": { + "height_mm": 251.2, + "width_mm": 158.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.429845", - "updated_at": "2026-07-09T03:39:28.429845", + "created_at": "2026-07-09T04:23:39.056842", + "updated_at": "2026-07-09T04:23:39.056842", "url": "/v1/tablets/motorola-moto-tab-g62-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/motorola-moto-tab-g70-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/motorola-moto-tab-g70-6gb-128gb-4g-lte/index.json index a98bb1442641..cca1fd3fc0b8 100644 --- a/site/public/v1/tablets/motorola-moto-tab-g70-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/motorola-moto-tab-g70-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7700, - "charging_wired_w": null, + "charging_wired_w": 20.0, "charging_wireless_w": null, "weight_g": 500.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.4, + "width_mm": 163.0, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.429845", - "updated_at": "2026-07-09T03:39:28.429845", + "created_at": "2026-07-09T04:23:39.056842", + "updated_at": "2026-07-09T04:23:39.056842", "url": "/v1/tablets/motorola-moto-tab-g70-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/motorola-tab-g20-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/motorola-tab-g20-3gb-32gb-4g-lte/index.json index 07262311c6ad..8f3ef825007a 100644 --- a/site/public/v1/tablets/motorola-tab-g20-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/motorola-tab-g20-3gb-32gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 305.0, - "dimensions": {}, + "dimensions": { + "height_mm": 199.1, + "width_mm": 121.8, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.428845", - "updated_at": "2026-07-09T03:39:28.428845", + "created_at": "2026-07-09T04:23:39.055903", + "updated_at": "2026-07-09T04:23:39.055903", "url": "/v1/tablets/motorola-tab-g20-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/motorola-xoom-2-3g-mz616-1gb-32gb-3g/index.json b/site/public/v1/tablets/motorola-xoom-2-3g-mz616-1gb-32gb-3g/index.json index 1524a049dcc2..f11a13984bac 100644 --- a/site/public/v1/tablets/motorola-xoom-2-3g-mz616-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/motorola-xoom-2-3g-mz616-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 599.0, - "dimensions": {}, + "dimensions": { + "height_mm": 253.9, + "width_mm": 173.6, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0.4 (Ice Cream Sandwich)", "os_version": "3.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.426845", - "updated_at": "2026-07-09T03:39:28.426845", + "created_at": "2026-07-09T04:23:39.052956", + "updated_at": "2026-07-09T04:23:39.052956", "url": "/v1/tablets/motorola-xoom-2-3g-mz616-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g/index.json b/site/public/v1/tablets/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g/index.json index d7a532dd66f2..9d8ebea64122 100644 --- a/site/public/v1/tablets/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g/index.json +++ b/site/public/v1/tablets/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 386.0, - "dimensions": {}, + "dimensions": { + "height_mm": 216.0, + "width_mm": 139.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0.4 (Ice Cream Sandwich)", "os_version": "3.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.426845", - "updated_at": "2026-07-09T03:39:28.426845", + "created_at": "2026-07-09T04:23:39.053906", + "updated_at": "2026-07-09T04:23:39.053906", "url": "/v1/tablets/motorola-xoom-2-media-edition-3g-mz608-1gb-16gb-3g" } diff --git a/site/public/v1/tablets/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g/index.json b/site/public/v1/tablets/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g/index.json index 0f6d8fe99d36..e9f5bf4d98d2 100644 --- a/site/public/v1/tablets/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g/index.json +++ b/site/public/v1/tablets/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 386.0, - "dimensions": {}, + "dimensions": { + "height_mm": 216.0, + "width_mm": 139.0, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0.4 (Ice Cream Sandwich)", "os_version": "3.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.427848", - "updated_at": "2026-07-09T03:39:28.427848", + "created_at": "2026-07-09T04:23:39.053906", + "updated_at": "2026-07-09T04:23:39.053906", "url": "/v1/tablets/motorola-xoom-2-media-edition-mz607-1gb-32gb-2g" } diff --git a/site/public/v1/tablets/motorola-xoom-2-mz615-1gb-32gb-2g/index.json b/site/public/v1/tablets/motorola-xoom-2-mz615-1gb-32gb-2g/index.json index f30190fecb4c..63d053f52040 100644 --- a/site/public/v1/tablets/motorola-xoom-2-mz615-1gb-32gb-2g/index.json +++ b/site/public/v1/tablets/motorola-xoom-2-mz615-1gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 599.0, - "dimensions": {}, + "dimensions": { + "height_mm": 253.9, + "width_mm": 173.6, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0.4 (Ice Cream Sandwich)", "os_version": "3.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.427848", - "updated_at": "2026-07-09T03:39:28.427848", + "created_at": "2026-07-09T04:23:39.054945", + "updated_at": "2026-07-09T04:23:39.054945", "url": "/v1/tablets/motorola-xoom-2-mz615-1gb-32gb-2g" } diff --git a/site/public/v1/tablets/nokia-t10-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/nokia-t10-4gb-64gb-4g-lte/index.json index 471def3e7167..3d3b8391af77 100644 --- a/site/public/v1/tablets/nokia-t10-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/nokia-t10-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5250, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 375.0, - "dimensions": {}, + "dimensions": { + "height_mm": 208.0, + "width_mm": 123.2, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13", "os_version": "12", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.433846", - "updated_at": "2026-07-09T03:39:28.433846", + "created_at": "2026-07-09T04:23:39.060839", + "updated_at": "2026-07-09T04:23:39.060839", "url": "/v1/tablets/nokia-t10-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/nokia-t20-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/nokia-t20-4gb-64gb-4g-lte/index.json index ba4d5fbcebf8..b1cf3a7439b3 100644 --- a/site/public/v1/tablets/nokia-t20-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/nokia-t20-4gb-64gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8200, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 465.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 157.5, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.432846", - "updated_at": "2026-07-09T03:39:28.432846", + "created_at": "2026-07-09T04:23:39.060839", + "updated_at": "2026-07-09T04:23:39.060839", "url": "/v1/tablets/nokia-t20-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/oneplus-pad-12gb-256gb-4g-lte/index.json b/site/public/v1/tablets/oneplus-pad-12gb-256gb-4g-lte/index.json index d3f24bb2ad6e..ddddecae4fa1 100644 --- a/site/public/v1/tablets/oneplus-pad-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/oneplus-pad-12gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 9510, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 552.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.0, + "width_mm": 189.4, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, OxygenOS 13.1", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.434847", - "updated_at": "2026-07-09T03:39:28.434847", + "created_at": "2026-07-09T04:23:39.062835", + "updated_at": "2026-07-09T04:23:39.062835", "url": "/v1/tablets/oneplus-pad-12gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/oneplus-pad-2-12gb-256gb-4g-lte/index.json b/site/public/v1/tablets/oneplus-pad-2-12gb-256gb-4g-lte/index.json index 95d158b3fbf8..2bbc39d4332e 100644 --- a/site/public/v1/tablets/oneplus-pad-2-12gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/oneplus-pad-2-12gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 9510, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 584.0, - "dimensions": {}, + "dimensions": { + "height_mm": 268.7, + "width_mm": 195.1, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 14, OxygenOS 14.1", "os_version": "14", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.435845", - "updated_at": "2026-07-09T03:39:28.435845", + "created_at": "2026-07-09T04:23:39.063843", + "updated_at": "2026-07-09T04:23:39.063843", "url": "/v1/tablets/oneplus-pad-2-12gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/oneplus-pad-go-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/oneplus-pad-go-8gb-256gb-4g-lte/index.json index b3d3b714b421..492678016a27 100644 --- a/site/public/v1/tablets/oneplus-pad-go-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/oneplus-pad-go-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 532.0, - "dimensions": {}, + "dimensions": { + "height_mm": 255.1, + "width_mm": 188.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13, OxygenOS 13.2", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.435845", - "updated_at": "2026-07-09T03:39:28.435845", + "created_at": "2026-07-09T04:23:39.063843", + "updated_at": "2026-07-09T04:23:39.063843", "url": "/v1/tablets/oneplus-pad-go-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/oneplus-pad-pro-16gb-512gb-4g-lte/index.json b/site/public/v1/tablets/oneplus-pad-pro-16gb-512gb-4g-lte/index.json index a9d268a80ffd..78e511c2fd42 100644 --- a/site/public/v1/tablets/oneplus-pad-pro-16gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/oneplus-pad-pro-16gb-512gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 9510, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 584.0, - "dimensions": {}, + "dimensions": { + "height_mm": 268.7, + "width_mm": 195.1, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 14, OxygenOS 14.1", "os_version": "14", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.436968", - "updated_at": "2026-07-09T03:39:28.436968", + "created_at": "2026-07-09T04:23:39.065843", + "updated_at": "2026-07-09T04:23:39.065843", "url": "/v1/tablets/oneplus-pad-pro-16gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/oppo-pad-2-12gb-512gb-4g-lte/index.json b/site/public/v1/tablets/oppo-pad-2-12gb-512gb-4g-lte/index.json index dcfef197b966..862ec75c29af 100644 --- a/site/public/v1/tablets/oppo-pad-2-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/oppo-pad-2-12gb-512gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 9510, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 552.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.0, + "width_mm": 189.4, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, ColorOS 13.1", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.438478", - "updated_at": "2026-07-09T03:39:28.438478", + "created_at": "2026-07-09T04:23:39.068850", + "updated_at": "2026-07-09T04:23:39.068850", "url": "/v1/tablets/oppo-pad-2-12gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/oppo-pad-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/oppo-pad-8gb-256gb-4g-lte/index.json index adcbade24ec4..613e4ed8b0f6 100644 --- a/site/public/v1/tablets/oppo-pad-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/oppo-pad-8gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8360, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 507.0, - "dimensions": {}, + "dimensions": { + "height_mm": 252.2, + "width_mm": 163.8, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 11, ColorOS 12", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.436968", - "updated_at": "2026-07-09T03:39:28.436968", + "created_at": "2026-07-09T04:23:39.067849", + "updated_at": "2026-07-09T04:23:39.067849", "url": "/v1/tablets/oppo-pad-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/oppo-pad-air-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/oppo-pad-air-6gb-128gb-4g-lte/index.json index e7e59bf75e3e..3cd60dc54b84 100644 --- a/site/public/v1/tablets/oppo-pad-air-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/oppo-pad-air-6gb-128gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 440.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.1, + "width_mm": 154.8, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 12, ColorOS 12", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.438478", - "updated_at": "2026-07-09T03:39:28.438478", + "created_at": "2026-07-09T04:23:39.067849", + "updated_at": "2026-07-09T04:23:39.067849", "url": "/v1/tablets/oppo-pad-air-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/oppo-pad-air2-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/oppo-pad-air2-8gb-256gb-4g-lte/index.json index 822ad72fdae9..ff0ff7a7c163 100644 --- a/site/public/v1/tablets/oppo-pad-air2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/oppo-pad-air2-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 538.0, - "dimensions": {}, + "dimensions": { + "height_mm": 255.1, + "width_mm": 188.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13, ColorOS 13.2", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.439488", - "updated_at": "2026-07-09T03:39:28.439488", + "created_at": "2026-07-09T04:23:39.069849", + "updated_at": "2026-07-09T04:23:39.069849", "url": "/v1/tablets/oppo-pad-air2-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/oppo-pad-neo-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/oppo-pad-neo-8gb-128gb-4g-lte/index.json index 9e6de6de84db..b28560d6d471 100644 --- a/site/public/v1/tablets/oppo-pad-neo-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/oppo-pad-neo-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 538.0, - "dimensions": {}, + "dimensions": { + "height_mm": 255.1, + "width_mm": 188.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13, ColorOS 13.2", "os_version": "13", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.440488", - "updated_at": "2026-07-09T03:39:28.440488", + "created_at": "2026-07-09T04:23:39.071849", + "updated_at": "2026-07-09T04:23:39.071849", "url": "/v1/tablets/oppo-pad-neo-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/realme-pad-2-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/realme-pad-2-8gb-256gb-4g-lte/index.json index a53ead5bc8f1..f167ed06a43e 100644 --- a/site/public/v1/tablets/realme-pad-2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/realme-pad-2-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8360, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 518.0, - "dimensions": {}, + "dimensions": { + "height_mm": 268.2, + "width_mm": 168.5, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 13 or Android 14, Realme UI 4", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.465686", - "updated_at": "2026-07-09T03:39:28.465686", + "created_at": "2026-07-09T04:23:39.131374", + "updated_at": "2026-07-09T04:23:39.131374", "url": "/v1/tablets/realme-pad-2-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/realme-pad-2-lite-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/realme-pad-2-lite-8gb-128gb-4g-lte/index.json index f08e15b60f9b..e416da655584 100644 --- a/site/public/v1/tablets/realme-pad-2-lite-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/realme-pad-2-lite-8gb-128gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 8300, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 525.0, - "dimensions": {}, + "dimensions": { + "height_mm": 258.0, + "width_mm": 169.5, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 14, Realme UI 5.0 for Pad", "os_version": "14", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.466674", - "updated_at": "2026-07-09T03:39:28.466674", + "created_at": "2026-07-09T04:23:39.133376", + "updated_at": "2026-07-09T04:23:39.133376", "url": "/v1/tablets/realme-pad-2-lite-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/realme-pad-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/realme-pad-6gb-128gb-4g-lte/index.json index 0d7676b1e377..b8c6936adf1d 100644 --- a/site/public/v1/tablets/realme-pad-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/realme-pad-6gb-128gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 7100, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 440.0, - "dimensions": {}, + "dimensions": { + "height_mm": 246.1, + "width_mm": 155.9, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.462772", - "updated_at": "2026-07-09T03:39:28.462772", + "created_at": "2026-07-09T04:23:39.126376", + "updated_at": "2026-07-09T04:23:39.126376", "url": "/v1/tablets/realme-pad-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/realme-pad-mini-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/realme-pad-mini-6gb-128gb-4g-lte/index.json index 58587202ce23..e70bf0bd53c1 100644 --- a/site/public/v1/tablets/realme-pad-mini-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/realme-pad-mini-6gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 6400, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 372.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.8, + "width_mm": 124.5, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.463675", - "updated_at": "2026-07-09T03:39:28.463675", + "created_at": "2026-07-09T04:23:39.127378", + "updated_at": "2026-07-09T04:23:39.127378", "url": "/v1/tablets/realme-pad-mini-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/realme-pad-x-6gb-128gb-5g/index.json b/site/public/v1/tablets/realme-pad-x-6gb-128gb-5g/index.json index fb6a8e2f04a1..f4bda46ce334 100644 --- a/site/public/v1/tablets/realme-pad-x-6gb-128gb-5g/index.json +++ b/site/public/v1/tablets/realme-pad-x-6gb-128gb-5g/index.json @@ -1,10 +1,10 @@ { - "id": 2150, + "id": 2436, "slug": "realme-pad-x-6gb-128gb-5g", "base_model_slug": "pad-x", "name": "Realme Pad X", "brand": { - "id": 39, + "id": 45, "slug": "realme", "name": "realme", "country": "CN", @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8340, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 499.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.5, + "width_mm": 161.1, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android, Realme UI 3.0", "os_version": null, @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-06-24T08:54:39.136856", - "updated_at": "2026-06-24T08:54:39.136869", + "created_at": "2026-07-09T04:23:39.129379", + "updated_at": "2026-07-09T04:23:39.129379", "url": "/v1/tablets/realme-pad-x-6gb-128gb-5g" } diff --git a/site/public/v1/tablets/samsung-ativ-tab-p8510-2gb-64gb-2g/index.json b/site/public/v1/tablets/samsung-ativ-tab-p8510-2gb-64gb-2g/index.json index 54d2dafe0fc4..6161168ea525 100644 --- a/site/public/v1/tablets/samsung-ativ-tab-p8510-2gb-64gb-2g/index.json +++ b/site/public/v1/tablets/samsung-ativ-tab-p8510-2gb-64gb-2g/index.json @@ -1,10 +1,10 @@ { - "id": 2249, + "id": 2548, "slug": "samsung-ativ-tab-p8510-2gb-64gb-2g", "base_model_slug": "ativ-tab-p8510", "name": "Samsung Ativ Tab P8510", "brand": { - "id": 113, + "id": 120, "slug": "samsung", "name": "Samsung", "country": "KR", @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 570.0, - "dimensions": {}, + "dimensions": { + "height_mm": 265.8, + "width_mm": 168.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Microsoft Windows RT", "os_version": null, @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-06-24T08:54:39.172679", - "updated_at": "2026-06-24T08:54:39.172692", + "created_at": "2026-07-09T04:23:39.152373", + "updated_at": "2026-07-09T04:23:39.152373", "url": "/v1/tablets/samsung-ativ-tab-p8510-2gb-64gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte/index.json index 91543c019721..f2f9ef9ec1ac 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 565.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.7, + "width_mm": 175.3, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 3.1 (Honeycomb)", "os_version": "3.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.470674", - "updated_at": "2026-07-09T03:39:28.470674", + "created_at": "2026-07-09T04:23:39.139376", + "updated_at": "2026-07-09T04:23:39.139376", "url": "/v1/tablets/samsung-galaxy-tab-10-1-lte-i905-1gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g/index.json index 982b3d3a2c33..7222009fd175 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 560.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.7, + "width_mm": 175.3, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 3.0 (Honeycomb), upgradable to 4.0 (Ice Cream Sandwich), TouchWiz UX UI", "os_version": "3.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.470674", - "updated_at": "2026-07-09T03:39:28.470674", + "created_at": "2026-07-09T04:23:39.139376", + "updated_at": "2026-07-09T04:23:39.139376", "url": "/v1/tablets/samsung-galaxy-tab-10-1-p7510-1gb-64gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte/index.json index 6b433e62831d..ee6696e94bbf 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 581.2, - "dimensions": {}, + "dimensions": { + "height_mm": 256.6, + "width_mm": 175.3, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.0 (Ice Cream Sandwich)", "os_version": "4.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.481668", - "updated_at": "2026-07-09T03:39:28.481668", + "created_at": "2026-07-09T04:23:39.154373", + "updated_at": "2026-07-09T04:23:39.154373", "url": "/v1/tablets/samsung-galaxy-tab-2-10-1-cdma-1gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g/index.json index 633e4742b2ef..560e6e915c12 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 588.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.6, + "width_mm": 175.3, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean), TouchWiz UX UI", "os_version": "4.0.3", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.482668", - "updated_at": "2026-07-09T03:39:28.482668", + "created_at": "2026-07-09T04:23:39.154373", + "updated_at": "2026-07-09T04:23:39.154373", "url": "/v1/tablets/samsung-galaxy-tab-2-10-1-p5100-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g/index.json index bdae4a82a7a0..41315fef39dc 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 581.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.6, + "width_mm": 175.3, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), upgradable to 4.2.2 (Jelly Bean), TouchWiz UX UI", "os_version": "4.0.3", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.482668", - "updated_at": "2026-07-09T03:39:28.482668", + "created_at": "2026-07-09T04:23:39.155376", + "updated_at": "2026-07-09T04:23:39.155376", "url": "/v1/tablets/samsung-galaxy-tab-2-10-1-p5110-1gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte/index.json index ea42f84d4e77..d593ce6283e9 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 345.7, - "dimensions": {}, + "dimensions": { + "height_mm": 193.8, + "width_mm": 122.4, + "depth_mm": 10.4 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), upgradable to 4.1.2 (Jelly Bean)", "os_version": "4.0.3", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.483667", - "updated_at": "2026-07-09T03:39:28.483667", + "created_at": "2026-07-09T04:23:39.156376", + "updated_at": "2026-07-09T04:23:39.156376", "url": "/v1/tablets/samsung-galaxy-tab-2-7-0-i705-1gb-8gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g/index.json index bbf3e49e0e39..7aecdd109f6e 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 345.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.7, + "width_mm": 122.4, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), upgradable to 4.2.2 (Jelly Bean), TouchWiz UX UI", "os_version": "4.0.3", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.483667", - "updated_at": "2026-07-09T03:39:28.483667", + "created_at": "2026-07-09T04:23:39.158373", + "updated_at": "2026-07-09T04:23:39.158373", "url": "/v1/tablets/samsung-galaxy-tab-2-7-0-p3100-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g/index.json index 3d55bcaf9a40..47177c67d970 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 344.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.7, + "width_mm": 122.4, + "depth_mm": 10.5 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), upgradable to 4.2.2 (Jelly Bean), TouchWiz UX UI", "os_version": "4.0.3", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.484739", - "updated_at": "2026-07-09T03:39:28.484739", + "created_at": "2026-07-09T04:23:39.159376", + "updated_at": "2026-07-09T04:23:39.159376", "url": "/v1/tablets/samsung-galaxy-tab-2-7-0-p3110-1gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g/index.json index dd4371385af8..60ea90dbc8b7 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 510.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.1, + "width_mm": 176.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), TouchWiz UX UI", "os_version": "4.2.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.489673", - "updated_at": "2026-07-09T03:39:28.489673", + "created_at": "2026-07-09T04:23:39.164375", + "updated_at": "2026-07-09T04:23:39.164375", "url": "/v1/tablets/samsung-galaxy-tab-3-10-1-p5200-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g/index.json index 92d3ba6aabb7..4b6903284de0 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 510.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.1, + "width_mm": 176.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), TouchWiz UI", "os_version": "4.2.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.490673", - "updated_at": "2026-07-09T03:39:28.490673", + "created_at": "2026-07-09T04:23:39.165373", + "updated_at": "2026-07-09T04:23:39.165373", "url": "/v1/tablets/samsung-galaxy-tab-3-10-1-p5210-1gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte/index.json index 3775dcf7363d..2ac22acc159f 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 510.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.1, + "width_mm": 176.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean), TouchWiz UI", "os_version": "4.2.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.502675", - "updated_at": "2026-07-09T03:39:28.502675", + "created_at": "2026-07-09T04:23:39.166373", + "updated_at": "2026-07-09T04:23:39.166373", "url": "/v1/tablets/samsung-galaxy-tab-3-10-1-p5220-1gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte/index.json index dd995bd6d985..01954c2214e5 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 306.0, - "dimensions": {}, + "dimensions": { + "height_mm": 188.0, + "width_mm": 111.1, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), TouchWiz UX UI", "os_version": "4.1.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.514705", - "updated_at": "2026-07-09T03:39:28.514705", + "created_at": "2026-07-09T04:23:39.167383", + "updated_at": "2026-07-09T04:23:39.167383", "url": "/v1/tablets/samsung-galaxy-tab-3-7-0-1gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g/index.json index b1bde208a06f..f3302505ed74 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 302.0, - "dimensions": {}, + "dimensions": { + "height_mm": 188.0, + "width_mm": 111.1, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), TouchWiz UX UI", "os_version": "4.1.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.524870", - "updated_at": "2026-07-09T03:39:28.524870", + "created_at": "2026-07-09T04:23:39.168383", + "updated_at": "2026-07-09T04:23:39.168383", "url": "/v1/tablets/samsung-galaxy-tab-3-7-0-wifi-1gb-16gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte/index.json index 3000745bb784..67a309b8f873 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 314.0, - "dimensions": {}, + "dimensions": { + "height_mm": 209.8, + "width_mm": 123.8, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 4.2.2 (Jelly Bean)", "os_version": "4.2.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.532864", - "updated_at": "2026-07-09T03:39:28.532864", + "created_at": "2026-07-09T04:23:39.169385", + "updated_at": "2026-07-09T04:23:39.169385", "url": "/v1/tablets/samsung-galaxy-tab-3-8-0-1-5gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g/index.json index 966882af0e86..b4a12d26633f 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.4, + "width_mm": 116.4, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.541383", - "updated_at": "2026-07-09T03:39:28.541383", + "created_at": "2026-07-09T04:23:39.172444", + "updated_at": "2026-07-09T04:23:39.172444", "url": "/v1/tablets/samsung-galaxy-tab-3-lite-7-0-1gb-8gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g/index.json index cc2de8e23f0a..dd7afcb96a4f 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 322.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.4, + "width_mm": 116.4, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.2 (Jelly Bean)", "os_version": "4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.542480", - "updated_at": "2026-07-09T03:39:28.542480", + "created_at": "2026-07-09T04:23:39.173461", + "updated_at": "2026-07-09T04:23:39.173461", "url": "/v1/tablets/samsung-galaxy-tab-3-lite-7-0-3g-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g/index.json index e35d8b17bde1..2288eda9c957 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 310.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.4, + "width_mm": 116.4, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.564679", - "updated_at": "2026-07-09T03:39:28.564679", + "created_at": "2026-07-09T04:23:39.196410", + "updated_at": "2026-07-09T04:23:39.196410", "url": "/v1/tablets/samsung-galaxy-tab-3-lite-7-0-ve-1gb-8gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-3-v-1gb-8gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-3-v-1gb-8gb-3g/index.json index 63135e51fa61..0c94f3c06130 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-3-v-1gb-8gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-3-v-1gb-8gb-3g/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 322.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.4, + "width_mm": 116.4, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.4 (KitKat)", "os_version": "4.4", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.565680", - "updated_at": "2026-07-09T03:39:28.565680", + "created_at": "2026-07-09T04:23:39.197417", + "updated_at": "2026-07-09T04:23:39.197417", "url": "/v1/tablets/samsung-galaxy-tab-3-v-1gb-8gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g/index.json index 8c41fddf4a72..b53aa5627068 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 487.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.4, + "width_mm": 176.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UX UI", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.544486", - "updated_at": "2026-07-09T03:39:28.544486", + "created_at": "2026-07-09T04:23:39.175488", + "updated_at": "2026-07-09T04:23:39.175488", "url": "/v1/tablets/samsung-galaxy-tab-4-10-1-1-5gb-16gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g/index.json index c328d5378641..2b150f8d6baa 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 487.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.4, + "width_mm": 176.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.4", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.567750", - "updated_at": "2026-07-09T03:39:28.567750", + "created_at": "2026-07-09T04:23:39.199416", + "updated_at": "2026-07-09T04:23:39.199416", "url": "/v1/tablets/samsung-galaxy-tab-4-10-1-2015-1-5gb-16gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g/index.json index e4941c8d70f7..c4f277b20595 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 487.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.4, + "width_mm": 176.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.0.2 (Lollipop), TouchWiz UX UI", "os_version": "4.4.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.545486", - "updated_at": "2026-07-09T03:39:28.545486", + "created_at": "2026-07-09T04:23:39.175488", + "updated_at": "2026-07-09T04:23:39.175488", "url": "/v1/tablets/samsung-galaxy-tab-4-10-1-3g-1-5gb-16gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte/index.json index b46893f2f21c..88dd1ca6b032 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 487.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.4, + "width_mm": 176.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UX UI", "os_version": "4.4.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.546487", - "updated_at": "2026-07-09T03:39:28.546487", + "created_at": "2026-07-09T04:23:39.176483", + "updated_at": "2026-07-09T04:23:39.176483", "url": "/v1/tablets/samsung-galaxy-tab-4-10-1-lte-1-5gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g/index.json index 9bb1135ba219..e03d75ba5f26 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 276.0, - "dimensions": {}, + "dimensions": { + "height_mm": 186.9, + "width_mm": 107.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UX UI", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.547492", - "updated_at": "2026-07-09T03:39:28.547492", + "created_at": "2026-07-09T04:23:39.177486", + "updated_at": "2026-07-09T04:23:39.177486", "url": "/v1/tablets/samsung-galaxy-tab-4-7-0-1-5gb-16gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g/index.json index fde2213e6a6b..06ac1ed0c0d1 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 276.0, - "dimensions": {}, + "dimensions": { + "height_mm": 186.9, + "width_mm": 107.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UI", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.547492", - "updated_at": "2026-07-09T03:39:28.547492", + "created_at": "2026-07-09T04:23:39.178493", + "updated_at": "2026-07-09T04:23:39.178493", "url": "/v1/tablets/samsung-galaxy-tab-4-7-0-3g-1-5gb-16gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte/index.json index e087f08cc05d..22ecbefab9e9 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 276.0, - "dimensions": {}, + "dimensions": { + "height_mm": 186.9, + "width_mm": 107.9, + "depth_mm": 9.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UX UI", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.548490", - "updated_at": "2026-07-09T03:39:28.548490", + "created_at": "2026-07-09T04:23:39.179394", + "updated_at": "2026-07-09T04:23:39.179394", "url": "/v1/tablets/samsung-galaxy-tab-4-7-0-lte-1-5gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g/index.json index e1afa23cf7d8..ad0ed74af2f6 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.549489", - "updated_at": "2026-07-09T03:39:28.549489", + "created_at": "2026-07-09T04:23:39.180378", + "updated_at": "2026-07-09T04:23:39.180378", "url": "/v1/tablets/samsung-galaxy-tab-4-8-0-1-5gb-16gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g/index.json index 24ccf68d55d8..d999556e7031 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat)", "os_version": "4.4.4", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.568817", - "updated_at": "2026-07-09T03:39:28.568817", + "created_at": "2026-07-09T04:23:39.200413", + "updated_at": "2026-07-09T04:23:39.200413", "url": "/v1/tablets/samsung-galaxy-tab-4-8-0-2015-1-5gb-16gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g/index.json index 493beebd9e80..ce62c272648d 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.550490", - "updated_at": "2026-07-09T03:39:28.550490", + "created_at": "2026-07-09T04:23:39.180378", + "updated_at": "2026-07-09T04:23:39.180378", "url": "/v1/tablets/samsung-galaxy-tab-4-8-0-3g-1-5gb-16gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte/index.json index b96a2aafc781..7955b95d36f9 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 320.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat)", "os_version": "4.4.2", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.551486", - "updated_at": "2026-07-09T03:39:28.551486", + "created_at": "2026-07-09T04:23:39.181882", + "updated_at": "2026-07-09T04:23:39.181882", "url": "/v1/tablets/samsung-galaxy-tab-4-8-0-lte-1-5gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte/index.json index 3fc996ceead4..e55d3c0935b3 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.2, - "dimensions": {}, + "dimensions": { + "height_mm": 196.6, + "width_mm": 133.1, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb)", "os_version": "3.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.485677", - "updated_at": "2026-07-09T03:39:28.485677", + "created_at": "2026-07-09T04:23:39.160373", + "updated_at": "2026-07-09T04:23:39.160373", "url": "/v1/tablets/samsung-galaxy-tab-7-7-lte-i815-1gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte/index.json index c2adde2bd521..5a3a4f8f78b9 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 458.0, - "dimensions": {}, + "dimensions": { + "height_mm": 230.9, + "width_mm": 157.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb)", "os_version": "3.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.486683", - "updated_at": "2026-07-09T03:39:28.486683", + "created_at": "2026-07-09T04:23:39.161373", + "updated_at": "2026-07-09T04:23:39.161373", "url": "/v1/tablets/samsung-galaxy-tab-8-9-4g-p7320t-1gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte/index.json index 02f43a3547f3..ea7b3046184a 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 455.0, - "dimensions": {}, + "dimensions": { + "height_mm": 230.9, + "width_mm": 157.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb)", "os_version": "3.2", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.471674", - "updated_at": "2026-07-09T03:39:28.471674", + "created_at": "2026-07-09T04:23:39.141376", + "updated_at": "2026-07-09T04:23:39.141376", "url": "/v1/tablets/samsung-galaxy-tab-8-9-lte-i957-1gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g/index.json index d06a9356284d..c34f39be060f 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 453.0, - "dimensions": {}, + "dimensions": { + "height_mm": 230.9, + "width_mm": 157.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 3.0 (Honeycomb), TouchWiz UX UI", "os_version": "3.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.472673", - "updated_at": "2026-07-09T03:39:28.472673", + "created_at": "2026-07-09T04:23:39.142376", + "updated_at": "2026-07-09T04:23:39.142376", "url": "/v1/tablets/samsung-galaxy-tab-8-9-p7300-1gb-64gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g/index.json index 7385a605d183..f9cbe233826b 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 447.9, - "dimensions": {}, + "dimensions": { + "height_mm": 230.9, + "width_mm": 157.8, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 3.0 (Honeycomb), upgradable to 3.1 (Honeycomb)", "os_version": "3.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.473673", - "updated_at": "2026-07-09T03:39:28.473673", + "created_at": "2026-07-09T04:23:39.143377", + "updated_at": "2026-07-09T04:23:39.143377", "url": "/v1/tablets/samsung-galaxy-tab-8-9-p7310-1gb-64gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte/index.json index d1ce594bc321..31b2c41d4e17 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 525.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.2, + "width_mm": 155.3, + "depth_mm": 8.2 + }, "ip_rating": null, "os": "Android 6.0 (Marshmallow), upgradable to Android 8.1 (Oreo)", "os_version": "6.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.578682", - "updated_at": "2026-07-09T03:39:28.578682", + "created_at": "2026-07-09T04:23:39.210463", + "updated_at": "2026-07-09T04:23:39.210463", "url": "/v1/tablets/samsung-galaxy-tab-a-10-1-2016-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte/index.json index 03b748d31080..1b3560ac71b8 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte/index.json @@ -53,7 +53,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 469.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.2, + "width_mm": 149.4, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.0", "os_version": "9.0", @@ -69,7 +73,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.589681", - "updated_at": "2026-07-09T03:39:28.589681", + "created_at": "2026-07-09T04:23:39.222409", + "updated_at": "2026-07-09T04:23:39.222409", "url": "/v1/tablets/samsung-galaxy-tab-a-10-1-2019-3gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte/index.json index a0b26774dcb2..8ebd159f835b 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7300, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 529.0, - "dimensions": {}, + "dimensions": { + "height_mm": 260.0, + "width_mm": 161.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10", "os_version": "8.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.585674", - "updated_at": "2026-07-09T03:39:28.585674", + "created_at": "2026-07-09T04:23:39.218410", + "updated_at": "2026-07-09T04:23:39.218410", "url": "/v1/tablets/samsung-galaxy-tab-a-10-5-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte/index.json index 201105b5b6ea..c03e8443e1da 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 283.0, - "dimensions": {}, + "dimensions": { + "height_mm": 186.9, + "width_mm": 108.8, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop)", "os_version": "5.1.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.579680", - "updated_at": "2026-07-09T03:39:28.579680", + "created_at": "2026-07-09T04:23:39.211498", + "updated_at": "2026-07-09T04:23:39.211498", "url": "/v1/tablets/samsung-galaxy-tab-a-7-0-2016-1-5gb-8gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte/index.json index 4a8f973241f3..b9eaf03d5c45 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 313.0, - "dimensions": {}, + "dimensions": { + "height_mm": 208.3, + "width_mm": 137.9, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.569768", - "updated_at": "2026-07-09T03:39:28.569768", + "created_at": "2026-07-09T04:23:39.202415", + "updated_at": "2026-07-09T04:23:39.202415", "url": "/v1/tablets/samsung-galaxy-tab-a-8-0-2015-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte/index.json index 86dacd3b1893..80f2e7697921 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 364.0, - "dimensions": {}, + "dimensions": { + "height_mm": 212.1, + "width_mm": 124.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 7.1 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.582677", - "updated_at": "2026-07-09T03:39:28.582677", + "created_at": "2026-07-09T04:23:39.214407", + "updated_at": "2026-07-09T04:23:39.214407", "url": "/v1/tablets/samsung-galaxy-tab-a-8-0-2017-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte/index.json index a907e9d00b16..fbfd8048254b 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 358.0, - "dimensions": {}, + "dimensions": { + "height_mm": 206.6, + "width_mm": 126.7, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo)", "os_version": "8.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.586675", - "updated_at": "2026-07-09T03:39:28.586675", + "created_at": "2026-07-09T04:23:39.219416", + "updated_at": "2026-07-09T04:23:39.219416", "url": "/v1/tablets/samsung-galaxy-tab-a-8-0-2018-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte/index.json index 453ad425159b..692f2e06dd99 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 345.0, - "dimensions": {}, + "dimensions": { + "height_mm": 210.0, + "width_mm": 124.4, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11", "os_version": "9.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.590680", - "updated_at": "2026-07-09T03:39:28.590680", + "created_at": "2026-07-09T04:23:39.223415", + "updated_at": "2026-07-09T04:23:39.223415", "url": "/v1/tablets/samsung-galaxy-tab-a-8-0-2019-3gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte/index.json index 195db0433398..819eb8f1677f 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 338.0, - "dimensions": {}, + "dimensions": { + "height_mm": 208.4, + "width_mm": 137.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.571791", - "updated_at": "2026-07-09T03:39:28.571791", + "created_at": "2026-07-09T04:23:39.203413", + "updated_at": "2026-07-09T04:23:39.203413", "url": "/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2015-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte/index.json index 36dc059380d3..b79711c4da40 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 325.0, - "dimensions": {}, + "dimensions": { + "height_mm": 201.5, + "width_mm": 122.4, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI Core 3.1", "os_version": "9.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.591682", - "updated_at": "2026-07-09T03:39:28.591682", + "created_at": "2026-07-09T04:23:39.224413", + "updated_at": "2026-07-09T04:23:39.224413", "url": "/v1/tablets/samsung-galaxy-tab-a-8-0-s-pen-2019-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte/index.json index a56bfc2fde13..ba3afe7a1eef 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 309.0, - "dimensions": {}, + "dimensions": { + "height_mm": 202.0, + "width_mm": 125.2, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 11, One UI 3.1", "os_version": "10", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.594680", - "updated_at": "2026-07-09T03:39:28.594680", + "created_at": "2026-07-09T04:23:39.227413", + "updated_at": "2026-07-09T04:23:39.227413", "url": "/v1/tablets/samsung-galaxy-tab-a-8-4-2020-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte/index.json index 48e7bb604d84..d414684571ed 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 450.0, - "dimensions": {}, + "dimensions": { + "height_mm": 242.5, + "width_mm": 166.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 6.0.1 (Marshmallow)", "os_version": "5.0", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.571791", - "updated_at": "2026-07-09T03:39:28.571791", + "created_at": "2026-07-09T04:23:39.204415", + "updated_at": "2026-07-09T04:23:39.204415", "url": "/v1/tablets/samsung-galaxy-tab-a-9-7-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte/index.json index 49153205d492..79c8df7f6f46 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 242.5, + "width_mm": 166.8, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop)", "os_version": "5.0", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.572675", - "updated_at": "2026-07-09T03:39:28.572675", + "created_at": "2026-07-09T04:23:39.205413", + "updated_at": "2026-07-09T04:23:39.205413", "url": "/v1/tablets/samsung-galaxy-tab-a-9-7-s-pen-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte/index.json index 723d5394ce86..420f5b4c4011 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 476.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 157.4, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4", "os_version": "10", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.594680", - "updated_at": "2026-07-09T03:39:28.594680", + "created_at": "2026-07-09T04:23:39.228412", + "updated_at": "2026-07-09T04:23:39.228412", "url": "/v1/tablets/samsung-galaxy-tab-a7-10-4-2020-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte/index.json index 627c80bb3a35..3b4ee00c568f 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 477.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.6, + "width_mm": 157.4, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 12, One UI 4", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.613114", - "updated_at": "2026-07-09T03:39:28.613114", + "created_at": "2026-07-09T04:23:39.233414", + "updated_at": "2026-07-09T04:23:39.233414", "url": "/v1/tablets/samsung-galaxy-tab-a7-10-4-2022-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte/index.json index bb9295956546..811d421b4518 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 366.0, - "dimensions": {}, + "dimensions": { + "height_mm": 212.5, + "width_mm": 124.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 14, One UI 6.1", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.613114", - "updated_at": "2026-07-09T03:39:28.613114", + "created_at": "2026-07-09T04:23:39.232408", + "updated_at": "2026-07-09T04:23:39.232408", "url": "/v1/tablets/samsung-galaxy-tab-a7-lite-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte/index.json index 83f4beefe721..2263a08ad38f 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 508.0, - "dimensions": {}, + "dimensions": { + "height_mm": 246.8, + "width_mm": 161.9, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 14, One UI 6", "os_version": "11", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.613114", - "updated_at": "2026-07-09T03:39:28.613114", + "created_at": "2026-07-09T04:23:39.232408", + "updated_at": "2026-07-09T04:23:39.232408", "url": "/v1/tablets/samsung-galaxy-tab-a8-10-5-2021-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a9-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a9-8gb-128gb-4g-lte/index.json index 71a96edcb691..93d647d407b2 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a9-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a9-8gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5100, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 332.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.0, + "width_mm": 124.7, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 13, upgradable to Android 14, One UI 6.1", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.616366", - "updated_at": "2026-07-09T03:39:28.616366", + "created_at": "2026-07-09T04:23:39.236413", + "updated_at": "2026-07-09T04:23:39.236413", "url": "/v1/tablets/samsung-galaxy-tab-a9-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-a9-8gb-256gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-a9-8gb-256gb-5g/index.json index 7ffb25bbd5b7..23bf67718d59 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-a9-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-a9-8gb-256gb-5g/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 480.0, - "dimensions": {}, + "dimensions": { + "height_mm": 257.1, + "width_mm": 168.7, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 13, upgradable to Android 14, One UI 6.1", "os_version": "13", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.616366", - "updated_at": "2026-07-09T03:39:28.616366", + "created_at": "2026-07-09T04:23:39.236413", + "updated_at": "2026-07-09T04:23:39.236413", "url": "/v1/tablets/samsung-galaxy-tab-a9-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-active-1-5gb-16gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-active-1-5gb-16gb-2g/index.json index e47b7e4944a6..a3b96b863cb5 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-active-1-5gb-16gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-active-1-5gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 393.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.1, + "width_mm": 126.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to Android 5.1.1, TouchWiz UI", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.552675", - "updated_at": "2026-07-09T03:39:28.552675", + "created_at": "2026-07-09T04:23:39.182893", + "updated_at": "2026-07-09T04:23:39.182893", "url": "/v1/tablets/samsung-galaxy-tab-active-1-5gb-16gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte/index.json index 7b9210a482fb..86f7c0ff6e92 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 393.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.1, + "width_mm": 126.2, + "depth_mm": 9.7 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), TouchWiz UI", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.552675", - "updated_at": "2026-07-09T03:39:28.552675", + "created_at": "2026-07-09T04:23:39.182893", + "updated_at": "2026-07-09T04:23:39.182893", "url": "/v1/tablets/samsung-galaxy-tab-active-lte-1-5gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte/index.json index 584c76a572f7..637e63b00fff 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7600, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 653.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.5, + "width_mm": 170.2, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 9.0 (Pie)", "os_version": "9.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.591682", - "updated_at": "2026-07-09T03:39:28.591682", + "created_at": "2026-07-09T04:23:39.225413", + "updated_at": "2026-07-09T04:23:39.225413", "url": "/v1/tablets/samsung-galaxy-tab-active-pro-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-active2-3gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-active2-3gb-16gb-4g-lte/index.json index bc98b5dbf1f5..84458710e07f 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-active2-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-active2-3gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 415.0, - "dimensions": {}, + "dimensions": { + "height_mm": 127.6, + "width_mm": 214.7, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 7.1.1 (Nougat)", "os_version": "7.1.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.583677", - "updated_at": "2026-07-09T03:39:28.583677", + "created_at": "2026-07-09T04:23:39.215415", + "updated_at": "2026-07-09T04:23:39.215415", "url": "/v1/tablets/samsung-galaxy-tab-active2-3gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-active3-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-active3-4gb-128gb-4g-lte/index.json index 059703ee81ef..72df841ae194 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-active3-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-active3-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 5050, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 426.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.8, + "width_mm": 126.8, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 12, One UI 4.1", "os_version": "10", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.595679", - "updated_at": "2026-07-09T03:39:28.595679", + "created_at": "2026-07-09T04:23:39.228412", + "updated_at": "2026-07-09T04:23:39.228412", "url": "/v1/tablets/samsung-galaxy-tab-active3-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-active4-pro-6gb-128gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-active4-pro-6gb-128gb-5g/index.json index 2a3fb3ae04d0..bade315fdb16 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-active4-pro-6gb-128gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-active4-pro-6gb-128gb-5g/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 674.0, - "dimensions": {}, + "dimensions": { + "height_mm": 242.9, + "width_mm": 170.2, + "depth_mm": 10.2 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.614357", - "updated_at": "2026-07-09T03:39:28.614357", + "created_at": "2026-07-09T04:23:39.234416", + "updated_at": "2026-07-09T04:23:39.234416", "url": "/v1/tablets/samsung-galaxy-tab-active4-pro-6gb-128gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-active5-8gb-256gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-active5-8gb-256gb-5g/index.json index e410fc0d8645..58034be0dbd5 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-active5-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-active5-8gb-256gb-5g/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 433.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.8, + "width_mm": 126.8, + "depth_mm": 10.1 + }, "ip_rating": null, "os": "Android 14, One UI 6", "os_version": "14", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.619361", - "updated_at": "2026-07-09T03:39:28.619361", + "created_at": "2026-07-09T04:23:39.239415", + "updated_at": "2026-07-09T04:23:39.239415", "url": "/v1/tablets/samsung-galaxy-tab-active5-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-advanced2-3gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-advanced2-3gb-32gb-2g/index.json index d4ca4629f16a..f8e7ebd2d092 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-advanced2-3gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-advanced2-3gb-32gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 525.0, - "dimensions": {}, + "dimensions": { + "height_mm": 250.4, + "width_mm": 166.2, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 8.0 (Oreo)", "os_version": "8.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.586675", - "updated_at": "2026-07-09T03:39:28.586675", + "created_at": "2026-07-09T04:23:39.220415", + "updated_at": "2026-07-09T04:23:39.220415", "url": "/v1/tablets/samsung-galaxy-tab-advanced2-3gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte/index.json index ad5d41e3eee4..aef7a9ef99e0 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 360.0, - "dimensions": {}, + "dimensions": { + "height_mm": 212.1, + "width_mm": 126.1, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 5.1.1 (Lollipop), upgradable to 7.1 (Nougat)", "os_version": "5.1.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.579680", - "updated_at": "2026-07-09T03:39:28.579680", + "created_at": "2026-07-09T04:23:39.212471", + "updated_at": "2026-07-09T04:23:39.212471", "url": "/v1/tablets/samsung-galaxy-tab-e-8-0-1-5gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g/index.json index 51c75ffdebb9..b3996ec15aa5 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.9, + "width_mm": 149.5, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4 (KitKat) - EU model", "os_version": "4.4", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.573674", - "updated_at": "2026-07-09T03:39:28.573674", + "created_at": "2026-07-09T04:23:39.205413", + "updated_at": "2026-07-09T04:23:39.205413", "url": "/v1/tablets/samsung-galaxy-tab-e-9-6-1-5gb-16gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte/index.json index 53a38acac2e4..4c5c40a127e2 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 289.0, - "dimensions": {}, + "dimensions": { + "height_mm": 186.9, + "width_mm": 108.8, + "depth_mm": 8.7 + }, "ip_rating": null, "os": "Android 5.1 (Lollipop)", "os_version": "5.1", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.580679", - "updated_at": "2026-07-09T03:39:28.580679", + "created_at": "2026-07-09T04:23:39.213408", + "updated_at": "2026-07-09T04:23:39.213408", "url": "/v1/tablets/samsung-galaxy-tab-j-1-5gb-8gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g/index.json index da83bf1d95c4..6f1bac1338ce 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 469.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.1, + "width_mm": 171.4, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), TouchWiz UI", "os_version": "4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.553674", - "updated_at": "2026-07-09T03:39:28.553674", + "created_at": "2026-07-09T04:23:39.184890", + "updated_at": "2026-07-09T04:23:39.184890", "url": "/v1/tablets/samsung-galaxy-tab-pro-10-1-2gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte/index.json index 5813efadead5..32b357714986 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 477.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.1, + "width_mm": 171.4, + "depth_mm": 7.3 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), TouchWiz UI", "os_version": "4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.554682", - "updated_at": "2026-07-09T03:39:28.554682", + "created_at": "2026-07-09T04:23:39.184890", + "updated_at": "2026-07-09T04:23:39.184890", "url": "/v1/tablets/samsung-galaxy-tab-pro-10-1-lte-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g/index.json index 1ae8240221f4..1afb8958bc35 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 732.0, - "dimensions": {}, + "dimensions": { + "height_mm": 295.6, + "width_mm": 204.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), TouchWiz UI", "os_version": "4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.556679", - "updated_at": "2026-07-09T03:39:28.556679", + "created_at": "2026-07-09T04:23:39.187404", + "updated_at": "2026-07-09T04:23:39.187404", "url": "/v1/tablets/samsung-galaxy-tab-pro-12-2-3g-3gb-64gb-3g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g/index.json index 93b6ebfb498b..21a897cc0839 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 730.2, - "dimensions": {}, + "dimensions": { + "height_mm": 295.4, + "width_mm": 203.7, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.1.1 (Lollipop), TouchWiz UI", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.555680", - "updated_at": "2026-07-09T03:39:28.555680", + "created_at": "2026-07-09T04:23:39.187404", + "updated_at": "2026-07-09T04:23:39.187404", "url": "/v1/tablets/samsung-galaxy-tab-pro-12-2-3gb-64gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte/index.json index 43fca51b32d8..acc600153101 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 740.0, - "dimensions": {}, + "dimensions": { + "height_mm": 295.6, + "width_mm": 204.0, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), TouchWiz UI", "os_version": "4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.557680", - "updated_at": "2026-07-09T03:39:28.557680", + "created_at": "2026-07-09T04:23:39.189416", + "updated_at": "2026-07-09T04:23:39.189416", "url": "/v1/tablets/samsung-galaxy-tab-pro-12-2-lte-3gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g/index.json index a08a9d464921..30b164400414 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 331.0, - "dimensions": {}, + "dimensions": { + "height_mm": 219.0, + "width_mm": 128.5, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), TouchWiz UI", "os_version": "4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.558679", - "updated_at": "2026-07-09T03:39:28.558679", + "created_at": "2026-07-09T04:23:39.190413", + "updated_at": "2026-07-09T04:23:39.190413", "url": "/v1/tablets/samsung-galaxy-tab-pro-8-4-2gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte/index.json index f52419e7922a..33f2ec8412d2 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 335.0, - "dimensions": {}, + "dimensions": { + "height_mm": 219.0, + "width_mm": 128.5, + "depth_mm": 7.2 + }, "ip_rating": null, "os": "Android 4.4 (KitKat), TouchWiz UI", "os_version": "4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.558679", - "updated_at": "2026-07-09T03:39:28.558679", + "created_at": "2026-07-09T04:23:39.191413", + "updated_at": "2026-07-09T04:23:39.191413", "url": "/v1/tablets/samsung-galaxy-tab-pro-8-4-3g-lte-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s-10-5-3gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s-10-5-3gb-32gb-2g/index.json index 633357f25fdc..968967dcd804 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s-10-5-3gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s-10-5-3gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 465.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.3, + "width_mm": 177.3, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0.1 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.559680", - "updated_at": "2026-07-09T03:39:28.559680", + "created_at": "2026-07-09T04:23:39.192413", + "updated_at": "2026-07-09T04:23:39.192413", "url": "/v1/tablets/samsung-galaxy-tab-s-10-5-3gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte/index.json index f59be2521014..ed01c075db5e 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 467.0, - "dimensions": {}, + "dimensions": { + "height_mm": 247.3, + "width_mm": 177.3, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.560680", - "updated_at": "2026-07-09T03:39:28.560680", + "created_at": "2026-07-09T04:23:39.192413", + "updated_at": "2026-07-09T04:23:39.192413", "url": "/v1/tablets/samsung-galaxy-tab-s-10-5-lte-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s-8-4-3gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s-8-4-3gb-32gb-2g/index.json index ef021ac5002b..8c2d4d750c6b 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s-8-4-3gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s-8-4-3gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 294.0, - "dimensions": {}, + "dimensions": { + "height_mm": 212.8, + "width_mm": 125.6, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.561682", - "updated_at": "2026-07-09T03:39:28.561682", + "created_at": "2026-07-09T04:23:39.193413", + "updated_at": "2026-07-09T04:23:39.193413", "url": "/v1/tablets/samsung-galaxy-tab-s-8-4-3gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte/index.json index 44ba47b73c50..708754bd3d39 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 298.0, - "dimensions": {}, + "dimensions": { + "height_mm": 212.8, + "width_mm": 125.6, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow), TouchWiz UI", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.562679", - "updated_at": "2026-07-09T03:39:28.562679", + "created_at": "2026-07-09T04:23:39.194414", + "updated_at": "2026-07-09T04:23:39.194414", "url": "/v1/tablets/samsung-galaxy-tab-s-8-4-lte-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s10-12gb-512gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s10-12gb-512gb-5g/index.json index dec903260e64..884a92883489 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s10-12gb-512gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s10-12gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 10090, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 571.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.4, + "width_mm": 185.4, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 14, One UI 6.1", "os_version": "14", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.619361", - "updated_at": "2026-07-09T03:39:28.619361", + "created_at": "2026-07-09T04:23:39.240413", + "updated_at": "2026-07-09T04:23:39.240413", "url": "/v1/tablets/samsung-galaxy-tab-s10-12gb-512gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g/index.json index 1cf808ad3c71..4e80e177bae7 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 11200, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 718.0, - "dimensions": {}, + "dimensions": { + "height_mm": 326.4, + "width_mm": 208.6, + "depth_mm": 5.4 + }, "ip_rating": null, "os": "Android 14, One UI 6.1", "os_version": "14", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.619361", - "updated_at": "2026-07-09T03:39:28.619361", + "created_at": "2026-07-09T04:23:39.240413", + "updated_at": "2026-07-09T04:23:39.240413", "url": "/v1/tablets/samsung-galaxy-tab-s10-ultra-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte/index.json index 70b254de9c1e..6b2f9deb2633 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 265.0, - "dimensions": {}, + "dimensions": { + "height_mm": 198.6, + "width_mm": 134.8, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 6.0.1 (Marshmallow) - T710, T715", "os_version": "5.0.2", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.574680", - "updated_at": "2026-07-09T03:39:28.574680", + "created_at": "2026-07-09T04:23:39.206413", + "updated_at": "2026-07-09T04:23:39.206413", "url": "/v1/tablets/samsung-galaxy-tab-s2-8-0-3gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte/index.json index c8f105c937d8..20fc503955a9 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte/index.json @@ -39,7 +39,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 389.0, - "dimensions": {}, + "dimensions": { + "height_mm": 237.3, + "width_mm": 169.0, + "depth_mm": 5.6 + }, "ip_rating": null, "os": "Android 5.0.2 (Lollipop), upgradable to 6.0.1 (Marshmallow) - T810, T815", "os_version": "5.0.2", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.575680", - "updated_at": "2026-07-09T03:39:28.575680", + "created_at": "2026-07-09T04:23:39.207413", + "updated_at": "2026-07-09T04:23:39.207413", "url": "/v1/tablets/samsung-galaxy-tab-s2-9-7-3gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte/index.json index aa5b99a9fbd0..cd0c64737b91 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 429.0, - "dimensions": {}, + "dimensions": { + "height_mm": 237.3, + "width_mm": 169.0, + "depth_mm": 6.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), upgradable to Android 9.0 (Pie), One UI", "os_version": "7.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.583677", - "updated_at": "2026-07-09T03:39:28.583677", + "created_at": "2026-07-09T04:23:39.217417", + "updated_at": "2026-07-09T04:23:39.217417", "url": "/v1/tablets/samsung-galaxy-tab-s3-9-7-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte/index.json index f20c84759073..41611aa7547a 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7300, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 482.0, - "dimensions": {}, + "dimensions": { + "height_mm": 249.3, + "width_mm": 164.3, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), upgradable to Android 10, One UI 2.0", "os_version": "8.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.587676", - "updated_at": "2026-07-09T03:39:28.587676", + "created_at": "2026-07-09T04:23:39.220415", + "updated_at": "2026-07-09T04:23:39.220415", "url": "/v1/tablets/samsung-galaxy-tab-s4-10-5-6gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte/index.json index 7efa4f4c782c..9aec98259c5c 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 400.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.0, + "width_mm": 160.0, + "depth_mm": 5.5 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 11, One UI 3.1", "os_version": "9.0", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.592680", - "updated_at": "2026-07-09T03:39:28.592680", + "created_at": "2026-07-09T04:23:39.225413", + "updated_at": "2026-07-09T04:23:39.225413", "url": "/v1/tablets/samsung-galaxy-tab-s5e-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s6-5g-6gb-128gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s6-5g-6gb-128gb-5g/index.json index 5773cd48c8bf..1d4ff56c75f5 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s6-5g-6gb-128gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s6-5g-6gb-128gb-5g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 420.0, - "dimensions": {}, + "dimensions": { + "height_mm": 244.5, + "width_mm": 159.5, + "depth_mm": 5.7 + }, "ip_rating": null, "os": "Android 10, One UI 2", "os_version": "10", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.595679", - "updated_at": "2026-07-09T03:39:28.595679", + "created_at": "2026-07-09T04:23:39.228412", + "updated_at": "2026-07-09T04:23:39.228412", "url": "/v1/tablets/samsung-galaxy-tab-s6-5g-6gb-128gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s6-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s6-8gb-256gb-4g-lte/index.json index 0af3f3f36532..cb51b59aa4bc 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s6-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s6-8gb-256gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 420.0, - "dimensions": {}, + "dimensions": { + "height_mm": 244.5, + "width_mm": 159.5, + "depth_mm": 5.7 + }, "ip_rating": null, "os": "Android 9.0 (Pie), upgradable to Android 12, One UI 4.0", "os_version": "9.0", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.593679", - "updated_at": "2026-07-09T03:39:28.593679", + "created_at": "2026-07-09T04:23:39.226413", + "updated_at": "2026-07-09T04:23:39.226413", "url": "/v1/tablets/samsung-galaxy-tab-s6-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte/index.json index a1702b977736..b1b5570454c9 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 467.0, - "dimensions": {}, + "dimensions": { + "height_mm": 244.5, + "width_mm": 154.3, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5", "os_version": "10", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.604113", - "updated_at": "2026-07-09T03:39:28.604113", + "created_at": "2026-07-09T04:23:39.230416", + "updated_at": "2026-07-09T04:23:39.230416", "url": "/v1/tablets/samsung-galaxy-tab-s6-lite-2020-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte/index.json index a9ae68b7fce3..fad5f76b3075 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 467.0, - "dimensions": {}, + "dimensions": { + "height_mm": 244.5, + "width_mm": 154.3, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 14, One UI 6", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.614357", - "updated_at": "2026-07-09T03:39:28.614357", + "created_at": "2026-07-09T04:23:39.234416", + "updated_at": "2026-07-09T04:23:39.234416", "url": "/v1/tablets/samsung-galaxy-tab-s6-lite-2022-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte/index.json index cb4a05c932ec..645981aaec1e 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 7040, - "charging_wired_w": null, + "charging_wired_w": 15.0, "charging_wireless_w": null, "weight_g": 467.0, - "dimensions": {}, + "dimensions": { + "height_mm": 244.5, + "width_mm": 154.3, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 14, One UI 6.1", "os_version": "14", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.620362", - "updated_at": "2026-07-09T03:39:28.620362", + "created_at": "2026-07-09T04:23:39.241413", + "updated_at": "2026-07-09T04:23:39.241413", "url": "/v1/tablets/samsung-galaxy-tab-s6-lite-2024-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s7-8gb-512gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s7-8gb-512gb-5g/index.json index d1c84e4d8157..50dbccbfb23c 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s7-8gb-512gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s7-8gb-512gb-5g/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 10090, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 575.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.0, + "width_mm": 185.0, + "depth_mm": 5.7 + }, "ip_rating": null, "os": "Android 10, upgradable to Android 13, One UI 5.1", "os_version": "10", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.606113", - "updated_at": "2026-07-09T03:39:28.606113", + "created_at": "2026-07-09T04:23:39.231414", + "updated_at": "2026-07-09T04:23:39.231414", "url": "/v1/tablets/samsung-galaxy-tab-s7-8gb-512gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s7-fe-8gb-256gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s7-fe-8gb-256gb-5g/index.json index 44e8a5d9ee49..b2d59cee673c 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s7-fe-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s7-fe-8gb-256gb-5g/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 10090, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 608.0, - "dimensions": {}, + "dimensions": { + "height_mm": 284.8, + "width_mm": 185.0, + "depth_mm": 6.3 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 14, One UI 6", "os_version": "11", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.613114", - "updated_at": "2026-07-09T03:39:28.613114", + "created_at": "2026-07-09T04:23:39.233414", + "updated_at": "2026-07-09T04:23:39.233414", "url": "/v1/tablets/samsung-galaxy-tab-s7-fe-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s8-12gb-256gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s8-12gb-256gb-5g/index.json index c1797c47155d..ffaf5dd4d5b3 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s8-12gb-256gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s8-12gb-256gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 503.0, - "dimensions": {}, + "dimensions": { + "height_mm": 253.8, + "width_mm": 165.3, + "depth_mm": 6.3 + }, "ip_rating": null, "os": "Android 12, up to 4 major Android upgrades, One UI 6.1.1", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.615368", - "updated_at": "2026-07-09T03:39:28.615368", + "created_at": "2026-07-09T04:23:39.234416", + "updated_at": "2026-07-09T04:23:39.234416", "url": "/v1/tablets/samsung-galaxy-tab-s8-12gb-256gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s8-16gb-512gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s8-16gb-512gb-5g/index.json index 9c9c125e0f28..c0ad1beb4c26 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s8-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s8-16gb-512gb-5g/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 10090, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 567.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.0, + "width_mm": 185.0, + "depth_mm": 5.7 + }, "ip_rating": null, "os": "Android 12, up to 4 major Android upgrades, One UI 6.1.1", "os_version": "12", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.615368", - "updated_at": "2026-07-09T03:39:28.615368", + "created_at": "2026-07-09T04:23:39.235412", + "updated_at": "2026-07-09T04:23:39.235412", "url": "/v1/tablets/samsung-galaxy-tab-s8-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g/index.json index 4ab358e686e3..9aba9fe64b7c 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 11200, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 726.0, - "dimensions": {}, + "dimensions": { + "height_mm": 326.4, + "width_mm": 208.6, + "depth_mm": 5.5 + }, "ip_rating": null, "os": "Android 12, up to 4 major Android upgrades, One UI 6.1.1", "os_version": "12", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.615368", - "updated_at": "2026-07-09T03:39:28.615368", + "created_at": "2026-07-09T04:23:39.235412", + "updated_at": "2026-07-09T04:23:39.235412", "url": "/v1/tablets/samsung-galaxy-tab-s8-ultra-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s9-12gb-256gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s9-12gb-256gb-5g/index.json index 3c466498c496..fe8bf3869a41 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s9-12gb-256gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s9-12gb-256gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8400, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 498.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.3, + "width_mm": 165.8, + "depth_mm": 5.9 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 6", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.617366", - "updated_at": "2026-07-09T03:39:28.617366", + "created_at": "2026-07-09T04:23:39.237415", + "updated_at": "2026-07-09T04:23:39.237415", "url": "/v1/tablets/samsung-galaxy-tab-s9-12gb-256gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s9-12gb-512gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s9-12gb-512gb-5g/index.json index 0d2e31117904..bf7e8c9ed124 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s9-12gb-512gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s9-12gb-512gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10090, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 586.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.4, + "width_mm": 185.4, + "depth_mm": 5.7 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 6", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.617366", - "updated_at": "2026-07-09T03:39:28.617366", + "created_at": "2026-07-09T04:23:39.237415", + "updated_at": "2026-07-09T04:23:39.237415", "url": "/v1/tablets/samsung-galaxy-tab-s9-12gb-512gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s9-fe-12gb-256gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s9-fe-12gb-256gb-5g/index.json index 6ded97083337..266057602e06 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s9-fe-12gb-256gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s9-fe-12gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 10090, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 627.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.4, + "width_mm": 185.4, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 6", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.618362", - "updated_at": "2026-07-09T03:39:28.618362", + "created_at": "2026-07-09T04:23:39.238425", + "updated_at": "2026-07-09T04:23:39.238425", "url": "/v1/tablets/samsung-galaxy-tab-s9-fe-12gb-256gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s9-fe-8gb-256gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s9-fe-8gb-256gb-5g/index.json index 3971ec1cc038..6a523c1ae3eb 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s9-fe-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s9-fe-8gb-256gb-5g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 523.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.3, + "width_mm": 165.8, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 6", "os_version": "13", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.618362", - "updated_at": "2026-07-09T03:39:28.618362", + "created_at": "2026-07-09T04:23:39.238425", + "updated_at": "2026-07-09T04:23:39.238425", "url": "/v1/tablets/samsung-galaxy-tab-s9-fe-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g/index.json index 0871274da21c..92ecf58ee6eb 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 11200, - "charging_wired_w": null, + "charging_wired_w": 45.0, "charging_wireless_w": null, "weight_g": 732.0, - "dimensions": {}, + "dimensions": { + "height_mm": 326.4, + "width_mm": 208.6, + "depth_mm": 5.5 + }, "ip_rating": null, "os": "Android 13, up to 4 major Android upgrades, One UI 6", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.618362", - "updated_at": "2026-07-09T03:39:28.618362", + "created_at": "2026-07-09T04:23:39.239415", + "updated_at": "2026-07-09T04:23:39.239415", "url": "/v1/tablets/samsung-galaxy-tab-s9-ultra-16gb-512gb-5g" } diff --git a/site/public/v1/tablets/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g/index.json b/site/public/v1/tablets/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g/index.json index 0cb8a6ae0403..0fe89aa0cb0a 100644 --- a/site/public/v1/tablets/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g/index.json +++ b/site/public/v1/tablets/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 380.0, - "dimensions": {}, + "dimensions": { + "height_mm": 190.1, + "width_mm": 120.5, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 2.2 (Froyo)", "os_version": "2.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.467673", - "updated_at": "2026-07-09T03:39:28.467673", + "created_at": "2026-07-09T04:23:39.134376", + "updated_at": "2026-07-09T04:23:39.134376", "url": "/v1/tablets/samsung-galaxy-tab-t-mobile-t849-0-625gb-16gb-3g" } diff --git a/site/public/v1/tablets/samsung-p1000-galaxy-tab-0-5gb-32gb-3g/index.json b/site/public/v1/tablets/samsung-p1000-galaxy-tab-0-5gb-32gb-3g/index.json index c5d165db29ee..de482ca3b62c 100644 --- a/site/public/v1/tablets/samsung-p1000-galaxy-tab-0-5gb-32gb-3g/index.json +++ b/site/public/v1/tablets/samsung-p1000-galaxy-tab-0-5gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 380.0, - "dimensions": {}, + "dimensions": { + "height_mm": 190.1, + "width_mm": 120.5, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 2.2 (Froyo), upgradable to 2.3 (Gingerbread), TouchWiz UI", "os_version": "2.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.467673", - "updated_at": "2026-07-09T03:39:28.467673", + "created_at": "2026-07-09T04:23:39.136374", + "updated_at": "2026-07-09T04:23:39.136374", "url": "/v1/tablets/samsung-p1000-galaxy-tab-0-5gb-32gb-3g" } diff --git a/site/public/v1/tablets/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g/index.json b/site/public/v1/tablets/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g/index.json index b2588f48a17d..cc7187415273 100644 --- a/site/public/v1/tablets/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g/index.json +++ b/site/public/v1/tablets/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 380.0, - "dimensions": {}, + "dimensions": { + "height_mm": 190.1, + "width_mm": 120.5, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 2.2 (Froyo), upgradable to 2.3 (Gingerbread)", "os_version": "2.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.474673", - "updated_at": "2026-07-09T03:39:28.474673", + "created_at": "2026-07-09T04:23:39.144368", + "updated_at": "2026-07-09T04:23:39.144368", "url": "/v1/tablets/samsung-p1010-galaxy-tab-wi-fi-0-578gb-16gb-2g" } diff --git a/site/public/v1/tablets/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g/index.json b/site/public/v1/tablets/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g/index.json index 1af659e24934..84e945f3283c 100644 --- a/site/public/v1/tablets/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g/index.json +++ b/site/public/v1/tablets/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 345.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.7, + "width_mm": 122.4, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.1 (Jelly Bean), TouchWiz UX UI", "os_version": "3.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.474673", - "updated_at": "2026-07-09T03:39:28.474673", + "created_at": "2026-07-09T04:23:39.145376", + "updated_at": "2026-07-09T04:23:39.145376", "url": "/v1/tablets/samsung-p6200-galaxy-tab-7-0-plus-1gb-32gb-3g" } diff --git a/site/public/v1/tablets/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g/index.json b/site/public/v1/tablets/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g/index.json index 914fed18fa33..b211e8d4cf5d 100644 --- a/site/public/v1/tablets/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g/index.json +++ b/site/public/v1/tablets/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 345.0, - "dimensions": {}, + "dimensions": { + "height_mm": 193.7, + "width_mm": 122.4, + "depth_mm": 9.9 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.1 (Jelly Bean)", "os_version": "3.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.475673", - "updated_at": "2026-07-09T03:39:28.475673", + "created_at": "2026-07-09T04:23:39.146376", + "updated_at": "2026-07-09T04:23:39.146376", "url": "/v1/tablets/samsung-p6210-galaxy-tab-7-0-plus-1gb-32gb-2g" } diff --git a/site/public/v1/tablets/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g/index.json b/site/public/v1/tablets/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g/index.json index 709579db9035..d79502caf347 100644 --- a/site/public/v1/tablets/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g/index.json +++ b/site/public/v1/tablets/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 196.7, + "width_mm": 133.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), TouchWiz UX UI", "os_version": "3.2", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.476668", - "updated_at": "2026-07-09T03:39:28.476668", + "created_at": "2026-07-09T04:23:39.147376", + "updated_at": "2026-07-09T04:23:39.147376", "url": "/v1/tablets/samsung-p6800-galaxy-tab-7-7-1gb-64gb-3g" } diff --git a/site/public/v1/tablets/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g/index.json b/site/public/v1/tablets/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g/index.json index e8f815277f48..532a2f41eb5b 100644 --- a/site/public/v1/tablets/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g/index.json +++ b/site/public/v1/tablets/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 340.0, - "dimensions": {}, + "dimensions": { + "height_mm": 196.7, + "width_mm": 133.0, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb)", "os_version": "3.2", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.477668", - "updated_at": "2026-07-09T03:39:28.477668", + "created_at": "2026-07-09T04:23:39.148374", + "updated_at": "2026-07-09T04:23:39.148374", "url": "/v1/tablets/samsung-p6810-galaxy-tab-7-7-1gb-64gb-2g" } diff --git a/site/public/v1/tablets/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g/index.json b/site/public/v1/tablets/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g/index.json index 143ef9fa3c64..ad106517c3ed 100644 --- a/site/public/v1/tablets/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g/index.json +++ b/site/public/v1/tablets/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 565.0, - "dimensions": {}, + "dimensions": { + "height_mm": 256.7, + "width_mm": 175.3, + "depth_mm": 8.6 + }, "ip_rating": null, "os": "Android 3.1 (Honeycomb), TouchWiz UI", "os_version": "3.1", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.478668", - "updated_at": "2026-07-09T03:39:28.478668", + "created_at": "2026-07-09T04:23:39.150373", + "updated_at": "2026-07-09T04:23:39.150373", "url": "/v1/tablets/samsung-p7500-galaxy-tab-10-1-3g-1gb-64gb-3g" } diff --git a/site/public/v1/tablets/sony-tablet-p-1gb-4gb-2g/index.json b/site/public/v1/tablets/sony-tablet-p-1gb-4gb-2g/index.json index 31ed7aba74c2..f402a7da46b3 100644 --- a/site/public/v1/tablets/sony-tablet-p-1gb-4gb-2g/index.json +++ b/site/public/v1/tablets/sony-tablet-p-1gb-4gb-2g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 372.0, - "dimensions": {}, + "dimensions": { + "height_mm": 180.0, + "width_mm": 158.0, + "depth_mm": 14.0 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "3.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.623872", - "updated_at": "2026-07-09T03:39:28.623872", + "created_at": "2026-07-09T04:23:39.245408", + "updated_at": "2026-07-09T04:23:39.245408", "url": "/v1/tablets/sony-tablet-p-1gb-4gb-2g" } diff --git a/site/public/v1/tablets/sony-tablet-p-3g-1gb-4gb-4g-lte/index.json b/site/public/v1/tablets/sony-tablet-p-3g-1gb-4gb-4g-lte/index.json index d8fc6c9225cb..9e290dfb7b52 100644 --- a/site/public/v1/tablets/sony-tablet-p-3g-1gb-4gb-4g-lte/index.json +++ b/site/public/v1/tablets/sony-tablet-p-3g-1gb-4gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 372.0, - "dimensions": {}, + "dimensions": { + "height_mm": 180.0, + "width_mm": 158.0, + "depth_mm": 14.0 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb), upgradable to 4.0 (Ice Cream Sandwich)", "os_version": "3.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.622363", - "updated_at": "2026-07-09T03:39:28.622867", + "created_at": "2026-07-09T04:23:39.243412", + "updated_at": "2026-07-09T04:23:39.243412", "url": "/v1/tablets/sony-tablet-p-3g-1gb-4gb-4g-lte" } diff --git a/site/public/v1/tablets/sony-xperia-tablet-s-1gb-64gb-2g/index.json b/site/public/v1/tablets/sony-xperia-tablet-s-1gb-64gb-2g/index.json index 4b48bb6e9892..2bb2b05db19d 100644 --- a/site/public/v1/tablets/sony-xperia-tablet-s-1gb-64gb-2g/index.json +++ b/site/public/v1/tablets/sony-xperia-tablet-s-1gb-64gb-2g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 570.0, - "dimensions": {}, + "dimensions": { + "height_mm": 239.8, + "width_mm": 174.4, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0.3", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.624872", - "updated_at": "2026-07-09T03:39:28.624872", + "created_at": "2026-07-09T04:23:39.247417", + "updated_at": "2026-07-09T04:23:39.247417", "url": "/v1/tablets/sony-xperia-tablet-s-1gb-64gb-2g" } diff --git a/site/public/v1/tablets/sony-xperia-tablet-s-3g-1gb-64gb-3g/index.json b/site/public/v1/tablets/sony-xperia-tablet-s-3g-1gb-64gb-3g/index.json index 3b4835c37663..a7d704fa0afa 100644 --- a/site/public/v1/tablets/sony-xperia-tablet-s-3g-1gb-64gb-3g/index.json +++ b/site/public/v1/tablets/sony-xperia-tablet-s-3g-1gb-64gb-3g/index.json @@ -52,7 +52,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 585.0, - "dimensions": {}, + "dimensions": { + "height_mm": 239.8, + "width_mm": 174.4, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 4.0.3 (Ice Cream Sandwich), upgradable to 4.1 (Jelly Bean)", "os_version": "4.0.3", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.625873", - "updated_at": "2026-07-09T03:39:28.625873", + "created_at": "2026-07-09T04:23:39.248412", + "updated_at": "2026-07-09T04:23:39.248412", "url": "/v1/tablets/sony-xperia-tablet-s-3g-1gb-64gb-3g" } diff --git a/site/public/v1/tablets/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte/index.json b/site/public/v1/tablets/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte/index.json index f00406b5721f..12779fba7e1b 100644 --- a/site/public/v1/tablets/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 495.0, - "dimensions": {}, + "dimensions": { + "height_mm": 266.0, + "width_mm": 172.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 5.1.1 (Lollipop)", "os_version": "4.1.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.626873", - "updated_at": "2026-07-09T03:39:28.626873", + "created_at": "2026-07-09T04:23:39.249413", + "updated_at": "2026-07-09T04:23:39.249413", "url": "/v1/tablets/sony-xperia-tablet-z-lte-2gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g/index.json b/site/public/v1/tablets/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g/index.json index 112b2933915e..ea5f08a438a4 100644 --- a/site/public/v1/tablets/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g/index.json +++ b/site/public/v1/tablets/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 495.0, - "dimensions": {}, + "dimensions": { + "height_mm": 266.0, + "width_mm": 172.0, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 4.1.2 (Jelly Bean), upgradable to 5.1.1 (Lollipop)", "os_version": "4.1.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.626873", - "updated_at": "2026-07-09T03:39:28.626873", + "created_at": "2026-07-09T04:23:39.250413", + "updated_at": "2026-07-09T04:23:39.250413", "url": "/v1/tablets/sony-xperia-tablet-z-wi-fi-2gb-32gb-2g" } diff --git a/site/public/v1/tablets/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte/index.json b/site/public/v1/tablets/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte/index.json index 54e56e8bdf08..07f822a4a871 100644 --- a/site/public/v1/tablets/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 439.0, - "dimensions": {}, + "dimensions": { + "height_mm": 266.0, + "width_mm": 172.0, + "depth_mm": 6.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 5.1.1 (Lollipop)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.637494", - "updated_at": "2026-07-09T03:39:28.637494", + "created_at": "2026-07-09T04:23:39.251412", + "updated_at": "2026-07-09T04:23:39.252412", "url": "/v1/tablets/sony-xperia-z2-tablet-lte-3gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g/index.json b/site/public/v1/tablets/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g/index.json index a00ac2e79bcf..9d3685677a96 100644 --- a/site/public/v1/tablets/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g/index.json +++ b/site/public/v1/tablets/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 426.0, - "dimensions": {}, + "dimensions": { + "height_mm": 266.0, + "width_mm": 172.0, + "depth_mm": 6.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.2", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.652133", - "updated_at": "2026-07-09T03:39:28.652133", + "created_at": "2026-07-09T04:23:39.252412", + "updated_at": "2026-07-09T04:23:39.252412", "url": "/v1/tablets/sony-xperia-z2-tablet-wi-fi-3gb-32gb-2g" } diff --git a/site/public/v1/tablets/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte/index.json b/site/public/v1/tablets/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte/index.json index 3b8482f09eac..065f466e11de 100644 --- a/site/public/v1/tablets/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte/index.json +++ b/site/public/v1/tablets/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 4500, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 270.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.4, + "width_mm": 123.6, + "depth_mm": 6.4 + }, "ip_rating": null, "os": "Android 4.4.2 (KitKat), upgradable to 6.0 (Marshmallow)", "os_version": "4.4.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.665125", - "updated_at": "2026-07-09T03:39:28.665125", + "created_at": "2026-07-09T04:23:39.253413", + "updated_at": "2026-07-09T04:23:39.253413", "url": "/v1/tablets/sony-xperia-z3-tablet-compact-3gb-16gb-4g-lte" } diff --git a/site/public/v1/tablets/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte/index.json index b569b63a6c43..ff716e24d617 100644 --- a/site/public/v1/tablets/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 393.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.0, + "width_mm": 167.0, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 7.1 (Nougat)", "os_version": "5.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.680131", - "updated_at": "2026-07-09T03:39:28.680131", + "created_at": "2026-07-09T04:23:39.255412", + "updated_at": "2026-07-09T04:23:39.255412", "url": "/v1/tablets/sony-xperia-z4-tablet-lte-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/sony-xperia-z4-tablet-wifi-3gb-32gb-2g/index.json b/site/public/v1/tablets/sony-xperia-z4-tablet-wifi-3gb-32gb-2g/index.json index 8804cc32882d..6a1100bdb629 100644 --- a/site/public/v1/tablets/sony-xperia-z4-tablet-wifi-3gb-32gb-2g/index.json +++ b/site/public/v1/tablets/sony-xperia-z4-tablet-wifi-3gb-32gb-2g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 389.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.0, + "width_mm": 167.0, + "depth_mm": 6.1 + }, "ip_rating": null, "os": "Android 5.0 (Lollipop), upgradable to 7.1 (Nougat)", "os_version": "5.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.685204", - "updated_at": "2026-07-09T03:39:28.685204", + "created_at": "2026-07-09T04:23:39.256412", + "updated_at": "2026-07-09T04:23:39.256412", "url": "/v1/tablets/sony-xperia-z4-tablet-wifi-3gb-32gb-2g" } diff --git a/site/public/v1/tablets/tcl-tab-10-gen2-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/tcl-tab-10-gen2-4gb-128gb-4g-lte/index.json index 3b1e0ae7db39..bb2e0c9536f0 100644 --- a/site/public/v1/tablets/tcl-tab-10-gen2-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/tcl-tab-10-gen2-4gb-128gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 425.0, - "dimensions": {}, + "dimensions": { + "height_mm": 244.9, + "width_mm": 154.7, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.703186", - "updated_at": "2026-07-09T03:39:28.703186", + "created_at": "2026-07-09T04:23:39.264407", + "updated_at": "2026-07-09T04:23:39.264407", "url": "/v1/tablets/tcl-tab-10-gen2-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/tcl-tab-10-hd-4g-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/tcl-tab-10-hd-4g-3gb-32gb-4g-lte/index.json index 954a43f2c38a..c1a3e3a2d3f2 100644 --- a/site/public/v1/tablets/tcl-tab-10-hd-4g-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/tcl-tab-10-hd-4g-3gb-32gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 5500, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 448.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.2, + "width_mm": 158.2, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.700124", - "updated_at": "2026-07-09T03:39:28.701126", + "created_at": "2026-07-09T04:23:39.262408", + "updated_at": "2026-07-09T04:23:39.262408", "url": "/v1/tablets/tcl-tab-10-hd-4g-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/tcl-tab-10-nxtpaper-6gb-128gb-5g/index.json b/site/public/v1/tablets/tcl-tab-10-nxtpaper-6gb-128gb-5g/index.json index a0d12c58c772..8e03ff13e63e 100644 --- a/site/public/v1/tablets/tcl-tab-10-nxtpaper-6gb-128gb-5g/index.json +++ b/site/public/v1/tablets/tcl-tab-10-nxtpaper-6gb-128gb-5g/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 480.0, - "dimensions": {}, + "dimensions": { + "height_mm": 246.1, + "width_mm": 155.9, + "depth_mm": 7.8 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.705133", - "updated_at": "2026-07-09T03:39:28.705133", + "created_at": "2026-07-09T04:23:39.265407", + "updated_at": "2026-07-09T04:23:39.265407", "url": "/v1/tablets/tcl-tab-10-nxtpaper-6gb-128gb-5g" } diff --git a/site/public/v1/tablets/tcl-tab-10l-2gb-32gb-3g/index.json b/site/public/v1/tablets/tcl-tab-10l-2gb-32gb-3g/index.json index 1062d598eb1b..42444c184d4c 100644 --- a/site/public/v1/tablets/tcl-tab-10l-2gb-32gb-3g/index.json +++ b/site/public/v1/tablets/tcl-tab-10l-2gb-32gb-3g/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 426.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.2, + "width_mm": 158.2, + "depth_mm": 9.2 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.701126", - "updated_at": "2026-07-09T03:39:28.701126", + "created_at": "2026-07-09T04:23:39.262408", + "updated_at": "2026-07-09T04:23:39.262408", "url": "/v1/tablets/tcl-tab-10l-2gb-32gb-3g" } diff --git a/site/public/v1/tablets/tcl-tab-10l-gen-3-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/tcl-tab-10l-gen-3-4gb-64gb-4g-lte/index.json index e36fe2fbb45f..651bd26855d2 100644 --- a/site/public/v1/tablets/tcl-tab-10l-gen-3-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/tcl-tab-10l-gen-3-4gb-64gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 472.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.2, + "width_mm": 156.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.706133", - "updated_at": "2026-07-09T03:39:28.706133", + "created_at": "2026-07-09T04:23:39.266414", + "updated_at": "2026-07-09T04:23:39.266414", "url": "/v1/tablets/tcl-tab-10l-gen-3-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/tcl-tab-10l-gen2-3gb-32gb-4g-lte/index.json b/site/public/v1/tablets/tcl-tab-10l-gen2-3gb-32gb-4g-lte/index.json index 1398d0371492..fd23d1e49551 100644 --- a/site/public/v1/tablets/tcl-tab-10l-gen2-3gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/tcl-tab-10l-gen2-3gb-32gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 472.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.2, + "width_mm": 156.6, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.704214", - "updated_at": "2026-07-09T03:39:28.704214", + "created_at": "2026-07-09T04:23:39.265407", + "updated_at": "2026-07-09T04:23:39.265407", "url": "/v1/tablets/tcl-tab-10l-gen2-3gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/tcl-tab-10s-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/tcl-tab-10s-4gb-64gb-4g-lte/index.json index 6eff61a1eb31..3acd5a334b57 100644 --- a/site/public/v1/tablets/tcl-tab-10s-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/tcl-tab-10s-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 464.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.0, + "width_mm": 158.6, + "depth_mm": 8.3 + }, "ip_rating": null, "os": "Android 10", "os_version": "10", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.696125", - "updated_at": "2026-07-09T03:39:28.696125", + "created_at": "2026-07-09T04:23:39.260413", + "updated_at": "2026-07-09T04:23:39.260413", "url": "/v1/tablets/tcl-tab-10s-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/tcl-tab-10s-5g-4gb-64gb-5g/index.json b/site/public/v1/tablets/tcl-tab-10s-5g-4gb-64gb-5g/index.json index abd76810b268..583540ae7830 100644 --- a/site/public/v1/tablets/tcl-tab-10s-5g-4gb-64gb-5g/index.json +++ b/site/public/v1/tablets/tcl-tab-10s-5g-4gb-64gb-5g/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 241.7, + "width_mm": 158.6, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.702134", - "updated_at": "2026-07-09T03:39:28.702134", + "created_at": "2026-07-09T04:23:39.263408", + "updated_at": "2026-07-09T04:23:39.263408", "url": "/v1/tablets/tcl-tab-10s-5g-4gb-64gb-5g" } diff --git a/site/public/v1/tablets/tcl-tab-8-4g-2gb-32gb-4g-lte/index.json b/site/public/v1/tablets/tcl-tab-8-4g-2gb-32gb-4g-lte/index.json index cc0a9305b563..9831c7f6bf8b 100644 --- a/site/public/v1/tablets/tcl-tab-8-4g-2gb-32gb-4g-lte/index.json +++ b/site/public/v1/tablets/tcl-tab-8-4g-2gb-32gb-4g-lte/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 295.0, - "dimensions": {}, + "dimensions": { + "height_mm": 197.0, + "width_mm": 124.8, + "depth_mm": 8.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.703186", - "updated_at": "2026-07-09T03:39:28.703186", + "created_at": "2026-07-09T04:23:39.263408", + "updated_at": "2026-07-09T04:23:39.263408", "url": "/v1/tablets/tcl-tab-8-4g-2gb-32gb-4g-lte" } diff --git a/site/public/v1/tablets/ulefone-armor-pad-2-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/ulefone-armor-pad-2-8gb-256gb-4g-lte/index.json index 5a43dca447a2..c8413f1b6690 100644 --- a/site/public/v1/tablets/ulefone-armor-pad-2-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/ulefone-armor-pad-2-8gb-256gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 18600, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 1018.0, - "dimensions": {}, + "dimensions": { + "height_mm": 277.8, + "width_mm": 178.0, + "depth_mm": 14.0 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.715126", - "updated_at": "2026-07-09T03:39:28.715126", + "created_at": "2026-07-09T04:23:39.272424", + "updated_at": "2026-07-09T04:23:39.272424", "url": "/v1/tablets/ulefone-armor-pad-2-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/ulefone-armor-pad-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/ulefone-armor-pad-4gb-64gb-4g-lte/index.json index 95b31e5e9b54..20bf001101a8 100644 --- a/site/public/v1/tablets/ulefone-armor-pad-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/ulefone-armor-pad-4gb-64gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7650, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 560.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.0, + "width_mm": 128.8, + "depth_mm": 14.0 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.714131", - "updated_at": "2026-07-09T03:39:28.714131", + "created_at": "2026-07-09T04:23:39.271423", + "updated_at": "2026-07-09T04:23:39.271423", "url": "/v1/tablets/ulefone-armor-pad-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/ulefone-armor-pad-pro-8gb-128gb-4g-lte/index.json b/site/public/v1/tablets/ulefone-armor-pad-pro-8gb-128gb-4g-lte/index.json index eab4e31db8de..a74ee446c73b 100644 --- a/site/public/v1/tablets/ulefone-armor-pad-pro-8gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/ulefone-armor-pad-pro-8gb-128gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 7650, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 560.0, - "dimensions": {}, + "dimensions": { + "height_mm": 213.0, + "width_mm": 128.8, + "depth_mm": 14.0 + }, "ip_rating": null, "os": "Android 13", "os_version": "13", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.719125", - "updated_at": "2026-07-09T03:39:28.719125", + "created_at": "2026-07-09T04:23:39.273423", + "updated_at": "2026-07-09T04:23:39.273423", "url": "/v1/tablets/ulefone-armor-pad-pro-8gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/ulefone-tab-a11-pro-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/ulefone-tab-a11-pro-8gb-256gb-4g-lte/index.json index d6f7799ce4ed..5f766a6171d9 100644 --- a/site/public/v1/tablets/ulefone-tab-a11-pro-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/ulefone-tab-a11-pro-8gb-256gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8800, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 500.5, - "dimensions": {}, + "dimensions": { + "height_mm": 256.9, + "width_mm": 168.4, + "depth_mm": 7.6 + }, "ip_rating": null, "os": "Android 14", "os_version": "14", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.720132", - "updated_at": "2026-07-09T03:39:28.720132", + "created_at": "2026-07-09T04:23:39.274423", + "updated_at": "2026-07-09T04:23:39.274423", "url": "/v1/tablets/ulefone-tab-a11-pro-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/ulefone-tab-a7-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/ulefone-tab-a7-4gb-64gb-4g-lte/index.json index 85bf0d6980fb..d4b3d21a9358 100644 --- a/site/public/v1/tablets/ulefone-tab-a7-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/ulefone-tab-a7-4gb-64gb-4g-lte/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 7680, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 566.0, - "dimensions": {}, + "dimensions": { + "height_mm": 243.6, + "width_mm": 162.4, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 11", "os_version": "11", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.712134", - "updated_at": "2026-07-09T03:39:28.712134", + "created_at": "2026-07-09T04:23:39.270423", + "updated_at": "2026-07-09T04:23:39.270423", "url": "/v1/tablets/ulefone-tab-a7-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/ulefone-tab-a8-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/ulefone-tab-a8-4gb-64gb-4g-lte/index.json index 0628dd32363d..2a09436ff3b6 100644 --- a/site/public/v1/tablets/ulefone-tab-a8-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/ulefone-tab-a8-4gb-64gb-4g-lte/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 6580, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 483.0, - "dimensions": {}, + "dimensions": { + "height_mm": 238.7, + "width_mm": 157.5, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 12", "os_version": "12", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.717127", - "updated_at": "2026-07-09T03:39:28.717127", + "created_at": "2026-07-09T04:23:39.273423", + "updated_at": "2026-07-09T04:23:39.273423", "url": "/v1/tablets/ulefone-tab-a8-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/vivo-iqoo-pad-12gb-512gb-4g-lte/index.json b/site/public/v1/tablets/vivo-iqoo-pad-12gb-512gb-4g-lte/index.json index da49765dcb08..c64ee50f9f98 100644 --- a/site/public/v1/tablets/vivo-iqoo-pad-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/vivo-iqoo-pad-12gb-512gb-4g-lte/index.json @@ -49,10 +49,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 585.0, - "dimensions": {}, + "dimensions": { + "height_mm": 266.0, + "width_mm": 191.6, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -68,7 +72,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.726143", - "updated_at": "2026-07-09T03:39:28.726143", + "created_at": "2026-07-09T04:23:39.278424", + "updated_at": "2026-07-09T04:23:39.278424", "url": "/v1/tablets/vivo-iqoo-pad-12gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/vivo-pad-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/vivo-pad-8gb-256gb-4g-lte/index.json index 0020104c7e67..589707989475 100644 --- a/site/public/v1/tablets/vivo-pad-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/vivo-pad-8gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8040, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 489.0, - "dimensions": {}, + "dimensions": { + "height_mm": 253.2, + "width_mm": 164.7, + "depth_mm": 6.6 + }, "ip_rating": null, "os": "Android 12, OriginOS HD", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.725144", - "updated_at": "2026-07-09T03:39:28.725144", + "created_at": "2026-07-09T04:23:39.277426", + "updated_at": "2026-07-09T04:23:39.277426", "url": "/v1/tablets/vivo-pad-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/vivo-pad-air-12gb-512gb-4g-lte/index.json b/site/public/v1/tablets/vivo-pad-air-12gb-512gb-4g-lte/index.json index 014ea94ae8e6..9c7f4d62cfa7 100644 --- a/site/public/v1/tablets/vivo-pad-air-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/vivo-pad-air-12gb-512gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 8500, - "charging_wired_w": null, + "charging_wired_w": 44.0, "charging_wireless_w": null, "weight_g": 530.0, - "dimensions": {}, + "dimensions": { + "height_mm": 259.7, + "width_mm": 176.0, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 13, OriginOS 3", "os_version": "13", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.727143", - "updated_at": "2026-07-09T03:39:28.727143", + "created_at": "2026-07-09T04:23:39.279419", + "updated_at": "2026-07-09T04:23:39.279419", "url": "/v1/tablets/vivo-pad-air-12gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/xiaomi-mi-pad-2-2gb-64gb-2g/index.json b/site/public/v1/tablets/xiaomi-mi-pad-2-2gb-64gb-2g/index.json index 17c769eb5a85..1a88869ba93d 100644 --- a/site/public/v1/tablets/xiaomi-mi-pad-2-2gb-64gb-2g/index.json +++ b/site/public/v1/tablets/xiaomi-mi-pad-2-2gb-64gb-2g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6190, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 322.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.4, + "width_mm": 132.6, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android OS/ Optional Windows 10 (64 GB model), MIUI 7", "os_version": "10", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.738652", - "updated_at": "2026-07-09T03:39:28.738652", + "created_at": "2026-07-09T04:23:39.290948", + "updated_at": "2026-07-09T04:23:39.290948", "url": "/v1/tablets/xiaomi-mi-pad-2-2gb-64gb-2g" } diff --git a/site/public/v1/tablets/xiaomi-mi-pad-3-4gb-64gb-2g/index.json b/site/public/v1/tablets/xiaomi-mi-pad-3-4gb-64gb-2g/index.json index fd17f396faf9..fa15160ffeb2 100644 --- a/site/public/v1/tablets/xiaomi-mi-pad-3-4gb-64gb-2g/index.json +++ b/site/public/v1/tablets/xiaomi-mi-pad-3-4gb-64gb-2g/index.json @@ -47,10 +47,14 @@ }, "cameras": [], "battery_mah": 6600, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 328.0, - "dimensions": {}, + "dimensions": { + "height_mm": 200.4, + "width_mm": 132.6, + "depth_mm": 7.0 + }, "ip_rating": null, "os": "Android 7.0 (Nougat), MIUI 9", "os_version": "7.0", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.739663", - "updated_at": "2026-07-09T03:39:28.739663", + "created_at": "2026-07-09T04:23:39.291946", + "updated_at": "2026-07-09T04:23:39.291946", "url": "/v1/tablets/xiaomi-mi-pad-3-4gb-64gb-2g" } diff --git a/site/public/v1/tablets/xiaomi-mi-pad-4-4gb-64gb-4g-lte/index.json b/site/public/v1/tablets/xiaomi-mi-pad-4-4gb-64gb-4g-lte/index.json index bf47110b0b00..d5eaae11881e 100644 --- a/site/public/v1/tablets/xiaomi-mi-pad-4-4gb-64gb-4g-lte/index.json +++ b/site/public/v1/tablets/xiaomi-mi-pad-4-4gb-64gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6000, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 342.5, - "dimensions": {}, + "dimensions": { + "height_mm": 200.2, + "width_mm": 120.3, + "depth_mm": 7.9 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), MIUI 9", "os_version": "8.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.740664", - "updated_at": "2026-07-09T03:39:28.740664", + "created_at": "2026-07-09T04:23:39.292949", + "updated_at": "2026-07-09T04:23:39.292949", "url": "/v1/tablets/xiaomi-mi-pad-4-4gb-64gb-4g-lte" } diff --git a/site/public/v1/tablets/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte/index.json b/site/public/v1/tablets/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte/index.json index d2d0a9e48651..080954b1ddf6 100644 --- a/site/public/v1/tablets/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8620, - "charging_wired_w": null, + "charging_wired_w": 10.0, "charging_wireless_w": null, "weight_g": 485.0, - "dimensions": {}, + "dimensions": { + "height_mm": 245.6, + "width_mm": 149.1, + "depth_mm": 8.0 + }, "ip_rating": null, "os": "Android 8.1 (Oreo), MIUI 10", "os_version": "8.1", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.741657", - "updated_at": "2026-07-09T03:39:28.741657", + "created_at": "2026-07-09T04:23:39.293951", + "updated_at": "2026-07-09T04:23:39.293951", "url": "/v1/tablets/xiaomi-mi-pad-4-plus-4gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/xiaomi-mi-pad-7-9-2gb-64gb-2g/index.json b/site/public/v1/tablets/xiaomi-mi-pad-7-9-2gb-64gb-2g/index.json index 5e3fae8967bf..69458e7c00af 100644 --- a/site/public/v1/tablets/xiaomi-mi-pad-7-9-2gb-64gb-2g/index.json +++ b/site/public/v1/tablets/xiaomi-mi-pad-7-9-2gb-64gb-2g/index.json @@ -51,7 +51,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 360.0, - "dimensions": {}, + "dimensions": { + "height_mm": 202.0, + "width_mm": 135.4, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 4.4.4 (KitKat), MIUI 7", "os_version": "4.4.4", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.737144", - "updated_at": "2026-07-09T03:39:28.737144", + "created_at": "2026-07-09T04:23:39.290008", + "updated_at": "2026-07-09T04:23:39.290008", "url": "/v1/tablets/xiaomi-mi-pad-7-9-2gb-64gb-2g" } diff --git a/site/public/v1/tablets/xiaomi-pad-5-6gb-256gb-3g/index.json b/site/public/v1/tablets/xiaomi-pad-5-6gb-256gb-3g/index.json index eb501215cd01..e3f030115d5e 100644 --- a/site/public/v1/tablets/xiaomi-pad-5-6gb-256gb-3g/index.json +++ b/site/public/v1/tablets/xiaomi-pad-5-6gb-256gb-3g/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8720, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 511.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.7, + "width_mm": 166.3, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, MIUI 14", "os_version": "11", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.746663", - "updated_at": "2026-07-09T03:39:28.746663", + "created_at": "2026-07-09T04:23:39.298948", + "updated_at": "2026-07-09T04:23:39.298948", "url": "/v1/tablets/xiaomi-pad-5-6gb-256gb-3g" } diff --git a/site/public/v1/tablets/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte/index.json b/site/public/v1/tablets/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte/index.json index 515dcf066cea..8235a64cf33d 100644 --- a/site/public/v1/tablets/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte/index.json +++ b/site/public/v1/tablets/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 620.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.0, + "width_mm": 185.2, + "depth_mm": 6.7 + }, "ip_rating": null, "os": "Android 12, MIUI Pad 13", "os_version": "12", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.747662", - "updated_at": "2026-07-09T03:39:28.747662", + "created_at": "2026-07-09T04:23:39.299946", + "updated_at": "2026-07-09T04:23:39.299946", "url": "/v1/tablets/xiaomi-pad-5-pro-12-4-12gb-512gb-4g-lte" } diff --git a/site/public/v1/tablets/xiaomi-pad-5-pro-8gb-256gb-5g/index.json b/site/public/v1/tablets/xiaomi-pad-5-pro-8gb-256gb-5g/index.json index 168ee2339520..f1d8d4c55d20 100644 --- a/site/public/v1/tablets/xiaomi-pad-5-pro-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/xiaomi-pad-5-pro-8gb-256gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8600, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 515.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.7, + "width_mm": 166.3, + "depth_mm": 6.9 + }, "ip_rating": null, "os": "Android 11, upgradable to Android 13, MIUI 14", "os_version": "11", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.746663", - "updated_at": "2026-07-09T03:39:28.746663", + "created_at": "2026-07-09T04:23:39.299946", + "updated_at": "2026-07-09T04:23:39.299946", "url": "/v1/tablets/xiaomi-pad-5-pro-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/xiaomi-pad-6-8gb-256gb-3g/index.json b/site/public/v1/tablets/xiaomi-pad-6-8gb-256gb-3g/index.json index 92784fc643fa..7e4261a1cfe3 100644 --- a/site/public/v1/tablets/xiaomi-pad-6-8gb-256gb-3g/index.json +++ b/site/public/v1/tablets/xiaomi-pad-6-8gb-256gb-3g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8840, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.0, + "width_mm": 165.2, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, MIUI Pad 14", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.748662", - "updated_at": "2026-07-09T03:39:28.748662", + "created_at": "2026-07-09T04:23:39.300944", + "updated_at": "2026-07-09T04:23:39.300944", "url": "/v1/tablets/xiaomi-pad-6-8gb-256gb-3g" } diff --git a/site/public/v1/tablets/xiaomi-pad-6-max-14-16gb-512gb-3g/index.json b/site/public/v1/tablets/xiaomi-pad-6-max-14-16gb-512gb-3g/index.json index 2dd08e1be980..38d857e2e5e0 100644 --- a/site/public/v1/tablets/xiaomi-pad-6-max-14-16gb-512gb-3g/index.json +++ b/site/public/v1/tablets/xiaomi-pad-6-max-14-16gb-512gb-3g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 750.0, - "dimensions": {}, + "dimensions": { + "height_mm": 318.6, + "width_mm": 206.1, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, MIUI Pad 14", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.748662", - "updated_at": "2026-07-09T03:39:28.748662", + "created_at": "2026-07-09T04:23:39.301941", + "updated_at": "2026-07-09T04:23:39.301941", "url": "/v1/tablets/xiaomi-pad-6-max-14-16gb-512gb-3g" } diff --git a/site/public/v1/tablets/xiaomi-pad-6-pro-12gb-512gb-3g/index.json b/site/public/v1/tablets/xiaomi-pad-6-pro-12gb-512gb-3g/index.json index f66141a65158..9115608f5ee6 100644 --- a/site/public/v1/tablets/xiaomi-pad-6-pro-12gb-512gb-3g/index.json +++ b/site/public/v1/tablets/xiaomi-pad-6-pro-12gb-512gb-3g/index.json @@ -37,10 +37,14 @@ }, "cameras": [], "battery_mah": 8600, - "charging_wired_w": null, + "charging_wired_w": 67.0, "charging_wireless_w": null, "weight_g": 490.0, - "dimensions": {}, + "dimensions": { + "height_mm": 254.0, + "width_mm": 165.2, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, MIUI 14", "os_version": "13", @@ -56,7 +60,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.749663", - "updated_at": "2026-07-09T03:39:28.749663", + "created_at": "2026-07-09T04:23:39.301941", + "updated_at": "2026-07-09T04:23:39.301941", "url": "/v1/tablets/xiaomi-pad-6-pro-12gb-512gb-3g" } diff --git a/site/public/v1/tablets/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g/index.json b/site/public/v1/tablets/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g/index.json index e313d3074be6..a3b4f362d3e6 100644 --- a/site/public/v1/tablets/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g/index.json +++ b/site/public/v1/tablets/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 120.0, "charging_wireless_w": null, "weight_g": 590.0, - "dimensions": {}, + "dimensions": { + "height_mm": 278.7, + "width_mm": 191.6, + "depth_mm": 6.3 + }, "ip_rating": null, "os": "Android 14, up to 3 major Android upgrades, HyperOS", "os_version": "14", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.751665", - "updated_at": "2026-07-09T03:39:28.751665", + "created_at": "2026-07-09T04:23:39.303948", + "updated_at": "2026-07-09T04:23:39.303948", "url": "/v1/tablets/xiaomi-pad-6s-pro-12-4-16gb-512gb-3g" } diff --git a/site/public/v1/tablets/xiaomi-poco-pad-5g-8gb-256gb-5g/index.json b/site/public/v1/tablets/xiaomi-poco-pad-5g-8gb-256gb-5g/index.json index f2c131ca5ca4..9c7d8045be22 100644 --- a/site/public/v1/tablets/xiaomi-poco-pad-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/xiaomi-poco-pad-5g-8gb-256gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 568.0, - "dimensions": {}, + "dimensions": { + "height_mm": 280.0, + "width_mm": 181.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.753662", - "updated_at": "2026-07-09T03:39:28.753662", + "created_at": "2026-07-09T04:23:39.305945", + "updated_at": "2026-07-09T04:23:39.305945", "url": "/v1/tablets/xiaomi-poco-pad-5g-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/xiaomi-poco-pad-8gb-256gb-3g/index.json b/site/public/v1/tablets/xiaomi-poco-pad-8gb-256gb-3g/index.json index e7416776b1c2..0ccac8ea0a8d 100644 --- a/site/public/v1/tablets/xiaomi-poco-pad-8gb-256gb-3g/index.json +++ b/site/public/v1/tablets/xiaomi-poco-pad-8gb-256gb-3g/index.json @@ -35,10 +35,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 571.0, - "dimensions": {}, + "dimensions": { + "height_mm": 280.0, + "width_mm": 181.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.752664", - "updated_at": "2026-07-09T03:39:28.752664", + "created_at": "2026-07-09T04:23:39.305945", + "updated_at": "2026-07-09T04:23:39.305945", "url": "/v1/tablets/xiaomi-poco-pad-8gb-256gb-3g" } diff --git a/site/public/v1/tablets/xiaomi-redmi-pad-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/xiaomi-redmi-pad-6gb-128gb-4g-lte/index.json index de90e6a8846a..e689ec8ba1d4 100644 --- a/site/public/v1/tablets/xiaomi-redmi-pad-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/xiaomi-redmi-pad-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 465.0, - "dimensions": {}, + "dimensions": { + "height_mm": 250.5, + "width_mm": 158.1, + "depth_mm": 7.1 + }, "ip_rating": null, "os": "Android 12, upgradable to Android 13, MIUI 14", "os_version": "12", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.747662", - "updated_at": "2026-07-09T03:39:28.747662", + "created_at": "2026-07-09T04:23:39.300944", + "updated_at": "2026-07-09T04:23:39.300944", "url": "/v1/tablets/xiaomi-redmi-pad-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g/index.json b/site/public/v1/tablets/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g/index.json index c3944783a06f..24e01f5e3f37 100644 --- a/site/public/v1/tablets/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g/index.json +++ b/site/public/v1/tablets/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 566.0, - "dimensions": {}, + "dimensions": { + "height_mm": 280.0, + "width_mm": 181.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.754665", - "updated_at": "2026-07-09T03:39:28.754665", + "created_at": "2026-07-09T04:23:39.306946", + "updated_at": "2026-07-09T04:23:39.306946", "url": "/v1/tablets/xiaomi-redmi-pad-pro-5g-8gb-256gb-5g" } diff --git a/site/public/v1/tablets/xiaomi-redmi-pad-pro-8gb-256gb-3g/index.json b/site/public/v1/tablets/xiaomi-redmi-pad-pro-8gb-256gb-3g/index.json index c6a6c969258c..80ad800942e0 100644 --- a/site/public/v1/tablets/xiaomi-redmi-pad-pro-8gb-256gb-3g/index.json +++ b/site/public/v1/tablets/xiaomi-redmi-pad-pro-8gb-256gb-3g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 571.0, - "dimensions": {}, + "dimensions": { + "height_mm": 280.0, + "width_mm": 181.9, + "depth_mm": 7.5 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.753662", - "updated_at": "2026-07-09T03:39:28.753662", + "created_at": "2026-07-09T04:23:39.306946", + "updated_at": "2026-07-09T04:23:39.306946", "url": "/v1/tablets/xiaomi-redmi-pad-pro-8gb-256gb-3g" } diff --git a/site/public/v1/tablets/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte/index.json b/site/public/v1/tablets/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte/index.json index 55848384e413..fe633d58bf25 100644 --- a/site/public/v1/tablets/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte/index.json +++ b/site/public/v1/tablets/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte/index.json @@ -48,10 +48,14 @@ }, "cameras": [], "battery_mah": 6650, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 375.0, - "dimensions": {}, + "dimensions": { + "height_mm": 211.6, + "width_mm": 125.5, + "depth_mm": 8.8 + }, "ip_rating": null, "os": "Android 14, HyperOS", "os_version": "14", @@ -67,7 +71,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.755662", - "updated_at": "2026-07-09T03:39:28.755662", + "created_at": "2026-07-09T04:23:39.307946", + "updated_at": "2026-07-09T04:23:39.307946", "url": "/v1/tablets/xiaomi-redmi-pad-se-8-7-6gb-128gb-4g-lte" } diff --git a/site/public/v1/tablets/xiaomi-redmi-pad-se-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/xiaomi-redmi-pad-se-8gb-256gb-4g-lte/index.json index a4c8d0592c67..58f9d56fe9c4 100644 --- a/site/public/v1/tablets/xiaomi-redmi-pad-se-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/xiaomi-redmi-pad-se-8gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 8000, - "charging_wired_w": null, + "charging_wired_w": 18.0, "charging_wireless_w": null, "weight_g": 478.0, - "dimensions": {}, + "dimensions": { + "height_mm": 255.5, + "width_mm": 167.1, + "depth_mm": 7.4 + }, "ip_rating": null, "os": "Android 13, MIUI Pad 14", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.749663", - "updated_at": "2026-07-09T03:39:28.749663", + "created_at": "2026-07-09T04:23:39.302940", + "updated_at": "2026-07-09T04:23:39.302940", "url": "/v1/tablets/xiaomi-redmi-pad-se-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/zte-axon-pad-12gb-512gb-5g/index.json b/site/public/v1/tablets/zte-axon-pad-12gb-512gb-5g/index.json index 68e64a36a314..fe8939711cbf 100644 --- a/site/public/v1/tablets/zte-axon-pad-12gb-512gb-5g/index.json +++ b/site/public/v1/tablets/zte-axon-pad-12gb-512gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 605.0, - "dimensions": {}, + "dimensions": { + "height_mm": 279.0, + "width_mm": 181.0, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, MyOS 13", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.769665", - "updated_at": "2026-07-09T03:39:28.769665", + "created_at": "2026-07-09T04:23:39.321095", + "updated_at": "2026-07-09T04:23:39.321095", "url": "/v1/tablets/zte-axon-pad-12gb-512gb-5g" } diff --git a/site/public/v1/tablets/zte-light-tab-2-v9a-0-5gb-4gb-3g/index.json b/site/public/v1/tablets/zte-light-tab-2-v9a-0-5gb-4gb-3g/index.json index 4989afb0cd1d..e1d59a9a245a 100644 --- a/site/public/v1/tablets/zte-light-tab-2-v9a-0-5gb-4gb-3g/index.json +++ b/site/public/v1/tablets/zte-light-tab-2-v9a-0-5gb-4gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 389.0, - "dimensions": {}, + "dimensions": { + "height_mm": 202.0, + "width_mm": 122.0, + "depth_mm": 12.6 + }, "ip_rating": null, "os": "Android 2.3 (Gingerbread)", "os_version": "2.3", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.760662", - "updated_at": "2026-07-09T03:39:28.760662", + "created_at": "2026-07-09T04:23:39.314095", + "updated_at": "2026-07-09T04:23:39.314095", "url": "/v1/tablets/zte-light-tab-2-v9a-0-5gb-4gb-3g" } diff --git a/site/public/v1/tablets/zte-light-tab-3-v9s-1gb-16gb-3g/index.json b/site/public/v1/tablets/zte-light-tab-3-v9s-1gb-16gb-3g/index.json index 4003f8190fb7..b5a7c479fbba 100644 --- a/site/public/v1/tablets/zte-light-tab-3-v9s-1gb-16gb-3g/index.json +++ b/site/public/v1/tablets/zte-light-tab-3-v9s-1gb-16gb-3g/index.json @@ -50,7 +50,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 400.0, - "dimensions": {}, + "dimensions": { + "height_mm": 194.0, + "width_mm": 120.0, + "depth_mm": 12.0 + }, "ip_rating": null, "os": "Android 3.2 (Honeycomb)", "os_version": "3.2", @@ -66,7 +70,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.763663", - "updated_at": "2026-07-09T03:39:28.763663", + "created_at": "2026-07-09T04:23:39.317098", + "updated_at": "2026-07-09T04:23:39.317098", "url": "/v1/tablets/zte-light-tab-3-v9s-1gb-16gb-3g" } diff --git a/site/public/v1/tablets/zte-light-tab-v9c-0-5gb-1gb-3g/index.json b/site/public/v1/tablets/zte-light-tab-v9c-0-5gb-1gb-3g/index.json index 17c6b18b7211..91ac64e211c6 100644 --- a/site/public/v1/tablets/zte-light-tab-v9c-0-5gb-1gb-3g/index.json +++ b/site/public/v1/tablets/zte-light-tab-v9c-0-5gb-1gb-3g/index.json @@ -38,7 +38,11 @@ "charging_wired_w": null, "charging_wireless_w": null, "weight_g": 389.0, - "dimensions": {}, + "dimensions": { + "height_mm": 202.0, + "width_mm": 122.0, + "depth_mm": 12.6 + }, "ip_rating": null, "os": "Android 2.1 (Eclair), upgradable to 2.2 (Froyo)", "os_version": "2.1", @@ -54,7 +58,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.761663", - "updated_at": "2026-07-09T03:39:28.761663", + "created_at": "2026-07-09T04:23:39.315095", + "updated_at": "2026-07-09T04:23:39.315095", "url": "/v1/tablets/zte-light-tab-v9c-0-5gb-1gb-3g" } diff --git a/site/public/v1/tablets/zte-nubia-pad-3d-8gb-256gb-4g-lte/index.json b/site/public/v1/tablets/zte-nubia-pad-3d-8gb-256gb-4g-lte/index.json index cfa715ce4e84..d66d5a628c3b 100644 --- a/site/public/v1/tablets/zte-nubia-pad-3d-8gb-256gb-4g-lte/index.json +++ b/site/public/v1/tablets/zte-nubia-pad-3d-8gb-256gb-4g-lte/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 9070, - "charging_wired_w": null, + "charging_wired_w": 33.0, "charging_wireless_w": null, "weight_g": 780.0, - "dimensions": {}, + "dimensions": { + "height_mm": 285.0, + "width_mm": 190.0, + "depth_mm": 8.5 + }, "ip_rating": null, "os": "Android 12L", "os_version": "12", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.770662", - "updated_at": "2026-07-09T03:39:28.770662", + "created_at": "2026-07-09T04:23:39.321095", + "updated_at": "2026-07-09T04:23:39.321095", "url": "/v1/tablets/zte-nubia-pad-3d-8gb-256gb-4g-lte" } diff --git a/site/public/v1/tablets/zte-nubia-red-magic-tablet-16gb-512gb-5g/index.json b/site/public/v1/tablets/zte-nubia-red-magic-tablet-16gb-512gb-5g/index.json index 6a46c0911983..4c8cd44a1ebd 100644 --- a/site/public/v1/tablets/zte-nubia-red-magic-tablet-16gb-512gb-5g/index.json +++ b/site/public/v1/tablets/zte-nubia-red-magic-tablet-16gb-512gb-5g/index.json @@ -36,10 +36,14 @@ }, "cameras": [], "battery_mah": 10000, - "charging_wired_w": null, + "charging_wired_w": 80.0, "charging_wireless_w": null, "weight_g": 613.0, - "dimensions": {}, + "dimensions": { + "height_mm": 279.7, + "width_mm": 181.9, + "depth_mm": 6.5 + }, "ip_rating": null, "os": "Android 13, Redmagic OS 8", "os_version": "13", @@ -55,7 +59,7 @@ "source_urls": [ "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], - "created_at": "2026-07-09T03:39:28.770662", - "updated_at": "2026-07-09T03:39:28.770662", + "created_at": "2026-07-09T04:23:39.322095", + "updated_at": "2026-07-09T04:23:39.322095", "url": "/v1/tablets/zte-nubia-red-magic-tablet-16gb-512gb-5g" }