An emulator is a system which is designed to perform the duties of a different system.
0
votes
0answers
19 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
33 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 ...
0
votes
1answer
15 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
22 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
16 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, ...
2
votes
2answers
38 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
17 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
36 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. ...
1
vote
1answer
105 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
81 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
94 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
48 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
46 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
38 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 ...