device

Alternative to having to select device every time I run an Android application?

Is there some way to have Eclipse NOT present the Android Device Chooser dialog every time I run the Android application I'm developing? I'm using a running Android device, not an AVD. There's got to be some place I can set my default device to be the Android device so that I don't have to double-click on the device entry in the ADC di...

2 basic computer questions

Question 1: Where exactly does the internal register and internal cache exist? I understand that when a program is loaded into main memory it contains a text section, a stack, a heap and so on. However is the register located in a fixed area of main memory, or is it physically on the CPU and doesn't reside in main memory? Does this app...

Copying a file off an android device?

How can I copy a file from some Android app's assets folder, to somewhere off the device? Alternatively, how can I move or copy an app so that it is installed on the sd card, not the main rom? Peter ...

Some APIs that support the NT namespace absolute path of the format "\Device\Xxx"

In this document, http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#paths To make these device objects accessible by Windows applications, the device drivers create a symbolic link (symlink) in the Win32 namespace, "Global??", to their respective device objects. For example, COM0 and COM1 under the "Global??" subdirectory ...

Android Devices Problems with OpenGL ES GL 11

Hello, I tested my app on some Android 2.1 and 2.2 devices. So I think that they support OpenGL ES 1.1 But on some devices I had problems whit my app. I get an unsupported operation exception means the device does not support the GL 11 interface. Is this a hardware problem? Are there some possibilities to avoid this problem? Thanks, Mij...

How to identify a device programatically if a sound device or not if no driver exists for it

Is there a way to identify a device as sound device or not while there is no drivers for it! DirectX only enumerates device with drivers! The programming language might be c# or scripts! Thanks ...

c# slimdx offscreen rendering, output to multiple windows / monitors.

Okay, I'm rewriting this post because I had a really specific question but I think it might be more useful to just explain what I want to do :) I'm working in WPF with SlimDX. The target is a program that initializes a Direct3D device, and is able to render cool D3D11 gfx to an offscreen rendertarget. Users can add output-windows, and ...

How to get IMEI number from iPhone programmatically?

I can get the UDID number but I want to get IMEI number...Is the apple dont allow to trace? If so where i can find the document of apple? ...

removeItemAtPath dosn't work on the device

Hi all. I'v been struggling with this one for some time so any hint or suggestion are welcome. I'm trying to delete a file from a directory under "Documents". The problem is that the file is not delete on the device dow it is on the simulator. Just to add to the mystery, before the call to removeItemAtPath I check if the file exists wi...

Get DOS name from NT/Device Name

hi, i want to convert device path to dos path.. actually I want to get process name by process id,so i am using this code... PsLookupProcessByProcessId(processId,&pEProcess); ObOpenObjectByPointer(pEProcess, OBJ_KERNEL_HANDLE, NULL, 0, NULL, KernelMode, &hProcess); ObDereferenceObject (pEProcess); nts = ZwQueryInformationProcess (hProce...

iphone app run in the simulator but not on the device

Hi, I am trying to run the Facebook DemoApp on my iphone and I get the following errors (it works without errors on the simulator) Please help me ***************************** Build DemoApp of project DemoApp with configuration Debug Ld build/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/armv6/DemoApp normal armv6 cd /U...

xcode 3.2.4 (sdk 4.1) unable to install to device

Hi there, I recently installed XCode 3.2.4 to my machine. This comes with iOS SDK 4.1. Annoyingly I can no longer install my app to any iPhone. The option to tick "Device" in the drop down for where to install to is present, but when I click it, it doesn't become ticked. Strangely I can only run my app on the simulator, despite the opti...

What encoding is the device token for APNs in?

Hey everyone, Is it possible to get the Device Token returned from the application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken method? Since I'm not very good at PHP, I'd like for my user to manually enter the token into a program on their computer that is going to be used to send ...

CF - Information about device, platform etc...

Hi! I would like to get some information about the device, os etc. from the device running my app. I need to log this data so i can run some diagnostics later. Now i think that this data is located in Microsoft.Win32.Registry but that means i need to know all the keys to access values. Any idea? ...

Scanning for a Human Interface Device (HID) using C#

I am developing a C# .NET 2.0 application wherein I need to scan for an attached HID. How can this be done? Because it is a HID, Windows does not assign a COM port to it. I only need to programmatically determine if the device is attached. Thank you. ADDITIONAL INFORMATION When I connect the USB device to my computer two entries ap...

NSMutableArray - App runs in simulator but not on device

My app runs fine in the simulator, but when running on the device, it terminates with SIGABRT. I have narrowed it down to the following code: - (void)loadImage { int imageNumber = currentImageNumber; // check to see if the image has already been downloaded. // if not, get it and add it to an array if ([imageData count] < totalNumberOfIm...

Eclipse Device Chooser cant find my Dell Streak

Im starting to develop for android and i would like to test my aplication in my Dell Streak, its running 1.6 and my OS is Windows 7. According to this link http://developer.android.com/guide/developing/eclipse-adt.html all that i need to do to deploy on my device is: Declare your application as debuggable in your manifest: i ready ha...

App Store: Problem with UIRequiredDeviceCapabilities

I've uploaded my first App to App Store, but I did NOT put on the UIRequiredDeviceCapabilities that my App requires location-services and wifi. RESULT: the app does not start looking for the coordinates as it should do. (When I've installed the App through XCode in my iPhone 4 it works perfectly). So, I've tryed to upload a new version ...

Reading blocks from devices

Hi. I trying to write a fs in kernel mode, and i can not use buffers/ cache (such as in sb_bread(..)). who do I read and write blocks directly from/to my block device. Im writing a distributed fs (over netwrok) since not all blocks are from same device/machine. buffers are little problematic. thanks, Dan ...

Bluetooth device local name

Hi, i have problem i can't solve for a while. For one of my C++ projects i have to write function to change Bluetooth radio local name. It uses Microsoft Bluetooth stack. You can find this name if you open any Bluetooth dongle device properties and navigate to Advanced Properties. I need this without any third-party libraries, only WinAp...