simondankelmann / Bluetooth-LE-Spam

GNU General Public License v3.0
3.45k stars 274 forks source link

Need help #259

Closed WinException closed 2 weeks ago

WinException commented 1 month ago

I want to edit swift device names or add more but i can't find it on src

simondankelmann commented 1 month ago

You can find and edit them here:

https://github.com/simondankelmann/Bluetooth-LE-Spam/blob/main/app/src/main/java/de/simon/dankelmann/bluetoothlespam/AdvertisementSetGenerators/SwiftPairAdvertisementSetGenerator.kt

after that, you have to delete the apps data and cache, this ensures that the database is recreated with the items you added :)

WinException commented 1 month ago

i have question bcs i see option connectable what does it do?

simondankelmann commented 1 month ago

i have question bcs i see option connectable what does it do?

that is something you can set in android, propably if you want to advertise a legitimate device that some other device can connect to. i didnt dive deeper into this but changing it could cause the popups to not appear

WinException commented 1 month ago

btw how to fix apple ads, i want to troll my friend

KornineQ commented 1 month ago

how to you make categories in swift?