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: Ok now I'm able to uninstall kiosk apps if I need. thank you very much Peter D:
Now I can continue with my project ?
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: What will happen if it will be any run-time error?
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: https://www.b4x.-to-start-another-app-when-kiosk-is-locked.84060/#content
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 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: 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: 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: 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
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"? :)
Italian Kiosk mode - come fare? - Lello1964 (first post)    
Sep 28, 2023   
(3 reactions)io uso queste due modalità :
Sub setKiosk(on As Boolean)
Dim Command, Runner As String
Dim StdOut, StdErr As StringBuilder
Dim Result As Int
Dim Ph As Phone
StdOut.Initialize
StdErr.Initialize
Runner = File.Combine(File.DirInternalCache, "runner")
Command = File.Comb
link: Ogni tanto ritorna la necessita' di realizzare qualcosa su smartphone o tablet e bloccare todos de todos a parte l'avviamento in automatico della nost
link: ciao @Lello1964 ottima soluzione,
un chiarimento, quindi dipende dal dispositivo, vedi conoscrere il nome del launcer "samsung, Datalogic, ecc.?
al
link: Porta pazienza ma non ho capito, questo codice lo fai partire da dentro la tua app?
Ma prima di farla partire e' tutto libero, e quindi il device non
B4A Question Can B4X develop apps with system performance? - It.Behrooz (first post)    
Jan 12, 2022Thank you oliverA,
1.I'm looking for the ability to report apps that have been communicate from my phone to others and send data for other devices. (via messaging and internet). like wireshark in Windows that can show packet of Data in network.
2. Your mention help me, I study Erel thread about Kio
link: Edit: sorry I misunderstood.
As mentioned by Donmanfred, Kiosk app is possible to create using B4A.
link: What is RAT KILLER? Do not expect everyone knows it.
2) I guess Kiosk-App is what you are searching for.
link: 1) I don/t think the issue is with B4X. You can write performant code with B4X. The issue is Android. If you really want to build an Antivirus softwar
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: 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: 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: 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
Page: 1  
2  
3  
4  
5  
6  
7  
Powered by ColBERT