168 Commits

Author SHA1 Message Date
Markus Birth
a77ddf9a44
Merge pull request #4 from inevity/master
fix SKU number of 645M and add 645M APAC to SKU doc
2024-05-27 02:53:48 +01:00
Markus Birth
76dd3b8566
Merge branch 'master' into master 2024-05-27 02:53:26 +01:00
5be4c66ac0
New HWIDs for Marine Software OTAs and new TLV binary fields. Fixes #40 2024-05-27 02:24:10 +01:00
b5c1e956eb
GNSS-related acronyms explained in comment. Fixes #35 2024-05-27 01:53:50 +01:00
71fe99d0be
Fix name. Fixes #23 2024-05-27 01:49:48 +01:00
d44f636b4b
Forerunner 45S. Fixes #26 2024-05-27 01:48:20 +01:00
6341ac9ca5
More HWIDs. Fixes #29 2024-05-27 01:46:50 +01:00
868c4bed4f
New HWIDs. Fixes #33, #39 2024-05-27 01:43:37 +01:00
78bf933290
Fix AttributeError when subid is already numeric. Fixes #37 2024-05-27 01:42:07 +01:00
a7ad1934dd
More sub-ids. 2022-12-11 18:22:24 +01:00
8711fad3c2
Fix typos. 2022-12-11 02:58:43 +01:00
b73e95f454
NEW device.get_name() METHOD! Added -q parameter to get_updates.
Reworked device database for sub-ids.
2022-12-11 02:53:51 +01:00
a2e2e411e2
New hwids. 2022-09-27 02:10:28 +02:00
6a2e54ff60
New HWIDs. 2022-04-25 03:25:07 +02:00
Markus Birth
1bf8b83247
New HWIDs. 2022-02-03 18:46:12 +01:00
Markus Birth
5dfdefbac7
New hw_ids. 2022-02-03 18:45:54 +01:00
Markus Birth
af3a7b2b25
Merge pull request #22 from SWW13/patch-1
add Venu Sq Music
2022-01-05 15:45:29 +01:00
Simon Wörner
5275316956
add Venu Sq Music 2022-01-05 15:18:35 +01:00
Markus Birth
74ac07c8a0
New hw_ids. 2021-06-01 16:28:32 +02:00
64e51a0dbc
Fixes #14. 2021-05-02 01:50:19 +02:00
0582ddce4b
Use (un)hexlify for Field 4007. Fixes #13. Recipes need to be dumped again. 2021-05-02 01:34:47 +02:00
4756c17dde
Updated new hw_ids. 2021-04-30 12:37:28 +02:00
bef90b2082
Write format codes into list instead of string. Fixes #12. 2021-03-25 00:23:04 +01:00
fc6ce4ed93
Try to detect SW_INVNTRY and CSV/ZIP payloads. 2021-03-19 16:27:30 +01:00
82b2a4c2f8
Allow hex letters in suffix. (Seen in aviation firmwares.) 2021-03-19 16:27:01 +01:00
765b8c12df
Even more hw_ids. 2021-03-19 01:49:45 +01:00
594f16c0b2
Added various hw_ids. 2021-03-19 01:43:21 +01:00
e51a2911b0
Fix unknown binary header message. Fixes #11. 2021-03-19 01:42:42 +01:00
9eaad4a8fd
Added new hwids. 2021-02-02 22:07:35 +01:00
69fdf8dce2
New hw_ids. 2021-01-11 10:57:25 +01:00
d924c6b94e
Added script to search hw_ids in firmware files. 2020-11-21 22:11:17 +01:00
45fcfc596f
Fix hw_id description. 2020-11-21 22:10:58 +01:00
10a18b1693
Added two new hwids. 2020-11-10 23:18:48 +01:00
65e0fc8ec2
Output hwid while scanning. 2020-11-10 23:18:34 +01:00
fcffd1ef78
New hw_ids. 2020-11-09 22:04:46 +01:00
6ec74e7b8b
Lots of new hw_ids. 2020-10-20 23:37:03 +02:00
026ff4010a
New hw_ids. 2020-08-17 12:46:13 +02:00
31e07f851e
New hw_ids. 2020-07-20 01:23:18 +02:00
8f2238b290
New hw_ids. 2020-07-09 01:55:21 +02:00
1ee1d7a393
Updated hw_ids and HARDWARE-SKUs.md. 2020-07-03 01:42:55 +02:00
ee8a3bd493
New hw_ids. 2020-06-23 01:45:35 +02:00
6fbdc48eff
New hw_ids. 2020-06-09 14:02:37 +02:00
a69a59ca61
Added new hw_ids. 2020-05-30 02:05:37 +02:00
7d63fc8076
New hw_ids. 2020-05-25 14:29:48 +02:00
77c2521d68
TODOs 2020-05-13 23:29:06 +02:00
8f8a6d79c3
Tool to fetch list of firmware updates for Kenwood/JVC head units. 2020-05-13 23:28:45 +02:00
e5474eac1e
New hw_ids. 2020-05-13 23:27:53 +02:00
2668bbcb05
Fix indentation in chksum.py. Added one hwid. 2020-05-11 16:34:46 +02:00
8a43b526de
Merge pull request #6 from ExtReMLapin/patch-1
Fixed sum crash when file size is a mult of 16384
2020-05-11 01:21:00 +02:00
ExtReMLapin
e893ad24ee
Fixed sum crash when file size is a mult of 16384
Crash happened when file is mult of 16384, which means last block size is zero and it crashed because of data[-1]
2020-05-10 22:01:42 +02:00