seemoo-lab / openhaystack

Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.

Home Page:https://owlink.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple maps black screen , please attach a Google maps link .

noobplayer480 opened this issue · comments

IMG_20230101_232727135
Apple maps doesn't work on virtual machines, i can confirm this from other forums. So, a very basic Google maps link attached to the accessories would be very helpful for people who are using Mac os on VMware or virtual box.
I have zero experience in software programming and even less experience in xcode otherwise i would have done it myself.
Thanks in advance.

Use the python-script at: https://github.com/biemster/FindMy
There is also a KML convert script there.

Use the python-script at: https://github.com/biemster/FindMy
There is also a KML convert script there.

Thanks i was able to get the advertisement keys but these Keys are in base64 format, i want them in byte array , i tried finding a base64 to byte array converter but failed to find one.
Is there any solution.
I m actually using this Arduino sketch to flash the esp32 instead (bcz i m more familiar with Arduino ide) , this code requires byte array.

@ noobplayer480:
import sys,base64
your_key = "4WRufUIms7I1aL3m7d0DI6wcciwElRbHK1Ut3A=="
print(base64.b64decode(your_key).hex())

@Cyl0nius image.png
Any idea ?
Thanks for your help btw.

@ noobplayer480:
The errors with Python3 are normal, it is a Python2 script.

The errors with Python2 have the following reason:
Your ICloudKey is wrong/missing
Do you even have a Apple-ID/ICloud-Account?

Retrieve the ICloudKey by hand, check it (have to be in base64 format) and pass it to the script by parameter -k

@Cyl0nius yes sir, i do have an apple id, i m using my apple id in that virtual machine , every iCloud feature is working.
What is an iCloudkey ? Did u mean the recovery key with 28 characters?

@Cyl0nius sir i don't have the same understanding of things as you have. A description, a line would be helpful for me, i don't understand where u r pointing at, u want me to install that minimal MacOS ?
Please elaborate a little.
Thanks