Commit graph

554 commits

Author SHA1 Message Date
Bjoern Kerler
41e6d94a6d
Delete .github/workflows directory 2022-08-21 23:52:49 +02:00
Bjoern Kerler
b808386264
Add workflow 2022-08-21 23:49:00 +02:00
Bjoern Kerler
6ff21d66ed
Fix max lun detection 2022-08-21 22:06:46 +02:00
Bjoern Kerler
84c2fa28ec
Fix read speed 2022-08-21 21:59:47 +02:00
Bjoern Kerler
1bf4602879
Update sierrakeygen.py 2022-08-06 16:25:02 +02:00
Bjoern Kerler
4f4e5600c7
Add NTGX65 2022-07-25 19:24:08 +02:00
Bjoern Kerler
0e15781cca
Merge remote-tracking branch 'origin/master' 2022-07-13 15:18:23 +02:00
Bjoern Kerler
4c07f11a1b
Fix sahara id handling and memory dumping 2022-07-13 15:18:15 +02:00
Bjoern Kerler
966b64dccb
Update 50-android.rules 2022-07-05 14:31:13 +02:00
Bjoern Kerler
5f5250583c
Merge pull request #304 from Leo-PL/update-android-rules
drivers: update android udev rules
2022-07-05 14:30:39 +02:00
Lech Perczak
a93c8aaed4 drivers: update android udev rules
Update android udev rules to upstream revision:
6ceb4ccee158abddf7ab3b6f091c1264a648863d
2022-07-04 01:17:43 +02:00
Bjoern Kerler
5ef9472c7b
Fix wrong renaming 2022-06-29 08:31:48 +02:00
Bjoern Kerler
7e86613ee2
Add Wear 3100 cpu 2022-06-28 20:27:56 +02:00
Bjoern Kerler
e018243c2c
Updates 2022-06-28 20:22:53 +02:00
Bjoern Kerler
5584cdcd7b
Fix protocol version 3.1 serial issue 2022-06-28 19:26:31 +02:00
Bjoern Kerler
4f84e1ef2b
Add multi-write 2022-06-28 14:02:19 +02:00
Bjoern Kerler
ad93c98404
Add multi-erase, beautify 2022-06-28 13:53:44 +02:00
Bjoern Kerler
3762ab9c9e
Update README.md 2022-06-28 12:02:34 +02:00
Bjoern Kerler
307a623b0a
Update 2022-06-27 09:03:28 +02:00
Bjoern Kerler
cecfcb44b1
Merge pull request #295 from mateohhh/mateohhh-patch-1
Update sierrakeygen.py
2022-06-17 15:29:08 +02:00
Bjoern Kerler
250b828ae8
Merge pull request #299 from Leo-PL/zte_diag
udev: add match for ZTE 19d2:0076 QDL USB ID
2022-06-17 15:26:54 +02:00
Bjoern Kerler
020692be19
Update Loaders 2022-06-17 01:08:32 +02:00
Bjoern Kerler
c816939ed2
Update Loaders 2022-06-17 01:00:43 +02:00
Bjoern Kerler
a1019c2b68
Add support for MBN v7 2022-06-17 01:00:14 +02:00
Bjoern Kerler
6ab6ace5a8
Remove libusb1 for windows (libusb0 only), fix reset command 2022-06-16 11:23:26 +02:00
Bjoern Kerler
b208e3edd6
Fix nop and usb kernel issues 2022-06-16 11:05:29 +02:00
Lech Perczak
cdc2c768c4 udev: add match for ZTE 19d2:0076 QDL USB ID 2022-06-15 19:15:37 +02:00
mateohhh
9986525215
Update sierrakeygen.py
As noted over on 
f262fd6b75 

I removed two orphaned commas, which didn't seem to affect anything, and reverted the variable in line 315 back to "i" instead of "_" which made the script actually work again.

Just a suggestion, maybe people should test their modifications better before committing them to the master.
2022-06-11 05:29:52 -10:00
Bjoern Kerler
941e86ea1a
Merge pull request #285 from mwfong-csl/master
sierrakeygen.py Fixes
2022-06-10 18:21:27 +02:00
Bjoern Kerler
8189b47c97
Merge pull request #290 from FlUxIuS/master
Fixing an issues with the number of returned items of a SAHARA connection
2022-06-10 18:20:25 +02:00
Sebastien Dudek
5fa4c469b3 Fixing dirty fix 2022-06-06 10:21:38 +02:00
Sebastien Dudek
5b53934b5d Fixing an issues with the number of returned items of a SAHARA connection 2022-06-04 01:07:01 +02:00
Martin Fong
f262fd6b75 * edlclient/Tools/sierrakeygen.py: removed redundant imports, eliminated unused variables, made variables non-reserved words, return (missing) function values, and corrected typos. 2022-05-20 11:22:49 -07:00
Bjoern Kerler
3094ae2ed9
Merge pull request #279 from prosch88/patch-1
Update README.md
2022-04-30 11:19:22 +02:00
prosch88
fd3f652bbb
Update README.md
Add instructions for Arch-based distributions
2022-04-28 10:05:36 +02:00
Bjoern Kerler
3cf3324209
Update firehose.py 2022-03-23 12:45:46 +01:00
Bjoern Kerler
5227493816
Update seriallib.py 2022-03-23 12:34:06 +01:00
Bjoern Kerler
4a656467df
Merge pull request #235 from MrCrayon/fix-skip
Fix skip in firehose_client
2022-03-23 12:29:05 +01:00
Bjoern Kerler
8a6cb5b781
Merge pull request #244 from ek9852/master
Fix sparse check exception
2022-03-23 12:23:58 +01:00
Bjoern Kerler
8049df3ee7
Update README.md 2022-03-23 12:23:23 +01:00
Keith Mok
4b81305948 Fix sparse check exception
If a program file is less than 28 bytes,
the checking for sparse header will fire exception,
Since the unpack funciton expect the input data length
to be 28 bytes.

This was accidentally reverted by commit
4d5cb463d2
2022-02-28 23:32:59 -08:00
Bjoern Kerler
312cf3bb99 Fix missing crc fix for gpt patch 2022-02-19 17:57:48 +01:00
MrCrayon
635622df87 Fix skip in firehose_client
Skipped is an array of arrays

```python
print(*skipped", sep = ", ")

# prints
# ['super'], ['userdata']
```

My first attempt in python so probably there is a better way to fix it.

Fixes #217, #233
2022-02-17 13:35:14 +01:00
Bjoern Kerler
25e06b2446 Merge branch 'master' of https://github.com/bkerler/edl 2022-02-05 00:44:26 +01:00
Bjoern Kerler
cd6876d851 Update Loaders, remove bad loaders 2022-02-05 00:43:58 +01:00
Bjoern Kerler
7ae1191a4a Fix generatexml 2022-01-31 09:27:23 +01:00
Bjoern Kerler
0ea910eb73
Merge pull request #224 from luk1337/patch-3
Unbreak 900E memorydump
2022-01-27 22:07:03 +01:00
LuK1337
e5fa2d0952 Unbreak 900E memorydump 2022-01-27 21:30:08 +01:00
Bjoern Kerler
263826fcf0 Fix missing files 2022-01-27 17:09:03 +01:00
Bjoern Kerler
a731c959a9 Update missing files 2022-01-27 17:08:01 +01:00