Merge pull request #368 from threader/master

Because Sony uses a different ID's, add that - this will be a learnin…
This commit is contained in:
Bjoern Kerler 2023-02-27 11:37:45 +01:00 committed by GitHub
commit 1df6c92afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 11 deletions

View file

@ -2,6 +2,9 @@
# Qualcomm EDL
SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", MODE="0666", GROUP="plugdev"
# Sony EDL
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="9dde", MODE="0666", GROUP="plugdev"
# Qualcomm Memory Debug
SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9006", MODE="0666", GROUP="plugdev"

View file

@ -16,6 +16,14 @@ User: user, Password:user (based on Ubuntu 22.04 LTS)
## Installation
#### Grab files and install
```
git clone https://github.com/bkerler/edl
cd edl
git submodule update --init --recursive
pip3 install -r requirements.txt
```
### Linux (Debian/Ubuntu/Mint/etc):
```bash
# Debian/Ubuntu/Mint/etc
@ -37,8 +45,8 @@ cd edl
git submodule update --init --recursive
sudo cp Drivers/51-edl.rules /etc/udev/rules.d
sudo cp Drivers/50-android.rules /etc/udev/rules.d
python setup.py build
sudo python setup.py install
python3 setup.py build
sudo python3 setup.py install
```
### macOS:
@ -48,8 +56,8 @@ brew install libusb git
git clone https://github.com/bkerler/edl.git
cd edl
git submodule update --init --recursive
python setup.py build
sudo python setup.py install
python3 setup.py build
sudo python3 setup.py install
```
### Windows:
@ -58,13 +66,6 @@ sudo python setup.py install
- If you install python from microsoft store, "python setup.py install" will fail, but that step isn't required.
- WIN+R ```cmd```
#### Grab files and install
```
git clone https://github.com/bkerler/edl
cd edl
git submodule update --init --recursive
pip3 install -r requirements.txt
```
#### Get latest UsbDk 64-Bit
- Install normal QC 9008 Serial Port driver (or use default Windows COM Port one, make sure no exclamation is seen)

View file

@ -1,5 +1,6 @@
default_ids = [
[0x05c6, 0x9008, -1],
[0x0fce, 0x9dde, -1],
[0x05c6, 0x900e, -1],
[0x05c6, 0x9025, -1],
[0x1199, 0x9062, -1],
@ -15,6 +16,7 @@ default_diag_vid_pid = [
[0x1199, 0x9091, -1], # Sierra Wireless
[0x0846, 0x68e2, 2], # Netgear
[0x05C6, 0x9008, -1], # QC EDL
[0x0fce, 0x9dde, -1], # SONY EDL
[0x05C6, 0x676C, 0], # QC Handset
[0x05c6, 0x901d, 0], # QC Android "setprop sys.usb.config diag,adb"
[0x19d2, 0x0016, -1], # ZTE Diag