device

APNS: Not receving any feedback for registerForRemoteNotificationTypes: neither +/-

Hi, I have been trying to use the default code in the iPhone APNS documentation to generate a device token using registerForRemoteNotificationTypes() but without succes. Neither the didRegisterForRemoteNotificationsWithDeviceToken or the didFailToRegisterForRemoteNotificationsWithError is called. I had placed a UIAlert in both these meth...

How to catch Input to Access 2007 form before populating controls? Or assign different Inputs to different Controls?

Heya guys, Tough question here (for me at least); Here's the sit: I have a form base application in Access 2007 (must). There are a few forms which have exactly two (2) text boxes that allow input. Ideally, I'd like each of the text boxes to be mapped to different input devices, a Magnetic Swipe Card reader and a Barcode/Datamatrix re...

What problems might occur if a USB device is not USB 2.0 compliant?

I have a Full Speed device that specifies the max packet size as 256 bytes. This is not USB compliant since the maxiumum packet size for a Full Speed Device should be 64 bytes. I can read (ReadFile) and write (WriteFile) to the device just fine, but I'm wondering if there could be issues that could arise that I'm just not seeing other ...

how to get Device Token using Iphone Application and other info about the device?

Hi, In my iphone application i want Device Token using the APN. How to get that using code ? Alos i want Other information about the Device User,its version and other info. How to get that using Code ? Is it possible to get the device other information using Device Token? what is the format of the Device Token? Please give solution ...

How to use device tokens in different ways in iphone?

Hi, In my application i am going to use pushNotification. So in that case how can i use device tokens in different ways? Let me elaborate more on this side. Whenever i run my application at that time Device token will be generated,if i go for running the application again and again in the same device than it will generate the same dev...

how to get device user name other information in iphone?

Hi, In my iphone application i want user device all the settings information using code. i.e. User name,Device OS,Device Version etc.... IS it possible using code or not?And if possible please provide code or any other useful link,which would be appreciated. Thanks, Mishal Shah ...

how to update iphone Simulator and Device to 3.1?

Hi, I have Xcode version 3.1.3 and in that Simulator and Device is supported till 3.0. I want to update the Simulator and Device for 3.1.After that i will be able to put my data from Xcode to My Real Device OS 3.1. how to update from 3.0 to 3.1 in Xcode in Mac mini? If any body has any resolution or any other way ,which would apprecia...

c# windows mobile device information

Hi! 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 ...

C# - Checking For Device Problems and System Problems

In C#, How Could I go about checking for device and systems errors? Would it be simple to use PowerShell Scipts, or would that add to the complexity and difficulty? ...

drect3d _create device is giving anerror

hai When i am running the sample code from windows mobile 6.0 tutorial for creating a 3d device am getting a message "operation cannot be completed the file cannot be found" ,i Am using visual studio 2008.In my computer "d3dmref.dll"is not existing.What can be done for this? maya ...

How do I list device types using WMI?

I'm using WMI Code Creator to generate code to help list the types of devices shown in Device Manager. I'm trying to detect the presence of a debugger that shows up in Device manager as its own type (e.g. Listed under my computer, the categories are Computer, Disk drives, Display adapters, Jungo..... Jungo is the one I want) Under Jung...

Windows Media Player Device Sync in VB.NET using WMPLIB

The MSDN documentation for WMPLIB states that syncing to device is not supported in .NET programming, only C++. Is there, however, a simple wrapper class or DLL that can be used to interface between a .NET program and the nescessary C++ code? Or is there a better way to sync files to a device using VB.NET? Are all devices suited/compat...

Emulator vs Device

Using C# how do I know if I am running on a device or emulator? I use the devicename to retrieve data, there will be no data for an emulator; so i will manipulate the emulator name to retrieve data. ...

List all devices, partitions and volumes in Powershell

Hi! I have multiple volumes (as nearly everybody nowadays): on Windows they end up specified as C:, D: and so on. How do I list these all like on a Unix machine with "ls /mnt/" with Powershell? ...

Cannot run unit tests for an application developed with Compact Framework for Windows CE 6.0 platform

I'm developing a solution for Windows CE 6.0 using GuD_AtomKit X86 Device emulator. I'm not able to run any unit tests, because I get following error message: The test adapter ('Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestAdapter, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter, Version=9.0.0.0, Culture=neutral, P...

Is there software or code to alter USB power output

I had a look at this and this but no one sounded particularly sure of their ideas and I'm kind of after a different thing anyway. I want to hook my usb power cables (red and black) up to my phone so I don't have to use a battery (the battery is dead anyway and this is just an experiment). The problem is that USB standards ensure that a m...

WMI: How to differentiate between Wireless mouse and touch screen

I am using Win32_PointingDevice class to detect mice connected to the system. I ran my device discovery script on a machine which has touch screen. The discovery shows up with 3 pointing devices, directly connected USB mouse, wireless mouse and touch screen. My question is how to distinguish between USB mouse with touch screen. If Win3...

Instrument finds leaks on Simulator, but not on the Device

Hi devs! I was tuning my iPhone app before submission to AppStore, when I noticed that Instrument finds a lot of memory leaks if I run in simulator|debug... but if I run it on the Device Instrument doesn't find any one.... To be honest, there were two leaks and I've fixed them. Now no leaks on the Device, but still too leaks on the Simul...

Mobile Devices Advice

Hi there, I would like to develop on a mobile device, probably with Windows Mobile platform, which device would you guys recommend for me to use? But one requirement on the device is that I need that device to be able to capture signature (human writing on the device). Many Thanks ...

Simulate a faulty block device with read errors?

I'm looking for an easier way to test my application against faulty block devices that generate i/o read errors when certain blocks are read. Trying to use a physical hard drive with known bad blocks is a pain and I would like to find a software solution if one exists. I did find the Linux Disk Failure Simulation Driver which allows cr...