An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MizipTools

![code coverage](https://coverage.floof.ovh/get/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)