B4A Tutorial Device Owner / TaskLock / Kiosk apps 2017 - Erel    Jul 18, 2017   (38 reactions)   tags: #kiosk https://www.b4x.com/basic4android/images/SS-2017-07-18_13.19.46.png
Starting from Android 5 (API 21) there is better support for kiosk applications.
Kiosk applications = applications that the user cannot exit from.
As you can see in this screenshot, the home button and recent apps button... B4A Tutorial Android "Kiosk mode" tutorial - Erel    Jul 18, 2017   (3 reactions) Edit: A better kiosk implementation is available: https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/#post-518018
Kiosk mode applications are applications that lock the device and do not allow the user to run any other application other than the kiosk application... B4A Question Kiosk Mode stopped working - iCAB    Apr 25, 2020 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... B4A Question Unable to start another app when Kiosk is Locked - jareal    Sep 18, 2017 Kiosk app built following this directives: https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/ Before Lock when StartActivity(Intentx) is executed the related app is launched. After Lock when StartActivity(Intentx) is executed nothing happens, the app is not launched and there is no error, nothing. If I Unlock then the app is launched again. I must be missing something trivial here... B4A Question kiosk-mode variant - peacemaker    Mar 9, 2017 Hi all, How to make such locking variant ? With possibility to remove this locking-window and start regular app activity. ... mRl = new RelativeLayout(this); mRl.setBackgroundColor(0x80000000); mRl.setOnKeyListener(new OnKeyListener(){ @Override public boolean onKey(View v, int keyCode, KeyEvent event) { Log.d("LockScreen", "keyCode = "+keyCode); return true; } }); ... mPa... Italian [RISOLTO] Modalità Kiosk - Lello1964    Oct 25, 2021 Sto provando la modalità kiosk partendo dal tutorial di @Erel :
https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/
Ho il problema che una volta avviata la app... B4A Question Kiosk mode doubts - Cableguy    Aug 13, 2020 into my main professional device... its running Android 8.0
I plan to create a kiosk app, so that no... cause the device to come to a vegetal status?
2-Will the kiosk mode prevent system updates... B4A Question Kiosk: auto-start just after reboot - peacemaker    Apr 12, 2019 HI, All
Who tried to make the kiosk - how is the device interface starts just after reboot... kiosk or launcher - the device must be unlocked automatically for the kiosk-app's service... B4A Question Kiosk mode - luke2012    Nov 9, 2018 Hi All,
I'm evaluating the kiosk tutorial by @Erel to setup a new project. https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/
I have a couple of question about it:
1) If a have a old Application devoloped to run as standard Android app, is it possible to modify it to run as kiosk mode ?
2) Is there a version for iOS ?
Thanks in advance for the reply :-)... B4A Question Kiosk app not working on samsung - techknight    Sep 19, 2018 So, I am following the instructions here:
https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/page-2
However the ADB setip isnt working properly. on my Samsung Tab E, I keep getting this:
Z:\android-sdk\platform-tools>adb shell dpm set-device-owner b4a.example/anywher
esoftware.b4a.objects.AdminReceiver2
java.lang.SecurityException: Neither user 2000 nor... Page: 1   2   3   4   5   |