B4A Tutorial Android Bluetooth / BluetoothAdmin Tutorial - Erel    Aug 31, 2020   (17 reactions) Better implementation based on B4XPages: https://www.b4x.com/android/forum/threads/b4xpages-bluetooth-chat-example.119014/#content
Tutorial was rewritten in April 2018.
We will create a chat example ... Share My Creation [web]jAdmin - aeric    Aug 14, 2022   (17 reactions) This app is inspired by Adminer (a lightweight app to manage mySQL database). I haven't seen... different ports.
97599
Demo: http://45.15.25.31:3000
Github: https://github.com/pyhoon/jAdmin... Share My Creation [B4X]FOOD HUNTER V3 (4 IN 1) [ADMIN APP,CLIENT APP,DELIVERY BOY APP,SERVER APP] - jahswant    Jan 20, 2024   (38 reactions) Adding Background Localization to The Client Side);
3-All Admin Pages Are Now Using B4xtable;
4-Added A Full Point of Sale Module for In Restaurant Sales from Admin App;
5-Users Can Now Delete... B4J Code Snippet Check if your app runs as Admin (Windows) (with Admin Rights) - Magma    Jun 2, 2022   (5 reactions) is Admin.... Check if you app runs with Admin Rights... How to use it... 1) Copy - Paste the code at the module you want to have it... Sub CheckifRunAsAdmin As ResumableSub Dim runasadmin... use it... 'Check if run as Admin Wait for (CheckifRunAsAdmin) complete (ca As Boolean) Main.isAdministrator=ca If ca=False Then Log("Not run as Admin!") 'show dialog Else Log("Is running as Admin!") End If Happy... B4J Question How to enable remote connection to a MySQL database on phpMyAdmin? - Mashiane    Nov 12, 2021 Hi there https://www.ovipanel.in/tutorials/database/how-to-enable-remote-connection-to-a-mysql-database-on-phpmyadmin... B4A Library Device Administrator library - Erel    Aug 9, 2023   (5 reactions) the admin app before it can have any special privileges. This is done either by calling Manager.Enable or... whether the admin is enabled and the password meets the requirements. If they don't then you do... editor: AddApplicationText(<receiver android:name="anywheresoftware.b4a.objects.AdminReceiver2" android:permission="android.permission.BIND_DEVICE_ADMIN" android:exported="true"> <meta-data android:name="android.app.device_admin" android:resource... B4A Question BluetoothAdmin Enable/Disable function stopped working on Android 13 - Turbo3    Apr 25, 2023 Is there a way to get the BluetoothAdmin Enable/Disable function to work that turns Bluetooth off and on?
On Android 12 BTAdmin.Enable returns true and Bluetooth is turned on.
On Android 13 BTAdmin... B4A Question Device Administrator library - No active admin owned by uid 10315 for policy #0 - ykucuk    Dec 25, 2024 the following error:
java.lang.SecurityException: No active admin owned by uid 10315 for policy #0... android:name="anywheresoftware.b4a.objects.AdminReceiver2"
android:permission="android... B4A Question java.lang.SecurityException: Admin does not have - ykucuk    Dec 24, 2024 , I encountered the following error:
java.lang.SecurityException: Admin does not have com.samsung.android...(<receiver android:name="com.sentio.admin"
android:permission="android.permission.BIND_DEVICE_ADMIN">
<meta-data android:name="android.app.device_admin"
android:resource="@xml/device_admin" />
<intent-filter>
<action android:name... B4i Question Device admin - ykucuk    Sep 7, 2024 cannot see or close it.
In B4A, I can handle some of these features using DeviceAdmin. Is there a way... Page: 1   2   3   4   |