-
Notifications
You must be signed in to change notification settings - Fork 195
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
A series of questions about signals, locking the screen and then unlocking it to have an effect #18
Comments
In addition, I am using esp32-s3-devkitc-1 |
I am not too sure about that, it seems Apple has "fixed" it to the point where you cannot spam the same iPhone with hundreds of advertisements if the user tries to close them.
I think this is the fix that apple has made - it will still show some advertisements (it seems one of each kind - e.g. one AppleTV pairing, one contact sharing, one transfer number), but then it will not show more, unless the user locks / unlocks again. In the past (like 2 months ago) it would spam airpods every second. So definitely something has changed. I will try and get my hands on an old iPhone and see if I can still replicate that behavior. That said, I do not think the Bluetooth range of the ESP32 has anything to do with it. |
Try to set BLE power level in EvilAppleJuice-ESP32-INO.ino:
|
It looks like it does have a effect on the Apple Vision Pro popups. I isolated them to only spam them and if looks like it only shows up one time but after locking and unlocking it works again mos of the times. |
Besides external antennas, what other methods can be used to enhance the signal by modifying the code? Then it still worked in iOS 17.1.1, but Apple did not fix it. But after testing, it was found that after working for about 30 seconds to about 1 minute, the spam will become invalid. It will only continue to work until the screen is locked and then unlocked. Can this issue be modified to achieve persistent broadcasting?
The text was updated successfully, but these errors were encountered: