View Single Post
Old 04-07-2022, 06:25 PM   #33
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,023
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
See previous post.

Well, at least I learned something today.

Code:
C:\>findtext fastboot.exe /b d4e02ff7cbcb7d4088149ed673d0dd6b
0011D164  d4 e0 2f f7 cb cb 7d 40 88 14 9e d6 73 d0 dd 6b

C:\>findtext adb.exe /b d4e02ff7cbcb7d4088149ed673d0dd6b
001F5AF0  d4 e0 2f f7 cb cb 7d 40 88 14 9e d6 73 d0 dd 6b
Of course you could just patch these two files to use the generic USB device GUID...
Code:
const GUID GUID_DEVINTERFACE_USB_DEVICE=
{0xa5dcbf10, 0x6530, 0x11d2, {0x90, 0x1f, 0x00, 0xc0, 0x4f, 0xb9, 0x51, 0xed}};

const GUID GUID_DEVINTERFACE_ANDROID=
{0xf72fe0d4, 0xcbcb, 0x407d, {0x88, 0x14, 0x9e, 0xd6, 0x73, 0xd0, 0xdd, 0x6b}};

Last edited by Renate; 04-07-2022 at 06:45 PM.
Renate is offline   Reply With Quote