![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
As is well known Microsoft is phasing out Windows Mobile - definitely for smartphones, and probably for mobile devices (Symbol, etc) as well. The future for MS is Windows Phone 7. But it's very murky how that plays out for non-smartphone mobile devices. See link below, and associated links in the article. http://rcpmag.com/articles/2011/06/1...out-plans.aspx This is well known (and despised) in the non-smartphone mobile development community. WM is a dead technology for the future. We use a few Symbol devices for bar coding in our warehouse. We want to add more, but with such a future, we don't know which path to take. Is anyone else facing this dilemma? Does anyone have ideas for a future path re: bar code readers? Any ideas would be greatly appreciated. Sholom |
#3
| |||
| |||
|
|
Sholom - Handheld Symbol-style devices have their place but much of their functionality has been obsoleted by devices most of us commonly carry in our pocket. Barcode reading on common mobile phones is easy using the built-in low-res camera. What do you think about providing employees with low-cost Android or WP7 phones with extremely limited phone call capability but with WiFi access? These can be fitted with an app which you write that does exactly what you need. If an employee already has an Android or WP7, there's no need to provide them with a phone, though insurance, security, standards requirements, and HR issues might point to a policy which mandates company phones to be used for company purposes. This also provides people with a mobile platform for other lookups, not currently possible with the Symbol devices. And with Google Voice or a similar VOIP service you can essentially use the devices as onsite walkie-talkies without using actual telephone services. This one closing door may just open more. HTH (BTW, I notice I've been referring to WinMobile in my posts, but yeah, the proper nomenclature is now WP7.) sh wrote: As is well known Microsoft is phasing out Windows Mobile - definitely for smartphones, and probably for mobile devices (Symbol, etc) as well. The future for MS is Windows Phone 7. But it's very murky how that plays out for non-smartphone mobile devices. See link below, and associated links in the article. http://rcpmag.com/articles/2011/06/1...out-plans.aspx This is well known (and despised) in the non-smartphone mobile development community. WM is a dead technology for the future. We use a few Symbol devices for bar coding in our warehouse. We want to add more, but with such a future, we don't know which path to take. Is anyone else facing this dilemma? Does anyone have ideas for a future path re: bar code readers? Any ideas would be greatly appreciated. Sholom |
#4
| |||
| |||
|
|
Thanks Tony. It was specifically your mention of using smartphones as bar code readers in the Android discussion that prompted this question. A few problems with smartphones |
#5
| |||
| |||
|
|
Sholom - Handheld Symbol-style devices have their place but much of their functionality has been obsoleted by devices most of us commonly carry in our pocket. |
#6
| |||
| |||
|
|
On 2011-07-21 12:50:05 -0400, sh <shamada (AT) prupipe (DOT) com> said: I believe that Symbol is a subsidiary of Motorola, a company known to produce Android based smartphones. So, maybe it's possible that Symbol will adopt Android for future development. |
|
-- Kevin Powick |
#7
| |||
| |||
|
|
On 2011-07-21 12:50:05 -0400, sh <shamada (AT) prupipe (DOT) com> said: Thanks Tony. It was specifically your mention of using smartphones as bar code readers in the Android discussion that prompted this question. A few problems with smartphones I agree that smartphones simply do not have, nor will have, the capabilities and requirements for most "industrial" use. Symbol type readers and devices have physical design specs and performance features that you're just not going to get in a consumer grade smartphone. I believe that Symbol is a subsidiary of Motorola, a company known to produce Android based smartphones. So, maybe it's possible that Symbol will adopt Android for future development. -- Kevin Powick |
#8
| |||
| |||
|
|
BTW, if you are interested in rugged, industrial strength tablet computers, see www.motioncomputing.com |
#9
| |||
| |||
|
|
Tony Gravagno said: Sholom - Handheld Symbol-style devices have their place but much of their functionality has been obsoleted by devices most of us commonly carry in our pocket. T. I think your comment makes it safe to say that you've not worked in a warehouse or other industrial setting where such specialized readers/terminals are used. Such a rugged device, that can rapidly scan a multitude of code types (bar, QR, etc) from various distances at awkward angles in sub-optimal conditions, is something that a smartphone with a low-res camera won't be replacing any time soon. |
#10
| |||
| |||
|
|
For Kevin and Sholom: Yes, I have worked in warehouse environments and am familiar with various requirements, not all of course. Sholom didn't say rugged or provide other specifics, he said he needed something to fill a void. "Rugged" is a "nice to have" amidst higher priority "gotta haves". We just didn't get to this or other requirements in the discussion yet. Sure, a small consumer device is only a starting place. My next suggestion based on his second query would be to look at tablets, though I'm not familiar with that line of offerings and especially not familiar with more rugged options. I was focused on technical features and not environmental, but a quick google for "rugged smartphone" and similar queries return a number of hits. I think a tablet is more in line with defined needs here. You don't need to worry about phone abuse and the devices are still networked for data. The screens are larger giving people more real-estate for data, or at least larger fonts so the company doesn't get suedt for forcing people to ruin their eyes on a 3-inch screen. The following is my recommendation based on other technologies. I haven't done anything more than personal apps yet for mobile and nothing for tablet, but one of the things I'm trying to get across lately, is that form factor doesn't matter anymore, it's giving people access to data they need, when they need it. As to other features, I'd recommend making an organized attempt to survey people on the floor: - When you use the Symbol scanners, have you ever said to yourself, "I wish I could do 'this' because the device doesn't do it?" - Do you find yourself repeating some function that you think should be easier or more automated? Examples include re-scanning, or going to a terminal to do a lookup. - Have you ever thought "it would be neat if I could just open my phone and get 'this' data from the server"? What data would that be? Give them some time to think it out. As to technology, let's say you only use the device for two purposes, scanning and then nothing but data lookups. For scanning, an applet with any platform-compliant language shouldn't be tough. For data lookups, just use common web pages. Don't use anything fancy on the client, keep it dirt-simple, and make the fonts and controls big. Then you can use your favorite technologies from webserver to DBMS, like ASP.NET and mv.NET or MVSP. Kick out functional v1.0 pages that do what people need and then get feedback for v2.0 which may point to something more sophisticated. Assume feedback from v1.0 is "the network drops a lot so we can't do our data lookups". (This should be discovered much sooner, but bear with me.) Now it's time to consider writing to client-side data storage, maybe a couple GB into onboard SD - you can put Huge volumes of data into these things. How to access it? You can still avoid writing a GUI app by getting a webserver app and creating a little query environment right on the device. Your client is the browser, connected locally, and you need a way to render the local content. That will require some research. If you want to make more use of the device resources, then this is where you start looking more at platform-specific apps. At this point the answer for what should be an app and what should be in a web page will be a lot more clear, and you'll probably find that hybrid solutions will be better than trying to bash every problem with a hammer to turn it into a nail. Sholom, since you're already a Windows and .NET guy... WP7 won't be ported to tablet but Windows 8 will (according to recent reading). The good news here is that it's just another PC, so for this environment you have a virtually flat learning curve except for device-specific framework libs. Personally I find that attractive. The bad news - you still need to wait some months for a W8 tablet. The good news (again?) is that by the time you write your apps the devices might be available. I don't like that plan but YMMV. (Dawn's probably going "I wish he had just said that 2 days ago" - maybe so.) HTH T Kevin Powick wrote: Tony Gravagno said: Sholom - Handheld Symbol-style devices have their place but much of their functionality has been obsoleted by devices most of us commonly carry in our pocket. T. I think your comment makes it safe to say that you've not worked in a warehouse or other industrial setting where such specialized readers/terminals are used. Such a rugged device, that can rapidly scan a multitude of code types (bar, QR, etc) from various distances at awkward angles in sub-optimal conditions, is something that a smartphone with a low-res camera won't be replacing any time soon. |
![]() |
| Thread Tools | |
| Display Modes | |
| |