Skip to content

Commit 18c592b

Browse files
committed
data(smartphone): derive os_version from os field for 48,462 records
Normalizes the launch OS version already present in each record's `os` string into the structured `os_version` field (e.g. "Android 4.0.3 (Ice Cream Sandwich)" -> "4.0.3"). Deterministic parse of existing data — no new/external data. Takes the shipped version, not "upgradeable to" ones. Symbian excluded (Series/UI numbers are ambiguous). os_version coverage ~6% -> ~58%. Refs #1
1 parent 7c61b12 commit 18c592b

48,462 files changed

Lines changed: 96924 additions & 48462 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/smartphone/acer/2009/betouch-e100/acer-betouch-e100.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"type": "main",
4040
"raw": "2 MP"
4141
}
42-
]
42+
],
43+
"os_version": "6.5"
4344
}

data/smartphone/acer/2009/betouch-e101/acer-betouch-e101.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"type": "main",
4040
"raw": "2 MP"
4141
}
42-
]
42+
],
43+
"os_version": "6.5"
4344
}

data/smartphone/acer/2009/betouch-e200/acer-betouch-e200.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"type": "main",
4040
"raw": "3.15 MP"
4141
}
42-
]
42+
],
43+
"os_version": "6.5"
4344
}

data/smartphone/acer/2009/dx650/acer-dx650-aitoolbuzz-17-1gb-2g.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"raw": "2MP"
3434
}
3535
],
36-
"image_url": "https://aitoolbuzz.com/assets/agents/mobiles/acer-dx650.jpg"
36+
"image_url": "https://aitoolbuzz.com/assets/agents/mobiles/acer-dx650.jpg",
37+
"os_version": "6.1"
3738
}

data/smartphone/acer/2009/liquid/acer-liquid.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"type": "main",
4040
"raw": "5 MP| autofocus| "
4141
}
42-
]
42+
],
43+
"os_version": "1.6"
4344
}

data/smartphone/acer/2009/m900/acer-m900-aitoolbuzz-97-1gb-3g.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
"raw": "VGA videocall camera"
3838
}
3939
],
40-
"image_url": "https://aitoolbuzz.com/assets/agents/mobiles/acer-m900.jpg"
40+
"image_url": "https://aitoolbuzz.com/assets/agents/mobiles/acer-m900.jpg",
41+
"os_version": "6.1"
4142
}

data/smartphone/acer/2009/neotouch/acer-neotouch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"type": "main",
4040
"raw": "5 MP| autofocus| LED flash| "
4141
}
42-
]
42+
],
43+
"os_version": "6.5"
4344
}

data/smartphone/acer/2010/betouch-e130/acer-betouch-e130.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"type": "main",
4040
"raw": "3.15 MP"
4141
}
42-
]
42+
],
43+
"os_version": "1.6"
4344
}

data/smartphone/acer/2010/liquid-e/acer-liquid-e.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"type": "main",
4040
"raw": "5 MP| autofocus"
4141
}
42-
]
42+
],
43+
"os_version": "2.1"
4344
}

data/smartphone/acer/2010/liquid-mt/acer-liquid-mt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"type": "main",
4040
"raw": "5 MP| autofocus| LED flash"
4141
}
42-
]
42+
],
43+
"os_version": "2.2"
4344
}

0 commit comments

Comments
 (0)