An emulator is a system which is designed to perform the duties of a different system.
0
votes
0answers
11 views
Choose SIM card when sending SMS on a dual SIM Android device
I have created a basic application to send SMS to users, but it does not run well on my Android device with dual SIM cards.
Is there any way to let the application choose between the first and second ...
-1
votes
1answer
19 views
Audio exception with voice recognition [closed]
same problem like this....
Audio error with voice recognition
but i haven't found any resources in web please help me
thanks in advance
0
votes
0answers
11 views
Is there a way to simulate Keyboard input (HID Device Emulator) for programming purpose?
I need to test a USB Keyboard or Barcode scanner, Is there a way to create a virtual device (that resides in Device manager) so I can test programs without a real HID device.
0
votes
2answers
27 views
Android emulator not loading an app
Whenever I try to run an app on the Android emulator, from the eclipse in the adt bundle, the emulator loads and the console outputs this:
[2013-06-18 06:34:02 - Counter] No Launcher activity found!
...
3
votes
2answers
40 views
Offline emulator for Google glass OS
I've found an online google glass emulator. Who knows does (or will) google provide any offline emulator for developers?
-2
votes
1answer
41 views
Is it possible to emulate ARM on Windows 8? [closed]
I'd like to run Raspbian in a virtual machine on Windows 8. It is built for the ARM processor on a Raspberry Pi.
Is this possible?
-6
votes
0answers
50 views
Von-neumann machine emulator example [closed]
Could you please give an example of the von-neumann machine emulator in C++/C# or in Java programming languages?
0
votes
0answers
17 views
Push Image in SDcard Manually error: Read-only file system [duplicate]
when I am pushing the image inside the mnt/sdcard the it show error
transfer error: Read-only file system
Failed to push selection: Read-only file system
I searched the exact solution but could not ...
0
votes
0answers
19 views
How to write (and append) data to text files externally? (test using real device vs emulator)
First, I used the code below that I wrote with the help from:
How to save parsed text file in internal/external storage in android
import java.io.File;
import java.io.FileNotFoundException;
import ...
0
votes
1answer
21 views
Using emulator to test taking photos using intent
Can I use android emulator to test taking of photos using the intent? I am asking this because, when I use the camera in the emulator it crashes(not through any program but taking it from the ...
0
votes
1answer
28 views
Unable to write to sdcard in Android emulator
I'm using the File Explorer in Eclipse and clicking on the "Push a file on device" option on the sdcard folder. I get a "Failed to push the item" message. Most likely this has to do with the fact ...
0
votes
0answers
14 views
socket from android emulator (client) to host machne(server)
I tried to send some message from android emulator to host machine using socket.
On the host machine (ubuntu), android emulator which is socket client is running.
The host is listening with specific ...
0
votes
0answers
30 views
Working on iOS emulator, but not on phone (Phonegap and Google maps API)
I'm using Google Maps API and Phonegap to connect to a server and receive information and coordinates from a SQL database.
It works perfectly when I run the emulator on Xcode, but when I run it on ...
0
votes
1answer
14 views
Simple emulator programming: dec and hex
Notch's DCPU-16 specs recently sparked my interest in the area of simple computer emulation, and just for fun I wanted to make my own.
However all the articles I could find (such as this one), while ...
0
votes
1answer
57 views
HTC ONE X (4.0.3)..Android Emulator
what is the correct emulator for the HTC ONE X (4.0.3)...
I create the emulator by giving its resolution for htc one x but its create some UI problem.
My emulator's resolution is 720*1280, screen ...
0
votes
1answer
18 views
Intel Hardware Accelerated Execution Manager (HAXM) makes android emulator not show up under connected devices
When I use HAXM with an intel atom cpu for an avd, my avd doesn't show up as a connected device in android studio. This essentially means that everytime I rebuild my project, the emulator has to ...
1
vote
0answers
10 views
Testing retina mod rewrite under Windows
I want to serve retina images to devices with high resolution displays. I have no smartphone, so I downloaded Opera Mobile Simulator. It works on this site: http://tekshrek.de/retina/ but not on mine.
...
0
votes
0answers
101 views
Titanium 3.1.0 - Emulator process exited with code 1 - Can't compile APK
I have this issue with Titanium Studio. I can't compile my project for Android. I try to Run or Debug to project, but I've got this message:
Titanium Command-Line Interface, CLI version 3.1.0, ...
0
votes
1answer
26 views
Android SDK MonkeyRunner can't make connection (NullPointerException)
No matter what I do, I can not seem to get MonkeyRunner to connect to the emulator, even though it's running and adb shows that it is available:
...
0
votes
0answers
11 views
Windows Phone Emulator won't launch
The emulator used to run fine, but as of late whenever i try to launch it, whether directly from the programs list or by running code in Visual Studio, the emulator will launch, stop responding and ...
0
votes
0answers
37 views
Android emulator for browser testing on Windows
I need a free Android emulator (or general smartphone emulator) to test websites in local. I need it to be a software not an online emulator.
I already tried the official Android SDK, and it works ...
0
votes
1answer
35 views
android applications does not compile and the emulator does not work
I am trying to learn android and i have encountered a serious problem. when i debug and run the program nothing happens. is there some special way to debug and run the code?
and some times i get the ...
1
vote
1answer
19 views
Overflow flag cleared after SBC with overflow in 6502 emulation?
I've "finished" emulating my 6502 processor, and I'm in the testing phase right now. Being the beginner that I am, I've been stuck on this one issue for a couple of hours already. I'm following an NES ...
0
votes
1answer
23 views
Time on mock GPS location in emulator not correct
When I run my app in the emulator, I get a GPS location but I have noticed that the time attached to the location appears to always be fixed and is not synchronized to either the OS clock or any other ...
0
votes
1answer
25 views
Not receiving GPS location in emulator in Broadcast Receiver
I am not able to receive GPS locations in my app running in the emulator. I setup a a location listener as follows:
locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, interval, 0, ...
3
votes
2answers
47 views
Why is the initial state of the interrupt flag of the 6502 a 1?
I'm emulating the 6502 processor, and I'm nearly finished (in the testing phase right now) and I'm using some NES test from the nesdev site, and it's telling me that both the interrupt flag and the ...
-3
votes
0answers
25 views
SSH server on Android Emulator [closed]
Is it possible to start SSH server on Android emulator? What is the app name?
I've tried a few apps but neither of them could run on Emulator.
0
votes
2answers
38 views
Does object overhead matter when emulating a 6502 processor in Java? (using wrappers instead of primitive types)
I'm programming an emulator in Java (currently working on the 6502 processor), and I'm planning to use my own wrappers for some primitive types, simply because it enables me to do some things easier. ...
2
votes
1answer
195 views
Android emulator unfortunately HelloFacebookSample has stopped
I am a new to android APP. I download facebook sdk for android (https://developers.facebook.com/android/). Everything is fine except running in emulator. Everything samples in SDK cannot rightly be ...
0
votes
0answers
142 views
Android Emulator 4.1.2 Root?
How to root Android 4.1.2 is, as I said in the title?
adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock03 /system
adb push su /system/xbin/su
adb shell chmod 06755 /system
adb shell ...
0
votes
1answer
134 views
Google Maps API 2 for Android “Unfortunately, [app] has stopped.” Unable to run the app
I'm a newbie to android programming and I've run through the android developers guide and YouTube guides ,and also checked the other similar questions asked here, but am still unable to load a map on ...
0
votes
0answers
91 views
Android Emulator is running but not loading my app in Titanium
I can run the app in the "mobile app preview in browser", and I can boot up the Android Emulator successfully. But the emulator just showed me the home screen all the time without loading my app. I've ...
0
votes
1answer
50 views
Determining carry and overflow flag in 6502 emulation in Java?
I'm making a 6502 emulator and I'm stuck (or I think I am at least) already at the beginning (implementing the ADC operation). The problem is that I have to determine if there's a carry or an ...
0
votes
0answers
3 views
Windows Phone 8 Emulator printing inverted characters
My Windows Phone 8 SDK Emulator types inverted characters on TextBox whether I use the OSK
or the Computer's keyboard . Moreover it wont retrieve the the text from the TextBox too .
Is there a fix ? ...
0
votes
2answers
53 views
Cannot access internet on android emulator?
I have been trying to run internet on the android emulator but with no success yet. I have tried most of the things i.e. trying to run with dns-server option argument, adding proxy configuration ...
0
votes
0answers
12 views
Running QGlobe in emulator
I'm attempting a project using the Nasa World Wind data on the android. Unfortunately I do not have a device at the moment, so I need to get the application (currently I'm just trying with QGlobe) to ...
0
votes
1answer
64 views
Titanium Studio not building android application
I recently moved to titanium android development. i was trying to install titanium studio on my windows 8 machine and followed official site instructions.
1) I installed java 1.7 sdk (on C:\Program ...
0
votes
4answers
43 views
Using char as an unsigned 16 bit value in Java?
I need an unsigned 8 bit integer in Java, and char seems to be the only thing close to that. Although it's double the size, it's unsigned which makes it practical for what I want to use it for ...
0
votes
1answer
98 views
Android App works on Eclipse Emulator but Play Store says my device is not compatible
I'm programmming an App that works fine when I run it on the emulator with Android 2.2, also I execute the .apk in my tablet Galaxy Tab2 Android 4.0.3 and works fine too.
Then, I sign the App and put ...
1
vote
2answers
35 views
Error when i m trying to run the log in activity on real device (works perfect on emulator)
hi to everyone i develop an android app and i have problem when i run the app on real device. On emulator everything work properly.
When the activity starts i fill username and password and i press ...
1
vote
1answer
69 views
Recommendation for a simple x86 emulator and operating system
As a personal learning project, I want to port an existing x86 emulator library to JavaScript and then run a very simple operating system on top of it.
My only requirement for the library is that it ...
-4
votes
0answers
28 views
How make the website open like nimbletank [closed]
I want to open my website the way nimbletank does. But I want to open in an iPhone emulator.
Any help on this?
Thanks
-2
votes
1answer
51 views
Sending and receiving SMS to android emulator without Telnet [closed]
Anyone knows if there is a way to send sms to android emulators without using the Telnet approach?
I am trying to create a desktop application that will trigger an sms to the Android emulator.
0
votes
0answers
71 views
Downloading a 3gp video file from Internet
I want to download a video file (extension 3gp) from a certain http address. My application starts downloading, but it stops after downloading 9216 bytes. The file length is 1734741. I tried to ...
0
votes
1answer
68 views
InsertToDoItem Windows phone 8 Emulator Crash
I am attempting to test my app for the Windows Phone 8 Platform using the Emulator provided by Visual Studio 2012. The application runs fine until I attempt to Insert an item into the Windows Azure ...
1
vote
1answer
24 views
Emulate GameBoy Colors GameLink
I'm currently developing a GameBoy Color Emulator for learning purposes. I also wanted to emulate the GameLink functionality (poké-fight ftw!), but I did not found any documentation, examples, ...
2
votes
1answer
43 views
Android emulator starting error
**In Starting of Emulator casue problem <br>**
Starting emulator for AVD '4.2atom'
Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, using software ...
0
votes
0answers
40 views
How to display file from sd card on android emulator
I asked this (Take screensot and save android) question awhile ago and got an answer that I accepted. My problem now is that unlike the answer, my file isn't displaying in the emulator. Does anyone ...
0
votes
2answers
91 views
DDMS showing empty file explorer for online emulator
I am facing this problem from many day,i searched a lot but not found any convenient answer.
Whenever I start a emulator ,after some time when I see DDMS its show the emulator online but its File ...
3
votes
1answer
108 views
Android Emulator Error: MESSAGE Failed to load properties file for project
I got the following error when I try to launch the Application Home in the emulator
!ENTRY com.android.ide.eclipse.adt 4 0 2011-05-02 17:42:09.862
!MESSAGE Failed to load properties file for ...


