-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
general discussion #1
Comments
I noticed you using an OpenBazaar link. You can use a .com link to better share online. |
thanks, I added the extra link |
Hey! |
Yes, you can. The parts are all listed in /hardware/BOM.txt (though, check the kicad files too) but I probably will make a video about it on my youtube channel, to make things clear. |
OK, so here is a video on how to build it: |
Добрый день а как обстоят дела из keyboard_layout? |
если заранее не известно какая раскладка выбрана, то нужную раскладку |
Ок. А если 3 языка установлено на ПК? То как быть в этом случае? |
ну клавиша END выберет самый нижний в списке. если не жать сразу ENTER, |
а хотя нет, только что проверил. нужно не стрелками выбирать а ещё раз |
Is it possible to use it to just open a cmd window with admin privileges? (without the privileges yourself) |
It might be possible, but I personally do not know how. It will probably be |
Hello, I have tried to alter the length of the serial number (using a v1.2 device) from: [usb_rodata.h] to unsigned short StringDescriptor_1[21] = The serial number length is still 13 characters when reviewed using ChipGenius I then changed [main.c] to The serial number still remained 13 characters. It appears that there is a keyword to change the serial length: and looking into the config the serial is limited to 12 characters (v1.3 wiki): https://github.com/krakrukra/PocketAdmin/wiki/configuration Can the serial number be longer than 12 characters? If so what should be changed? Thank you. |
Yes, it can be longer. You should also change the first element in the a StringDescriptor_1 array, from "SERIAL" pre-configuration command is actually changing the value of the serial number, not it's length. |
Thank you. I will try this. |
Actually wait, I missed something. Are you trying to flash rev. 1.2 device with current firmware? |
No it is old firmware. I can see the new firmware has the SERIAL feature. I have not moved to the new firmware as I need to read more about the differences. My apologies I have the modified old firmware on Debian an the new firmware on a windows machine. It took a while to find the serial string with checks using ChipGenius. |
Actually, here is the repository with firmware for rev 1.2 devices (inside /firmware_12005/): |
Thank you. I will try this method as the other embedded values, if required, can also be changed easily using the keyword method. |
WIth StringDescriptor_1 array, updated from 0x031A to 0x032A the new serial worked. Thank you. |
Is it possible to combine a rubber ducky usb, a kill usb and a storage device (64 or 128gb) into one? (you would toggle it with a small switch that has 3 positions) |
It is possible, but it will not be practical. |
this is created just in case you have some very small question or comment and you do not feel like creating a new github issue for it
The text was updated successfully, but these errors were encountered: