Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The issue with the total number of tags #95

Open
haohuoq opened this issue May 22, 2024 · 2 comments
Open

The issue with the total number of tags #95

haohuoq opened this issue May 22, 2024 · 2 comments

Comments

@haohuoq
Copy link

haohuoq commented May 22, 2024

Is the public-private key generated by the generate.keys Python script bound to the AppleID registered by Docker in theory? In other words, is there a correlation between the generated public and private key pairs and the Docker's AppleID?
I don't think this public-private key pair has anything to do with the AppleID, which is just a request for the identity of the Apple server.
According to the information, an AppleID can be bound to a maximum of 16 AirTags. Is there no limit to the number of Tags I can create? Can I create more than 16 AirTags?

@haohuoq
Copy link
Author

haohuoq commented May 22, 2024

The cfg file of openocd needs to be changed from nrf51 to 52, and the compilation command also needs to be modified
I am using nrf51 mass_erase instead of nrf52 mass_erase because nrf52 mass_erase reported an error. My command is as follows
1716361977586

”openocd -f openocd.cfg -c "init; halt; nrf51 mass_erase; program nrf52_firmware.bin; reset; exit"
Then I successfully burned the nrf52 platform and viewed the location information

@dchristl
Copy link
Owner

Hello,

no it's not bound to any account and there is no correlation between the container and the tag. The container just downloads the encrypted locations. In theory you can download encrypted reports of any device. For the decryption you need the private key. Therefore you have no such limitation with macless-haystack.

Sorry, about the issue with the nrf52, I sadly don't have the time to support this device anymore. Maybe @jrperson can help you out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants