motorola-emdk

WM 5 SDK Symbol

柔情痞子 提交于 2020-01-01 06:56:44
问题 We have a large number of Window Mobile Devices (Symbol MC35 & MC70). I want to write a small app that gets the device serial number and simcard serial number (not phone number). I have tryed using the Symbol SDK and I can get the Device Serial Number for the MC70s as they have a Electronic Serial Number Module. But not sure how to get the Sim Details. If i am unable to get the Device Serial Number From the MC35s can I get the IMEI number? The porpose behind this is so I can keep a upto date

Windows Mobile 6.5 file system crash Motorola MC55 when running .NET CF 3.5 application

只愿长相守 提交于 2019-12-13 03:22:20
问题 I have issues with .NET CF 3.5 application on Windows Mobile 6.5 on Motorola MC55 device. We have around 150 devices which run a barcode scanning application written in C# Compact Framework 3.5. The application is for barcode scanning and communication with SOAP WebService through WIFI/GPRS. Every day around 10-15 devices go corrupted (file system errors) and need to be flashed again. Motorola support claims it is a fault of our application. For us this is not an argument. What can be source

Symbol.WPAN.Bluetooth example that transfers data

故事扮演 提交于 2019-12-10 04:48:16
问题 I am trying to use Symbol.WPAN.Bluetooth that comes with the EMDK for Symbol devices. Does anyone happen to have a working example that transfers data? Symbol's example just pairs the devices. (They apparently think that transfering data is not really needed in a Personal Area network example.) Anyway, I know this is a long shot, but if anyone has gotten this to work I would love to see some code. This is what I have tried. I have one device press button1 and another device press button2. The

Knowing the state of orange button in motorola MC65

六月ゝ 毕业季﹏ 提交于 2019-12-06 15:49:32
问题 I need to be able to know what is the current state of orange button and be notified if this state has changed on Motorola device MC65. Sadly I can't use Symbol.Keyboard.KeyPad class since it is not supported on MC65 回答1: The docos state: Keyboard Supported feature - Only the following two API’s are supported on MC65. Symbol.Keyboard.KeyPad.SetKeyState. Symbol.Keyboard.KeyPad.GetKeyStateEx. Following keys are not supported in MC65. KEYSTATE_ALT, KEYSTATE_CTRL, KEYSTATE_NUMLOCK, KEYSTATE

Symbol.WPAN.Bluetooth example that transfers data

醉酒当歌 提交于 2019-12-05 10:46:51
I am trying to use Symbol.WPAN.Bluetooth that comes with the EMDK for Symbol devices. Does anyone happen to have a working example that transfers data? Symbol's example just pairs the devices. (They apparently think that transfering data is not really needed in a Personal Area network example.) Anyway, I know this is a long shot, but if anyone has gotten this to work I would love to see some code. This is what I have tried. I have one device press button1 and another device press button2. The read value is always a zero length byte array. using System.Text; using System.Windows.Forms; using

Knowing the state of orange button in motorola MC65

空扰寡人 提交于 2019-12-04 19:39:49
I need to be able to know what is the current state of orange button and be notified if this state has changed on Motorola device MC65. Sadly I can't use Symbol.Keyboard.KeyPad class since it is not supported on MC65 The docos state: Keyboard Supported feature - Only the following two API’s are supported on MC65. Symbol.Keyboard.KeyPad.SetKeyState. Symbol.Keyboard.KeyPad.GetKeyStateEx. Following keys are not supported in MC65. KEYSTATE_ALT, KEYSTATE_CTRL, KEYSTATE_NUMLOCK, KEYSTATE_NUMERIC_LOCK, KEYSTATE_CAPSLOCK For the MC65, Microsoft APIs cannot be used to get the Orange key states. The

WM 5 SDK Symbol

南楼画角 提交于 2019-12-03 21:50:37
We have a large number of Window Mobile Devices (Symbol MC35 & MC70). I want to write a small app that gets the device serial number and simcard serial number (not phone number). I have tryed using the Symbol SDK and I can get the Device Serial Number for the MC70s as they have a Electronic Serial Number Module. But not sure how to get the Sim Details. If i am unable to get the Device Serial Number From the MC35s can I get the IMEI number? The porpose behind this is so I can keep a upto date record of what sim is in what handheld as any time. I am going to write the data to a registy file