emulation

Mobile Device emulator cannot access localhost

徘徊边缘 提交于 2019-12-10 11:25:51
问题 I am using Windows Mobile 6 Professional Emulator and Windows Mobile Device Center. I connected and cradled the emulator to my computer. I am trying to connect from the browser of the emulator to a webservice that is deployed in the IIS of my computer (same machine where the emulator is installed). If I connect my computer to the internet, I can access any website, including my local WS (using the IP returned by ipConfig). The problem is when I disconnect the computer from the Internet: I

Windows Mobile Emulator networking to host machine

a 夏天 提交于 2019-12-10 10:53:59
问题 I'm trying to do some Windows Mobile dev in VS2008. The WM app is making a WCF call (or trying to). The emulator and my WCF server are running on the same desktop PC. I found some details about how to configure the network card on the WM5 emulator in conjunction with Virtual PC2007. This does allow me to now surf the net view the emulator, which puts me a lot closer than I was. However, I can't get it to recognise the desktop machine itself, e.g. http://mycomputername/ and http://10.1.1.2/

emulators connection using TCP

放肆的年华 提交于 2019-12-10 10:36:17
问题 hy again! I'm trying to connect two emulators running as server and client on the same PC.The thing is that one of them is inside a virtual machine.What addresses should I use for each of the emulators in order to connect between them? I'm using a TCP based connection! The first emulator is running on Windows 7 The second one inside the Vmware is on Xp The IP of my PC inside the network is 192.168.71.1 Really gratefull if u answer.Thx!! 回答1: I imagine you'd want to use the localhost address

Windows PC as a USB slave to emulate a thumbdrive

不羁岁月 提交于 2019-12-10 04:24:36
问题 I need to create a application that will allow a Windows PC (XP/Vista) to emulate a thumbdrive. That is, when the PC is plugged into either another Windows system, or in this case, a piece of hardware that allows for USB thumbdrives to be plugged in, a folder on the computer looks like a giant thumbdrive. Any thoughts on where a guy would start to investigate this? Update (more specific description): I need to connect my PC to one of the newer multifuction devices that support scanning to a

After I remove the apk, whenever I start Debug it tells me the package is not installed

旧街凉风 提交于 2019-12-10 04:13:37
问题 I have my Emulator open, and using Command Prompt I remove my application. I didn't closed the Emulator. Then I go to Eclipse and hit Debug, but doesn't deploy the apk to the emulator, just tells me the package not yet registered with the system. New package not yet registered with the system. Waiting 3 seconds before next attempt. Restarting the emulator is not an option, as that takes 10-15 minutes. What I am doing wrong? 回答1: I have encountered this occasionally. Doing a clean project

Android Studio emulator is not working

我是研究僧i 提交于 2019-12-10 03:54:41
问题 i´ve searched about an awnser for this problem, tried many things, but still it doesn't Work. I'm using a win7 64-bit version. I've set the ANDROID_SDK_HOME variable and... nothing. With the path: C:\Users\Nuno\Favorites\.android\avd The error is this: Cannot launch AVD in emulator. Output: PANIC: HOME is defined but could not find PhoneTest.ini file in $HOME\.android\avd (Note: avd is searched in the order of $ANDROID_AVD_HOME,$ANDROID_SDK_HOME\.android\avd and $HOME\.android\avd) Can

Emulator for galaxy s3

拈花ヽ惹草 提交于 2019-12-10 02:26:41
问题 Has Samsumg provided emulator support for galaxy s3. I want to test my app on S3 Emulator as I'm reading the comments on google play that the app is crashing on Samsung Galaxy S3. Can someone help me with this. Thanks in advance. 回答1: you can use the samsung remote test lab Samsung Remote Test Tab OR this link for your Support Here (It gives 1 hour free trial to test your app.) EDITED For Emulator you can Use Below Informations. Target: Google APIs - API Level 15 Skin: Built-in WXGA720

How can I view my Android Apps database information?

安稳与你 提交于 2019-12-09 18:23:56
问题 I've tried to view the db file from the File Explorer in Eclipse but I can't open the file or copy it to another location to open. I don't have a rooted phone so I was trying to view the db from the app on my emulator. If someone could help it would be greatly appreciated as I find it hard to find much info on this subject for some reason. Thanks! 回答1: what do you want to see? Is it your application's data stored in database? If that is the case then you can see the data from android's shell.

Android 2.3 emulator crashes when updating location

大憨熊 提交于 2019-12-09 18:01:19
问题 I am using Eclipse to write and debug an Android application. One of the things I need to do is to update the location of the device, and so I have tried to use the Location Controls panel in the Emulator control window. On the Manual tab, I select Decimal, enter a valid latitude and longitude, and then click Send. Unfortunately, what happens next is that the emulator crashes (logcat output below). Is this a known issue, and if so, is there a workaround? Thanks for any help, Martin 02-13 08

Programming a low-pass filter

一个人想着一个人 提交于 2019-12-09 17:28:01
问题 I have programmed a Sega Master System emulator in Java (although this question is not Java specific) and have finished everything except for the SN76489 sound chip. How this chip makes sound is easy enough - the problem I have is converting it to a form that is playable through a PC/laptop/whatever the JVM is running on. I have identified the steps as follows; As the SN76489 runs at a sample rate of roughly 221khz - this means the waves it outputs have a frequency of up to 110khz (although