This version of the app reads the fonts on your (Android) phone, and saves detailed information about the fonts (including their path, hash, and version information) and your phone model to a zip file in your downloads directory.
Example data:
{
"brand": "google",
"device": "emu64xa",
"hardware": "ranchu",
"manufacturer": "Google",
"model": "sdk_gphone64_x86_64",
"product": "sdk_gphone64_x86_64",
"release_version": "14",
"security_patch": "2023-09-05",
"base_os": "",
"current_locale": "en_US",
"all_locales": "en_US,",
"fonts": [{
"Family": "Noto Sans Lycian",
"SubFamily": "Regular",
"UniqueSubFamily": "Monotype Imaging - Noto Sans Lycian",
"FullName": "Noto Sans Lycian",
"FontVersion": "Version 1.04 uh",
"Revision": 68157,
"Created": 3427442762,
"Modified": 3541705382,
"Path": "\/system\/fonts\/NotoSansLycian-Regular.ttf"
}, {
"Imagine 200 more fonts here"
}, {
"Family": "Noto Sans Cham",
"SubFamily": "Regular",
"UniqueSubFamily": "Noto Sans Cham:Version 1.00",
"FullName": "Noto Sans Cham",
"FontVersion": "Version 1.02 uh",
"Revision": 66847,
"Created": 3287489739,
"Modified": 3541705338,
"Path": "\/system\/fonts\/NotoSansCham-Regular.ttf"
}],
"errors": []
}