1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-09-20 06:43:26 +01:00
Commit Graph

70 Commits

Author SHA1 Message Date
0aa04ae42f
Cleanup. 2017-10-06 02:49:13 +02:00
3f3b4370d0
Added tool to search for version codes. 2017-10-06 02:23:47 +02:00
00c8bd8852
Fix pylint. 2017-10-06 02:23:38 +02:00
9253cf7f1f
Implemented weighting by response time. 2017-10-06 01:37:10 +02:00
f4319fcbbf
Added weighting of servers to preferrably choose faster ones. 2017-10-06 01:19:56 +02:00
b830013711
Remove obsolete tclcheck_all.py. Make pylint happy in tclcheck.py. 2017-10-06 00:25:45 +02:00
e367b1ba73
Renamed tclcheck_new.py to tclcheck_findprd.py 2017-10-05 23:51:36 +02:00
8b7de97f84
Move retry code for checks into tcllib. 2017-10-05 23:51:07 +02:00
11370f618e
Use cyan for terminals with a prominent "grey". 2017-10-05 21:45:13 +02:00
d167f06c3f More ANSI colours. 2017-10-05 17:59:27 +02:00
0fcb008232 Make timeout for check configurable. 2017-10-05 17:59:08 +02:00
ab18cc66c5 Highlight full versions different to latest OTA. 2017-10-05 16:21:48 +02:00
f324f4d283 Allow to specify from-version for tclcheck_allota.py. Updated README. 2017-10-04 12:53:04 +02:00
fb830f8dd1
Output some stats when scanning for new PRDs. 2017-09-27 00:39:41 +02:00
095ba8cebb
Moved ANSI_UP_DEL to tcllib. 2017-09-27 00:39:19 +02:00
thurask
c7f3e7bcaa
add scanner for unknown prds 2017-09-25 22:13:25 -04:00
25f7a6f350
PRD-63116-009 is the HongKong unlocked model according to a forum user. 2017-09-24 14:07:48 +02:00
297083007c
Probably mixed something up before. 2017-09-24 02:05:39 +02:00
f7f93c8cd5
PRD-63116-017 has no OTA for AAO472 yet. Still on AAN358. 2017-09-23 23:37:18 +02:00
9fd609dff0
Merge branch 'master' of github.com:mbirth/tcl_ota_check 2017-09-23 23:34:55 +02:00
72448afd47
New PRDs. A few optimisations in tclcheck.py. 2017-09-23 23:31:32 +02:00
thurask
0e3ebafb2d
make escape characters semi-work on windows 2017-09-23 16:17:57 -04:00
thurask
445502b544
update prds 2017-09-23 16:09:06 -04:00
e8d2e8f396
Today's OTAs. 2017-09-23 15:20:06 +02:00
773c59e181 OTA updates. 2017-09-22 14:21:16 +02:00
d850c919c0 Today's updates. 2017-09-22 10:54:26 +02:00
fa9dc24cc0 Updated PRD list. 2017-09-21 13:30:55 +02:00
bad2f8696c Updated OTA versions. 2017-09-20 16:14:42 +02:00
13dc245291 Added latest OTA version to prds.txt, modified new OTA check to use that
version. New FULL check with AAA000 so catches all versions.
2017-09-19 17:12:01 +02:00
2093579207
More explanation in README. 2017-09-17 20:51:50 +02:00
77a5131a1f
Improved output for OTA versions (shows FROM-version now). 2017-09-15 01:59:15 +02:00
55de408ab7 Repeat server request when server error or timeout. 2017-09-13 01:40:19 +02:00
cc6b0fbbc4 Info about CLTP value. 2017-09-12 21:40:40 +02:00
f1071509db Throw human readable exception for 404 errors. 2017-09-12 21:39:37 +02:00
thurask
237280cbea
add OS version to header name 2017-09-07 12:54:17 -04:00
thurask
1ba638df00
clean up network error messages 2017-09-07 12:47:13 -04:00
thurask
1d3e6db9a6
trickery 2017-09-01 15:53:21 -04:00
thurask
ecb7fca85e
update prd list 2017-09-01 15:39:02 -04:00
7077d6f675 Output file hash. Also better error output. 2017-09-01 18:34:15 +02:00
3a2025c63a Added script to check for all PRDs from prds.txt. 2017-09-01 17:59:05 +02:00
3dd99f9580 Raise RequestException instead of printing to console. 2017-09-01 17:58:36 +02:00
d864a2002a Add method to reset session for multiple update checks for different
PRDs.
2017-09-01 17:58:00 +02:00
03dc98b4e2 Add timeout of 10 seconds to check.php request. 2017-09-01 17:57:34 +02:00
e9f5641363 Add more PRDs from bbarchivist's json. 2017-09-01 14:15:36 +02:00
98daf57086 Rename encrypt_header to do_encrypt_header. Changed signature. Also
write header.bin since we already received it.
2017-09-01 14:07:06 +02:00
525b2b4256 Separate credentials to also get them for checksum.php later. Fix
missing random import.
2017-09-01 13:59:12 +02:00
e827c6d679 Split into module + program. 2017-09-01 13:43:10 +02:00
2710bd7103 Show stage when erroring. Use https for header download. 2017-09-01 13:37:54 +02:00
250d6e4a27 Add KEYone Black Edition to PRD list. 2017-09-01 13:25:30 +02:00
thurask
2ed352a090
reenable args, pass cltp into vkhash 2017-08-23 19:39:24 -04:00