B4A Tutorial ? B4A Uninstalling a kiosk app - Peter Simpson    
Nov 27, 2023   
(13 reactions)8. Install the kiosk app by typing the following line in the command windows, press enter. The -t option is the important part here so DO NOT forget to include it.
The following should appear
146942
8. Type the following line into the command window, press enter.
146943
I'm using a clients actual
link: So, if I understood correctly when you develop the application you do it normally, like it's not a Kiosk app.
When you are satisfied of the result th
link: I think it's because you're supposed to (for the most part) develop your kiosk app without the extra manifest code. Once you are happy with the kiosk
link: Hello Mike,
Sadly I don't think that you'll be able to now, I never did. I personally now only create Kiosk apps with the android:testOnly,"true" line
B4A Tutorial Device Owner / TaskLock / Kiosk apps 2017 - Erel    
Jul 18, 2017   
(39 reactions)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 are missin
link: The program will exit. You can catch unhandled exceptions in Application_Error.
Another things that you can do for a kiosk application is to run anot
link: Excellent! I've been implementing the previous version of kiosk for a few years now and this is a breath of fresh air (no home or recent apps presses
link: Is it possible to read if the kiosk mode (startLockTask) has been set?
B4A Question About "kiosk":Not allowed to set the device owner - DonManfred (first post)    
Jan 18, 2022   
(1 reaction)From the kioskthread
link: https://duckduckgo.com/?q=&t=newext&atb=v271-1&ia=web
link: I want to test this example in my phone:https://www.b4x.-owner-tasklock-kiosk-apps-2017.81765/#content
But get this error,maybe someone can help me!
Italian [RISOLTO] Modalità Kiosk - Lello1964 (first post)    
Oct 25, 2021   
(2 reactions)La modalità kiosk impedisce di navigare all'interno dell'interfaccia Android, lasciando il controllo all' app principale "Kiosk".
link: Sto provando la modalità kiosk partendo dal tutorial di @Erel :
https://www.b4x.-owner-tasklock-kiosk-apps-2017.81765/
Ho il problema che una volta a
link: Mi sembra che non risolve, come dall'ultima risposta nel topic
link: Domanda da ignorantissimo (in materia!):
che ci fate con questo kiosk? (Mi viene da pensare che ci si possano vendere granite).
B4A Question Kiosk mode - Yvon Steinthal (first post)    
Nov 09, 2018   
(1 reaction)1) Kiosk mode is a running service and a few adds in the manifest, so with an update i think it is doable.
2) I dont think Apple allows Kiosk Mode (Security issues i think?)
link: Hi All,
I'm evaluating the kiosk tutorial by @Erel to setup a new project. https://www.b4x.-owner-tasklock-kiosk-apps-2017.81765/
I have a couple of
B4A Question Kiosk - settings.txt - Nikan99 (first post)    
May 06, 2023My mistake then. Thank you for the response. I have an other question. As I said I have already run the kiosk example. I have written also the command in cmd and I have been owner. I do not understand if I have to do that again for my app.
I have attached the kiosk method to my program but when I t
link: Hello!
I have made an app and I want to disable navigation and status bar of the device. I have seen kiosk app of Erel and I have test it and works f
link: Settings.txt is automatically created when the lock state is written.
Sub WriteLockState(locked As Boolean)
File.WriteMap(File.DirInternal, "set
link: Yes! I did remove the existing accounts. When I did that, I became owner of the device and run the erel's kiosk example. But when I run my own app, k
B4A Tutorial Android "Kiosk mode" tutorial - Erel    
Jul 18, 2017   
(3 reactions)Edit: A better kiosk implementation is available: https://www.b4x.-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.
Android doesn't allow true kio
link: Hi Erel,
see here: https://www.b4x.-kiosk-mode-tutorial.10839/page-5
Post from: mkh42, Jun 19, 2013
Download File KioskAppExtended_vc2.zip
You might
link: It is this example: KioskAppExtended_vc2
https://www.b4x.-kiosk-mode-tutorial.10839/page-6#post-176432
I am trying to create a Kiosk type app that is
link: You will be able to upload your app. I cannot say whether this solution will violate there terms or not.
The kiosk option is more appropriate for spe
B4A Question Kiosk application with power icon on the android options bar - Sandman (first post)    
May 21, 2021   
(1 reaction)That doesn't seem to be a standard Android feature (the icon is even wrong size), so you probably need to read docs from the manufacturer of the device.
It might not be possible in your situation, but if you have the option: The simplest thing would likely be to say that you don't support that devi
link: Hi there,
We've a kiosk app developed in B4A and we're using this:
https://www.b4x.-owner-tasklock-kiosk-apps-2017.81765/
To block android buttons
link: This kind of thing isn't configurable by software?
I've noticed before I've reseted the device that the application that was installed by default whe
link: So you don't have a brand or model identification?
Did the webshop page just say "generic android kiosk thingie that fell off a truck"? :)
B4A Question Kiosk: auto-start just after reboot - Erel (first post)    
Apr 14, 2019   
(1 reaction)This example should work after boot: https://www.b4x.-owner-tasklock-kiosk-apps-2017.81765/
link: You need to make your Kiosk app the home launcher, it will get started when the phone reboots.
https://www.b4x.com/android/forum/t...e-screen-launche
link: HI, All
Who tried to make the kiosk - how is the device interface starts just after reboot ?
I guess, that it must be somehow tapped by a user to unl
B4A Question Run kiosk - DonManfred (first post)    
Sep 18, 2024   
(1 reaction)You want YOUR APP to go to foreground?
So YOUR APP is the Kiosk-app?
If you want to open an activity from your app) from the background you need to have a special permission.
link: Hi DonManfred, I was thinking the same thing. The package name of the test kiosk app is "gota.com", but it can not be located.
It must be different fr
link: Hello everyone, I want to ask if my application is running as a service, how can I call the kiosk application? The purpose is to block the screen.
link: You can raise an Intent to start a App.
But for it to work you need to know the packagename of the app you want to start.
Do you know which app is t
Page: 1  
2  
3  
4  
5  
6  
7  
Powered by ColBERT