kiosk

Locking Down (“Kiosk Mode”) Android Devices [closed]

大憨熊 提交于 2019-12-04 09:45:37
How would you go about locking down an Android device while meeting the following requirements: Access to Wifi networks Access to a single company's App Ability to download/update to newer versions of the company's App Access to Bluetooth Printers Obviously, this is a pretty general question, but I was hoping for some guidance. Are there any existing solutions to this problem? I am aware of apps like SecureLock and Device Lock, but do either of these allow application updating for JUST our application? What about if we preconfigured the device to only have our application and nothing else,

Disable Chrome pinch zoom for use in kiosk

安稳与你 提交于 2019-12-04 07:41:01
问题 We are using Chrome in kiosk mode and accidentally users are causing the application to zoom with the recent addition of pinch zoom support. They then think they've broken it and simply walk away leaving the application (and subsequently a 55" touch screen) in a broken state. Now the only thing to work has been stopping event propagation for touch events over 2 points. Issues with that are we can't do multitouch apps in that case and if you act fast the browser reacts before javascript. Which

Android Disable Recent Task Button like in SureLock

陌路散爱 提交于 2019-12-04 06:24:24
Anyone who knows how to disable the Recent Task App Button when it launches the allowed application in the app just like in SureLock Kiosk Lockdown ? If so, can you please provide codes for that? From the source public void onWindowFocusChanged(boolean hasFocus) { super.onWindowFocusChanged(hasFocus); Log.d("Focus debug", "Focus changed !"); if(!hasFocus) { Log.d("Focus debug", "Lost focus !"); Intent closeDialog = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); sendBroadcast(closeDialog); } } For disabling Recent button add this code to your Main activity: @Override public void

Windows / Chrome / ATI / Browser fullscreen across multiple monitors

天大地大妈咪最大 提交于 2019-12-03 12:43:09
I am using the following test setup (Latest meaning as of July 14th 2012): Core i7 with an ATI FirePro V9800 (Eyefinity) Windows 7 Pro 64 Bit (latest updates / patches) Latest Catalyst drivers Latest Google Chrome Stable / Canary. 6 x 1080p displays (in a row) resulting in a 11520px by 1080px desktop . I have tried the following to get a fullscreen web view across displays: Set the maximize to whole desktop setting in the Catalyst control panel. That works for maximizing normal windows (except Chrome), but not for anything fullscreen. Tried Chrome Kiosk mode (that would be ideal), same problem

Windows Kiosk App

余生颓废 提交于 2019-12-03 07:20:14
问题 So, I need to build a kiosk type of application for use in an internet cafe. The app needs to load and display some options of things to do. One option is to launch IE to surf. Another option is to play a game. I've been reading that what I probably want to do is replace the windows shell and have it run my app when the OS loads. I'd also have to disable the task manager. This is a multipart question. Can I use dotnet to create this? What OS do I have to use? I keep seeing windows xp embedded

Windows 10 assigned access app fails to start due to not registered for Windows.Launch contract

守給你的承諾、 提交于 2019-12-02 01:13:02
问题 I have a WPF application, which I have converted to a UWP application using the DesktopAppConverter for the purposes of running it in Assigned Access mode - the converted app works when run in non-assigned access mode - can be installed and functions properly. However, when I set it up to be used as an assigned access application and log in with the account for assigned access, the screen keeps flashing (blue screen with loading dots, followed by a white screen, and repeat) for a period of

Is it possible to disable wireless networking using the Android SDK or NDK?

北城以北 提交于 2019-12-01 22:53:48
问题 Is it possible to disable wireless networking on an Android device using the Android SDK or NDK? 回答1: In order to enable / disable the WiFi state, you have to grant the following permission in the application manifest android.permission.CHANGE_WIFI_STATE You can then use the WifiManager to set enable/disable the WIFI. WifiManager wifiManager = (WifiManager)getBaseContext().getSystemService(Context.WIFI_SERVICE); wifiManager.setWifiEnabled(enabled); More info on http://developer.android.com

Is it possible to disable wireless networking using the Android SDK or NDK?

一笑奈何 提交于 2019-12-01 21:54:40
Is it possible to disable wireless networking on an Android device using the Android SDK or NDK? In order to enable / disable the WiFi state, you have to grant the following permission in the application manifest android.permission.CHANGE_WIFI_STATE You can then use the WifiManager to set enable/disable the WIFI. WifiManager wifiManager = (WifiManager)getBaseContext().getSystemService(Context.WIFI_SERVICE); wifiManager.setWifiEnabled(enabled); More info on http://developer.android.com/reference/android/net/wifi/WifiManager.html For a complete sample, check the following post : http://android

Detect termination of Citrix session launched by kiosk application

元气小坏坏 提交于 2019-12-01 12:20:36
I am working on a kiosk application which gives the user a selection of Citrix connections. The idea is that the user selects a connection presented by the kiosk application, and then the kiosk launcher initiates the selected connection by running a command similar to this: C:\Program Files\Citrix\ICA Client\wfica32.exe \\server\path\to\icaFile.ica I want the user to stay within the Citrix session - not for any security reason, just to make it a good user experience getting to the selected session and eventually logging off. So I launch a full-screen session and everything is fine until the

Kiosk software guidance

拜拜、爱过 提交于 2019-11-30 15:23:55
问题 I need to develop a kiosk system. The only payment option will be a credit card/debit card. The kiosk need to be networked with another PC. For example, if a customer orders something on the kiosk, it needs to be sent to a another pc where a store employee can see what was ordered. Here are my following solutions: OPTION 1) web based application Use FLASH, ASP.net, or JAVA for user interface? If I take this route, how can I communicate with the credit/debit card reader? The reader will be