B4A Question APP Update marked as Owner (Kiosk) - Mike1970    Feb 15, 2025 Hi Guys, I've a watchdog app that is installed using the "ADB install -t "path-to-apk" and then set as kiosk app by using the adb commandadb shell dpm set-device-owner myCompany... B4A Question java.lang.SecurityException: Admin does not have - ykucuk    Dec 24, 2024 While developing an app using B4A and trying to utilize Samsung Knox APIs for Kiosk Mode, I encountered the following error: java.lang.SecurityException: Admin does not have com.samsung.android.knox.permission.KNOX_KIOSK_MODE This error indicates that the app lacks the required permissions or configurations in the manifest to access the Knox Kiosk Mode functionality. Manifest Code Below...(android.permission.sec.MDM_APP_MGMT) AddPermission(android.permission.sec.MDM_KIOSK_MODE) AddPermission... B4A Question Any informations on Android Enterprise? - Mike1970    Feb 21, 2025 Hi everyone, I developed a Kiosk app for unattended devices. I also developed a watchdog to monitor the application. This system seems to be a bit unreliable in case of crashes... and I do not have any way to do remote assistance on the devices (AnyDesk is limited). I know there is a thing called Android Enterprise with the ability to manage unattended devices etc... technically seems to be the tool to use in this cases... Does anyone know anything about it? How does it work exactly? (I read... B4A Question disable (not only hide) the navigation bar - DonManfred (first post)    Mar 18, 2025   (1 reaction) This is how Android is designed. This is probably what you are searching about. https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/... B4A Question Device Administrator library - No active admin owned by uid 10315 for policy #0 - Erel (first post)    Dec 27, 2024 Looks like your app must be registered as a "device owner app". Not trivial. https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/#content... B4A Question MANAGE_DEVICE_POLICY_LOCK_TASK PROBLEM - mr.kucuk    Dec 29, 2024 I am making a kiosk key lock application. For this application, I first wrote an admin application. First of all, when I ran the code, it gave false. When I removed the Google account and authorized the device, the device restarted, I realized that the device had received Admin authorization without any problems; The problem this time is that the application, which normally works smoothly when I authorize from the computer, gets stuck in some android permissions. I want to give... B4A Question Self update APP (System App and Device Owner) - Mike1970    Feb 24, 2025 Hi everyone, i'm developing an Application that is set to be device-owner (for kiosk purposes) and it also signed with the device producer (so it is a system app). This app is already able to trigger the installation of other apks with this intent based code: Public Sub SendInstallIntent(apk_filename As String) As ResumableSub Log("Install Intent") If (File.Exists(xui.DefaultFolder, apk_filename)) Then Dim ria As RequestInstallApp 'this is the name... B4A Question Android SDK 34 and BOOT_COMPLETED start app - vasper    Apr 28, 2025 Log("Step 2") Timer1.Enabled=False ToastMessageShow("eCongress Kiosk....econgress.kiosk/.main") ' Adjust if needed StartActivity(Main) Log("Step 4"... Italian Quale lettore barcode da installare fisso? - Xfood (first post)    Jan 9, 2025 io ho installato questi nei supermercati come check-price a bordo ho installato un programma fatto in b4A in kiosk mode https://www.ebay.it/itm/116083883690?chn=ps&norover=1&mkevt=1&mkrid=724-128315-5854-1&mkcid=2&mkscid=101&itemid=116083883690&targetid=2302325348151&device=c&mktype=pla&googleloc=9201105&poi=&campaignid=21248514431&mkgroupid=164818462794&rlsatarget=pla-2302325348151&abcId=9411867&merchantid=115839248... B4A Question AndroidManifest.xml:198: error: not well-formed (invalid token). - ykucuk    Dec 16, 2024 .permission.sec.MDM_KIOSK_MODE) AddPermission(com.android.launcher.permission.INSTALL_SHORTCUT... Page: 1   |