B4A Question Device adminstrator error - Erel (first post)    May 15, 2016   (1 reaction) As the documentation says, AdminManager.Enable can only be called from an Activity: https://www.b4x.com/android/forum/pages/results/?query=adminmanager.enable... B4A Library Device Administrator library - Erel    Aug 9, 2023   (6 reactions) that the password is the screen lock password (other passwords are not affected). The user needs to enable 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....app.action.DEVICE_ADMIN_ENABLED" /> </intent-filter> </receiver>... <force-lock /> </uses-policies> </device-admin> ) 3. Declare an AdminManager... B4A Code Snippet [B4X] Check if Internet interfaces are enabled and internet status + type (WiFi/Cell/LAN) - Sergio Haurat    Jul 3, 2024   (10 reactions) -status-wifi-cell-network-data-or-lan-has-enabled-or-disabled.161849/
Sub Class_Globals
Private... Wish Library Manager should also show libraries enabled via dependencies - Sandman    Jun 29, 2022   (4 reactions) .
It was related to a b4xlib I had enabled. I went looking in the source for the library to find where I had... all implicitly enabled libraries, mostly out of principle. This time I got screwed by me making... enabled. This means that reality is one thing, and the IDE sometimes shows another thing. I would... that enabled it.... B4A Question Is it possible to disable/enable "do not disturb" mode programmatically ? - palmzac    Aug 15, 2017 Hi, Is it possible to disable/enable "do not disturb" mode programmatically ? Thank for you help !... B4i Question Enable developer mode without a mac - Bernaert Dominique    May 20, 2023 Hello, I have a new apple phone. I follow the procedure to build B4i-Bridge and open the URL. It cannot be installed because the integrity could not be verified. I've searched the web for a solution and found that the developer mode should be activated. But i don't see the option. Is there a way to activate developer mode without having a mac with XCode? I only have a Windows pc and I... 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.Enable returns false the Bluetooth is not turned on BTAdmin.Disable also returns the same results. Works for Android 12, Fails for Android 13 Is there a fix? Is there a new Permission and if yes what is it?... B4J Library SQLite Enable Loading of Extensions - tchart    Oct 1, 2025   (9 reactions) NOTE this is for B4J only (Erel has stated that you can't enable extension loading on Android/iOS - link)
Small Java library with two methods that enable or disable loading of extensions for... B4A Question FTP Server Not enabled in the FTP-Bridge App? - Danamo    Nov 22, 2022 For years I've used the File Explorer in Tools / B4A Bridge to copy files back and forth between my PC and my Android phone. Now it has stopped working and I get a message (in the B4A program on the PC saying "Make sure that the FTP Server is enabled in the FTP-Bridge App" whenever I try to use it. The B4A-Bridge App connection is working, since I am still able to install and... I re-enable the FTP Server in the FTP-Bridge App? And please; although I know enough to have made and... B4A Library TapCard - scan your NFC enabled Bank Card with your NFC enable device (EMV) - Johan Schoeman    Mar 12, 2022   (19 reactions) A wrap for this Github project. Scan your NFC enabled Bank Card with your NFC enable device.
Enable NFC on your Nfc enable device before trying to scan a card. I have not added any code to check if... Page: 1   2   3   4   5   6   7   |