7

I am looking for a possibility to start an app in kiosk mode. I want a flash / air application on android 2.2 100. tablets distributed.

nice it would be even if there is a possibility that this will start fullscreen app directly.

regards

Charles
  • 50,943
  • 13
  • 104
  • 142
bluelemonade
  • 1,115
  • 1
  • 14
  • 26

2 Answers2

2

Cant say about the exact implementation, but definitely it possible to achieve this without creating custom firmware or rooting the device.

This app on market SureLock claims to run the device in kiosk mode and is available for android 2.2. Doesn't require any root permissions i guess.

Its discussed here and here. As per their description, they have run at start-up and full-screen support. So either u can use this app or figure out how these gyus have done it. good luck.

Community
  • 1
  • 1
PC.
  • 6,870
  • 5
  • 36
  • 71
  • Any hints about how surelock remove home button? I would like to do it within my app. Thanks – Pascal Jan 23 '13 at 07:46
0

The only way is to create your own custom firmware. There is seems no other way to enforce kiosk mode. Please take a look at this question - Kiosk mode in Android and this one as well Is it possible to create an android app to make the phone run in sort of a kiosk mode?

Community
  • 1
  • 1
denis.solonenko
  • 11,645
  • 2
  • 28
  • 23
  • how can I create a custom firmware? perhaps someone can do this for me? – bluelemonade Oct 14 '11 at 11:54
  • 1
    No one's gonna do it for you *for free* but I'm sure there are freelance ROM developers out there who might be interested in a job offer. Note that this is non-trivial work and might take several months of paid time to get it to a usable level. – Delyan Oct 14 '11 at 12:09