how to work with genymotion in vt-d processor in windows 7? - windows-7

genymotion already installed but when I want to work it will show only a white page of genymotion and nothing will happen. my system has all prerequisites for genymotion except VT-x processor.i have a VT-d processor. How can I work with genymotion in the VT-d processor?

Related

Android emulator on AMD Ryzen 5 2500u

When I try to start AVD form Android Studio it says my processor doesn't support VT-x or SVM.
I use a Lenovo Thinkpad with an AMD Ryzen 5 2500u Processor (Windows 10 Pro).
Does this even support SVM?
How can I run AVD on an AMD?
I use the latest versions of all of my programs and systems.

Xamarin Studio Android Emulator Extremely Slow

I am using Macbook Pro 2015. I installed Xamarin Studio and Android SDK
I created AVD like this
When I start my AVD, it never moves further than screen showing "android" on it, even 1/2 hour after starting it
adb devices command shows:
adb devices
List of devices attached
emulator-5554 device
Is there something I am doing wrong in setting my emulator. I am aware that android emulators are slow but it wasn't this slow. I am also aware of HAXM but I found instruction to install them bit to flaky and I dont want to take a risk. I also know about Genimotion but that is not an option for me.
Is there another way to speed up the android emulator?
I had the same problem and I used an alternative solution to fix this problem.
Install VMware or VirtualBox
Download the ISO file of your android platform http://www.android-x86.org/download
Create a virtual machine with the ISO file
You can use these settings:
Target OS: Choose Linux
Target Os version: Other
1 GB RAM
Add a new hard drive: VDI drive, dynamically sized
Start the VM
Now you can connect Xamarin to the VM.
Find the path to your Android sdk-platform-tools
Open a terminal in your Host and locate sdk-platform-tools and type ./adb connect
Now you can run your code from Xamarin to the virtual machine, which is really fast compared to simulation from Xamarin.
make sure that Android version of your Target Framework is the same of smaller than Android version of your emulator you have chosen to build.

Starting Hololens emulator in mac using Vmaware and run Windows 10. getting error message

"The emulator is unable to set some properties ...."
I want to start hololens emulator in mac. I installed Vmware and Windows 10 but I get the error message shown in the image when I want to run the emulator.
Could anyone help me to fix it or it cannot be achieved to start the emulator using virtual machine.?
enter image description here
Check your memory allocation for your VMs, its looking for 8gigs, and you only have 5 gigs available for that vm. What I was able to do is to use bootcamp to boot to a windows os directly on the mac, and this will give you access to more memory in windows for your vm, but there is a bug where your virtualization in the MacOS will not automatically turn on, so you have to do it manually after you install bootcamp and windows 10. Then you need to make sure your hyper-V is installed in windows, so that requires windows 10 pro.
You can't use Hyper-V (on which the official HoloLens emulator works) from VirtualBox or VMware.
As an alternative, you might try Boot Camp.
You can use Boot Camp to install Windows 10 on supported Mac models that have OS X Yosemite or later installed.
These are the supported models.
MacBook Pro (2012 and later)
MacBook Air (2012 and later)
MacBook (2015 and later)
iMac Pro (2017)
iMac (2012 and later)
Mac mini (2012 and later)
Mac mini Server (Late 2012)
Mac Pro (Late 2013)
To do an install of Windows, you'll also need Windows 10 installation media.
Then, open Boot Camp Assistant from the Utilities folder (or use Spotlight to find it) and use it to install a new copy of Windows.
Here's a full instruction (and more details on this install) from Apple.
(I use Windows, so it just works for me)

Unable to install HAXM in Windows 10

I'm working on android studio when I run the application it shows an error when I tried to install emulator through sdk it shows
ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!
I'm using Windows 10 and it does not have hyper - v so I'm unable to install HAXM .please tell me the solution?
I have ran into this issue before on OSX.
How I fixed it: Delete/Reinstall the Android SDK. Sometimes if you install the SDK in a different location then it was before, may help as well.
Also you could check and see if you need to install any new updates in the SDK it's self.

PhoneGap with Windows or iOS Emulator on Virtualized Desktop

In reading the Adobe PhoneGap documentation they seem to have left out any information about running in a virtualized environment.
As you probably know, you cannot plug a mobile device into a virtualized desktop. I'm not referring to a desktop that is running virtualized software like Parallels(tm) on a Mac. I'm talking about a truly virtualized desktop running on a Linux Xen Host Server.
I'm running Microsoft Windows 2012 Server O/S on a Citrix Xen Desktop v6.5. The host server does not support GPU nor hardware acceleration, and installing Intel's HAXM fails reporting my computer does not support this technology either.
I've found that I can only create an AVD using the ARM versions of the android emulators from the Android SDK. And yes, they are slow.
I did glean some great info from : How can I run Android emulator for Intel x86 Atom without hardware acceleration on Windows 8 for API 21 and 19?.
So now that I have my s-l-o-w android emulator working with PhoneGap ... does anyone know how I can find a Windows and/or iOS emulator that PhoneGap might work with? Is this even possible?
I see all the Windows emulators requiring the .NET framework - rather than any java SDK's and I've heard that you can just forget about iOS development on anything other than a MAC product.
Thanks all!
Mary B.

Resources