kiosk-mode

NFCAdpater.enableReaderMode(…) doesn't work consistently if booting in Kiosk mode activity

你。 提交于 2020-06-13 05:35:54
问题 I have an application which starts in Kiosk mode and should read and react on NFCTags. It's using enableReaderMode on the NFCAdapter in onResume to start reading them. Everything works fine if the app is e.g. (re-)started during development. However, if I reboot the device (and the activity gets started automatically) the activity is only sometimes put into the right mode, but often only plays the NFC system sound and my handleTag is not called. From what I logged, the NFCAdapter setup code I

NFCAdpater.enableReaderMode(…) doesn't work consistently if booting in Kiosk mode activity

南楼画角 提交于 2020-06-13 05:34:07
问题 I have an application which starts in Kiosk mode and should read and react on NFCTags. It's using enableReaderMode on the NFCAdapter in onResume to start reading them. Everything works fine if the app is e.g. (re-)started during development. However, if I reboot the device (and the activity gets started automatically) the activity is only sometimes put into the right mode, but often only plays the NFC system sound and my handleTag is not called. From what I logged, the NFCAdapter setup code I

How to run custom, non window app in kiosk mode in windows 10

青春壹個敷衍的年華 提交于 2020-02-25 06:02:10
问题 I wanted to run some application at start in windows 10, which I did by putting them in startup folder. Now I want to run these apps in kiosk mode, so that user does not see what applications are running at back and he just sees internet browser with some website like google.com. I tried to set up a different local account under kiosk mode, but I am able to run it only with windows app, which are provided under Add an app . Could someone please suggest how to add custom apps in kiosk mode so

HTML5 App on Windows 8 which cannot be closed

只愿长相守 提交于 2020-01-14 05:44:10
问题 I want to create a HTML5 Application on a Windows 8 Computer which provides product information for a user in the store. Does anyone know if it is possible to set up the windows 8 in a such away, that the user cannot exit the HTML5 App? 回答1: This isn't possible on Windows 8; the soon to be released Windows 8.1 has a "Kiosk Mode", which seems to be what you are looking for. From Windows 8.1 kiosk mode locks systems to a single app: Generally speaking, kiosk mode is something that’s intended

Run Chrome kiosk mode in windows 10 assigned access

夙愿已清 提交于 2020-01-13 02:56:31
问题 It is a good news that Windows 10 assigned access support running Desktop Application(Win 8.1 only support running universal apps). I want to run Chrome's kiosk mode using --kiosk in command line. The bottom of this article have a tutorial. https://technet.microsoft.com/en-us/library/mt219051(v=vs.85).aspx However, I am very new to Powershell. Can anyone explain how to launch Chrome's kiosk mode by powershell? My command line is "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -

Kill other process in Android

余生颓废 提交于 2020-01-06 20:37:42
问题 Can I end or kill other process running, programmatically? I'm asked my friend and tell me should using something like kiosk mode !! Could anyone help me to solve this problem .. All regards and thanks. 回答1: Recently I was investigating the same question, because I got tired of manually having to close the Google Maps application that regularly automatically opens and keeps running in the background and draining my battery... But I don't think that Android lets you kill any processes but your

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"});

JavaFX Full Screen Exclusive Mode

被刻印的时光 ゝ 提交于 2020-01-02 05:46:07
问题 I am making a JavaFX kiosk application that needs to take full control of the screen and disallow closing, minimising, and certain keypresses. I was wondering is there a way to make a JavaFX application run in full screen exclusive mode, if not are there any alternatives that could achieve the same goal. I have tried using: stage.setFullScreen(true); which does successfully make the application full screen, however the user can still exit the application or exit the full screen. 回答1: Handle

How do I turn off windows 8.1 gestures and setting charm bar on my touch Screen

空扰寡人 提交于 2019-12-30 12:25:11
问题 I Have an Touch screen Dell and Windows 8.1 Single language installed, When I move my finger from Right edge towards the middle, Windows 8 will bring up setting charm bar OR when i move my finger from middle top edge towards down windows 8 hide my application and bring up start menu. This is a problem because I'am developing a Kiosk Application on WPF, and i can't let user see setting or close Kiosk application. I tried to disabled that, but couldn't, the easy solution would be to run on

How do I turn off windows 8.1 gestures and setting charm bar on my touch Screen

帅比萌擦擦* 提交于 2019-12-30 12:24:04
问题 I Have an Touch screen Dell and Windows 8.1 Single language installed, When I move my finger from Right edge towards the middle, Windows 8 will bring up setting charm bar OR when i move my finger from middle top edge towards down windows 8 hide my application and bring up start menu. This is a problem because I'am developing a Kiosk Application on WPF, and i can't let user see setting or close Kiosk application. I tried to disabled that, but couldn't, the easy solution would be to run on