We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This project no longer works on Android 5.0 (at least on the Nexus 5).
This is the problem. http://stackoverflow.com/questions/26441785/does-bluetoothleadvertiser-work-on-a-nexus-5-with-android-5-0 https://code.google.com/p/android-developer-preview/issues/detail?id=1570
API 21 also changes a few things. setType(int) was replaced with setConnectable(boolean) https://developer.android.com/sdk/api_diff/preview-21/changes/android.bluetooth.le.AdvertiseSettings.Builder.html
as well as renaming a few of the android.bluetooth.le classes
Just wanted to give you a heads up.
The text was updated successfully, but these errors were encountered:
@Repkap11 you are absolutely correct. This project needs an update for the API changes from Android L to Android 5.0
Until that happens, we have released a full-featured AltBeacon transmitter app for Android 5.0 and have released open source code needed to transmit as part of the Android Beacon Library 2.0. See here for more info: http://developer.radiusnetworks.com/2014/11/18/beacon-transmission-with-android-5.html
Sorry, something went wrong.
@davidgyoung have you any plans to refresh this project (at least an API to be compatible with 5.0)?
@piotrek1543 , Converting this sample app is pretty far down on my TODO list. I'd welcome a contribution if you wan to take a crack at it.
No branches or pull requests
This project no longer works on Android 5.0 (at least on the Nexus 5).
This is the problem.
http://stackoverflow.com/questions/26441785/does-bluetoothleadvertiser-work-on-a-nexus-5-with-android-5-0
https://code.google.com/p/android-developer-preview/issues/detail?id=1570
API 21 also changes a few things.
setType(int) was replaced with setConnectable(boolean)
https://developer.android.com/sdk/api_diff/preview-21/changes/android.bluetooth.le.AdvertiseSettings.Builder.html
as well as renaming a few of the android.bluetooth.le classes
Just wanted to give you a heads up.
The text was updated successfully, but these errors were encountered: