Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Sep 17, 2023
1 parent 2dce4d1 commit 1a4463a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3 deletions.
Binary file removed res/AdbWinApi.dll
Binary file not shown.
Binary file removed res/AdbWinUsbApi.dll
Binary file not shown.
2 changes: 0 additions & 2 deletions res/USB.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "osvc" /t REG_BINARY /d "0000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "SkipContainerIdQuery" /t REG_BINARY /d "01000000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "SkipBOSDescriptorQuery" /t REG_BINARY /d "01000000" /f

pause
Binary file removed res/adb.exe
Binary file not shown.
Binary file removed res/fastboot.exe
Binary file not shown.
Binary file removed res/libwinpthread-1.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion 小米845免受权9008工具.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def start_running(self):

def edl(self):
self.start_edl.config(state='disabled', text="正在等待设备")
call('res/fastboot.exe oem edl')
call('fastboot.exe oem edl')
os.system('start devmgmt.msc')
self.start_edl.config(state='normal', text='进入9008模式')

Expand Down

0 comments on commit 1a4463a

Please sign in to comment.