Commit graph

529 commits

Author SHA1 Message Date
Bjoern Kerler
fb9d593795 Sort rm logs dir error on windows 2021-10-02 08:32:17 +02:00
Bjoern Kerler
d360eeb082
Update README.md 2021-10-02 08:15:35 +02:00
Bjoern Kerler
6ebe0b6d49 Fix debug stuff 2021-10-02 00:13:10 +02:00
Bjoern Kerler
6010a57adc Fix xflashext 2021-10-02 00:10:54 +02:00
Bjoern Kerler
05833f11e0
Merge pull request #86 from etmatrix/main
partitionname is not expected in writeflash removed
2021-10-01 22:35:48 +02:00
Bjoern Kerler
63e4107c98 Fix unlocking issues 2021-10-01 22:33:53 +02:00
etmatrix
fcd9aacf09 partitionname is not expected in writeflash removed 2021-10-01 20:50:28 +02:00
Bjoern Kerler
eeb5e244ee
Merge pull request #85 from etmatrix/main
Fix a little typo
2021-10-01 20:14:19 +02:00
etmatrix
3268cface4 Fix a little typo 2021-10-01 19:15:30 +02:00
Bjoern Kerler
cd46dccc6d
Update README.md 2021-10-01 11:48:10 +02:00
Bjoern Kerler
9880651559 Improve error logging 2021-09-30 17:29:51 +02:00
Bjoern Kerler
a852f79b40
Merge pull request #80 from KeuntaeShin/main
Add statements for calling write_rpmb(1)
2021-09-30 13:43:13 +02:00
XXX
895738d5d8
Add statements for calling write_rpmb(1) 2021-09-30 19:46:43 +09:00
Bjoern Kerler
2c5de129b4 Remove compile section 2021-09-29 11:47:02 +02:00
Bjoern Kerler
8522a13b64
Merge pull request #72 from MlgmXyysd/patch-1
Fix link markdown in readme
2021-09-29 07:09:18 +02:00
Jim Wu
6e079cb0fc
Fix link markdown in readme 2021-09-29 08:36:00 +08:00
Bjoern Kerler
db4a85ef3d Update README and add unlocking note 2021-09-28 19:38:01 +02:00
Bjoern Kerler
65db5b344b New version. MANY fixes and kewl new stuff. Hopefully more stable now. 2021-09-28 17:56:15 +02:00
Bjoern Kerler
81b6622e2f Add funding info 2021-09-19 13:21:40 +02:00
Bjoern Kerler
25cd4e2b6e Improve error output 2021-09-03 11:29:47 +02:00
Bjoern Kerler
9cac0a38eb Remove state file on reset cmd 2021-09-03 11:03:20 +02:00
Bjoern Kerler
96a4edf8aa Fix utils import 2021-09-03 10:58:23 +02:00
Bjoern Kerler
8233799f01 Update setup.py 2021-09-03 10:54:15 +02:00
Bjoern Kerler
d8ba5d8624 Add continous flash mode, no more reboots. Improve stage2 2021-09-03 10:49:12 +02:00
Bjoern Kerler
2decae9fad Improve preloader detection 2021-09-02 21:32:18 +02:00
Bjoern Kerler
614ca37582 Fix seccfg and da connection issues. Revert usb patches for now ... 2021-09-02 20:01:23 +02:00
Bjoern Kerler
13f5e1c558 Fix daxflash status and codepage issues 2021-09-02 11:13:54 +02:00
Bjoern Kerler
2816c173c0 Fix seccf 2021-09-02 10:47:33 +02:00
Bjoern Kerler
65c6ff01b7 Fix seccfg 2021-09-01 20:00:34 +02:00
Bjoern Kerler
3b423bccb1 Fix bypass 2021-09-01 19:11:24 +02:00
Bjoern Kerler
f705445938 More fixes 2021-09-01 18:50:45 +02:00
Bjoern Kerler
6df7406069 Improve Error and Args Handling, improve plstage in brom mode 2021-09-01 18:00:26 +02:00
Bjoern Kerler
f84ae50858 Command fixes 2021-09-01 13:36:30 +02:00
Bjoern Kerler
fec12025dd Fix commands 2021-09-01 13:27:25 +02:00
Bjoern Kerler
da32701e41 Fix stage 2021-09-01 13:04:43 +02:00
Bjoern Kerler
4e037b7d7d Update config 2021-09-01 13:03:31 +02:00
Bjoern Kerler
8cb80123c4 Update stage2 2021-09-01 12:54:33 +02:00
Bjoern Kerler
53f873a325 Fix minor bug 2021-09-01 12:41:41 +02:00
Bjoern Kerler
0cff830228 Improve usb handling 2021-09-01 11:47:56 +02:00
Bjoern Kerler
15261b1677 Minor stage2 fix 2021-09-01 09:46:35 +02:00
Bjoern Kerler
6ea72c23b0
Merge pull request #34 from R0rt1z2/main
mtk: init: don't crash if no preloader was supplied
2021-09-01 09:42:39 +02:00
Bjoern Kerler
d8ae0a1cea Include AttributeError flag by @R0rt1z2 2021-09-01 09:39:41 +02:00
Bjoern Kerler
aecaa2c1c2 Fix command issues 2021-09-01 09:34:25 +02:00
Bjoern Kerler
388e8d85ca Patch improvement, oppo security 2021-08-31 22:34:17 +02:00
R0rt1z2
b520698b10 mtk: init: don't crash if no preloader was supplied
* Commit bef2d8efd0 seems to break the init
  function when no preloader is provided at all (using the --preloader option).

Signed-off-by: R0rt1z2 <rogerortizleal@gmail.com>
2021-08-31 19:21:24 +02:00
Bjoern Kerler
055190bcf3 Improve preloader dumper 2021-08-31 17:54:06 +02:00
Bjoern Kerler
bef2d8efd0 Remove docopt requirement, add preloader patcher, fix preloader dumper 2021-08-31 17:12:44 +02:00
Bjoern Kerler
9c584b7512 Update preloader dram configs 2021-08-26 17:48:51 +02:00
Bjoern Kerler
09d0088fc5 Improve log output, further fixes 2021-08-26 17:43:41 +02:00
Bjoern Kerler
42a0d0bc6e Fix port init issue 2021-08-26 09:25:07 +02:00