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
Bjoern Kerler
44183b6130
Merge branch 'master' of https://github.com/bkerler/edl
2022-01-27 17:06:28 +01:00
Bjoern Kerler
73a3b574b8
Update missing files
2022-01-27 17:06:22 +01:00
Bjoern Kerler
8f333eb816
Update README.md
2022-01-27 07:48:15 +01:00
Bjoern Kerler
0e1e596b84
Update README.md
2022-01-26 14:47:22 +01:00
Bjoern Kerler
d81e857379
Bump to 3.60 pre-release
2022-01-26 10:08:33 +01:00
Bjoern Kerler
d5ff2d474a
Merge pull request #213 from Un1Gfn/patch-1
...
fix typo
2022-01-06 18:57:44 +01:00
Darren Ng
41e0f27279
fix typo
2022-01-06 22:42:33 +08:00
Bjoern Kerler
1ac5f4ccbf
Hints for 900e mode
2022-01-03 12:56:25 +01:00
Bjoern Kerler
ca33c497f1
Update Loaders
2021-12-19 16:54:58 +01:00
Bjoern Kerler
880f88f2c9
Fix cmd issues with newer sm83xx
2021-12-19 00:28:54 +01:00
Bjoern Kerler
de18ba842c
Update
2021-12-11 12:49:47 +01:00
Bjoern Kerler
87c4098cdc
Update config
2021-12-11 12:37:35 +01:00
Bjoern Kerler
695e697304
Fix config
2021-12-11 11:54:09 +01:00
Bjoern Kerler
b30f7c9972
Update
2021-12-10 00:42:05 +01:00
Bjoern Kerler
3e513429b4
Update qualcomm_config.py
2021-12-10 00:34:57 +01:00
Bjoern Kerler
34f06254b1
Update qualcomm_config.py
2021-12-10 00:31:16 +01:00
Bjoern Kerler
6ecba46e98
add SDM662 basic support
2021-12-10 00:14:05 +01:00
Bjoern Kerler
e8dc0bd5eb
Update oneplus.py
2021-12-10 00:00:43 +01:00
Bjoern Kerler
9892de2eb1
Update
2021-12-05 14:32:59 +01:00
Bjoern Kerler
4d5cb463d2
Improve progress bar
2021-12-05 14:32:21 +01:00
Bjoern Kerler
78bdf20de4
Update firehose.py
2021-12-05 14:09:01 +01:00
Bjoern Kerler
299c6dc636
Update loaders + fhloaderparse
2021-12-05 14:07:19 +01:00
Bjoern Kerler
777c9143dc
Update sierra keygen
2021-12-04 11:39:45 +01:00
Bjoern Kerler
529d2e935a
Update sierrakeygen, rename sierrakeygen and qc_diag
2021-12-03 22:10:35 +01:00
Bjoern Kerler
0cc421a160
Merge pull request #184 from ek9852/master
...
Add UFS provision cmd
2021-11-05 19:54:52 +01:00
Keith Mok
7dea85d7d0
Add UFS provision cmd
2021-11-05 09:37:42 -07:00
Bjoern Kerler
61ff60c505
Merge pull request #182 from ek9852/master
...
Fix sparse check exception
2021-11-05 08:47:12 +01:00
Keith Mok
cb66020a81
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.
2021-11-04 16:21:46 -07:00
Bjoern Kerler
b40e0ae599
Clean up usblib
2021-10-28 16:42:13 +02:00
Bjoern Kerler
421920d1e4
Merge pull request #174 from ligteltelecom/master
...
bug calcsize fixed
2021-10-28 16:24:55 +02:00
ligteltelecom
97ccdb84eb
bug calcsize fixed
2021-10-27 15:07:01 -03:00
Bjoern Kerler
b3884ab90e
Update README.md
2021-10-25 19:24:48 +02:00
Bjoern Kerler
3ee5549364
Remove redundant files
2021-10-25 19:18:47 +02:00
Bjoern Kerler
fbcee3f61d
Reinit issue fix
2021-10-25 18:12:03 +02:00
Bjoern Kerler
d13f2d22c8
New structure
2021-10-25 17:57:14 +02:00
Bjoern Kerler
17d96e8953
Add progress fix
2021-10-25 16:57:10 +02:00
Bjoern Kerler
529c234109
Update and fix op9
2021-10-25 14:43:57 +02:00
Bjoern Kerler
57fb730ba6
Update and fix op9
2021-10-25 14:43:33 +02:00
Bjoern Kerler
62dc36ab53
Merge pull request #167 from humdogm/master
...
A few quality of life visual changes
2021-10-21 08:41:17 +02:00
humziq
fa4f98e71e
Add sector count to completion message in show_progress()
...
To keep consistency with original progress message and ensure users know
how many total sectors have been written.
2021-10-20 20:40:21 -05:00
humziq
c730b72532
Pad progress string with spaces in print_progress()
...
Useful to clear previous data if line's length decreases
2021-10-20 20:40:21 -05:00
humziq
23a86beab6
Fix length of pos string in show_progress()
...
Length is fixed to total divided by sector size
Done so that terminal data remains static in the progress string when it
changes from e.g. 768 to 1024 sectors
2021-10-20 20:40:21 -05:00