Blackberry 10 simulator showing blank screen windows - blackberry

Hi i have installed latest blackberry 10 Simulator (BlackBerry10Simulator-Installer-BB10_2_1-1925-Win-201312191822) .After installing when i click on controller i am getting a blank white screen as shown in bellow screenshot.I am using windows 8.0 Enterprise.What may be the issue?Thanks in advance.

I solved the exact same problem.
Upgrading from a generic graphic driver with OpenGL 1.1 to a specific driver that enabled OpenGL 2.1 solved the problem.
You can check which OpenGL version do you have with this software: http://www.realtech-vr.com/glview/download.php
I had to manually force the installation of an older Vista driver in Windows 8.1 for my Intel 4 Series graphic card. Since Intel does not offer official drivers for Win8 and Win8.1 I had to:
1) modify the .inf file inside the latest official graphic card drivers to enable the installation for unsupported Windows.
I changed this part:
[Manufacturer]
%Intel% = IntelGfx, NTamd64.5.1, NTamd64.6.0, NTamd64.6.2
[IntelGfx.NTamd64.5.1]
; no install on XP
[IntelGfx.NTamd64.6.2]
; no install on Win8
[IntelGfx.NTamd64.6.0]
to this:
[Manufacturer]
%Intel% = IntelGfx, NTamd64
[IntelGfx.NTamd64]
2) I allowed installation of unsigned drivers with these commands in cmd:
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
3) I installed the Intel graphic drivers, then after a reboot I re-enabled signed drivers with these commands:
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF
4) Make sure that Windows Update does not automatically install the newer signed generic graphic card drivers that will overwrite you custom Vista drivers. Just mark as hidden the update as soon as it appears in Windows Update.

Try to upgrade the graphics driver for your video card. Older drivers for ATI video cards have this issue.

Related

Is there a way to copy Win 10 built in apps such as Microsoft Edge to another windows?

So what I am trying to say is that I am using Win10 in a laptop that has a Microsoft Edge version 44.18. And I want to copy this version to my desktop PC and I have found all the file but when I run the Edge Browser from those files it won't run. Is there a way I can copy this browser and run it. I am providing the picture of the directory and the files
Thank in advance. ;)
This are the file related the Edge Browser:
when I run it nothing it won't run not even as administrator:
Which Windows OS version and Edge browser version are you using on the desktop PC? The Microsoft Edge 44.18 version is the Windows OS 1903 build in apps, to use this version Edge browser, you could upgrade the Windows OS version to 1903 version. In my opinion, I'm not suggesting you directly copy the Edge folder to other devices.
If you just want to make some test using the Edge 44.18 version on the desktop PC, and not want to change the desktop OS, I suggest you could download a free Windows 10 virtual machines on the desktop PC and use the Edge 44.18 version.

How to build iOS app using Flutter with Windows 10

How can I build iOS app using Flutter with Windows 10?
I clicked in (build - Flutter - iOS app) from the tab bar, but it responds:
Building for iOS is only supported on the Mac.
It is not possible... You have to have a Mac to build an app for iOS.. That is Apple rules!!
It is not possible on a Windows 10. This way Apple can force developers to buy Apple hardware to develop for both platforms. You can try Hackintosh on a PC which will let you create IOS apps on non apple hardware.
It's not possible directly with Windows. You can achieve it though by using external services that provide Mac build machines. One of these services is Appollo.
Once you have Appollo installed and set up you can run the following command in your console to build your app
appollo build start --build-type publication
this will pre-publish your app on Apple Connect. You then have to add your screenshots etc...
You need to have xcode to create IOS app which is available only on OSX. Not on Windows. Not on Linux or anything. But using Hackintosh (Mac OS on normal desktop or laptop hardware) you can build IOS app on that PC or laptop though.
Apple only allows iOS emulator which is running on macOS, so we need to run macOS on your non-mac computer
Two ways:
Hackintosh (macOS running on non-mac device)
Virtual Machine (VM)
The first way can give you a high-performance environment (compare to VM) to run iOS simulator. But it's strict to your hardware. The best way is to use hardware as close to the original mac as possible.
The second way has better compatibility. You just need to download macOS's image and install system in VMware or other VM software.
But VM will degrade performance, and in my case neither of my graphics cards seem to work, so I'm guessing my CPU was rendering the GUI. Also, modern macOS (meaning better visuals but more rendering pressure) is slower than old macOS.

Is there anyway i can check the version of intel chipset installation utility?

I installed Intel Chipset Installation Utility 10.0.22 Rev.A(3 Dec 2014) on my HP 430G2. But i suspect it didn't installed properly. How can i check what version my laptop currently have?
you could download and run the driver update utility from Intel [http://www.intel.com/p/en_US/support/detect], although that might not show chipset - depending on the system.
So look in Device Manager under System Devices and then right click on your chipset and on the driver tab, check the version number.

Test android application onn samsung galaxy grand

I am using ubuntu 14.04 os and i have adt bundle for 64 bit. How can i test the android application which is created in these adt on samsung galaxy grand?
either use android emulator that google provides (as far as i know, that won't be an issue even if your OS is 64bit), or connect your device using adb and run it directly.
It is very easy to test in windows.
I am using windows 7 ultimate + Android studio.
1. Install Android studio
2. create hello world android app project.
3. click 'run' it should list your device to run app on.
If it does not show in device list follow below linkto first install Handset Manufacturer specific driver for andoid.
download and install android driver for debugging

WP8 SDK on a virtual machine?

I have a HP EliteBook 8560p with 4GB ram and a 2,5Ghz i5-2450M processor running windows 7.
My question is: will I be able to run the WP8 SDK on a virtual mashine running W8 that i give 3GB ram to or will it be to slow? The system requirements for the SDK says 4GB minimum. Unfortunately this is my schoolcomputer so I am not allowed to install W8 as the operating system, that's why I want to use a virtual machine.
You will be able to run W8 and WP8 SDK on a virtual machine, but you'll likely have a very slow experience.
Adding to MDumitru answer, you should install virtual box not VMware. Windows Phone 8 SDK requires hardware Hyper-V support1. You can follow this article while installing VMware and WP8 sdk inside it.

Resources