It would be illuminating to know more details about how development and testing worked for the Yosemite project. Was this a late change? Were there systematic blind spots in the test environments and test processes that made defects like this difficult to discover internally? Are we even sure that this issue was not identified internally? Etc.
WiFried: iOS 8 WiFi Issue
61–70 of 71 posts
Re: WiFried: iOS 8 WiFi Issue
#62Sadly, I don't even have the awdl0 interface. I tried taking down p2p0 but that didn't help either. Any other ideas?
I am really desperate!!!
Re: WiFried: iOS 8 WiFi Issue
#63I'm surprised this issue wasn't caught at Apple. You would think they must have a huge network of Macs and iPhones--surely someone should have noticed the poor WiFi performance.
I tested on my 802.11ac network with an iPhone 6 and couldn't replicate using the steps provided. A speed test sustained 193Mb/s. Maybe 802.11ac networks don't have the same problem? I would think Apple are running 802.11ac on campus.
Re: WiFried: iOS 8 WiFi Issue
#64Earlier quoted context omitted.
> Switching WiFi networks or even turning WiFi off and back on again will solve the problem for a short period of time. This is exactly the problem I'm having both with my 10.10 MBP and my iPhones/iPads running iOS8. Glad to hear bringing down awdl0 fixes it, I'm going to try it as well, but it seems there's no solution for non-jailbroken iOS devices yet :( Here's the weird thing, my devices (both i and MBP) are fine…
Unrelated: Don't factory reset your router. The software to set it up requires you to downgrade to 10.7 or something. It'd be nice if linksys would update their software, or at least remove the version cap.
You can always use the web interface to set it up, it's just 'easier' for non-technical consumers to use the software.
Re: WiFried: iOS 8 WiFi Issue
#65Bonjour over Wifi is used for more than Airdrop - its also used for virtualized CoreMIDI endpoints, and Audio too .. maybe there's something to be said about paring down the Bonjour refresh interval or something, but then we'd all be complaining about how long it takes to connect our studio gear to the fancy set of iPads whose soul purpose is to rock and roll ..
The same is true of bonjour probes; they'll request, then again 1s later, then 3s, then 9s, and so on.
Source: https://developer.apple.com/library/ios/documentation/Cocoa/...
Re: WiFried: iOS 8 WiFi Issue
#66Re: WiFried: iOS 8 WiFi Issue
#67Bonjour over Wifi is used for more than Airdrop - its also used for virtualized CoreMIDI endpoints, and Audio too .. maybe there's something to be said about paring down the Bonjour refresh interval or something, but then we'd all be complaining about how long it takes to connect our studio gear to the fancy set of iPads whose soul purpose is to rock and roll ..
Bonjour advertisements have an exponential back-off. They'll advertise themselves, then again 1s later, then 3s, then 9s, 27s, etc. The same is true of bonjour probes; they'll request, then again 1s later, then 3s, then 9s, and so on. Source: https://developer.apple.com/library/ios/documentation/Cocoa/...
Re: WiFried: iOS 8 WiFi Issue
#68Earlier quoted context omitted.
Sure! It's a combination of static and dynamic analysis. I have a jailbroken phone, which allows me to access any file on the filesystem and decrypt any App Store binaries[1]. The first step is to find in which binaries the functionality lives. I know from searching that AirDrop lives in Sharing.framework[2], which has a supporting daemon, sharingd. Then, I open the binaries in a disassembler like IDA Pro[3] or Hoppe…
Oh crap, I didn't know IDA was free for non-commercial use. I thought it was like Photoshop: prohibitively expensive for most users, so everyone pirates it. I'm going to have to give that a shot.
Re: WiFried: iOS 8 WiFi Issue
#69Earlier quoted context omitted.
Sure! It's a combination of static and dynamic analysis. I have a jailbroken phone, which allows me to access any file on the filesystem and decrypt any App Store binaries[1]. The first step is to find in which binaries the functionality lives. I know from searching that AirDrop lives in Sharing.framework[2], which has a supporting daemon, sharingd. Then, I open the binaries in a disassembler like IDA Pro[3] or Hoppe…
Oh crap, I didn't know IDA was free for non-commercial use. I thought it was like Photoshop: prohibitively expensive for most users, so everyone pirates it. I'm going to have to give that a shot.
Re: WiFried: iOS 8 WiFi Issue
#70Earlier quoted context omitted.
Oh crap, I didn't know IDA was free for non-commercial use. I thought it was like Photoshop: prohibitively expensive for most users, so everyone pirates it. I'm going to have to give that a shot.
Maybe you'd like Radare, which is free software. http://www.radare.org/y/