pda

Performance comparison of current PDAs

Are there any up-to-date performance comparisons of current PDAs available online? Or comparisons of the different available CPUs? I want to buy the right PDA for developing CPU-intensive C# graphics apps (in my spare time). So far I've found: Futuremark's handheld benchmarks don't aggregate results online SpbBenchmark only has result...

How do I test a website design on a mobile device?

Hi friends, I have designed my site with a 900 x 600 fixed background image. On the computer it looks fine. How will it look on a PDA device? Will I have to design it separately for PDA? How should check whether my site can be browsed effectively from mobile phone? What should I do? ...

Compact Framework - Timeout function for locking UI after period of inactivity

Good morning, I am the developer of a medium sized PDA application that will be used out on the streets. The PDA will contain some vaguely sensitive data (names and addresses, etc). The encryption on the mobile database is already handled, however if someone got hold of the PDA whilst it was logged in they could happily go through the d...

Are there any PDA or Outlook Synch Frameworks out there?

We have a web application that deals with some common sales entities (Contacts, Appointments, Addresses, Notes etc..). We need to keep our app, outlook, and potentially any devices that they might have synchronized. Are there any frameworks that we can use that help us integrate with PDAs? Any thoughts or reccomendations are appreci...

Adding Java Objects to database

For this university assignment I have a Prize object which contains either text, Image, Video. I would like to save this information into a Blob field in a database which will be running on a PDA on Apache Derby. How can i add this data to the database? Thanks in advanced. ...

Compact-Framework: Minimise and restore isn't working

I've written an application with the following in the Program.cs: rsCursor.Wait(); // Load the settings rsAppConfig.LoadConfig("iVirtualDocket.exe.config"); fSplash splash = new fSplash(IvdConfig.VERSION); splash.Initialise(); DialogResult result = splash.ShowDialog(); rsCursor....

How to save xslt applied xml file in .net compact framework webbrowser in PDA

Hi please help me for windows mobile ... I am using stylesheet in an xml file and load this xml file into webbrowser control in PDA application made in C#(.net 2.0 compact framework) . Now I want to save this xml file with changed node value with same or diffent file name. Javascript for document.write is not working in PDA. WebBrowser c...

Mysql connectivity from POcket pc application using .netcf 2.0

Hi, We are developing an order taking system in PDA using C# in .netcf 2.0. So we are having mysql server as our back end. Is that the web service is the only way to connect mysql with PDA? Or is any other methods available..? ...

How to take a picture using .net program running on pda and save in specified folder in pda?

Hello all. We have developed an online inventory program using .net technology (Asp.net with C#). Inventory also comprise of images. Now what we do is bring data collection form to the site and record data onto the form and key in the data into the online program back in the office. We take photos using digital camera. We transfer these ...

Compiler for Windows Mobile OS

I am looking for compilers ( command line / IDE ) that runs on Windows Mobile OS v6 for the following languages: C/C++ Java ...

Debugging HTC Touch Dual with Visual Studio

Hi. The problem is: my HTC Touch Dual does not support debugging normally? (And all other HTC Touch Dual PDAs have the same problem too) Sometimes I can start debugging with "step over/into", but can't use breakpoints. And "steps" will cause control miss soon. Sometimes when I run application from visual studio it can show exception on...

Magnification for PDAs and Smartphones using RDesktop

If I've got some Native Windows App (i.e. Delphi) and I'm having a lot of end users running it on things like the Nokia N800 connected to a windows terminal server using RDesktop. Some of the things on the screen are very hard to see, but I don't want to have some weird magnification of the whole screen because the resolution on those...

A Decidability Question

Can there be an NFA that decides on real numbers ? ...

How to use WM2003 binary (dll) on Windows Mobile 6.1 (WM6.1) device ? (PE-loader can't accept old binaries)

Hi! I have an old plugin (as binary, dll), used by my application. It was build for WM2003. And now it crashes the app, if loaded on Windows Mobile 6.1 (WM5 works fine, WM6 too). The source code is not available and it's no more supported by developer. So I can't rebuild it for WM6.1. Is it possible to patch or convert the binary to a...

Reading the content of a PDA directory while sync with ActiveSync

Hi, I have a project in which I would need to copy files found within a PDA (in my case, it's a MC3000 if that makes any difference). I have ActiveSync installed and it create the syncronisation folder for me just fine. However, I would like to be able to read the content of the PDA not only in its MyDocument Folder so I can't use this ...

Read response from an ASMX web service back to objects from disk.

We have an ASP.Net web service which receives an XML file to a PDA and maps it to objects (a standard .Net web method). Is there an easy method of after saving this XML response to disk, having it read back into the same object structure it was in before? The PDA application automatically does this after receiving the data back from the...

Downloading Image to PDA

Hi I am downlaoding image from server to pda device..the image is saving but the file type is showing as File instead of bitmap file(i am saving the file with .bmp extention). My code works fine with the application i run in my system but this does not work with PDA..I doubt should i change some settings in PDA because it is working ...

Good PDA web browser to run a warehouse application on?

We're looking into building a PDA application to do stock management, linked to our ERP system. This app would run on PDA's with barcode scanners, like this one: http://www.unitech-europe.nl/products/P_product_detail.asp?prodID=18&PGID=2 It would be nice if we could build the stock management application as a web application. This ...