204 questions
0
votes
1
answer
107
views
ActivityRecognitionClient.requestActivityUpdates succeeds, but BroadcastReceiver never receives updates (Android 15)
Problem
I call ActivityRecognitionClient.requestActivityUpdates and get success, but my BroadcastReceiver never gets any intents. No activity logs appear even after moving with the device for 30–60s.
...
0
votes
1
answer
96
views
How to Determine Public Transport Vehicle Type (Tram, Trolleybus, Bus) Using Android Location Data?
I'm developing an Android app that tracks user movement using location services. I need to determine the specific type of public transport vehicle the user is traveling in — namely, a tram, trolleybus,...
1
vote
1
answer
217
views
Android Activity Recognition Stops working
I've been trying to implement location tracking based on activity recognition api, but I've encountered some issues on samsung galaxy s24 and s20+ as initially app seems working fine, I'm able to ...
1
vote
0
answers
118
views
Android Activity Recognition Service stops receiving updates after 15 hours (Foreground Service, WorkManager, BroadcastReceiver)
I am facing a problem with the android google activity recognisation service to detect user activity , When I install appplication it work just fine and I get udpate like still ,tilt , on foot , in ...
1
vote
0
answers
348
views
Android 12 and 13 OS - Activity Recognition With broadcast receiver in background stop giving me Recognition Results after few hours or days
I am trying to get user activity states by Activity Recognition API and it works in foreground and for few hours in background too (When user exit the app) but after more than 4/5 hours or after 2 or ...
1
vote
1
answer
7k
views
Android Notification: at your request android is blocking this app's notifications
I'm developing an android application with Java, Node.Js as backend and Postgres as database. The application for now has an authentication and I have implemented the recognition of user activity ...
0
votes
1
answer
146
views
Transfer learning on YOLOv5 using kinetic dataset
I understand that YOLO is designed for object detection. What I was trying to do is perform a transfer learning using the Kinetic700 dataset over YOLOv5 for human activity recognition. Then I realize ...
3
votes
0
answers
174
views
Does Activity Recognition Transition API work on Wear OS?
I thought the Activity Recognition Transition API didn't work on Wear OS.
Does Wear OS support the Activity Recognition Transition API?
I checked whether the Activity Recognition Transition API works ...
1
vote
0
answers
297
views
I register to Play Services Activity Recognition API successfully but don't get any transitionEvents updates. Compose Android Kotlin
I'm new to android development. Now, I'm trying to develop an app for detecting user activities. In this case, I used Google Play Services Activity Recognition API, and also, I followed the ...
6
votes
0
answers
524
views
Android defaultSensor TYPE_SIGNIFICANT_MOTION returns null after 24 hours
I'm little bit confused why my Transitions API solution works usually for first day or two and after that stop receiving any updates. I dug deeper into it and found a lead that talks about how we need ...
3
votes
0
answers
272
views
ActivityTransitions API not calling BroadcastReceiver on Samsung Deivce
I implemented the Activity Transitions API with a PendingIntent and a BroadcastReceiver as seen below. The code works perfectly fine on a Pixel 3a. However, on a Samsung A32 and Samsung S22 Pro, the ...
5
votes
1
answer
748
views
Android Transitions API - stops receiving any updates after 24-48 hours
I'm using Transitions API and everything works fine for the first 24-48 hours - I receive physical activity changes from the API, but after 24-48 hours there's nothing.
Under Transitions API Receiver, ...
2
votes
2
answers
289
views
When i was trying to developing GPS tracking Android APP with Google Activity Recognition Transition API, I had a API-working stop issue
When i was trying to developing GPS tracking Android APP with Google Activity Recognition Transition API, I had a API-working stop issue.
I thought that it is a problem of device-model compatible but ...
2
votes
1
answer
1k
views
Android 12 - Activity Recognition With broadcast receiver in background not working
I am trying to get user activity states by ActivityRecognition API and it works in foreground and for few hours in background too (When user exit the app) but after more than 4/5 hours it stop sending ...
0
votes
1
answer
443
views
Cannot get ActivityRecognitionResult
I'm registering Broadcast receiver to receive activity events from Android's ActivityRecognition api.
Registering Broadcast receiver in Manifest:
<receiver
android:name="....