37monkey Posted February 27, 2017 Posted February 27, 2017 Hi, I'm having mixed success with changing the vid/pid on my duck. I tried perl -e 'print pack "H*", "04614e6f"' > /media/root/vidpid.bin but although this put the file on the root it had no effect on the vid/pid when inserted I then tried HxD on windows to save to the sd, I tried the vid/pid in both big and little endian format but even though it identifies as a HID the vid/pid aren't the specific on that I want? it seems to generate a random number from somewhere? how can I get the exact vid/pid that I want? Thanks Quote
37monkey Posted February 28, 2017 Author Posted February 28, 2017 Sorted it, I was dropping the .bin in the wrong place perl -e 'print pack "H*", "04614e6f"' > /media/root/7C27-317B/vidpid.bin working great now :) I think? the original place I put the .bin was doing something - just not what I wanted? ;) Quote
Just_a_User Posted February 28, 2017 Posted February 28, 2017 thank you I was looking for exactly this! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.