https://github.com/laaen/miziptools
Android App written in Flutter made to modify MiZip NFC tags.
https://github.com/laaen/miziptools
android mizip nfc
Last synced: 2 months ago
JSON representation
Android App written in Flutter made to modify MiZip NFC tags.
- Host: GitHub
- URL: https://github.com/laaen/miziptools
- Owner: Laaen
- License: agpl-3.0
- Created: 2023-07-27T15:42:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-04-26T05:00:17.000Z (2 months ago)
- Last Synced: 2026-04-26T07:05:25.965Z (2 months ago)
- Topics: android, mizip, nfc
- Language: Dart
- Homepage:
- Size: 31 MB
- Stars: 28
- Watchers: 6
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MizipTools

Android App written in Flutter made to modify MiZip NFC tags.
⚠️ This app only works with MiZip tags ⚠️
Features :
- ✅ Dump tag's data
- ✅ Write dump to tag
- ✅ Change tag's balance
- ✅ Change tag's UID
- ✅ Read tag's dump
## How to install
⚠️ **If you're upgrading from the Kotlin version, backup your dumps, they will be erased when installing this version** ⚠️
Two options :
- Download the .apk file in "Release", and install it manually on your phone.
- Clone this repo, install Flutter on your machine (https://docs.flutter.dev/install), and build with ``flutter build apk``
## How to use
⚠️ **Using this app can brick your NFC tag if not used correctly** ⚠️
I strongly advise you to **NOT USE IT ON YOUR ORIGINAL TAG**, instead, you should buy a cheap tag from Aliexpress or somewhere else (preferably a CUID one)
### Dump the tag
It's the first thing you should do, it will create a dump file you can use to restore your tag if something bad happens
Go [here](https://github.com/Laaen/MizipTools/wiki/Dump-Tag), to learn how to do it
### Change tag's balance
This feature is mostly safe, if something goes wrong, you can restore your tag's dump
[Link to the wiki](https://github.com/Laaen/MizipTools/wiki/Change-Balance)
### Restore dump
⚠️ If something goes wrong during the restoration, your tag can be left in a corrupted state, go [here](https://github.com/Laaen/MizipTools/wiki/Potential-fixes-for-broken-tags) to see possible solutions ⚠️
[Link to the wiki](https://github.com/Laaen/MizipTools/wiki/Restore-Dump)
### Change UID
⚠️ **Using this feature on a non CUID tag is strongly not advised, it will not work, and will very likely brick your tag** ⚠️
⚠️ If something goes wrong during the uid change, your tag can be left in a corrupted state, go [here](https://github.com/Laaen/MizipTools/wiki/Potential-fixes-for-broken-tags) to see possible solutions ⚠️
[Link to the wiki](https://github.com/Laaen/MizipTools/wiki/Change-UID)