Questions tagged [device-emulation]

Anything related to the software emulation of hardware devices.

Anything related to the software emulation of hardware devices.

96 questions
0
votes
1 answer

Consuming a web service on a .net smart device application

I am trying to consume a web service locally on a .net smart device application and getting this error:- System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it Any suggestions..
Amol
  • 1
0
votes
0 answers

Why ARM do not support 64bit for faulting address of IPA?

I'm trying to understand how ARM architecture(ARMv8) support for faulting address in the virtualization environment. For the hypervisor, every device access from the guest must be trapped to emulate a device. The memory access from the guest will…
Jeungwoo Yoo
  • 1,059
  • 1
  • 10
  • 17
0
votes
1 answer

Best way to simulate old, slow processor on modern hardware?

I really like the idea of running, optimizing my software on old hardware, because you can viscerally feel when things are slower (or faster!). The most obvious way to do this is to buy an old system and literally use it for development, but that…
bukzor
  • 37,539
  • 11
  • 77
  • 111
0
votes
1 answer

Android Studio Emulator errors and problems

I have a problem with runnind the android studio emulator. I tried so many online solutions however, I didn't found any solution for the scenario I have. The starting point is: * Windows 7, 8gbRam, 64bit. * A new installation of the android studio…
0
votes
0 answers

Can I run nativescript app on iOS device connected to Windows machine

I understand limitation when I want to run nativescript app on iOS emulator on my local Windows machine. But is it possible to run that app on iOS device that is connected to Windows with following CLI command? tns run ios --device 123456789 If tns…
milosdju
  • 783
  • 12
  • 27
0
votes
1 answer

Emulating device firmware on ubuntu

Lets say that I have a device, such as an android phone (just for example) and I have the firmware for that device. Is there a method to emulate the entire firmware? Just like a virtual machine but for firmware that is not designed to run on normal…
user488244
  • 151
  • 4
0
votes
2 answers

Xcode 3.2.3 (SDK 4) cannot support device iPod touch (iOS 4.1) and iPad (iOS 3.2.2)

I cant do test apps on my devices. Following are screenshots. iPod: iPad:
Sadat
  • 3,493
  • 2
  • 30
  • 45
0
votes
1 answer

Emulating multi touch with mouse HID Bluetooth?

I’m planning the system that could analyze touch information from my car LCD display and using Raspberry PI change it to standard mouse movements using Bluetooth HID protocol. I’m wondering if it is possible to emulate multi touch thru mouse HID…
dnf
  • 1,659
  • 2
  • 16
  • 29
0
votes
1 answer

Start Chrome in an emulation mode with debugger command but pages show as PC version

In PC platform, I want to launch Chrome as iPhone 5 device mode to test my project. Now I use debugger command Page.setDeviceMetricsOverride when tab updates. As a result, I'm getting the right device mode, but my pages show as same as PC version,…
0
votes
0 answers

Is there any way to test CodeIgniter applications modyfing the headers so we emulate a mobile device?

I'm a total newbie to testing, and I'm stuck with this problem. I need to test some CodeIgniter's controllers, in order to see if the system works correctly, and I need to make it appear like I'm using different types of mobile devices. I can use…
0
votes
1 answer

Chrome DevTools emulation devices presets

I've installed the new Beta version of Chrome to use the DevTools, my problem is that if I go in the Emulation tab, I don't modify nothing, my devices presets is locked at Google Nexus 4 and don't show me any list, the Emulate button is not…
valentina.a87
  • 117
  • 1
  • 3
  • 15
0
votes
1 answer

How to emulate CPUs in Java?

So I have been always interested in CPU emulation. I have always wanted to test my skills in Java. I have looked at open source projects such as Java GB and JPC, but they really don't provide enough documentation for someone who is new and wants to…
javaboy
  • 57
  • 1
  • 7
0
votes
1 answer

Simulating PDA browser behavior and output

I'm working on a website that will eventually have a version that is optimized for mobile devices. Is there a decent way / method / place where I can simulate or emulate a wide variety of the available browsers and screens for the various mobile…
erik
  • 3,810
  • 6
  • 32
  • 63
0
votes
1 answer

ERROR_DEVICE_NOT_CONNECTED error on emulator

Pocket PC 2003 SE Emulator is connected and cradled. Deployment successfully succeeded, but after Debug Starting: The operation could not be completed. Device is not connected. I have also tried: Device Security Manager -> Windows CE Device I have…
hellboy
  • 1,567
  • 6
  • 21
  • 54
0
votes
3 answers

Windows Mobile device incompatibilities - need suggestions for how to approach testing

I have a user who runs my application on a Samsung BlackJack with WM 6.1. He reports issues, like labels not appearing on forms, that I cannot reproduce on any of the emulators or the device that I am developing with (T-Mobile Shadow and WM 6.0).…
cdonner
  • 37,019
  • 22
  • 105
  • 153