kiosk mode

  1. M

    Android Question [B4XPages] Starting an APP with Intent in Kiosk Mode causes glitches (not in Normale Mode)

    Hi everyone, I'm in the finishing phase of my project now, where I'm testing the overall functionalities (including the real scenario for the kiosk mode)... but I just encountered a big big big problem I do not know how to solve. The project is partially described in this post. AT THE MOMENT...
  2. German Buchmuller

    Android Question Kiosk Mode Not Working. (App is pinned issue)

    So I installed Kiosk example from Erel's 2017 Kiosk Example. When I pressed the Lock button, the app locked the OS, when I pressed the Unlock button, the app unlocked the OS, just as it was meant to. The problem is when I added to manifest: AddActivityText(Main, <intent-filter> <action...
  3. I

    Android Question Kiosk Mode stopped working

    Hi Guys I was testing the code below few weeks ago and I am sure it was all working fine: https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/ I am trying it today and I am running into some issues. Please see log Error occurred on line: 64 (Main)...
  4. A

    Android Question Receive a call after exiting Kiosk (admin) mode

    Hi all I have an app based on the Kiosk mode from here: https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/ I want the device to also receive phone calls. I didn't realize that kiosk mode would prevent the phone app from appearing. As a workaround, I'm using...
  5. A

    Android Question Can I avoid the toast message in Kiosk mode?

    Hi All I'm using the project for Kiosk mode from this thread: https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/#post-518018 When you press the back button there is a toast message - can it be removed, stopped from appearing? Thanks for any help. Andy
Top