Hi all, I'm working on a small app that connects to a power usb meter via BLE, I need to log voltage and current values vs Time to a csv file, my question is, since I haven't used Services in a long time, I'm not sure of which one to use, I now see that there are Receivers, as if our lives are...
Hey guys.
As the title says, I wanna build an app that does one simple thing: I'll give it the prayer timetable with specific times of the day, and it will play the azan audio during those exact minutes.
I've dug everywhere in the forums and tried all the following without success:
* Using...
Hi everyone, I noticed an important missing feature in the BLE library.
It seems to not be possibile to refresh the ServiceList, given the fact that the only place where you can get it is in the "Connected" event....
I'have a BLE Device that exposes a Service only after you complete a...
Hi, i`m stuck on figuring out how to call a Sub on my B4xmainpage from a running service (i`m running FCM)? Any advice would be appreciated...
Thanks, James
I wrote an application for Android and used services there for compressing photos and uploading photos to the server.
Compressing a photo seems like a long enough time, especially if it is 100 photos, so I implemented it in the service so that at this moment the user can minimize the application...
Hi everyone, how can I open the localization services settings page?
or better, open directly the section relevant to one of that apps? it is possibile?
I already tried out this:
App.OpenURL("app-settings:")
But will open only the main page of the settings app
Thanks in advance
Hello!
I have written a taxi calling app with custom web socket push framework. The app has a starter service for global objects declaration and a pushservice service for handling the communication between server and mobile device. The pushservice also handles the Location and GPS...
Hi there!
I tried to build a sample app that notifies (using nb6) when the current user physical activity changes (using physical-activity-recognition-detection library).
It worked, but after closing the app with the user's 'task manager' (where you 'swipe' apps to stop them), I stopped...
From Stackoverflow:
You can enumerate all packages and retrieve their services:
List<PackageInfo> pkgs = getPackageManager().getInstalledPackages(PackageManager.GET_SERVICES);
for(PackageInfo pkg : pkgs) {
// You can now use pkg.services
}
How to do it with b4a?
Hi All,
I have looked at the forums regarding services but I am a little confused, especially with the changes with Android 8.
What I am trying to accomplish to create a service that runs in the background (and has to start on boot) and scans for BLE beacons every 5 minutes. I am happy with...
Hello all, i've been noticing this problem for a very long time, i have read all the threads that talk about Services, I stopped working on an app almost a year ago because i could not figure out why my Services were being killed and not re-started.
Basically i was working on an Email Client...
Hi to everybody,
I'm developing an android application that communicate with my own hardware board. I'm using the latest version of B4A and BLE2 library.
The app have to connect to the board, which is configured with its GATT. Then it sends a reboot command to the board, which restarts with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.