Bjoern Kerler
cca27199e5
New preparations
2021-01-12 16:59:55 +01:00
Bjoern Kerler
e1d0000420
Add mbn file format
2021-01-11 19:29:50 +01:00
Bjoern Kerler
bea898de96
Update README.md
2021-01-10 21:58:40 +01:00
Bjoern Kerler
8021877815
Update requirements.txt
...
Added wheel
2021-01-10 21:55:07 +01:00
Bjoern Kerler
66f0e4627f
Fix program
2021-01-07 17:48:52 +01:00
Bjoern Kerler
9fe43108f3
Fix erase
2021-01-07 17:39:33 +01:00
Bjoern Kerler
91875e70a1
Fix for old devices
2021-01-07 17:36:03 +01:00
Bjoern Kerler
014ea4f9af
Fix for old devices
2021-01-07 17:33:04 +01:00
Bjoern Kerler
8e20e6f359
Fix for old devices
2021-01-07 17:31:03 +01:00
Bjoern Kerler
3384ffa577
Read fixes
2021-01-07 16:58:53 +01:00
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