From this archive, download BlackBerry10Simulator-Installer-BB10_3_1-995-Win-201410280147.exe
.
Just run the exe and follow the installer. Windows 10 may throw some errors that it is unsecure and there should be newer version (duh). If you need to run Blackberry 10 Simulator, I guess that security is the last thing you care about.
This Blackberry Simulator is nothing more than a VM and some tooling. We will ignore the tooling for now, as from my personal tests, VM seems to run fine without it.
\InstallerData\Disk1\InstData\Resource1.zip\$IA_PROJECT_DIR$\installerdata\BlackBerry10Simulator-BB10_3_1.zip\
..vmx
file in extracted files directory.Blackberry Simulator should now be running in a new window. If it's not, please read the next point.
If the VM starts with black screen and immediately closes, please check VM logs in the directory where you extracted the files (files vmware.log
, and vmware-[0..].log
if you opened it multiple times).
If the file contains such line: [msg.vmx.nestedHyperV] VMware Player and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Player.
, do as follows:
bcdedit /set hypervisorlaunchtype off
This operation disables HyperV, Win10-wide. If you need it enabled again, run bcdedit /set hypervisorlaunchtype auto
and reboot.