Sunday, 25 June 2017

[Solved] Problem with self-signed certificates on Windows 10

Either you need a new certificate installed for this app package, or you need a new app package with trusted certificates. Your system administrator or the app developer can help. A certificate chain processed, but terminated in a root certificate which isn't trusted (0x800B0109).

The mentioned problem occurs when user try to install a windows 10 app from a unknown publisher or a app with un-trusted certificates. This issue leads to developers not be able to install self-signed apps in a third computer.
Actually this happens when a proper certificate is not installed in the root certificate directory. In order to solve this problem, you need to proceed as follows-

Step 1-
Ensure that you have exact the same problem, if yes then right click on '.appxbundle' project and open the 'Properties' window.
Click on the 'Digital Signature' tab.
Select the certificate associated with the package and click on 'Details'.

Step 2-
From the open pop-up window 'Digital Signature Details', select 'View Certificate'.


Now click on 'Install Certificate'. A new 'Certificate Import Wizard' will be showed up.

Step 3-
Choose 'Local Machine' under Store Location and click Next.
Choose 'Place all certificates in the following store' and browse for 'Trusted Root Certification Root Authority' and click 'OK'. Then let it install.
Click 'Finish' and you're done. You'll receive a 'Import was successful' message.


You can now try to install your app package again. Don't forgot to install Dependencies before installing the package.

Stormtech Magnum- Beta 0.1.9 Released (featureUpdate + bugFix)

This is an another update for Magnum Beta following version 0.1.4 which is a feature update and contains few bug fixes.

About the Project

Magnum Project is written entirely in C#. It is based on Edge-Chakra-Engine which is one of the most modern and CPU efficient engine, when it comes to comparing with Chrome or Firefox. Anyways, I can't compare my small project with these commercial browsers.

Magnum is an UWP project (Universal Windows Platform) which means that it will run on any device running Windows 10, irrespective of device memory limitations or screen size.

Features that are added in this release-

It is a very big amusement for me to make such a long list of new features that Magnum will support on this release. Major features added to Magnum-
  • Added YouTube Downloader, a blue button will appear on youtube pages if a valid video is found.
  • Updated Download engine to have better track of ongoing downloads and store past downloads history.
  • Added support to download files as per user demand- have default download location or make it ask for download location each time.
  • Support to bind/categorize  History content as per navigation time-date in History Page.
  • Improved Library UI, added swipe gestures to navigate between library pages- Bookmarks, History and Downloads.
  • Replaced default URL box with new URL box to show suggestions as per past navigations.

Bug Fixes from previous releases-

While debugging I found some bugs in the app and few that were complained by my friends. These are the few bugs I was able to solve in this release-
  • Fixed back button navigation that used to get stuck in an infinite page switching.
  • Fixed file naming while downloading contents, which used to prevent current download operation to get cancelled due to illegal file names.
  • Fixed sudden crashing while navigating too fast between pages.

Probable features to be included in future releases-

Apart from working hard, I'm trying to include few more developers by asking my friends. Having only single developer, it is going to take a little longer for Magnum to have stable release in near future. These are the features that you'll see in next releases-
  • Tabbed Browsing
  • AdBlock Extension
  • User Agent Switcher
  • VPN Plugin
  • Integrated torrent engine


Download Links for Current Release-

You can get the current release of Magnum from following dropbox link-

Magnum Beta for ARM based Phone Devices

Magnum Beta for X86/X64 based Devices

Please uninstall the previous release before installing this release to prevent data collisions.

Please after installing and testing, make a review of the project in comment section below. I need your support to keep the project going on.

Wednesday, 14 June 2017

Stormtech Magnum- Beta 0.1.4 Released (featureUpdate)

After a week of long effort, I'm releasing Stormtech's Magnum second Beta version 0.1.4 with enhanced features.

About the Project

Magnum Project is written entirely in C#. It is based on Edge-Chakra-Engine which is one of the most modern and CPU efficient engine, when it comes to comparing with Chrome or Firefox. Anyways, we can't compare our small project with these commercial browsers.

Magnum is an UWP project (Universal Windows Platform) which means that it will run on any device running Windows 10, irrespective of device memory limitations or screen size. Being UWP, it makes us write less codes with better results.


What is included in new update-

For the past one week, I'd been working on adding all the features that I had promised in my last post. This time, Magnum has got following improvements-

  • Added unlimited file size download capability with run-time progress UI.*
  • Improved History tab, which used to get stuck while opening some history items.
  • Solved minor problems with search-box not recognizing valid URL schemes.
  • Solved buttons overlapping in Main Menu when rotation changes-Mobile Device only.

What's Coming-

As I had promised last time, I'm putting my entire effort in developing the Magnum. In next releases, following features will be introduced in the app-
  • Tabbed Browsing.
  • AdBlock extension.
  • Youtube downloader extension.
  • User Agent switch.

Download Links for Current Release-

You can get the current release of Magnum from following dropbox link-



Please after installing and testing, make a review of the project in comment section below. I need your support to keep the project going on.

Monday, 5 June 2017

Stormtech Magnum- Beta 0.1.1 Released

After a long effort, I'm finally glad to announce that my beta web browser is going to be released for beta testing. So far I hadn't decided any name for this browser but now its announced- Stormtech Magnum.

About the new Browser-

Magnum Project is written entirely in C#. It is based on Edge-Chakra-Engine which is one of the most modern and CPU efficient engine, when it comes to comparing with Chrome or Firefox. Anyways, we can't compare our small project with these commercial browsers.

Magnum is an UWP project (Universal Windows Platform) which means that it will run on any device running Windows 10, irrespective of device memory limitations or screen size. Being UWP, it makes us write less codes with better results.

What has been included in the project so far-

I'm the only developer currently working on the project, so its logical that it'll take longer to include all functionalities of a modern browser. These are the main features of Magnum-

  • Requires lesser memory, about 3% of what is required for Firefox or Chrome.
  • Has UWP UI with a clean browsing experience.
  • Fast startup-3 seconds only.
  • Supports storing history with on demand Incognito feature.
  • Can download files of size 10~ mb.


Whats coming-

Irrespective of time constraints, I'm trying to make my best efforts in building Magnum great. The features that will be included in next beta release are-

  • Tabbed Browsing.
  • Downloading files without any size limits.
  • AdBlock extension.
  • Youtube downloader extension.
  • User Agent switch.


How to install Magnum-

The major requirement for Magnum project is Windows 10 mobile or desktop. If you have it then proceed without any worries.
Download the files provided from the link given below.
You'll get a certificate and appxbundle file. You just need to install the certificate in your system and then install the Magnum project. You may need to install few dependencies as well, in case installation doesn't proceed as expected. You are done now, you can test the project in your system.

Magnum for ARM CPU

Magnum For X86-X64 CPU

Please after installing and testing, make a review of the project in comment section below. I need your support to keep the project going on.