-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I modified the note names using the following method and hope this feature can be added to avoid difficulty distinguishing cards when copying a large number of them.
1、Locate TagDatabase.sqlite3 using Filza.
2、Locate the path of TagDatabase.sqlite3
/var/mobile/Containers/Shared/AppGroup/group.amywhile.aemulo

3、Copy TagDatabase.sqlite3 into Navicat, open it, and modify the 'name' field corresponding to the copied card.


Below is an example of the modified SQL.
UPDATE "main"."MiFareTagTable"
SET "name" = '1栋2单元'
WHERE "uuid" = '751C52F2-A17C-4AA0-9583-5E2FA299EB88';
Supplement:
After making the modifications, remember to overwrite the file in the previous mobile path.
/var/mobile/Containers/Shared/AppGroup/group.amywhile.aemulo
Metadata
Metadata
Assignees
Labels
No labels