-
Notifications
You must be signed in to change notification settings - Fork 272
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
Can't discover devices #94
Comments
Opendrop can discover itself, so if I run |
I assume you have done all the steps required, extracting keys and using them. One easy soltuion to test out without going through BLE thing, you can have two IOS devices, one of them start Airdrop as if you need to share a file, the other device will be discoverable if you are running on raspberry pi with BLE 4.0 (newer ones have BLE 5.0), 5.0 will not work with apple_blee since hci api is deprecated, I have the required code for 5.0 but its in Golang, and its using bluez with d-bus ineterface. I'll upload the whole project which will be all in one soon you can use adv_wifi.py from apple_blee project as base and send BLE Beacon for Airdrop, here is a snippets for the changes you need to make:
|
I need to extract the keys? Didn't know it was neccessary, thought it was optional. I'll try that out and perform the BLE code thing too. Thanks for your reply! |
if that works, you may need to do this as well anyway. Make sure you install old libarchive, new ones not compatible with the code |
@bodaay Is there any way I can get a keychain without actually owning a Mac? The Macbook Pro a friend lended me doesn't want to boot into recovery mode, and I don't know anybody else who owns a Mac. |
to be honest i'm not sure, I think you do need a mac and Apple Developer license as well. I don't know whether apple changed something, because I thought same initially that keys are optional, but for me it never worked without the keys. Having the keys actually is pretty good, you can be a verified contact as well, just add a contact in your phone with same apple id as email for the extracted keys. if you are verified: |
Okay, I see. I'll have to ask other friends if they own a Mac or something similar. Thanks for your help, I'll update you once I get any results. |
I've uploaded a full all in one soltuion: |
I can't seem to discover devices and neither can they. I have the TP-Link Archer T1U and owl starts running, but my PC doesn't get detected by an Apple device nor can it detect other AirDrop devices. Do I somehow have to connect it to a WiFi network or anything like that? I'm rather puzzled by this. If somebody needs more info I'll happily provide it, but I don't want to make this report unnecessary long.
The text was updated successfully, but these errors were encountered: