An emulator is a system which is designed to perform the duties of a different system.
0
votes
1answer
13 views
android emulator root access
I need to execute a C program in my App by simply adding the executable to the android project and building the .apk. Then I try to execute the program in my application like this:
Process result ...
0
votes
1answer
26 views
Why cannot I see the options menu button?
I'm using android in eclipse. I made an application for this versions.
In my AndroidManifest.
<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="17" />
I made a ...
-2
votes
0answers
17 views
Send data from cutecom emulator to mysql [closed]
I am using a TTL device which sends me data every 5sec to my cutecom emulator. As I know cutecom has an option to directly save the data to a file (I didn't do it yet). My question is if it is ...
0
votes
0answers
22 views
Android emulator with openCV (Bluestacks?)
I am programming with Eclipse and openCV and I would like to use an emulator.
The AVD works really bad (slow + openCV doesn't work).
I had high hopes for bluestacks, which works fine otherwise, but ...
0
votes
0answers
13 views
I can't get the Android Emulator to Run
I created a default Android Application - it comes with a Hello World Application already loaded.
I created an emulator using the Android Virtual Device Manager.
Then I used "Run Configurations" to ...
0
votes
4answers
28 views
How can I automatically uninstall the app from the emulator after running the Android unit test
I am using Eclipse ADT to test an Android App. However, after I execute the test suite once, the emulator will have the app installed. I need to remove it from the emulator since the test will fail ...
0
votes
0answers
9 views
KonyOne Studio run on emulator
I am new to Kony and just finished my first Hello World.
Now, whem I try to build it, this error accures: "Build Generation failed for platform Android."
QuickPreview is working, but without the ...
0
votes
0answers
45 views
ClassNotFoundException Android Studio debugging
I installed Android Studio, imported a project and started debugging. All was ok until suddenly I started the debugger and got ClassNotFoundException for the launch of the main Activity. The strange ...
-1
votes
0answers
11 views
POS protocol for serial port communication [closed]
I have one video recorder with POS device interface (serial port)
I want to use my PC (maybe terminal software) to type some text into the recorder like what POS machine does.
I guess they are using ...
0
votes
1answer
21 views
Full Windows Phone environment on emulator?
I am new to Windows Phone and do not have any WP device. I've downloaded WP developer tools and was in hope to study WP in emulator as I did with Android.
But there is only Internet Explorer tile, my ...
0
votes
1answer
18 views
No network in VirtualBox (Android)
I am unable to set up a network connection on my Android emulator using VirtualBox. I followed multiple posts that tell me to set the adapter to Bridged or NAT.
When I execute netcfg in the console ...
2
votes
2answers
34 views
File on sd card displayed in android emulator's gallery app
I have created an app which lets the user save an image to the sd card, but I cannot see it in the gallery app on my emulator. I'm not sure if I need special code for this or what but I need to be ...
0
votes
0answers
5 views
Friendly Ghost Language Emulator?
Is there an emulator out there that can print to screen FGL formats? I have never heard of such a thing and could not find much doing my own research online. Would something like this even be ...
-1
votes
1answer
25 views
Is it possible to simulate other android devices on one of them?
I want to manually test my android applications on any size and resolution but I have only a Nexus 7. I want to know is it possible to simulate other devices (resolution and screen size) on my Nexus ...
0
votes
1answer
25 views
Collision detection on chip8 emulator
I made a chip8 emulator, but ran into some problems with detecting collision when drawing. Chip8 draws onto the screen by XOR'ing individual pixels onto the screen, and setting a flag if a pixel is ...
0
votes
1answer
21 views
Windows Phone 7.1 -Saving path of photo taken by cameraCaputreTask
I'm building an app that should- among other things, let the user capture a picture and then save the picture and other info (like location of where this picture was taken -using GPS of the phone and ...
0
votes
0answers
15 views
Emulator is not launching AVDs. I can see launch screen then nothing happens
I had eclipse juno with my installation of adt. it was working fine so until i had to shutdown emulator screen to shutdown my windows 7 laptop. I tried when i restarted and i had the error on eclipse:
...
0
votes
1answer
21 views
Is the Simulator or Emulator closer to matching device?
When I run my web application on the Tizen Web Simulator and the Tizen Emulator using the same resolution (HD 720x1280) and density (DPI), the display does not match. Which one is closer to the ...
0
votes
1answer
44 views
Emulator with debuging for Sencha Touch 2.2.0 + Phonegap
I'm looking for a emulator for sencha 2.2.0 + phonegap with possibility to debuging js. I was using ripple eumulator with chrome, but it doesn't work with curent sencha version. Is any alternative ...
0
votes
1answer
24 views
Accessing glassfish server from Android, emulator
I have glassfish running on the laptop. How can I access it from a real android device or an emulator
0
votes
1answer
20 views
Graphics Acceleration Enable: No “Hardware Section” in AVD
I want to have graphics acceleration enabled for my AVD and instructions say If you want to have graphics acceleration enabled by default for this AVD, in the Hardware section, click New, select GPU ...
0
votes
1answer
60 views
OpenGL ES 2.0 graphic works on emulator but don't work on real device
I'm making some small Android app using augmented reality. I'm trying to display graphic by using OpenGL ES 2.0. The scene I'm tying to display is very simple, there !no! textures only a few ...
-1
votes
3answers
51 views
How to update Android app on emulator? [closed]
Following the standard tutorial, I successfully installed a program on my android emulator. However, after changing the activity_main.xml, if I run it, the changes don't update on the previously ...
1
vote
2answers
36 views
unable to push image into emulator
I looked at the other question on how to insert image into android emulator. However i attempt this method.
Run the emulator
go to the ddms and click the sdcard folder
push file and select the image ...
0
votes
0answers
26 views
QVGA Android Emulator for 2.3.3 Hides View Content
I created a new emulator with Android 2.3.3 (API level 10) and QVGA (320x240) skin. It distorts the view content. Even the built-in application are rendered with difficulty. I tried adjusting the LCD ...
1
vote
1answer
29 views
android: how to change CPU speed on the emulator
I am wondering how to change the cpu speed on the emulator so it can match with the phone specification?
If I can set to low speed, then i can see whether it works on the slower phone.
0
votes
0answers
18 views
android emulate starting Panic fail on UBUNTU 12.0
I have been looking for a solution for a fail on starting android emulator.
I have read some solutions for windows, but in this case, I have ubuntu 12.10.
The error says:
Emulator] PANIC: Could not ...
0
votes
0answers
18 views
Communication between emulators through sockets in android
I am trying to communicate between two emulators through socket but server not able respond to the client's call.Can anybody tell me what i am doing wrong?
I am sending msg from client and displaying ...
-1
votes
2answers
34 views
Error when I run my app on eclipse emulator
I made an android app and every time i run it on Eclipse in Emulator it stops. even i have no error!It is avery simple app... but in the emulator it crashes.Ihave no ideea why is this happening. In ...
0
votes
2answers
42 views
Creating a new Android emulator in eclipse?
I'm trying to create a new emulator through eclipse, but for some reason I can't choose a Target (ie, API 10)
I kinda messed up when installing my Android SDK and had to do it manually. Not sure if ...
0
votes
0answers
19 views
Android Virtual Device Emulate Camera with Static Image
i am currently trying to emulate on an AVD a static image!
In the settings there are the 2 options:
-use computer webcam
-emulate
When checking emulate there is this moving rectangle but I believe ...
0
votes
0answers
26 views
Can't run first Android app to SIII via usb or emulator
Just started using the ADT Bundle on Win7/64bit which I believe should have everything to get started. After exactly following the "Building Your First App" tutorial I connected my Galaxy SIII via usb ...
-2
votes
0answers
30 views
Error with Android Emulator [closed]
[2013-05-01 20:44:31 - *] emulator-5556 disconnected! Cancelling 'com.*.MainActivity activity launch'!
I tried this code, without success:
"Me also had the same problem.First of all clean your ...
-1
votes
1answer
66 views
NFC apk in emulator [closed]
I am trying to run an NFC-enabled APK in Eclipse AVD. These are NFC payment apps that can load payment cards.
They can run in my Motorola HD Razr Maxx.
Is there a way to adjust the AVD to at least ...
-5
votes
1answer
69 views
android emulator 4.2 not work windows7 [closed]
I get the following error in eclipse, when i start emulator. The error is
1)could not load func glDeleteProgram
2)could not load func glDeleteShader
3)could not load func glDetachShader
Please let ...
0
votes
0answers
24 views
Reducing qemu snapshot file size
I have an Android snapshots file that is automatically created by the android AVD manager when I define an AVD.
When I launch the emulator for the first time, the Android emulator stores the system ...
0
votes
1answer
52 views
Android: no logcat output in Eclipse via Emulator on boot
I'm writing an Android app that starts up on boot. I'm developing/testing it under Eclipse using the Emulator. This app is crashing during boot-up, but there is no logcat output for me to examime in ...
0
votes
1answer
42 views
8086 emulator for mac OSX
I want to study about 8086 instructions. I want to know how the registers, flags, stack pointer etc are changing according to each instructions. So that I want to install an 8086 emulator in my Mac ...
-1
votes
0answers
27 views
A way to store the emulator control values into mysql data base?
My application contains two parts: web and android part
in the web part I use MySQL to store data.
In the android part I need to retreive data location (for differents postions) and since I'm testing ...
0
votes
0answers
49 views
Socket exception 10048 when trying to start Azure emulator
When i try to start up the windows azure web solution it keeps giving me a socket exception with the code 10048, and then stops deployment to local emulator.
It seems like there are some problems ...
0
votes
1answer
49 views
Android Error on Installation: [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
So this has been bugging me for a while now. It used to work fine when I put it on an actual android device, and only showed the error when I tried to install my app on a emulator but now it is ...
0
votes
0answers
13 views
how to get values injected to the emulator?
im new to android and html5
i inject using geo fix commande too values (latitude,longitude) now
i want to get those too values ( i will use them later)
since i cant get the coordinates of an ...
0
votes
1answer
68 views
Java tcp client on localhost connecting to android server on emulator
I developed an Android server and tried to test it using the emulator:
Here's the Android server code:
public class MainActivity extends Activity {
private static String TAG = "ServerSocketTest";
...
0
votes
0answers
29 views
Deploy a Visual Studio application in a recently installed emulator
I'm trying to deploy an Visual Studio 2008 application in an emulator. I've downloaded the Windows Mobile 6.5.3 Professional DTK from this page, which comes with some emulators.
The Emulator Manager ...
0
votes
0answers
43 views
Problems with displaying the built-in keypad of android emulator
I'm a little bit freshman in Android development so the some reasons may be sound incorrect.
I have been faced with a problem that the virtual keyboard is not displayed when I run the emulator for ...
1
vote
1answer
51 views
Emulator for MC9190 Hand Held
I'm developing an application for a Hand Held device MC9190G, which comes with Windows Mobile 6.5, below an screenshot of the characteristic of this Hand Held
Which would it be the best emulator ...
0
votes
0answers
109 views
Android Virtual Device - “Unfortunately, Mega Run has stopped.”
I installed the android emulator and installed an .apk with adb commands. I did this with several games: Mega Run, Mega Jump, Hyper Jump, Sonic Dash, all give the exact same error upon opening the ...
-4
votes
0answers
55 views
Mali GPU emulator not works (Windows)
I cannot run OpenGL ES 2.0 examples on installed Mali GPU emulator enter link description here on Windows 7. I try to run example "Triangle" from Mali SDK. I use Visual Studio 2012 Express.
While ...
-2
votes
0answers
65 views
How to print hindi characters on console using c? [closed]
I want to code in English but want output in Hindi.
There are some Hindi emulators available but they don't work with C/C++.
Some compilers are coded in Hindi and give Hindi output,
Is there any way ...
0
votes
1answer
264 views
Windows Phone 8 Emulator not connecting to internet
I am trying to connect Windows Phone 8 emulator to the internet. I have tried all the tricks and steps given in Stack overflow or any other site but I am unable to get it.
I tried this:
Step 1 - ...

