active questions tagged handheld - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T04:26:21Z http://stackoverflow.com/feeds/tag/handheld http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1618014/what-are-the-major-differences-between-windows-ce-and-windows-mobile-for-a-progra 1 What are the major differences between Windows CE and Windows Mobile for a programmer? Brad Bruce 2009-10-24T13:28:11Z 2009-10-24T13:35:19Z <p>What are the major differences between Windows CE and Windows Mobile for a programmer? I'd love to find a feature table, but haven't been able to find one on the Microsoft web site.</p> <p>I'm starting to work on a project involving industrial handheld terminals. I'm early into the design phase and need to find a comparison of Windows CE and Windows Mobile.</p> <p>Many of the people I'll be talking to jump on the first option that sounds "good enough". I want my first suggestion to be the best based on their needs. </p> <p>We're talking heavy duty hardware with a heavy duty price. I've got to get the programming questions out of the way early.</p> <p>We're currently a MFC6 and .Net 2.0 shop</p> http://stackoverflow.com/questions/1403496/handheld-device-and-web-services 1 Handheld Device and Web services Zinx 2009-09-10T05:21:19Z 2009-10-07T23:02:06Z <p>Hi all,</p> <p>I am working on an C#.NET application for handheld devices with Windows CE 2003, these devices connect to a web service, hosted on a local web server, for connection to database. </p> <p>Problem I am facing: I have to keep web service directory security as Anonymous because handheld device cant be authenticated from AD and thats why I cant use windows authenticated security settings.</p> <p>Can anyone suggest me how do I ensure security of web service having anonymous security??</p> <p>Cheers :)</p> http://stackoverflow.com/questions/541613/how-to-get-started-with-symbian-s60-plattorm 10 How to get started with Symbian (S60 plattorm) webclimber 2009-02-12T14:56:41Z 2009-08-19T17:33:44Z <p>So at my new job one of the platforms we use is S60 (Nokia phones, Symbian OS) and I am getting curious about it, as well feeling the need to help the team a bit from time to time (I actually work on the server side of things for this software).</p> <p>So any good pointers/recommendations/tutorials and shared experiece that might put me in the right direction ?</p> <p>Thanks</p> http://stackoverflow.com/questions/300315/is-there-a-way-to-force-ie-or-ff-into-a-handheld-mode-for-testing-media-handhel 0 Is there a way to force IE or FF into a handheld mode for testing "@media handheld" stylesheets? BoltBait 2008-11-18T22:07:49Z 2009-08-06T18:50:43Z <p>Is there a way to force IE or FF into a handheld mode for testing "@media handheld" stylesheets?</p> <p>Or, do I have to publish the pages and test with my Blackberry?</p> <p>I'd prefer to test this without pushing the application to the live server as the application is already in use.</p> <p>Any ideas for me?</p> http://stackoverflow.com/questions/1159308/software-hardware-options-to-replace-an-old-handheld-application 0 Software & hardware options to replace an old handheld application PabloG 2009-07-21T13:46:02Z 2009-07-21T14:43:46Z <p>I'm looking for options to replace and old application running in a <a href="http://www.bioeddie.co.uk/models/psion-workaboutmx.htm" rel="nofollow">Psion Workabout mx</a> handheld, developed in OPL. The handheld and the application (developed more than 10 years ago) are both working fine by now, but the device is discontinued, and each time is harder to find replacement parts for it.</p> <p>Then I started to look to the newer Psion handheld models, but they are expensive and filled with features that I don't need at all (color screen, barcode reader, ...). Also, they look a lot less rugged than the actual Workabout mx that I'm using. I had to replace around 50 handhelds, and i'm looking for good options with this features:</p> <ul> <li>Reasonable priced</li> <li>Fast numeric data entry, optionally alphanumeric data (not usual)</li> <li>Readable screen, with at least 7 lines of text visible. No color needed</li> <li>Rugged</li> <li>Replacement parts available</li> <li>Reasonable development environment (handheld emulator, IDE, minimal GUI support, PC / handheld connectivity)</li> </ul> <p>Maybe an old mobile phone with Java support can do the work? </p> <p>Please indicate the suggested device model and the development options available for it.</p> <p>Thanks in advance</p> http://stackoverflow.com/questions/1067025/handheld-development-lazarus-or-turbo-delphi-net 3 Handheld Development, Lazarus or Turbo Delphi.Net Dels 2009-07-01T02:29:08Z 2009-07-02T10:53:08Z <p>I begin to program some handheld program as hobby, right now i currently have knowledge on Blackberry App (Java), Symbian S60 (PyS60) and J2ME</p> <p>Something that i wanna learn was Windows Mobile/Pocket PC and iPhone development, but since i don't use Mac so i step to Windows Mobile/Pocket PC development</p> <p>Here some question:<br /> 1. Which is better Lazarus or Turbo Delphi.Net?<br /> 2. Do both have some kind support of network access (GPRS, Wi-Fi, HSDPA, etc)?<br /> 3. Do both have database access, both remote database and standalone/embed database? like SQL Server 2005 CE?<br /> 4. Do i need some driver installed on Windows Mobile/Pocket PC to be able to work with SQL Server 2005 Developer on server i already have?<br /></p> <p>If possible answer point-by-point</p> <p>Thanks</p> http://stackoverflow.com/questions/913040/how-to-target-the-blackberry-browser 2 How to target the Blackberry browser? lfischer 2009-05-26T22:16:58Z 2009-06-19T18:27:56Z <p>Hi,</p> <p>I am using the following to target iphones, and handheld devices to use specific mobile styles sheets but the Blackberry browers is picking up only the regular screen style sheets.</p> <pre><code>&lt;link media="handheld, only screen and (max-device-width: 320px)" href="mobile.css" type="text/css" rel="stylesheet" /&gt; &lt;link media="only screen and (max-device-width: 480px)" href="mobile.css" type="text/css" rel="stylesheet" /&gt; </code></pre> <p>All the other mobile devices I've tested the site on are picking up the correct style sheets.</p> <p>Does anyone know a way to target the Blackberry browser to do the same?</p> <p>Thanks!</p> http://stackoverflow.com/questions/259330/what-do-you-use-to-test-the-handheld-css-on-your-website 5 What do you use to test the handheld css on your website? KPexEA 2008-11-03T17:12:19Z 2009-06-15T15:39:32Z <p>I've been adding css support for <strong>handheld</strong> to my website but haven't been able to find a good tool for testing. </p> <p>I tried using the webdeveloper plugin for Firefox but it doesn't work for me. Maybe that is because all my css is in the html and not a seperate css file.</p> <p>Are there any other testing tools available aside from going out and buying a handheld device?</p> http://stackoverflow.com/questions/566381/nintendo-dsi-sdk-getting-started 0 Nintendo DSi SDK : Getting Started HBoss 2009-02-19T17:43:14Z 2009-04-11T23:09:56Z <p>Does anyone have a good starting point for learning about development for the new Nintendo DSi? What kind of hardware do you need to develop and test something like this? Can you develop for the DSi using the standard DS? What language do you need to use?</p> <p>[Bonus Question] : I also heard the new DSi is going to get an App Store similar to Apple - Are developers going to be able to sell games using this?</p> http://stackoverflow.com/questions/665193/how-to-animate-a-custom-google-maps-marker-along-a-route 0 How to animate a custom Google Maps marker along a route? jyothi 2009-03-20T06:42:36Z 2009-03-20T15:08:20Z <p>I have written a small application for a handheld device using JavaScript and Google Maps API's, now II need to move my marker icon anywhere on the map along a route using a timer function. I have a man icon and I need to move it automatically on the map. How can I do this?</p> http://stackoverflow.com/questions/278525/sql-ce-merge-replication-error-28532-a-read-operation-from-the-transport-retur 1 SQL CE Merge Replication: Error 28532: A read operation from the transport returned no data. Cheryl H 2008-11-10T17:15:15Z 2008-11-10T17:48:20Z <p>Hi,</p> <p>I am using sql server 2005 and ce framework 3.5 and attempting to use merge replication between my hand held and my sql server. I am getting the following error:</p> <p>Error 28532 : A read operation from the transport returned no data. The version of SQL Server Compact 3.5 Client Agent and SQL Server Compact 3.5 Server Agent should match.</p> <p>I am finding little to no information on the net. Can anyone tell me either how to check the versions of Server Compact 3.5 Client Agent and SQL Server Compact 3.5 Server Agent or any steps i can take to resolve the issue ?</p> <p>Thanks Loads Cheryl </p>