Skip to content

Cannot set a remark name after copying the card #38

@jiayuLian

Description

@jiayuLian

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.

Image

2、Locate the path of TagDatabase.sqlite3
/var/mobile/Containers/Shared/AppGroup/group.amywhile.aemulo
Image

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

Below is an example of the modified SQL.
UPDATE "main"."MiFareTagTable"
SET "name" = '1栋2单元'
WHERE "uuid" = '751C52F2-A17C-4AA0-9583-5E2FA299EB88';

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions