Commit graph

74 commits

Author SHA1 Message Date
Bjoern Kerler
aa0ab719f2 New structure, improve debug messages 2020-11-14 14:59:03 +01:00
Bjoern Kerler
c833f57e35
Update README.md 2020-11-14 11:44:19 +01:00
Bjoern Kerler
c816aa528f Detection fixes 2020-09-23 17:18:53 +02:00
Bjoern Kerler
86dfc6101f
Update README.md 2020-09-23 11:29:37 +02:00
Bjoern Kerler
c46c24c6a3
Update README.md 2020-09-23 11:27:37 +02:00
Bjoern Kerler
099a98b4ee Fixes 2020-09-23 11:24:32 +02:00
Bjoern Kerler
e2120e63cc Fixes and qfil stuff added 2020-09-23 11:20:41 +02:00
Bjoern Kerler
e93ea64ac9
Update firehose.py 2020-09-22 23:22:22 +02:00
Bjoern Kerler
fa2e281982
Update firehose.py
Fix issue on not getting any response
2020-09-22 23:19:25 +02:00
Bjoern Kerler
6ca9feb8ac
Update README.md 2020-08-26 15:22:27 +02:00
Bjoern Kerler
458d9b4b86
Create FUNDING.yml 2020-08-26 15:22:08 +02:00
Bjoern Kerler
f46bf59885
Update edl.py 2020-06-20 14:53:33 +02:00
Bjoern Kerler
bc8dca508d
Update edl.py 2020-06-18 08:56:30 +02:00
Bjoern Kerler
987956afe1 Fixes 2020-06-15 14:40:36 +02:00
Bjoern Kerler
fd301d5c6b
Merge pull request #24 from Minecrell/backup-gpt
Fix backup GPT dump in "edl.py gpt" command
2020-05-22 15:34:09 +02:00
Minecrell
b216a4f0ec Correct argument name for "edl.py gpt"
The "gpt" command actually looks for <directory> argument,
not a single <filename>.
2020-05-22 12:23:31 +02:00
Minecrell
75fc96e006 Actually dump the backup GPT, not a copy of the primary GPT partitions
The backup GPT is a copy of the primary GPT header and partition
entries in reverse order at the end of the disk.

At the moment "edl.py gpt" dumps a copy of the primary GPT partition
to "gpt_backup0.bin", so it is missing a copy of the backup GPT header.

Change the code to actually make use of the fh.get_backup_gpt() function.

Also fix the starting sector in get_backup_gpt(): header["backup_lba"]
is the sector of the GPT backup header, which comes after the copy
of the partition entries. Usually the GPT backup header should be
the last 33 sectors after last_usable_lba, so use that instead.
2020-05-22 12:17:57 +02:00
Bjoern Kerler
523c77ebd7
Merge pull request #21 from samueldr/feature/loader_name_error
Give the expected filename when loader cannot be found
2020-05-01 12:42:27 +02:00
Samuel Dionne-Riel
0dd8eb452b Give the expected filename when loader cannot be found
Otherwise, it quickly gets annoying to figure out the right filename
from the information the program outputs.

Now it's a quick copy/paste away, no more missing one character.
2020-04-30 23:15:46 -04:00
Bjoern Kerler
40e47f3eb3 Fixes 2020-03-18 21:19:50 +01:00
Bjoern Kerler
eb215e7101
Remove non-working code 2020-02-18 07:55:57 +01:00
Bjoern Kerler
fc12c059ed
Remove non-working code 2020-02-18 07:53:59 +01:00
Bjoern Kerler
db91abc8c3 Fixes 2020-02-13 14:09:53 +01:00
Bjoern Kerler
963a774b74 Minor fix 2020-02-08 00:15:28 +01:00
Bjoern Kerler
5a40c1d9e3 Minor fix 2020-02-08 00:14:18 +01:00
Bjoern Kerler
a0b38428b3 Linux/Windows fix 2020-02-07 15:13:10 +01:00
Bjoern Kerler
0a00c5de6b Windows fixes 2020-02-04 23:31:34 +01:00
Bjoern Kerler
729bbed2e0 Oppo fixes 2020-01-26 18:40:12 +01:00
Bjoern Kerler
89a8fd68b9 Oppo fix 2020-01-26 14:57:34 +01:00
Bjoern Kerler
5f5ee13a49 Display write file 2020-01-26 14:35:30 +01:00
Bjoern Kerler
0b0ebae5c7 Write fixes, init fixes and read fixes, multiple read support 2020-01-26 14:18:31 +01:00
Bjoern Kerler
6a0dd52ddc Write fixes, init fixes and read fixes, multiple read support 2020-01-26 14:15:14 +01:00
Bjoern Kerler
94971949e7 Init fixes V2 2020-01-13 19:10:26 +01:00
Bjoern Kerler
89274aa9e8 Init read fix 2020-01-11 14:25:05 +01:00
Bjoern Kerler
a9f78898b3 MSM8916 fixes 2020-01-10 12:59:01 +01:00
Bjoern Kerler
775684a62f Serial fixes 2019-12-29 17:46:40 +01:00
Bjoern Kerler
df646773cd New fixes 2019-12-17 21:13:32 +01:00
Bjoern Kerler
74387cc1e9 Changes 2019-12-17 00:39:52 +01:00
Bjoern Kerler
e3726d775a Add log to log.txt in debugmode 2019-12-16 23:32:10 +01:00
Bjoern Kerler
e93b920132 Oppo fixes 2 2019-12-16 22:26:39 +01:00
Bjoern Kerler
e87c6ba069 Oppo fixes 2019-12-16 21:56:06 +01:00
Bjoern Kerler
172888287b Oppo fixes 2019-12-16 21:54:25 +01:00
Bjoern Kerler
acdc8e8f2c Add verbose and other preps 2019-12-13 20:07:59 +01:00
Bjoern Kerler
2a2342b27c Windows vs. Linux 2019-12-08 15:02:01 +01:00
Bjoern Kerler
b4a0ed3cfd Fix loader settings 2019-12-08 14:22:33 +01:00
Bjoern Kerler
8f6c70746d Fix windows timeout issues. Fix reset command. Fix wrong XML length 2019-12-08 10:14:52 +01:00
Bjoern Kerler
e564b9786e Minor gpt fixes 2019-12-03 08:53:08 +01:00
Bjoern Kerler
b793541b4c Minor gtp fix 2019-12-03 08:46:31 +01:00
Bjoern Kerler
45acf33951 Add rawprogram xml creation and fix gpt 2019-12-02 21:00:23 +01:00
Bjoern Kerler
b403cffb47 Improve read speed and fix skip 2019-12-01 17:00:42 +01:00