windows-mobile

How to automate importing certificates on a Windows CE device?

感情迁移 提交于 2019-12-08 07:04:36
问题 I'd like to automate importing cert(s) on a Windows CE device. Pushing the certs down to the devices is not a problem, but once they are there I cannot determine how to import them without using the UI. (I'm currently using Avalanche Mobility Center) 回答1: Another way to push certificates onto windows mobile devices is to use Windows Mobile Device Provisioning. MSDN Provisioning Mobile Devices Article For examples of certificate provisioning, in any of the Windows Mobile SDK directories, there

Power On/Off GPRS on windows mobile

此生再无相见时 提交于 2019-12-08 06:35:33
问题 i'm looking for a way to power on or off the GPRS adapter programatically. 回答1: If you're already using the Smart Device Framework, the ability is already there in the API, as you can see in this blog entry (the blog is for WiFi but the phone radio and bluetooth work the same way). THe other option is to call ChangeRadioState in ossvcs.dll yourself (that's what the SDF is doing). 来源: https://stackoverflow.com/questions/1164057/power-on-off-gprs-on-windows-mobile

Sync DB between Windows Mobile and MySQL

a 夏天 提交于 2019-12-08 06:27:46
问题 I am trying to create a windows mobile application that contains a database and can occasionally be connected to the Internet. When connected, I would like to sync the local database with the central database server. The central server is a MySQL server. The local database can be anything (probably SQL Compact). What I did so far: Installed Microsoft Sync Framework Installed MySQL for ADO.NET Created a Smart Device Project Created a WCF Library (from this tutorial) Created a connection to the

c# windows mobile device information

﹥>﹥吖頭↗ 提交于 2019-12-08 05:22:59
问题 I have googled and searched after this topic, but could not find any good answer. How can i get the imei for the phone, or at least a unique id. I am also interested in finding the phonenumber through the simcard. Right now im using the systemstate to get the owner's phonenumber, but that is only set if the owner has set it himself 回答1: If you really need the IMEI, have a look at this blog: http://dotnetslackers.com/Community/blogs/ruslantrifonov/archive/2007/07/10/_2200_How-To_2200_-Series

Using CeGetFileNotificationInfo

梦想与她 提交于 2019-12-08 05:17:48
问题 I have a Windows Mobile 6.5 application where I'm trying to monitor a file for changes. If I run the code below, then open WordPad and edit and save "\MyDir\Foo.txt", I only get notifications about temporary files being changed. For reference, I'm using Windows Mobile 6.5 Professional CE OS 5.2.23090.5.3.0. And, I have the same issue with Windows Mobile 6.1 Professional CE OS 5.2.21051.1.6.4. #include <vector> int _tmain( int argc, _TCHAR* argv[] ) { HANDLE change = :

GPS Intermediate Driver Slowing down the data from a virtual serial port driver

你说的曾经没有我的故事 提交于 2019-12-08 03:47:36
问题 Follow on from - GPS Intermediate Driver Issues The above was not successfully answered and feel I have new information over the issue to go for a new question. The issue I am facing is the speed of which data is being delivered by the GPS Intermediate Driver. I have successfully used Pocket Putty to read the serial ports and see the exact information been exposed. COM 1 - GPS Intermediate Driver COM 6 - Serial port to PC (Input data manually) COM 8 - Virtual serial port for GPS hardware.

Send and recieve (intercept) SMS in Windows Mobile 6

旧时模样 提交于 2019-12-08 01:43:14
问题 I'm developing an application for the Windows Mobile 6 in which it is supposed to capture the SMS with the sender's number and process it. The application also needs to send out SMS to specific numbers as well. What libraries do I utilize to accomplish? Links to tutorials are also needed please. Update: Sending SMS: http://msdn.microsoft.com/en-us/library/microsoft.windowsmobile.pocketoutlook.smsmessage.send.aspx Intercepting Messages: http://msdn.microsoft.com/en-us/library/microsoft

Bootstrap 3 Glyphicons are not working in window mobile

一个人想着一个人 提交于 2019-12-07 23:03:38
问题 Bootstrap 3 Glyphicons are not working in window mobile. They are working in other devices(Expect window phone) 回答1: As Mathew Hintzen has posted, the easiest way is to include the MIME specification in your web.config. Also, as he pointed out, this will cause 500 Internal Server Errors if you are using the Bundling of styles/scripts: <configuration> ... <system.webServer> ... <staticContent> ... <mimeMap fileExtension=".woff" mimeType="font/x-woff" /> </staticContent> </system.webServer> <

Closing GPRS Connections On Windows Mobile

我是研究僧i 提交于 2019-12-07 20:21:19
问题 Is it possible to get all open or cached gprs connections on windows mobile and programmatic force them to close? Ive been looking at connection manager api but cant seem to find methods I to do this. Regards Tony 回答1: Connection Manager can be notified that you're no longer using the connection by calling ConnMgrReleaseConnection, but that does not forcibly close the connection. It is closed based on the lifetime caching defined in the registry (HKEY_LOCAL_MACHINE\Comm\ConnMgr\Planner

Can StandardSDK 4.0 under EVC++ be used to debug on a remote device?

Deadly 提交于 2019-12-07 19:16:55
问题 I'm running Embedded Visual C++ 4 with service pack 4, to develop an application for a device running CE 5.0. I'm using the CE 5.0 SDK for this purpose, which works fine except for the fact that while it will target my device (i.e. an SH4 based PDA), it will not let me select anything other than the StandardSDK emulator for debugging. If I go to Tools / Configure Platform manager , I can connect to my device under Windows CE default Platform, but I cannot select it from the Build Toolbar for