openhaystack icon indicating copy to clipboard operation
openhaystack copied to clipboard

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

Open noobplayer480 opened this issue 3 years ago • 8 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.

noobplayer480 avatar Jan 01 '23 18:01 noobplayer480

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

Cyl0nius avatar Jan 02 '23 07:01 Cyl0nius

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 avatar Jan 02 '23 19:01 noobplayer480

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

Cyl0nius avatar Jan 03 '23 09:01 Cyl0nius

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

noobplayer480 avatar Jan 03 '23 19:01 noobplayer480

@ 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 avatar Jan 03 '23 23:01 Cyl0nius

@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?

noobplayer480 avatar Jan 04 '23 02:01 noobplayer480

@ noobplayer480:

https://github.com/biemster/FindMy/issues/8 https://github.com/icloud-photos-downloader/icloud_photos_downloader

Cyl0nius avatar Jan 04 '23 03:01 Cyl0nius

@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

noobplayer480 avatar Jan 04 '23 06:01 noobplayer480