All Questions
4,475 questions
1
vote
0
answers
28
views
How to render the display for the chip8 implementation
hi guy's so i've been working on this chip8 emulator and I'm half done with finishing the project. the issue i'm having is how to render the display via sdl. i know how to create a window and display ...
-1
votes
0
answers
13
views
Android Studio Emulator Proxy
I have problem with Proxyman. I use Proxyman with Android Studio Emulator (Windows 10) but sometimes with some requests to the network I get error such as:
Caused by: javax.net.ssl....
0
votes
0
answers
34
views
Android Emulator Problem: Only displays a black android screen for a split second and the emulator disappears
I've had this error for quite some time now and I don't know how to fix this. I tried most of the methods online and unfortunately, they're outdated and doesn't work anymore.
So, I have an Android ...
1
vote
0
answers
16
views
Send controller signal to a console from a pc
Hello would it be possible to plug a controller to a pc then send the controller signal to the console as if the controller was directly plugged to the console.
This would be usefull to edit the ...
0
votes
0
answers
19
views
How to handle frequent CAPTCHA challenges in a Chinese app (Poizon) while testing on Nox emulator?
I’m testing an app called Poizon (a Chinese shopping app) on the Nox emulator. My goal is to parse and analyze data during testing, but the app frequently triggers CAPTCHA challenges, interrupting the ...
0
votes
0
answers
12
views
Datastore Emulator
Does Google Cloud Datastore Emilator support java version 17? When I ran it for my database it returned an error message saying only Java 8+ is supported…ChatGPT says it should work…has anyone ...
-1
votes
0
answers
26
views
Problem in android emulator and Ionic 7 live loading
for a few days now I've been experiencing something that stresses me out a lot and I don't know why it's happening. When I run the command:
ionic cap sync android && ionic cap run android -l -...
0
votes
2
answers
58
views
Emulating an Excel Formula Using Power Query
I have a table with 7 columns: Date, Time, Open, High, Low, Close, TickVol. In excel, if I add this formula on H4: =if(E4>D2, "BISI","") and drag to it to the end, it works. It ...
-2
votes
0
answers
30
views
Unusual display on pixel fold emulator on android studio
I start the pixel fold emulator on android studio Koala version.All text on the emulator are big!I try to set the display text size smaller in setting but useless.How can I make the display correct?
I ...
0
votes
0
answers
33
views
Android Emulator gives "Aborted (core dumped)" when openning a game
i'm using an android emulator from android studio, the emulator crashes when i open a game i got from playstore, here are the details and the stack trace (resulted from running the emulator from the ...
0
votes
1
answer
79
views
How to emulate NFC FeliCa tag with specific service code and block data?
I'm working on a project to emulate an NFC tag with specific service codes and block data in Python using nfcpy. My goal is to read a card, capture its data (service codes, blocks, and content), and ...
2
votes
1
answer
83
views
Is std::byte the right data type for hardware registers in an emulator?
I'm writing an emulator for a very popular handheld console in Modern C++.
It's clear that for the RAM I want to use std::vector<std::byte>, but I'm struggling if std::byte is also the correct ...
0
votes
0
answers
87
views
AOSP Emulator Offline
enter image description hereI am new into AOSP and trying to learn the same. I have started the emulator using
emulator
command and I can see it.
However, when I issue
adb devices
command, it shows ...
0
votes
1
answer
73
views
Does legacy x86 (before Intel-VT and AMD-SVM) supports Type 1 Hypervisor? [closed]
I am familiar with the dynamic translation and the trap-and-emulate (Type1 Hypervisor) concepts. What makes me confused is that many articles usually combine dynamic translation and type 1 hypervisor, ...
0
votes
0
answers
29
views
How can I make an instance always be the same as another instance if not copied? (if an instance is changed than the other changes)
I'm working on a project (the very complex task of a computer emulator) and I need to make a ConnectedPin instance always be the same as another (kind of like how multiple dict objects can be the same ...
0
votes
0
answers
13
views
expo run project on both mobile and tablet emulators
What exactly is the workflow to be able to run and test the expo project on both android mobile and tablet emulators.
I have following devices running
adb devices
List of devices attached
emulator-...
0
votes
2
answers
226
views
android studio emulator not running
i had updated my android studio to the latest version and from that time my emulator is not working it is showing the error The emulator process for AVD Pixel_9_Pro_XL_API_34 has terminated. my other ...
0
votes
0
answers
124
views
Memu crashes on attempted launch: The core process of Memu has ended. Click OK to close the window
This virtual machine is important as it has whatsapp and some authentication apps on as my phone is quite old. Is it possible to regain the VM? I have Windows 10. Everything is fully updated. The last ...
0
votes
0
answers
52
views
Android Studio emulator "Cant Connect Camera" using windows virtual camera from Phone Link on windows 11
I'm trying to emulate my Phone's camera to the android virtual device using Windows Phone Link connected to my S10+. The camera works fine on the windows camera app but every time I try to use it in ...
0
votes
1
answer
231
views
The emulator process for AVD Pixel_Tablet_API_35 has terminated
Hi guys,
I’m encountering an issue with the Android emulator. When I try to run the AVD (Pixel_Tablet_API_35), I receive the error message: "The emulator process for AVD Pixel_Tablet_API_35 has ...
0
votes
0
answers
57
views
Hide the fact of using android emulation
I have the following code that identifies whether an android device is emulated, I need to use qemu to try to cheat this code, I found several lines in it related to the detection of QEMU specifically,...
0
votes
0
answers
69
views
flutter_quill package gives me error "Service connection disposed" and crashes the app
I'm using flutter and I want to integrate rich text editor and I came across this package flutter_quill: ^10.8.2
It always gets me an error when I put it in the yaml file:
flutter_quill: ^10.8.2
but ...
0
votes
0
answers
33
views
Android SDK version mismatch in React Native project
I'm developing a React Native project, and my build.gradle is configured as follows:
buildscript {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 21
...
0
votes
1
answer
52
views
Why does the Chip8 subtraction opcode involve a bitmask AND a bitshift?
I'm following the Chip8 guide written by Austin Morlan: https://austinmorlan.com/posts/chip8_emulator/
In his description of the opcode for SUB, he has this code:
void Chip8::OP_8xy5()
{
uint8_t ...
0
votes
1
answer
356
views
React Native: App build succeeds but crashes immediately on Android emulator
I'm using React Native CLI (version 0.72) and after successfully building the app with
npm run android,
the app opens in the Android emulator but immediately closes without any error messages in the ...
0
votes
0
answers
17
views
emulator is not showing in the screen it is on the taskbar
im trying to open my android emulator in vs code , in android studio my emulator is opening in the running device in vs code my tablet emulator is running and showing in my screen but for mobile ...
0
votes
1
answer
133
views
Issues with Running iOS Side of React Native Project on Expo Go
As a student working on a project with React Native, I'm currently using Windows. I've successfully set up and run Android Studio, but I'm having trouble running the iOS side using Expo Go. After ...
0
votes
1
answer
213
views
React Native: App crashes on first launch but works on restart, and APK shows "Unable to load script" error
I'm facing two issues with my React Native project:
App crashes on the first launch:
When I run the command react-native run-android, the app installs and runs on the emulator/device but crashes on ...
1
vote
0
answers
32
views
Error: Package path is not valid. Valid system image paths are: null
I am getting this error when creating the new avd using avdmanager create command. The system image is downloaded properly but the avdmanager can't find it. Here is the output in the terminal
PS C:\...
0
votes
0
answers
26
views
qemu system -86 _64 error in Android Studio
[Imageenter image description here of Error](https://i.sstatic.net/6HIRHssB.png)
What i can do for this error while i open an emulator on android studio.
I Reinstall the application and other try but ...
0
votes
0
answers
186
views
failure to connect mobsf container to genymotion vm via ADB
I set an genymotion vm on AWS, and I am able to login to port 443, and confirmed that 5555 is working for adb,
then I launched mobsf using docker
docker run --name mobsf -it --rm -p 8000:8000 -p 1338:...
0
votes
1
answer
40
views
Authentication with Bot Framework Emulator v.4.14.1
I am trying to test the authentication with the Bot Emulator, right now I am using the the sample BotAuthenticationMSGraph in dotnet core.
I created an App Registration Single tenant and configured ...
0
votes
0
answers
25
views
Android emulator out of bounds issue cause (solution)
I'm new and can't answer a specific topic with my reputation, but I found a solution. To be precise, I found the cause of the problem, so I created this post. I experienced this problem where part of ...
0
votes
0
answers
18
views
Android Emulator - Batch Clear Location Saved Points
I am looking for a way to batch clear the "saved points" on the Android Emulator. It appears the saved points are shared across emulator instances which is fine but right now I have a ton of ...
0
votes
0
answers
44
views
'Cloning' is not recognized as an internal or external command, operable program or batch file
I run flutter with android emulator but when I run it, it gives an error like this:
'Cloning' is not recognized as an internal or external command,
operable program or batch file.
Error: Could not ...
1
vote
0
answers
76
views
How can I fix numpy not importing correctly when trying to import it from a non locally-available place?
I am trying to use numpy on the felk version of the dolphin emulator, and when importing it, it breaks. I am using sys to import the folder in which numpy is located as well.
Here is the code I am ...
0
votes
2
answers
177
views
Emulator Only Appears in Taskbar and Not on Screen When Launched from VS Code
I’m encountering an issue with the Android Emulator when launching it from Visual Studio Code. The emulator appears in the taskbar but does not display on the screen. The problem does not occur when ...
0
votes
2
answers
83
views
Flutter app showing white screen after first run in android emulator
I just made a new flutter project and run the defalut app that comes with it. First run went smoothly but every run after that showed a white screen after the splash screen. Seeing that terminal still ...
-3
votes
1
answer
33
views
Copy and emulate locker tag
We have a new system in our school to open our lockers, you have to scan your school card. Now I dont wanna always cary my card close to me, i cant put it behind my phone, because those arent allowed ...
0
votes
0
answers
117
views
How can I execute Xbox 360 console commands externally (in Xenia environment) using C++?
I been working on a DX mod menu for an xbox 360 game, but its running in the Xenia environment. On Xbox, all I had to do was use the JRPC CallVoid function. so it would be Kewi.CallVoid(0x8263CB10, &...
0
votes
0
answers
33
views
implementing CPU cycle execution in my chip8 emulator using a 2D array of function pointers
I'm writing an chip8 emulator and I'm unsure if my cycle implementation is a good idea or not. As of now I have a 2D array (7x2) of function pointers that I use as an action queue, this is for actions ...
0
votes
0
answers
44
views
emulator (genymotion, bluestack and android studio) not working
I am currently programming a very simple app. I used to test it on an virtual android phone with Android Studio Emulator. This worked very good for a long time. Then it started to terminate and I ...
1
vote
1
answer
121
views
Looking for ADCD cckd files for download for hercules install
I'm trying to setup a Hercules Mainframe emulator, but can't find the ADCD / cckd files needed to complete the setup. Anyone know where I can find them for download.
1
vote
1
answer
48
views
Can an already compiled binary recompiled for another architecture?
Let's say we have an ARM binary and we want to run this in x86 device, underlying operating system (in this case it's Ubuntu) is same.
The idea in this case would be:
Disassemble the binary
Rewrite ...
0
votes
0
answers
53
views
How can I load an ARMv8 based kernel into Qemu using a given fsbl and ssbl?
From what I have read, I know that using the -kernel option is geared toward emulating Linux kernel based software unless the file passed into that option is an ARM elf file. I have a custom aarch64 ...
0
votes
0
answers
13
views
Emulator issue - system UI isn't responding
I am doing a course with Udemy on coding. I am required to use Android Studio Hedgehog 2023 1.1 RC (Oct 17 2023 version) with the Pixel 7 API 34 'upside down cake emulator'. I am having an issue with ...
-1
votes
1
answer
116
views
Where is the program counter stored in the AVR architecture
I'm writing an emulator for the ATMEGA328P, and after looking through the datasheet I could not find the specific address at which the PC is located, a ton of information is mentioned on other ...
0
votes
0
answers
36
views
Emulating and Reading Xbox One Controller in Python
I am looking to emulate and read (button presses) on the Xbox One Controller. Unlike the Xbox 360 Controller, it seems that there are not many packages that can do this, and the closest I have come to ...
-1
votes
1
answer
102
views
How to install Android emulator on macOS from CLI?
I'm trying to install the Android emulator tool from CLI on macOS 12.
So first I installed openjdk.
$ brew install openjdk
==> Downloading https://ghcr.io/v2/homebrew/core/openjdk/manifests/22.0.2
#...
0
votes
1
answer
48
views
How to update version in emulator package.xml
I downgraded emulator and copied package.xml from previous emulator to downloaded emulator. I tried to change the version in xml file by opening the file. I couldn’t update. Please suggest how to ...