This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Send the SalesMultiDL "SwicthToEDL" DIAG command through the ZTE DFU bulk pipe. | |
| Reverse-engineered source: | |
| BI_W_G_Qualcomm.dll | |
| CBIWcdmaQualcommService::SwicthToEDL -> FUN_10033210 | |
| Non-flashing: drains the unsolicited Sahara HELLO from 19d2:0112, writes one raw | |
| DIAG payload to bulk OUT, and watches for re-enumeration as 05c6:9008. |
OlderNewer