Skip to content

Commit

Permalink
doc: finished page docs except read page
Browse files Browse the repository at this point in the history
  • Loading branch information
GameTec-live committed Oct 2, 2023
1 parent 9cac346 commit b7aabfb
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 2 deletions.
89 changes: 87 additions & 2 deletions docs/chameleonultragui.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,93 @@ Top to bottom:
- The animation setting chooses if the device should play the bootup animation when brought into a RFID field
- The button config allows you to define both shortpress and longpress actions
- The BLE pairing toggle decides wheter pairing with a BLE Pin is required or not, enabling this increases security at the loss of convinience. Your able to set the Pin once pairing is enabled.
- Reset settings resets all device settings but does not wipe user data
- Factory reset **WIPES ALL USERDATA** and resets the device to factory settings
- Reset settings: resets all device settings but does not wipe user data
- Factory reset: **WIPES ALL USERDATA** and resets the device to factory settings

### Slotmanager
![Slotmanager](./images/CUGUI-Slotmanager.png)

The Slotmanager consits of 8 cards which represent the 8 Slots on the device.

The NFC icon in the top left corner can either be green or red, meaning the slot is enabled and disabled respectivly.

The credit card icon displays the name and cardtype of the HF card in the slot.
The wifi symbol on the other hand dispays name and cardtype of the LF card in the slot.

The settings gear opens the slot settings. These settings can be changed per slot.

The entire card is also one big button, pressing anywhere on the card opens the select dialog for loading a card.

### Slot Settings
![Slotsettings](./images/CUGUI-slotsettings1.png)
![Slotsettings2](./images/CUGUI-slotsettings2.png)

The two rows at the top, labled HF and LF respectivly, display the names of the currently loaded cards. Next to them theres a X, this X clears them out of the slot. If both are empty the slot will automatically be disabled.

Under Slot Status you can set if the slot is enabled or disabled.

The Mifare Classic emulator settings allow you to toggle various behaviours:
- Gen1A Magic Mode: Behaves like a gen1a magic card and allows writing to it using magic commands like the pm3s `cload`
- Gen2 Magic Mode: Behaves like a gen2 magic card, makes Block 0 writable
- Use UID/SAK/ATQA from 0 block: The Chameleon Ultra stores the UID, etc, to emulate seperatly, enabling this setting tells the Chameleon to use them from block 0 and disregard the other.
- Collect nonces (Mfkey32): This toggle toggles nonce collection for mfkey32. When enabled youll be prompted to present the Chameleon to a reader, after you have collected nonces the "Present Chameleon to reader" message will change into a "Recover Keys from x nonces" button. Pressing this will start the recovery process.
- Write mode: Please refer to the [firmware docs](./firmware.md)

### Search dialog
![Search Dialog](./images/CUGUI-searchdialog.png)

When using the GUI you may encounter a search dialog. The dialog is structured as follows:

Top left you find the Back button, this will abort the selection and bring you back.

Near the end of the row, if its a card search dialog, a filter option will show. This allows you to filter between HF, LF and ALL cards.

At the end you find a X, this X will clear the query.

You enter the queary into the (only textbox in this dialog) textbox with the placeholder texxt "Search"

The searchresults get listed below. The Card or Wifi symbol indicates if its LF/HF. The color of the Icon is the user defined color.

Listed also is the name and type.

Selecting the entry automatically closes the search.

### Saved Cards
![Saved Cards](./images/CUGUI-savedcards.png)

The saved cards page allows you to manage your cards and dictionaries.

You import a card or dictionary by clicking the + Button in their respective half. This opens a select dialog. You may then either select a CUGUI Json file or a Bin file. A Json file gets imported immideatly while a Bin file asks if the supplied data is correct before saving.

Once again, we got a card per card or dictionary. At the left you find the Icon for HF/LF with the userdefined color. To the left of that the card name, type and quickactions for edit, export and delete.

The Card is again one Big button, pressing it brings up the Slot info. It displays info about the selected item and also has the quickactions present at the bottom.

![Card Info](./images/CUGUI-savedcardinfo.png)

### Card Edit Menu
![HF Card edit](./images/CUGUI-Editcard-HF.png)
![LF Card edit](./images/CUGUI-Editcard-LF.png)

Depending on the selected card type the menu only displays options applicable to it.
At the top of the menu is the name and icon. Pressing on the icon allows you to change the color.

Right below is the dropwdown for the type. You may switch between any type at will.

A bit lower again you find the UID, SAK, ATQA, ATS and all other options for the selected type. This form autovalidates, so you shouldnt be able to save a invalid config.

And finally at the bottom are the save and cancel options. Save, saves the changes and exits, cancels cancels the operation with no changes.

### Settings
![Settings](./images/CUGUI-settings.png)

The Appsettings are its own page and consist of a few simple settings:
- Wether or not the sidebar shall be expanded or if the windows size should decide that
- The Theme: Light/Dark or get it from the System
- Color Scheme: Allows you to choose a color you like for the app
- Language: Choose any of the languages available. Translating is done via our Crowding project.
- About: Displays simple info about the app, such as build number, contributors and people who have donated on Opencollective
- Activate debug mode: Dont, just Dont

## How to use MFKEY32

Expand Down
Binary file added docs/images/CUGUI-Editcard-HF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/CUGUI-Editcard-LF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/CUGUI-savedcardinfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/CUGUI-savedcards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7aabfb

Please sign in to comment.