-
Notifications
You must be signed in to change notification settings - Fork 156
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
Unable to range and broadcast on Samsung Android 12 #131
Comments
@wieger did you find a solution? |
Unfortunately not, it must be something silly in the configuration. but
after spending too much time on it I finally gave up on it.
If you do get it to work please post it here!
Regards
Wieger
…On Wed, Jul 31, 2024 at 2:23 PM Dalila Ben Nasr ***@***.***> wrote:
@wieger <https://github.com/wieger> did you find a solution?
I'm facing the same issue.
Thank you in advance
—
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACZGMJSPEUYG35A3IE52HDZPDJNBAVCNFSM6AAAAABLYLSAQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRQGM4TONRXG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@wieger do you remember what flutter sdk you were using? |
My pubspec.lock for the project says:
sdks:
dart: ">=3.2.3 <4.0.0"
flutter: ">=3.16.6"
…On Wed, Jul 31, 2024 at 2:31 PM Dalila Ben Nasr ***@***.***> wrote:
@wieger <https://github.com/wieger> do you remember what flutter sdk you
were using?
—
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACZGMNLVG62M7ITKHA6CJTZPDKLFAVCNFSM6AAAAABLYLSAQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRQGQYTGNJTG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
is the project in a git repo? is it public? |
Its not public i'm afraid
…On Wed, Jul 31, 2024 at 2:39 PM Dalila Ben Nasr ***@***.***> wrote:
is the project in a git repo? is it public?
—
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACZGMLVV3QSGF7NP4NEH5TZPDLHLAVCNFSM6AAAAABLYLSAQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRQGQZDOMJRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Currently I'm using Galaxy S22 with One UI 4.1 (Android 12) for test and it works for now.
|
Hi, I have build an app to scan for beacons using this package. It all works flawlessly on iOS devices but I cannot get it to work on my Android device, a samsung S10 running android 12.
I hope that someone which has managed to get it working can help me debug it, or point me towards a step I missed during the setup.
To debug it I am now running the example code provided in the repository
At first I was missing the proper permissions but I think I have that sorted, combining some previous posts on this forum.
I have the following permissions in main/AndroidManifest.xml
I request the required permissions with the following code, and all statuses resolve to granted
I listen for beacons using:
_streamRanging = flutterBeacon.ranging(regions).listen((RangingResult result) { print(result);
this does print a result but it contains no beacons:
Any help is greatly appreciated, thanks
The text was updated successfully, but these errors were encountered: