Bjoern Kerler
164193da99
Fixed for older phones, erase read and write
2021-01-07 16:41:03 +01:00
Bjoern Kerler
de9975b78f
Version 3.1. Add old device support
2021-01-07 14:42:49 +01:00
Bjoern Kerler
967220426a
Update README
2020-12-26 22:09:15 +01:00
Bjoern Kerler
9565f48167
Several fixes
2020-12-26 21:55:59 +01:00
Bjoern Kerler
524b2639fe
Fix requirements
2020-12-22 22:38:19 +01:00
Bjoern Kerler
2265a00955
Minor readme fix
2020-12-22 22:36:33 +01:00
Bjoern Kerler
907b595130
Minor readme fix
2020-12-22 22:35:59 +01:00
Bjoern Kerler
447c7c9990
Minor fix
2020-12-22 22:33:07 +01:00
Bjoern Kerler
036bc63efd
Add streaming mode
2020-12-22 22:19:37 +01:00
Bjoern Kerler
1eb773f553
Merge pull request #36 from icomrockefeller/master
...
CLs for qfil.py
2020-12-17 08:49:45 +01:00
rockefeller
fd9189ba8b
Support setting bootable partition.
2020-12-17 14:28:15 +08:00
rockefeller
2631cb6970
Fix sending wrong XML data to device
...
1. The foramt of xml to device is wrong.
2. Only entry with filename is "DISK" in patch.xml can be send to device.
2020-12-17 14:27:16 +08:00
rockefeller
33b655e70f
New structure, improve debug messages
2020-12-17 14:21:50 +08:00
Bjoern Kerler
a15d27ab30
Merge pull request #32 from sgulls/master
...
Update 51-edl.rules
2020-11-20 12:00:47 +01:00
sgulls
ecfb921549
Update 51-edl.rules
...
Add Netgear EDL VID/PID
2020-11-18 17:40:49 -05:00
Bjoern Kerler
022bd86c70
Fix patch cmd
2020-11-15 11:21:17 +01:00
Bjoern Kerler
0445c386a3
Fix oemunlock, thx to xian
2020-11-15 11:13:20 +01:00
Bjoern Kerler
27efc84c35
Fix tcp-client
2020-11-14 17:28:32 +01:00
Bjoern Kerler
8a466dec40
Fix peek, poke
2020-11-14 16:55:52 +01:00
Bjoern Kerler
1de84e2154
Add hints for issues
2020-11-14 15:00:08 +01:00
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