Skip to content
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

Android Lollipop Issues #1

Open
Repkap11 opened this issue Oct 24, 2014 · 3 comments
Open

Android Lollipop Issues #1

Repkap11 opened this issue Oct 24, 2014 · 3 comments

Comments

@Repkap11
Copy link

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.

@davidgyoung
Copy link
Member

@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

@piotrek1543
Copy link

@davidgyoung have you any plans to refresh this project (at least an API to be compatible with 5.0)?

@davidgyoung
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants