@@ -10,21 +10,27 @@ Metroflip is a multi-protocol metro card reader app for the Flipper Zero, inspir
1010
1111# Setup Instructions
1212
13- ## Using the Latest Release
14- 1 . Download the ` .fap ` file from the [ Releases section] ( https://github.com/luu176/Metroflip/releases ) .
15- 2 . Drag and drop the ` .fap ` file into the ` apps ` folder on your Flipper Zero's SD card.
13+ ## Using a pre-built release: Stable (Recommended) or Beta (Newer updates, less stable)
14+ 1 . Download the appropriate ` metroflip .fap` file from the [ Releases section] ( https://github.com/luu176/Metroflip/releases ) .
15+ 2 . Drag and drop the ` metroflip .fap` file into the ` apps ` folder on your Flipper Zero's SD card.
1616
1717## Manual Build Instructions
1818To build Metroflip manually, follow these steps:
1919
20201 . ** Install Git**
2121 Download and install Git on your Windows computer.
22- Run the first command:
22+ Run the first command to download the app :
2323
24+ ** Either** :
25+ Stable Release (recommended):
2426``` git clone https://github.com/luu176/Metroflip.git ```
2527
28+ ** OR** :
29+ Beta (newer updates but not fully tested):
30+ ``` git clone --single-branch --branch dev https://github.com/luu176/Metroflip.git ```
31+
26322 . ** Navigate to the Project Folder**
27- Run the second command:
33+ Run the second command to enter the app folder :
2834
2935``` cd Metroflip ```
3036
@@ -37,7 +43,7 @@ Run the third command to install UFBT:
3743``` pip install ufbt ```
3844
39455 . ** Update and Build the Project**
40- Run the following commands in order:
46+ Run the following commands in order to build the app :
4147
4248``` ufbt update ```
4349``` ufbt fap_metroflip ```
@@ -46,7 +52,7 @@ Run the following commands in order:
4652Ensure your Flipper Zero is connected via USB and close the QFlipper application (if itโs open).
4753
48547 . ** Launch the Build**
49- Run the final command:
55+ Run the final command to launch the app on your flipper :
5056
5157``` ufbt launch ```
5258
@@ -57,26 +63,21 @@ Run the final command:
5763This is a list of metro cards and transit systems that need support or have partial support.
5864
5965## โ
Supported Cards
60- - [x] ** Rav-Kav**
61- - Status: Partially Supported
62- - [x] ** Charliecard**
63- - Status: Fully supported.
64- - [x] ** Metromoney**
65- - Status: Fully supported.
66- - [x] ** Bip!**
67- - Status: Fully supported.
68- - [x] ** Navigo**
69- - Status: Fully supported.
70- - [x] ** Troika**
71- - Status: Fully supported.
72- - [x] ** Clipper**
73- - Status: Fully supported.
74- - [x] ** myki**
75- - Status: Fully supported.
76- - [x] ** Opal**
77- - Status: Fully supported.
78- - [x] ** ITSO**
79- - Status: Fully supported
66+
67+ | ** Card / Agency** | ** Country / City** | ** Card Type** |
68+ | --------------------| -------------------------------------| -------------------|
69+ | ** Bip!** | ๐จ๐ฑ Santiago de Chile, Chile | Mifare Classic |
70+ | ** Charliecard** | ๐บ๐ธ Boston, MA, USA | Mifare Classic |
71+ | ** Clipper** | ๐บ๐ธ San Francisco, CA, USA | Mifare DESFire |
72+ | ** ITSO** | ๐ฌ๐ง United Kingdom | Mifare DESFire |
73+ | ** Metromoney** | ๐ฌ๐ช Tbilisi, Georgia | Mifare Classic |
74+ | ** myki** | ๐ฆ๐บ Melbourne (and surrounds), VIC, Australia | Mifare DESFire |
75+ | ** Navigo** | ๐ซ๐ท Paris, France | Calypso |
76+ | ** Opal** | ๐ฆ๐บ Sydney (and surrounds), NSW, Australia | Mifare DESFire |
77+ | ** Rav-Kav** | ๐ฎ๐ฑ Israel | Calypso |
78+ | ** Troika** | ๐ท๐บ Moscow, Russia | Mifare Classic |
79+
80+
8081
8182---
8283
0 commit comments