Questions tagged [device-emulation]

Anything related to the software emulation of hardware devices.

Anything related to the software emulation of hardware devices.

96 questions
5
votes
0 answers

Why does google chrome devtools emulation pointer offsets gets wrong on fixed elements?

When I go into chrome devtools and click toggle device toolbar, the touch pointer seem to give a little off coordinates when clicking. It's very subtle but I've noticed a few scenarios where the pointer may be up to 25px off on other sites. This…
Medda86
  • 1,582
  • 1
  • 12
  • 19
5
votes
3 answers

How to install Apple iOS on qemu

Qemu supports ARM (and many other platforms). So, what do I need (besides installation media) to install Apple iOS on qemu? Are there ways to create iOS image suitable for Qemu? Update: Apple A4 = Cortex-A8 + PowerVR SGX535 Apple A5 = Cortex-A9…
Alex Bolotov
  • 8,781
  • 9
  • 53
  • 57
5
votes
1 answer

Device Emulator not recognized in windows when I press cradle

Who can help me with this: I am working on Win7 x64, with VS.net 2008. I am developping for pocketpc. When my application is deployed to the device emulator it can't connect to my computer / db server. Both de emulator as well the mobile device…
4
votes
3 answers

How can I emulate a video capture device and provide dynamic video content?

I would like to emulate video input from a webcam for testing purposes. So I need to be able to emulate a software video capture device in Windows and be able to dynamically generate its output. How can I achieve this? I would prefer a solution in…
Kamil Zadora
  • 2,367
  • 6
  • 34
  • 43
4
votes
2 answers

How to fix Dokan to implement a Virtual Drive?

Dokan currently does not create a virtual hard disk for its filesystem (i.e. in Device manager, you dont see another disk drive). Anyone have any idea on how to start to correct that?
chacham15
  • 13,719
  • 26
  • 104
  • 207
4
votes
2 answers

Qemu Aarch64 supported Boards

A few years back I got into learning Arm architecture. I found Qemu and I used its realview a8 emulated board to program against based on Armv7. The board had a LCD controller, an interrupt controller, etc. I could find all their specs and ended up…
san216
  • 85
  • 1
  • 11
4
votes
1 answer

Emulatin Big Endian ARM system with QEMU

Is it possible to compile some Linux Kernel and run it over QEMU, emulating some Big Endian ARM processor? If QEMU is not capable of that, I'd love to hear about other system emulators than can. My basic goal is to run and debug dedicated Big Endian…
Reflection
  • 1,936
  • 3
  • 21
  • 39
4
votes
6 answers

Android Studio does not see the AVD

I have a problem related to the Android Studio. I create AVD with Android Studio AVD Manager and its configuration looks like this https://i.stack.imgur.com/0IEIg.jpg I go back on the previous screen where I am supposed to select this device as…
4
votes
1 answer

Creating virtual device

Is it possible to create virtual device "on the fly" ? (The guy click on a button "new virtual device", write the device name and the windows popup appear as if he a just plugged a new device). Do i have to create a custom device driver or can i…
yohannc
  • 140
  • 2
  • 9
3
votes
1 answer

Installation and emulation of virtual USB Device

I already read Creating a Virtual USB Device and Virtual USB device about creating a virtual USB Device. I am familiar with the Plug and Play handling by Windows as well as the driver mechanism. So far I understood that first of all I would have to…
fiscblog
  • 694
  • 1
  • 12
  • 27
3
votes
4 answers

emulating a physical disk to speed up execution?

We have a command line exe that takes input from a text file and produces an output text file. It is used for complex industrial simulations. The source code for this exe is long gone. Now it was easy enough to create a .NET wrapper which controls…
Alex
  • 3,099
  • 6
  • 41
  • 56
3
votes
3 answers

Visual Studio 2012 Mobile Device Emulators

I just returned today from TechEd 2012 where I saw several breakout sessions where Mobile Device emulators were shown in the demo. A good example is the Dev304 session by Daminan Edwards entitled "ASP.NET for Mobile and Tablet Development" where he…
Russ Clark
  • 13,260
  • 16
  • 56
  • 81
2
votes
1 answer

Mouse emulation using an Xbox 360 controller

I am writing a small program to emulate the mouse with my Xbox 360 controller. I have successfully implemented movement of the cursor but am having difficulty with clicks. Here is a snippet of my code: while (msg.message != WM_QUIT) { if…
aligray
  • 2,812
  • 4
  • 26
  • 35
2
votes
1 answer

How do I emulate Xbox 360 joysticks using Vgamepad with joycons?

I've managed to map all buttons and triggers from joycons using joycon-python to an emulated Xbox 360 controller using vgamepad. However, I cannot figure out how to map the joysticks. I've tried tons of different ways. In the worst cases I get no…
Standie
  • 23
  • 4
2
votes
2 answers

Compiling CUDA SDK examples in hardware emulation mode

I'm trying to do some CUDA development on a PC without CUDA-capable GPU via emulation mode. The OS is Linux Mint Debian (can be considered Debian testing for all practical purposes) 32bit (2.6.32-5-686 kernel). Here's what I did so far: Grabbed…
fbielejec
  • 3,492
  • 4
  • 27
  • 35