B4A Tutorial Background location tracking - Erel    Jul 3, 2024   (51 reactions)   tags: Longrunningaoo, background clock alive, B4A Background location, gps, B4A service that keeps the process running in the background. The current location is shown in... the ACCESS_BACKGROUND_LOCATION permission. This is a special permission and it is granted in the settings app. We can only... B4A Question Background Location/Tracking and Android 10+ - Marcos Alves    Oct 11, 2020 Hello community,
In this (https://www.b4x.com/android/forum/threads/background-location-tracking..., "location") in Manifest to request to the user to choose if allows or not background tracking... B4A Question [SOLVED] Background Location Tracking Turn on/off in app - Andrew (Digitwell)    Jan 16, 2024 whilst the app is foreground
Location tracking with the app in background
I can get 1 & 3 working by using the code here:
https://www.b4x.com/android/forum/threads/background-location-tracking... B4A Question Is the the Background Location Tracking sample complete? - josejad    Jan 26, 2023 Hi @Erel :
Maybe when you updated the Background Location Tracking sample there was some problem with the upload?
I think the layout and the Activity_Create sub are lost.
Thanks... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A for "background" location tracking: https://www.b4x.com/android/forum/threads/background-location-tracking.99873/#content Note that the app is considered to be in the foreground state and you do not need to request the new special ACCESS_BACKGROUND_LOCATION permission. - 29 - BluetoothAdmin.../android/forum/threads/class-fileprovider-share-files.97865/) - 24 - Default background color...-safe-notification.87663/) - 26 - background limits. Features such as push notifications... B4A Question Background location tracking not compiling! - Beja    May 31, 2021 Hi,
Today I tried to run and test the the background location tracking example by Erel and compilation stopped with this error:
Compiling resources (6.26s)
Linking resources Error... Wish Update RuntimePermissions with constant for ACCESS_BACKGROUND_LOCATION - Sandman    Mar 3, 2021   (1 reaction) (Background post)
It seems that we need to request permission ACCESS_BACKGROUND_LOCATION when we want to access background location. This constant isn't available in RuntimePermissions, would... B4A Question How to request background locations with API 29 and above? - Sandman    Mar 3, 2021 location (full report here). It's clear that background permission is more difficult to get approved since API 29.
How do we request permission for background locations in API 29 and above... B4i Question background location tracking - Erel (first post)    Jun 8, 2025 This message is related to the debugger trying to keep the app running a bit more in the background. It will not affect the app behavior in release mode.... B4A Library RSFluffyLocation - Battery-friendly background location updates - XverhelstX    Dec 23, 2013   (11 reactions) periodic updates in background, and for apps that need a reasonably current location available to them on startup. Also works great for apps that do something with location periodically... that's it! Location updates will be broadcast to your app periodically, including after phone reboot.... The library works by using Froyo's passive location listener (only possible with Android 2.2 and up, hence why it works best with it), which listens to location updates requested by other apps on your... Page: 1   2   3   |