I'm looking for a emulator for android that can boot ISO files.
There are many emulators for console games,i think you want to boot an operatiting system,if you are looking for windows its not possible,but if you want linux there is an app called Complete Linux Installer on play store but you have to be rooted
Related
If you download the PocketPC SDK, you can also get the WM2003 SE emulator. With this, you can pretty much have a play with the new OS update. I wonder if it is possible to extract the ROM from the emulator and use it on our XDA II.
What do you reckon? Anyone up for the challenge
illwil said:
If you download the PocketPC SDK, you can also get the WM2003 SE emulator. With this, you can pretty much have a play with the new OS update. I wonder if it is possible to extract the ROM from the emulator and use it on our XDA II.
What do you reckon? Anyone up for the challenge
Click to expand...
Click to collapse
you won't run any extracted X86 suff on an ARM machine.
yes it's the same with visual embedded c++ the code need to be compiled for x86 to run in the emulator and as arm if you use the pda device to run the code on so the emulators only emulate the interface platform not the hardware itself
I downloaded the emulator but there is no exe file... how to start the emulator?
These files are incl. but no .exe!
PPC_2003_SE.xml
PPC_2003_SE_WWE.bin
Pocket_PC_Emulator_Down.bmp
Pocket_PC_Emulator_Mask.bmp
Pocket_PC_Emulator_Up.bmp
I have the also Pocket PC 2003 SDK, these is not much than a DOS promt in the SDK :lol:
I have also Microsoft eMbedded Visual C++ 4.0 but I can't use that either
Please help... I wanna try the emulator
the way I use the emulator is by creating a Smart Device Application project in Visual Studio .NET (2003) and then when I run the app, you get prompted on where you it deployed. You can then select the WM2003 emulator. there is even the VGA emulator on the list.
Does anyone have a rooted, Intel-based android device that has access to the Play store? If so, could you download the 'Sonos Controller for Android' app and upload the apk here?
I'm trying to find a way to run a Sonos app on Ubuntu and the easiest route seems to be to run the Sonos Android app in an Android VM (because the Sonos Windows app no longer runs in Wine). I'll be running on Intel though so I need the apk that targets Intel architecture.
Many thanks!
Here you go - http://d-h.st/W2D
Thanks!!
I know i can install a linux distro over Android using emulation or whatever, but its a freakin waste of resources to run two systems at once. Would it be possible to convert an old phone like this to linux without wasting resources blatantly? A console with working linux console apps will be fine too ((((((
arotex said:
I know i can install a linux distro over Android using emulation or whatever, but its a freakin waste of resources to run two systems at once. Would it be possible to convert an old phone like this to linux without wasting resources blatantly? A console with working linux console apps will be fine too ((((((
Click to expand...
Click to collapse
What do you want to use the phone for?
Can anybody explain me how to install android os on virtual machine on my computer. So that i can easily use the android apps on my pc without using the emulator and i think this would work better. Please Help...
You may take advantage of BlueStacks.
My recommendation: BLISS OS ( dual boot solution )
Emulators - where it doesn't matter which one - are always only a stopgap solution. Because emulators share system resources with PC, a high-end PC is neded to more or less flawlessly run an emulator instance.
Hi Kajal,
I totally agree with all the other answers like you can easily install Bluestacks on your computer and can use android apps easily. But only things only thing in bluestack is that you have good amount of RAM so that the apps can run smoothly. But still if you want to install android Operating system on virtual machine then you can follow these steps:-
Download the android ISO file from android-x86 and then download Virtualbox and install it properly.
1. Now Open Virtualbox
2. Create Virtualbox a new virtual machine
3. Configure virtual machine RAM and Harddrive.
4. Now import the ISO file in the virtual machine and setup it properly.
5. Now Adjust your Video Memory allocated for the android virtual machine.
6. Now once your android machine is created, Click on Start.
7. It will start loading the android files and then select the harddrive where it will be installed.
8. Now wait for few minutes and it will be ready to RUN.
I know the process is little longer, that i have also attached the guide showing how to install Android OS properly.
https://www.buildsometech.com/2020/01/install-android-os-on-pc-virtualbox.html
If it doesn't work. Please comment below, i would definitely love to guide you further.
Thanks,
Hope it helps
jwoegerbauer said:
My recommendation: BLISS OS ( dual boot solution )
Emulators - where it doesn't matter which one - are always only a stopgap solution. Because emulators share system resources with PC, a high-end PC is neded to more or less flawlessly run an emulator instance.
Click to expand...
Click to collapse
i like that option. next project. ty
why not use emulator?
hi, I'm a newbie on android.
I'm building AOSP on a remote server and cannot run emulator on it due to I have only ssh access. So I want to copy the system images I built to my local Windows PC to run.
I installed Android Suite on my local Windows PC and install AVD manager, I can run google images with the emulator.
But my problem is I can not run with my images on my Windows PC.
What I did is just replace the system.img in "C:\Users\MYACCOUNT\AppData\Local\Android\Sdk\system-images\android-29\google_apis\x86_64" with the system-qemu.img (renamed to system.img).
P.s.:The system.img I built is also "aosp_x86_64-eng".
Can anybody give me any guide what should I do on this? Thansk in adv.