Slashdot Mirror


Ask Slashdot: Making a Tablet Run Only One Application?

An anonymous reader asks "I'm working for a medical centre who want to make a tablet with various videos and webpages about smoking cessation available in their waiting room. The tablet can't access the Internet because of security policies. I'm planning to use a local server with copies of the (Creative Commons) videos and pages accessed through local webpages using the tablet's browser. How can I make only the browser be available to the tablet users? Ideas? Suggestions?"

77 of 260 comments (clear)

  1. easy. by drinkypoo · · Score: 3, Insightful

    Easy if the tablet runs Windows or Linux. Much harder on other platforms. Maybe you should narrow the problem domain.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:easy. by jessecurry · · Score: 4, Funny

      Stop being so reasonable!

      --
      Those who know, do not speak. Those who speak, do not know. ~Lao Tzu
    2. Re:easy. by networkBoy · · Score: 3, Informative

      Since they could run other apps on the tablet even if you trap all HTTP requests, first step is to root the tablet and uninstall everything else, then make the browser autostart. Password protect anything you don't uninstall.
      -nb

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    3. Re:easy. by bragr · · Score: 2

      This pretty much. Unless you want to get down and dirty in Cyanogenmod or some other Android community release (and your tablets run Android), I don't know how you would do it. You might try stripping out everything you can from the tablet, locking down what you can with security and parent control settings, setting up a wireless network that doesn't hand out a gateway with DHCP, or doesn't even have an internet connection, would get you close to you want. Still won't keep people from exiting the browser and bumping around the system.

    4. Re:easy. by Spiridios · · Score: 5, Informative

      Bruce Schneier linked to this post on iPads just a few days ago....

    5. Re:easy. by markkezner · · Score: 3, Insightful

      Still won't keep people from exiting the browser and bumping around the system.

      Well, if it's an Android tablet you could just create an app that acts as a replacement home screen. Just implement the appropriate intent and display a browser control to the user.

      --
      Dangerous, sexy, turing complete: Femme Bots
    6. Re:easy. by chromeronin · · Score: 4, Insightful

      Actually, I think the technology he is looking fore here is called a pamphlet, or maybe a DVD player hooked to a tv on a loop.

    7. Re:easy. by bragr · · Score: 2

      But unless you are already up and running with Android development, that is kinda non trivial. And this question reeks of management coming to the IT department with a stack of tablets and saying, "Here, do magic, and we need this done by next Wednesday." Which usually rules out non-trivial development.

    8. Re:easy. by afidel · · Score: 4, Informative

      Or just install a password protected launcher, much easier than trying to figure out what you can and can't uninstall.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    9. Re:easy. by bill_mcgonigle · · Score: 2

      Easy if the tablet runs Windows or Linux

      Yeah, just deploy the tablet without a window manager. Make your viewer run full-size on the root window.

      I did something like this at a hospital c. 1996. It was pre-802.11 and the hardware was a Vadem Clio, but essentially one the connection got through to the VNC Server, the problem is the same.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  2. WAP Portal / VLAN by Archangel+Michael · · Score: 3, Insightful

    Put it on a VLAN, and Make HTTP(S) Go straight to the web server and only the web server. There are portal WAPs that do just that. Securing the tablet from running anything else would be as easy as installing a custom version of CyanogenMod or similar. Heck even Apple might be able to make an iPad that did just that.

    I'd also tether the thing to the room, or it will walk away.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  3. Curious... by interkin3tic · · Score: 4, Interesting

    I do not have a solution to your problem. I am curious about the situation though. Is there a reason your organization wants this to be easy-to-steal-and-expensive tablets? Especially when there's the security policy. And you'll have to keep them charged too. Why not just a cheap laptop. Or a pamphlet and TV?

    I realize it's difficult to get people to stop smoking, but fancy technology isn't always the solution.

    1. Re:Curious... by Anonymous Coward · · Score: 5, Interesting

      Is there a reason your organization wants this to be easy-to-steal-and-expensive tablets?

      The hospital management is being treated well by the tablet manufacturer, who would very much like this hospital to become the envy of the `non-tablet' hospitals. Plus, it's healthcare; they have money to burn.

    2. Re:Curious... by LeoDeSol · · Score: 2, Informative

      I do not have a solution to your problem. I am curious about the situation though. Is there a reason your organization wants this to be easy-to-steal-and-expensive tablets? Especially when there's the security policy. And you'll have to keep them charged too. Why not just a cheap laptop. Or a pamphlet and TV? I realize it's difficult to get people to stop smoking, but fancy technology isn't always the solution.

      I am curious about this too. I also work in IT and with several hospitals as customers. The IT staff in the hospitals I work with, small, medium, and large, all talk about things walking away from rooms, lobbies, etc. Surely there is a better solution, possibly more cost effective too... Besides, you will need to be able to recharge it anyway, so why not look for something that can be put on a table with a long core for recharge? If you can do that, then you could possibly look at touch screen media displays that access a media server hosting your videos. Viewer users use would then just be a touch screen display for the content (probably a lot cheaper, depending on media server and cabling install cost). This also keeps it off of the wifi... which from what I see in hospitals around here, the customer access devices on internal WiFi, the better...

    3. Re:Curious... by tompaulco · · Score: 4, Insightful

      Absolutely. The solutions is a cheap PC running windows, which can easily be configured to allow one and only one app to run at login, and to log off if the application is closed.
      Please stop using technology for the sake of technology to increase my already outrageous healthcare costs.

      --
      If you are not allowed to question your government then the government has answered your question.
    4. Re:Curious... by Tablizer · · Score: 4, Funny

      Is there a reason your organization wants...easy-to-steal-and-expensive tablets?....Why not just a cheap laptop. Or a pamphlet and TV?

      Pamphlets are easy to steal also. I have 800 at home. Just for the hell of it.
           

    5. Re:Curious... by Tablizer · · Score: 5, Funny

      DOS 1.1 - one app at a time, done!

    6. Re:Curious... by Anonymous Coward · · Score: 5, Insightful

      If the hospital management is being treated well by the tablet manufacturer, then why isn't the tablet manufacturer helping with a solution to lock down the tablet? Surely of anyone they should know best how to lock there own tablets down.

    7. Re:Curious... by timeOday · · Score: 4, Interesting

      Please stop using technology for the sake of technology to increase my already outrageous healthcare costs.

      On the other hand, the "cool-factor" might have a big positive impact on people bothering to actually watch the videos.

      Take it from advertisers, the most cheaply-produced message is not always the most cost-effective. They should know.

    8. Re:Curious... by Anonymous Coward · · Score: 5, Informative

      generally speaking, the ones burning the money are not the ones complaining about the pay

    9. Re:Curious... by Anonymous Coward · · Score: 5, Interesting

      " Plus, it's healthcare; they have money to burn."

      Yet the bastards whine they are not paid enough...

      Don't confuse money that's available to be burnt with money that's available to pay said illegitimate children. I work in healthcare. We have a LOT of money available for goofy stuff like this that increases somebody's adoption of something electronic related to healthcare. It all comes from the federal government, and is earmarked for those specific types of projects. What we don't have is money to actually pay the people that provide healthcare service, in large part due to that same entity.

    10. Re:Curious... by bgibby9 · · Score: 4, Interesting

      Besides, you will need to be able to recharge it anyway, so why not look for something that can be put on a table with a long core for recharge?

      TBH I think the OHS people would shit themselves if they ran into tablets connected to long cords for recharging.

      I think the better idea is a kiosk which has more functionality, connected to power and is less likely to "walk away"

      --
      http://www.gibby.net.au
    11. Re:Curious... by Mikachu · · Score: 4, Insightful

      I don't think that anyone debates how easy it is to steal a bunch of pamphlets. I think it's more about the price of losing a bunch of pamphlets versus losing a tablet.

    12. Re:Curious... by hey! · · Score: 3, Informative

      The hospital management is being treated well by the tablet manufacturer....

      Hmm. Since that narrows the universe of possibilities down to a single vendor, you should probably tell us what OS the vendor uses on the tablet, otherwise people will waste their time giving you advice you can't use.

      If you don't want to identify the vendor, and you can't tell us the OS without doing that, just say so. We'll pretend we don't know who you're talking about (although we will).

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    13. Re:Curious... by Anonymous Coward · · Score: 2, Insightful

      Plus, it's healthcare; they have money to burn.

      Ahh, another "Only in America" quote...

    14. Re:Curious... by cgenman · · Score: 2

      People are not going to pick up a kiosk. To be fair, they're not going to pick up a tablet either. The only real solution where people actually watch the video, would be to have it up and running on a wall, either VIA TV or projected. If you really needed to be "Web 2.0" ey about it, attach a camera and let people interact with a projection through motion. Or make a tabletop with a touchscreen, and have people interact with it that way.

      Or, and I'm sure everyone would hate this option, remove all of the magazines and newspapers from the waiting area, and just have the tablets on long tethers. Though, unless I'm mistaken, the reason the magazines are there is that they make everything go easier for the staff.

    15. Re:Curious... by ktappe · · Score: 4, Insightful

      Is there a reason your organization wants this to be easy-to-steal-and-expensive tablets?

      The hospital management is being treated well by the tablet manufacturer, who would very much like this hospital to become the envy of the `non-tablet' hospitals. Plus, it's healthcare; they have money to burn.

      The reason the tablet manufacturer is throwing money/product at the hospital is because they know they don't have the right solution but want you to shoehorn it in anyway. Sometimes free is not the best solution.

      --
      "We can categorically state we have not released man-eating badgers into the area." - UK military spokesman, July 2007
    16. Re:Curious... by plover · · Score: 4, Funny

      Though, unless I'm mistaken, the reason the magazines are there is that they make everything go easier for the staff.

      Based on my son's past experiences with the Urgent Care clinic we use, the magazines there are already filled with easy-going staph.

      I almost want to snort their disinfecting foam after just walking through the place. The thought of even touching a waiting-room tablet makes my anti-bodies all tingly.

      --
      John
    17. Re:Curious... by Belial6 · · Score: 4, Insightful

      Glass and plastic are going to hold a lot less disease than the couch you would be sitting on.

    18. Re:Curious... by tlhIngan · · Score: 3, Interesting

      The hospital management is being treated well by the tablet manufacturer....

      Hmm. Since that narrows the universe of possibilities down to a single vendor, you should probably tell us what OS the vendor uses on the tablet, otherwise people will waste their time giving you advice you can't use.

      If you don't want to identify the vendor, and you can't tell us the OS without doing that, just say so. We'll pretend we don't know who you're talking about (although we will).

      Using utterly reasonable powers of deduction, we know the tablets are NOT iPads. First Apple hasn't really tried to court companies, and don't really have any sort of enterprise management system in place, according to everyone who's asked about iPhones, iPads and such in the workplace.

      Which means the OS in question is either Windows or Android. Since Windows would be utterly trivial to put into a kiosk mode (you don't even need a tablet to demo this) and there'll be a half-dozen ways to do it (probably writing a custom app hosting the IE COM control, for example), it's unlikely the question is about Windows.

      So most likely, it's Android.

  4. On Android, replace the launcher app by Suddenly_Dead · · Score: 4, Insightful

    If using Android: create a replacement launcher app, set your new app as the default launcher, and... profit?

  5. If you must use Android by Anonymous Coward · · Score: 5, Informative

    Just roll your own AOSP build that only has /system/app/Browser.apk along with essential system UI apks and include none of the networking drivers that the device needs.

    1. Re:If you must use Android by AlienIntelligence · · Score: 3, Informative

      Just roll your own AOSP build that only has /system/app/Browser.apk along with essential system UI apks and include none of the networking drivers that the device needs.

      Seconded, why are "the answers" at 0?

      -AI

      --
      For me, it is far better to grasp the Universe as it really is than to persist in delusion
    2. Re:If you must use Android by Lotana · · Score: 3, Insightful

      Because these discussions are much like talking to whining women: They are not looking for answers, but just to have your attention and sympathy.

  6. I think by M0j0_j0j0 · · Score: 2

    You have a bigger problem there, how do you keep them from being stolen, add to that topic some phone home theft software too, want to inspire people to stop smoking? get a terminal lung cancer patient in the waiting room. wont fail.

    1. Re:I think by Andy_R · · Score: 2

      The solution to this is part of the solution to making the device only run 1 app - you put it in a locked metal frame that both secures the device and physically obstructs any switch or button that could be used to exit your app.

      --
      A pizza of radius z and thickness a has a volume of pi z z a
    2. Re:I think by BasilBrush · · Score: 2

      Some (at least) tablet OSs have app switching multitouch gestures.

      The real answer is use a kiosk. Or to do it on the cheap, put a PC on a table.

  7. Why bother with a tablet by Anonymous Coward · · Score: 5, Insightful

    I mean seriously - the first time someone thinks they can walk out the door with the tablet, it's gone. Don't think it wouldn't happen.

    Why not instead just make a dvd with those videos and print out the text of the websites? You could have a small tv hooked up to a dvd player, have the dvd available to those interested, etc....

    It wouldn't be as convenient to steal, and it is a technically easier way to set something like this up. Why are you going to such great lengths to make something more complicated than necessary?

  8. Use something with better coverage by Brew+Bird · · Score: 4, Informative

    You need digital signage, not a tablet. Only one person at a time can use a tablet. A couple of flat screens off a cheap PC hidden up in the ceiling or a closet, and use Xibo.

    1. Re:Use something with better coverage by anubi · · Score: 5, Interesting

      That sounds just like a job long ago for a restauranteur.

      He wanted one of those hi-tech looking displays showing his food, menus, and prices. He had the "high tech display": his projection TV.

      What he ended up with was his old PC-AT home computer yanked from a pile in his garage and loaded with a bunch of GIF's and JPG's he created to his heart's content on his nicer home computer. Loaded all the images he wanted to display in a subdirectory, along with a DOS slideshow program. A little edit of Autoexec.bat and config.sys, and every time the computer was turned on, all it knew to do was start the slideshow and run it until power was turned off at the end of the day.

      It was a no-brainer being he plugged the whole shebang into his beer-sign lighting circuit. There was no change to the routine for his help in opening shop for business. When they turned on the beer-sign circuit as usual, his "high tech display" would start up and run until they turned off the beersign lights at the end of the day.


      He was aware of the limitations of the system, so he made his images with that in mind. He could create anything he wanted for it to display, with no more intervention from me.

      He seemed happy enough. He was ready to toss it all anyway, and all it cost him was a dinner for me and my buddy.

      I wanted so bad to do something for a '50s style diner in my area to retrofit those table-controlled jukeboxes as a serial terminal so I could queue up .MP3 requests for a DOS MP3 player, but the owner had other vendors in mind.

      That would have been fun, as I wanted to keep all the old vacuum tube amplifiers running, and even the record selector, but what would actually go through the system would be a MP3, not what was coming off the tone arm... the spinning record being "played" would be just for show. It would not make any difference at all what 45rpm record was in the slot... its just there for people to reminisce seeing things behave and hearing that 120Hz hum in it, just like it did when they, like I, was a kid.

      I could rip all the MP3's I needed because he already had licenses from all the copyright people to play copyrighted music in his place. So I could load up the machine with anything. I thought it would be a nice touch if he kept his customer's favorites on the machine, as well as honoring requests. I even have an old mechanical typewriter so I could make more of those tags for the table units so they still looked like they came from the '50s.

      Boy, did I ever date myself with this post.

      --
      "Prove all things; hold fast that which is good." [KJV: I Thessalonians 5:21]

  9. mediakiosk by Anonymous Coward · · Score: 3, Informative

    If you are using iPad, there is an app called MediaKiosk. This is used with metal kiosk housings that prevent the 'home' button from being pushed and will allow the charge cable to always be connected. Not really helpful for portable.

    1. Re:mediakiosk by BasilBrush · · Score: 2

      Does it manage to overcome the multitouch app switching gestures built in to iOS 5?

    2. Re:mediakiosk by BasilBrush · · Score: 2

      To answer my own question, you can turn off multitasking gestures in the OS Settings app.

  10. Operating System? by agent_vee · · Score: 5, Informative

    Without knowing what Tablet OS you are targeting it is difficult to give you advice. You can just search on google for the terms "kiosk mode" + whatever OS and that should give you what you are looking for.

  11. Proxy and case by billDCat · · Score: 2

    A couple of options. One, you could probably bundle the files up into an app like one created using PhoneGap, which would make everything local. Two, you could set the proxy setting to point to a server that you control, that will direct you only to an internal web server that you control. Regardless of how you do it, you will need to physically block the power and home buttons, and for non-iPad tablets, any other button that might take you home like the back button with something like a lockable case. Seems silly to block the internet, though, considering how many people in that waiting room are going to be browsing with their iPhones anyways.

  12. Disgusting! I wouldn't Touch That Thing by Anonymous Coward · · Score: 2, Informative

    This seems like a terrible idea! People in a hospital are going to be smearing their fingers all over this device, and passing it around. It seems to be a very convenient disease vector. I would not touch it with a 20 foot pole.

    1. Re:Disgusting! I wouldn't Touch That Thing by maxwell+demon · · Score: 2

      This seems like a terrible idea! People in a hospital are going to be smearing their fingers all over this device, and passing it around. It seems to be a very convenient disease vector. I would not touch it with a 20 foot pole.

      Don't worry, 20 foot poles aren't very common in waiting rooms, therefore it's unlikely that you'll touch it with one.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:Disgusting! I wouldn't Touch That Thing by BasilBrush · · Score: 2

      The thing with touch screen is that it's obvious they are filled with grease from fingertips and mucous from sneezing. So it might actually get wiped down once in a while.

      But remember, ever other surface you touch is going to be similarly filthy, and because it isn't so obvious, it's probably not going to get cleaned as often.

  13. how about searching for android/ipad kiosk mode by HockeyPuck · · Score: 5, Informative
    1. Re:how about searching for android/ipad kiosk mode by complete+loony · · Score: 2

      On android you can also open an activity in front of the lock screen, or just replace it. So you could have your application appear immediately when the screen turns on, and build a password-ish way of getting to the underlying android OS.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    2. Re:how about searching for android/ipad kiosk mode by stephanruby · · Score: 2

      Aside from looking for the keywords "kiosk-mode" when searching for a solution tailored to the OS you have in mind, I'd suggest you revisit this entire tablet idea in the first place. Your tablet will most likely be locked down to some heavy furniture for security reasons, so what is the point of making it an expensive fragile tablet anyway. Also, it will require headsets unless you want to bother all the employees and fellow patients with the sound of those videos.

      If I were you, I'd make a real kiosk and I'd place an old television and VCR in it, with a couple of directional speakers (like what they use in museums). And I'd place the kiosk outside in a location where all the patient smokers actually go to smoke a cigarette. My mother does that, she smokes a cigarette before she enters an hospital, and she smokes one as soon as she gets out of one.

      If there are no obvious central locations for visiting smokers to congregate, I'd suggest you create one or two first and actually make sure that those areas get used by real smokers that frequent your medical center (before you start investing too much energy in placing kiosks at those locations). The worst thing you can have is a designated area for smokers that nobody actually uses, despite the fact that everybody continues on smoking anyway near the entrance and exits of your Medical Center.

      In any case, this was just an idea. I realize you're only the techie implementing this, not the guy making the actual decision, but I just thought I'd throw my half-baked idea in anyway.

    3. Re:how about searching for android/ipad kiosk mode by stephanruby · · Score: 2

      Yes, I realize you're kidding to an extent, but the entire point of this exercise would be not to antagonize those people you're trying to help quit smoking.

      If you make the videos too annoying, or the designated area(s) too annoying, the kiosk will get vandalized in no time, the area(s) will get avoided and ignored by your target audience. Or may be worse, those people your'e trying to help may get so annoyed -- they'll light up more cigarettes than usual just and they'll make it a point of pride to combat the program you've set up for them.

  14. Re:DNS Hijacking by the_enigma_1983 · · Score: 2

    Without DNSSec though, it's fairly easy to redirect any DNS traffic. Allow ports 80 and 53, redirect them to a local server, and block anything else.

  15. Chrome/ChromiumOS by micheas · · Score: 4, Insightful

    http://www.chromium.org/chromium-os

    The only app that runs is the browser, it is based on gentoo so you can install pam modules to meet your site requirements needs (ldap, kerberos, etc),

    And it is designed so you can easily force an enterprise wide os refresh whenever you need/want.

  16. We build a similar solution by ozkaanix · · Score: 2

    Using linux on a omap3230 with a zendframework php app that gets a db loaded with data, mysql..., serving over lighttp to a local browser firefox. The syncing can be done either through a usb stick or local network through a sync server... We served thousands of patients at their home through their platforms. Hope it helps

  17. LCD Digitial Frame by Anonymous Coward · · Score: 4, Interesting

    The solution that you want may fully well exist without having to reinvent the wheel.

    Is there any reason you can not use a LCD picture frame?

    I don't know how well they deal with video but I suspect that you can put a good a presentation using stills on one of those.

  18. Imagineering: by Tablizer · · Score: 5, Funny

    Just paint a black frame around some rectangular mirrors and put a big reversed brochure printout on the ceiling. Nobody will know the diff and you can keep the real tablets for yourself. (My experience at AOL is paying off.)

    1. Re:Imagineering: by lucm · · Score: 4, Funny

      Just paint a black frame around some rectangular mirrors and put a big reversed brochure printout on the ceiling. Nobody will know the diff and you can keep the real tablets for yourself. (My experience at AOL is paying off.)

      Brilliant! This has the side benefit of making the waiting room a very convenient place to snort coke! (my experience on Wall Street is paying off too!)

      --
      lucm, indeed.
  19. Parental restrictions in iOS do this already by lethe1001 · · Score: 4, Informative

    iOS has parental restrictions. Enable restrictions, enable Safari, leave everything else disabled. No step 3.

    1. Re:Parental restrictions in iOS do this already by lucm · · Score: 2

      iOS has parental restrictions. Enable restrictions, enable Safari, leave everything else disabled. No step 3.

      But how do you get the parents of each patient to come down to the hospital to setup parental restrictions? That's the tricky part (especially if they are dead).

      --
      lucm, indeed.
  20. Re:DNS Hijacking by symbolset · · Score: 4, Insightful

    Delete the other applications? Was that the answer?

    --
    Help stamp out iliturcy.
  21. A few suggestions by subreality · · Score: 2

    Easier: Buy a portable DVD player. Dirt cheap and does what you want. Less likely to get stolen. No software to break.

    If using a Linux tablet, just run X with no window manager and start a fullscreen browser. Google keywords: "Maximus", "Devilspie", "Firefox kiosk mode".

    If you're using Android or iOS, it looks like HockeyPuck has you covered above.

  22. Dont matter, they will all be gone in a week by bobjr94 · · Score: 2

    Leave a bunch of tablets laying around, even cheap ones, they will disappear pretty quickly. Who's going to round them up and charge them everynight ? BTW: I dont think getting the message out to stop smoking on tablets out will do anything. They know they have a problem, they wont sit their and watch ads and videos telling what they already know. You will just get 50 people a day asking how they can get into their facebook on this thing.

  23. Wireless or USB touch-monitor by Beardydog · · Score: 3, Interesting

    Tablets are generally designed to be resilient, and usable by the unskilled. For that reason, they can't usually be locked down like this, because the feature, in and of itself, is more technical than tablets are meant to be.

    I don't know much about Androids, but an iPad makes a good example. Can you hijack DNS on the your wifi network? Yes... but it's incredibly easy to join another wifi network that isn't redirected, and there are no User and Administrator type accounts to keep people from doing so.

    If you jailbreak an iPad, there is an extension you can install that locks it into a particular app (the browser, in this case). But getting around it involves, I think, nothing fancier than rebooting the device. You could modify the Hosts file on it to redirect no matter which network the user is on, as well... but a dedicated goof-off could always resort to direct DNS entry to cause mischief.

    I would try to find out if anyone sells a wireless display with touchscreen capabilities. That could be linked to a computer that's locked down at an arbitrary level, and would prevent users from engaging in the kinds of shennigans they get up to when they have access to function keys and Reset buttons. If users can use the ctrl key or reboot the machine, you -will- end up with porn on your browser.

    As a bonus, the device would be borderline useless to anyone who walks off with it and isn't fairly gadget-oriented, and you might be able to run several of them off of one host machine.

    If this exists, someone should let me know, because I've made made want one.

    If it doesn't you cold even use one of these:
    http://www.thinkgeek.com/computing/usb-gadgets/c609/

    Wireless is great, but the real goal is just something hand-held that each person in the waiting room can have one of. Run some USB cables out to each end-table in the waiting room, and attach them to these. They're cheap, so have them stolen is less of an issue... unplugging them makes the, stop working, which makes them less immediately temping... they have no keyboard and no buttons that affect the actual computer behind the scenes... They're a perfect solution if you don't mind a few cables.

  24. Did you even Google? by Dynedain · · Score: 5, Informative
    --
    I'm out of my mind right now, but feel free to leave a message.....
  25. iPads are easy by st0nerhat · · Score: 2

    If you are using iPads, besides enabling parental controls, you might also want to prevent access to the home button. I've seen this done at a few well put together installations. A few pieces of plexi-glass and some silicone adhesive will do the trick. If you use some other opaque framing material, you can even make it look like you paid many more thousands of dollars for custom technology.

  26. wrong approach by __aaltlg1547 · · Score: 2

    Wrong approach. People will walk off your tablets. Instead, have the users bring their own. Set up an open wireless connection that supplies the users with a captive DNS directing everything to your internal service that only serves up your content.

    Don't provide any other open connection. Then your crap shows up on everybody's ipad and android phone. Be prepared to fend off angry customers.

    But at least you save the cost and headache of managing all those tablets and don't have to.replace.them every week.

  27. Funambol by certain+death · · Score: 2

    Go grab a copy of this - http://funambol.com/solutions/devicemanagement.php Setup the DM server and make it do your bidding! :o)

    --
    "My immediate reaction is "WTF? What kind of moron doesn't make things 64-bit safe to begin with?" Linus
  28. Android can/could... by cynyr · · Score: 2

    Go take a look at the app "kid mode" for android. While not 100% security, if you make the "write here" zone small and out of the way enough, and make the patter harder than "Z", it aught to work well enough. Also you could modify ADW.Launcher or similar to only allow your app.

    --
    All of the above was encrypted with a Quad ROT-13 method. Unauthorized decryption is in violation of the DMCA.
  29. Re:DNS Hijacking by Albanach · · Score: 2

    Don't you think rerouting DNS, configuring your DNS server specifically for a handful of clients, and running a web server to stream video data over your local wireless network (noting that the OP had network security concerns already) that could easily be stored locally might be overkill if the device itself can be left running only the video app?

    I don't want to deprive you of geek points, but sometimes there might be a simpler solution.

  30. Re:or just a tv tuned / hooked to a pc runing slid by gandhi_2 · · Score: 2

    Not if you are a germ.

  31. Wrong application for a tablet-use something cheap by netsavior · · Score: 3, Informative

    Why not use one of the cheap ass video players that sell for 80 bucks and can hold video and PDF documents and pretty much nothing else?

    My kids have these Coby knockoffs that they love and have no trouble using. They play video (in way more formats than most tablets) and PDF and picturse, and that's about it, no pesky browser or wireless networking to bother with. Best of all it isn't a 500 dollar item people will want to walk off with, and even if they do walk off with it, you are out 80 bucks instead of 500.

    Of course if what you are trying to do is show that you can throw thousands of dollars into the waiting room, that won't really accomplish what you are trying to do.

  32. This guy does not want a tablet.. by s0litaire · · Score: 3, Insightful

    ...he wants a digital photo frame with Wifi

    and for security... unplug the dam server from the internet! if it's only serving local file then no bloooooody net access is required. ^_^

    Simples!!!

    --
    Laters Sol "Have you found the secrets of the universe? Asked Zebade "I'm sure I left them here somewhere"
  33. Re:DNS Hijacking by Nikker · · Score: 3, Insightful

    Ou mean like copying the video to an SD card and set up a user with only execute permissions to one file on the system

    .... Nah that would never work.

    --
    A loop, by its nature, continues. If that didn't make sense, start reading this sentence again.
  34. Adds new meaning to ... by DrJimbo · · Score: 2

    ... take two tablets and call me in the morning.

    --
    We don't see the world as it is, we see it as we are.
    -- Anais Nin
  35. Theft-safe working *nix solution, free of charge! by Sigg3.net · · Score: 2

    Auto-run an SSH session with credentials supplied and X forwarding to the machine serving the videos running a simple webpage in a webkit window. Have the script auto reload same window if closed.
    Naturally limit the user privileges and limit network abuse with MAC filtering.

    I'm kidding, but it could work:)

    That said, how to theft-safe the device? Glue it to the wall.

  36. Re:DNS Hijacking by Richard_at_work · · Score: 2

    That's what I did with a restaurants self-ordering system recently - two iPads, a pinned web app and a secure fixed case which covered all buttons. Not yet had an issue.