kiosk

Unable to remove Navigation Bar - Android Tablet: 4.2.2

淺唱寂寞╮ 提交于 2020-01-03 05:15:22
问题 I'm attempting to remove the navigation bar programatically using the most commonly found method on the internet - however the navigation bar continues to appear. I've debugged the method and it is not throwing an exception - so I'm really not sure why we can't seem to hide the Navigation Bar using the following code: (any suggestions are greatly appreciated) Source: try { Process proc = Runtime.getRuntime().exec(new String[]{"su","-c","service call activity 42 s16 com.android.systemui"});

Hide the mouse cursor in Opera 10 Kiosk Mode

廉价感情. 提交于 2020-01-02 20:18:52
问题 Seems I can't use cursor:url(); with opera and from what I can tell they removed the hide cursor setting from opera.ini. We're running an app in kiosk mode on a touch PC and would like to hide the mouse cursor. any idea on how to do this? 回答1: Try loading a 1x1 transparent image instead of empty url? 回答2: I'm running a beta version of Opera 11 for a kiosk, and I was able to go to opera:config, search for 'cursor' and check a box to hide the cursor. 回答3: I found a preliminary solution: Press

How To Automatically Logon To Windows 7 using a Password

纵然是瞬间 提交于 2020-01-02 18:04:25
问题 I am working on a Kiosk Application based on Windows 7 Ultimate. I need: connect to the kiosk using Remote Desktop Connection (so UserName and Passwprd seems required). enable auto login for the kiosk. Any idea how to achieve these features? Thanks 回答1: It seems you already have your answers, but I'll add something for future readers. This powershell snip allows for auto-logon via the registry. Set-ItemProperty -Path 'registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

Android Cloud Printing with No Dialogs

一世执手 提交于 2020-01-02 00:54:12
问题 I'm developing a kiosk type Android app and would like to add printing capability. Since it's a kiosk app, the less prompts/pop-ups the users have to do, the better. I was able to get the new Google Cloud Printing successfully going in my Android app but there are a few screens the users need to go through before printing can happen. I was wondering if anyone has any ideas on how to have things print automatically with no dialogs, the idea would be to pass whatever user selections are needed

Why is this Google Chrome (Hosted) App invalid for Kiosk mode?

混江龙づ霸主 提交于 2019-12-29 08:45:19
问题 I have been trying to make a Kiosk Mode App from my Chrome book. But when I go into the "Manage Kiosk Applications" and enter in the Chrome Store URL for my app, I get a "Invalid Application" error, but if i just install the app from the store, it installs just fine (though it doesn't appear Extension page, but does in the applications menu). So I assume I have done something incorrectly with App manifest. here is my manifest (just changed the names and urls as it's private application) {

How to use Android-L preview Task Locking?

本小妞迷上赌 提交于 2019-12-29 05:23:45
问题 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

Android 8.1 (API 27) - Keyboard not showing in Kiosk-mode app after reboot

谁说胖子不能爱 提交于 2019-12-25 03:43:20
问题 I have made a Kiosk-mode app that works well after install (is based on Activity.startLockTask()). After re-booting the device (a Nexus 5X running Android 8.1), I cannot use the app because the keyboard cannot be made to appear on screen. I give the command to reboot while the app is active (in full screen and set as device launcher) in order to test if it remains in Kiosk mode after restart. Result is that it remains in Kiosk mode, but the soft keyboard cannot be activated by the user. Any

WPF application in Kiosk mode

ⅰ亾dé卋堺 提交于 2019-12-24 11:36:19
问题 I have a WPF application that uses a TabControl to display lets say Tab1, Tab2 and Tab3. 1) How can I enable this application to run in Kiosk mode on Surface tablet as well as Windows touch PC devices? 2) My second question : Is it possible to disable Tab1 and Tab2 in Kiosk mode? The user will have access to only Tab3 in Kiosk mode. Any help will be appreciated. Thanks. 回答1: The Windows 10 Kiosk mode is for Universal Windows Platform (UWP) apps only. WPF apps don’t qualify. Microsoft provides

Facebook Kiosk Logout

99封情书 提交于 2019-12-24 01:44:21
问题 We have a facebook website app for use as a public event kiosk. Many people will be logging into facebook through our site on the same device (set up at a booth, like a ipad or similar). We need to log the person out of facebook itself after they are done; not simply destroy the graph api session for our site. Here is the problem: User walks up to our ipad, which has a browser loaded to our website. He or she clicks "facbook login", and is redirected to facebook to log in. They log in, grant

Multiple monitors on one PC for a KIOSK system

♀尐吖头ヾ 提交于 2019-12-23 16:44:56
问题 I'm developing a KIOSK system using PHP, HTML5 and Javascript. I want to connect multiple (touch screen) monitors on a single PC. I want these monitors to display a browser in fullscreen-mode where user can access only My Website without any other controls. They won't have mouse or keyboard. They should not be able to minimize the browser. Is there any way to achieve this? 回答1: Yes, there is. However there are a lot of questions in your post and I can not all answer off the bat and not in