Skip to content

Commit 39984f7

Browse files
authored
Merge pull request bkerler#46 from sgulls/master
Update macOS README.md
2 parents 19a6047 + 336f2b9 commit 39984f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
- Because we'd like to flexible dump smartphones
77
- Because attacking firehose is kewl
88
- Because memory dumping helps to find issues :)
9-
9+
1010
## Installation
1111

1212
- Get python >= 3.7 64-Bit
1313

14-
Linux/Windows:
14+
Linux/Windows:
1515
- ```cp Drivers/51-edl.rules /etc/udev/rules.d```
1616
- ```cp Drivers/50-android.rules /etc/udev/rules.d```
1717
- ```sudo apt install adb```
@@ -21,9 +21,9 @@ Linux/Windows:
2121
- ```sudo apt purge ModemManager```
2222
- ```python -m pip install -r requirements.txt```
2323

24-
Mac:
24+
Mac:
2525
- ```brew install libusb```
26-
- ```python -m pip install -r requirements.txt```
26+
- ```sudo python3 -m pip install -r requirements.txt```
2727

2828
Windows:
2929
- Boot device into 9008 mode, install Qualcomm_Diag_QD_Loader_2016_driver.exe from Drivers\Windows
@@ -46,7 +46,7 @@ Windows:
4646
- ```./edl.py server --memory=ufs --tcpport=1340``` -> Run TCP/IP server on port 1340, see tcpclient.py for an example client
4747
- ```./edl.py xml run.xml``` -> To send a xml file run.xml via firehose
4848
- ```./edl.py reset``` -> To reboot the phone
49-
- ```./edl.py rawxml <xmlstring>``` -> To send own xml string, example :
49+
- ```./edl.py rawxml <xmlstring>``` -> To send own xml string, example :
5050
```./edl.py rawxml "<?xml version=\"1.0\" encoding=\"UTF-8\" ?><data><response value=\"ACK\" /></data>```
5151
- ```./edl.py [anycommand] --debugmode``` -> enables Verbose. Only do that is REALLY needed as it will print out everything happening !
5252

@@ -108,7 +108,7 @@ Windows:
108108

109109
### Streaming mode (credits to forth32)
110110

111-
#### Sierra Wireless Modem
111+
#### Sierra Wireless Modem
112112
- Send AT!BOOTHOLD and AT!QPSTDLOAD to modem port or use ```modem/boottodwnload.py``` script
113113
- Send AT!ENTERCND="A710" and then AT!EROPTION=0 for memory dump
114114
- ```./edl.py --vid 1199 --pid 9070 --loader=loaders/NPRG9x35p.bin printgpt``` -> To show the partition table

0 commit comments

Comments
 (0)