OpenDrop: An open Apple AirDrop implementation written in Python
1–10 of 132 posts
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#2Re: OpenDrop: An open Apple AirDrop implementation written in Python
#3Does anyone knows how to debug it?
I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#4Re: OpenDrop: An open Apple AirDrop implementation written in Python
#5AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.
sudo killall bluetoothd
This fixes if the error is on the Mac side. On iOS you have to reboot the device.Re: OpenDrop: An open Apple AirDrop implementation written in Python
#6BTW, is there one to share between iOS and Android?
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#7AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#8AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#9BTW, is there one to share between iOS and Android?
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#10AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.
It‘s brilliant until a pair of devices enters a state where the target does not receive airdrop notifications anymore, while the source is stuck on „waiting“, which can only be resolved by restarting the devices.