Questions tagged [mobile-emulator]

20 questions
4
votes
2 answers

Embed a Mobile Emulator on a Website?

I'm basically wondering if it was possible to create a functionality similar to this site: http://www.howtogomo.com/en/#gomo-meter I want to add some kind of feature on my website that will allow visitors to check to see how their websites looked on…
Kurt
  • 107
  • 2
  • 10
4
votes
2 answers

Strange behavior of emulators on Windows 10

After some OS updates on Windows 10, emulators in Visual Studio 2015 started to behave strange. First of all, the rendering issue where the screen has a soft blur. I don't know if you can see it in the picture below but it is not as sharp as it used…
3
votes
2 answers

How to get the current Latitude and Longitude values of the emulator device in WP7?

Is there an option to find the location of the Emulator? I just need to plot the location of the device in the map.
Sri
  • 177
  • 1
  • 5
  • 16
3
votes
3 answers

Selenium - Mobile Emulation - how do I add user Agent to Chrome options while automating the emulator?

Below are the capabilities I added. I am getting a Google reCAPTCHA in my website which can be trespassed by adding user agent. But even after the addition of user agent I am still getting the captcha. Is there another way to add it? Map
testergirl
  • 121
  • 1
  • 4
  • 11
3
votes
2 answers

Google Chrome mobile emulator hiding options in dropdown

I am working with drop down list on mobiles. For testing purposes I'm using Chrome's mobile emulator. One strange thing I noticed is that in mobile emulation if I have more than two elements in the drop down list they are hidden in a strange way.…
kaysush
  • 4,797
  • 3
  • 27
  • 47
2
votes
0 answers

chromeOptions responsive mode show device frame argument?

Is there an argument so I can setup the chromeOptions to show the device Frame in responsive mode here is what I use so far: HashMap mobileEmulation = new HashMap(); mobileEmulation.put("deviceName",…
2
votes
2 answers

Where to place native DLL to use Pocket PC emulator?

I'm developing a SmartDevice project in C# (Windows Mobile 6.1 - Visual Studio 2008 - Pocket PC) and I want to use PInvoke. I have a native DLL written in C++. When I run the application on my device I place the native DLL in \Program Files\My…
Nick
  • 10,309
  • 21
  • 97
  • 201
1
vote
1 answer

Win Mobile 6.5.3 Emulator cannot connect to Internet

Environment: Windows Mobile 6.5.3 Professional VGA Emulator In the Tools->Device Emulator Manager, I connected to the emulator and cradled the device (the icon to the left changed from a green arrow to a network connection). I am attempting to…
Gus
  • 1,383
  • 2
  • 12
  • 23
1
vote
3 answers

C# UnauthorizedAccessException on RegistryKey CreateSubKey

I get an UnauthorizedAccessException any time I try to call CreateSubKey in my code. const string regKeyPath = @"Software\Apps\jp2code.net\FTMaint"; private void BuildRegistry() { string[] split = regKeyPath.Split('\\'); …
user153923
1
vote
1 answer

What is this error while running emulator "java.lang.RuntimeException command faileds with symbian error code -30472"?

I am running J2ME project on "S60_5th_Edition_SDK_v0.9" emulator but while running the emulator I found the above error. Searching on the google I found that NOKIA has not given the specification for this error code. Can anybody solve this? Also,…
School Boy
  • 1,207
  • 2
  • 19
  • 33
1
vote
1 answer

Open Chrome with Toggle Device Toolbar Activated

I'm working with java in Selenium, and I have to automaticed some tests, some how needs use Chrome Headless and Mobile Emulation. I know how to open chrome with "--auto-open-devtools-for-tabs" and with "mobileEmulation", but i need to open it with…
1
vote
1 answer

Universal Windows 10 Emulator not starting up OS

The Windows phone emulator running Windows 10 has been working since I've installed it and last time I used the emulator was a few days ago. Now for some reason when I load my application emulator does not load the OS. here's the steps I go throuogh…
1
vote
1 answer

this program failed to install on emulator or mobile phone. why?

I write the program and i try to run the program but this program have 2warning :( and when i try to run with emulator, the program is failed. when i run with mobile phone, mobile was hang, even with disconnected mobile with pc, mobile is still…
change world
  • 67
  • 3
  • 10
0
votes
0 answers

I can't display elements with Appium Inspector

I'm testing an iOS app, I'm using this capabilitys on my Appium Inspector { "appium:deviceName": "iPhone 14", "appium:platformName": "ios", "appium:platformVersion": "16.2", "appium:bundleId": "********", "appium:automationName":…
0
votes
0 answers

Determining Device Sizes and Dimensions in Web Development and Mobile Emulation

I am currently working on a web development project and I am looking for a way to determine the sizes of various devices used for web browsing. Additionally, I'm interested in understanding how the dimensions are determined in the mobile emulator…
1
2