kiosk-mode

How to use Android-L preview Task Locking?

北城以北 提交于 2019-11-29 02:06:46
Has anyone got task locking working in Android L? Could they share some details on how it works? I have seen the instructions below, but struggling to understand this. At the moment I have made an App that I would like to run in kiosk mode. I have looked at making it a launcher App or using Surelock but the new task locking looks like it will be the best option in future. I need to create a userdebug build of Android L? I have not built Android from source before, I started looking at making a build but I don't think the source for Android-L is available yet? To set up a device owner, follow

Kiosks in Windows 8 Running Regular Software (Non-Windows Store App)

自古美人都是妖i 提交于 2019-11-29 01:36:35
My company operates using public kiosks. These kiosks are running Windows 8 and though they are secure, they are certainly not as secure as the kiosks AKA ATMS you would see at a bank. The reason for running Windows 8 is to take advantage of the new Kiosk feature that Microsoft recently introduced. However, it seems that the OS only allows operation in this KIOSK mode if the software that is being run or intended to be run is available on the Windows Store as an application. The software required is not able to be put out to the Windows Store at this moment, but I'd still like to take

How to enable a 'kiosk mode' programmatically in ipad?

廉价感情. 提交于 2019-11-28 23:52:34
I'm making an application that needs users' complete attention till a specified target is achieved. before achieving the target, if a user tries to press 'home' button it should be disabled, or like 'kiosk mode' in ios6. I just needed to be done programmatically while start the application, dont like to do anything by manually changing in settings menu in iPhone/iPad After completion of target in my application, home button should be enabled. The application is targeted for enterprise. So no need for app store approval. How to do this? thanks in advance. Edit: I read about "mobile

PackageInstaller \"Silent install and uninstall of apps by Device Owner” - Android M Preview

谁说胖子不能爱 提交于 2019-11-28 19:28:50
PackageInstaller ( https://developer.android.com/reference/android/content/pm/PackageInstaller.html ) seems to have been added starting in API 21 (Lollipop), however I have not found any solid code examples on how to install an APK via this API. Any code help would be appreciated. I’m investigating COSU/Kiosk apps for Android M Preview and was trying to implement the new feature "Silent install and uninstall of apps by Device Owner” ( https://developer.android.com/preview/api-overview.html#afw ) via the PackageInstaller API. Found these, but not helpful: How to install/update/remove APK using

Kiosk mode for android

瘦欲@ 提交于 2019-11-28 19:20:03
问题 I have a hybrid application written on phonegap for android tablets. Now I want the tablet to show only my application. Basically I want the tablet to be always in kiosk mode running only my application. So that all the buttons are disabled. I have looked for solutions online and one of them is to use "surelock", but it doesnt do all of the above. Another option is to write my own ROM, however I couldnt find any good tutorials on that. Can anyone help me plz? 回答1: I did a lot of research and

How to open two instances of Chrome kiosk mode in different displays (Windows)

对着背影说爱祢 提交于 2019-11-28 16:50:56
问题 We are developing a web application that needs to open in two different browser instances each on a different Screen. Obviously the pc we are using has dual display already, and both monitors have the same size and resolution. The idea is that as soon as Windows starts the two applications should open immediately in fullscreen, our preferred browser is Chrome as it counts with several commands that might help us accomplish the task. We have succeeded on adding to the startup programs two

Lock Android Device to a Single Application [closed]

笑着哭i 提交于 2019-11-28 16:22:18
My company is looking at selling an Android device with an application on that will do a certain task as a product to replace an embedded device. However we need to some how lock the device to only have access to our application which we will develop and not be able to access the normal Android OS interface. I would like the following: When the device boots it must automatically load our application There must be no way to exit the application, (unless if we maybe enter a master password) which will allows you access to the device Is this possible to do, and how would one go about doing this?

How to run a C# program in kiosk mode? [closed]

折月煮酒 提交于 2019-11-28 09:34:33
I have a c# and WPF program which i want to install on a windows tablet, i want my program to be the only program running on the tablet, it should start running automatically right when the user will turn on the tablet. Any solution? Never use windows original kiosk mode - it useless. Use shell replacing. To configure Windows kiosk mode you need next steps: Create user for kiosk mode Set next registry key for this user as path to your application: Windows XP/7: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] "Shell"="C:\\full\\path

How to enable a 'kiosk mode' programmatically in ipad?

走远了吗. 提交于 2019-11-27 21:26:44
问题 I'm making an application that needs users' complete attention till a specified target is achieved. before achieving the target, if a user tries to press 'home' button it should be disabled, or like 'kiosk mode' in ios6. I just needed to be done programmatically while start the application, dont like to do anything by manually changing in settings menu in iPhone/iPad After completion of target in my application, home button should be enabled. The application is targeted for enterprise. So no

Kiosks in Windows 8 Running Regular Software (Non-Windows Store App)

隐身守侯 提交于 2019-11-27 16:07:31
问题 My company operates using public kiosks. These kiosks are running Windows 8 and though they are secure, they are certainly not as secure as the kiosks AKA ATMS you would see at a bank. The reason for running Windows 8 is to take advantage of the new Kiosk feature that Microsoft recently introduced. However, it seems that the OS only allows operation in this KIOSK mode if the software that is being run or intended to be run is available on the Windows Store as an application. The software