Windows Phone 7.0

Windows 8 Client Hyper-V and Windows Phone 7.x emulator slowdown

January 28, 2013 .NET, All, Community, Hyper-V, KnowledgeBase, Microsoft, Mobile-Development, MSDN, Tips & Tricks, VisualStudio, VS2010, VS2012, Windows, Windows 8, Windows Phone, Windows Phone 7.0, Windows Phone 7.1 SDK, Windows Phone 7.5, Windows Phone 7.8, Windows Phone 8, Windows Phone 8.0 SDK, Windows Phone Development, Windows Phone SDK, Windows Phone Store No comments

Hyper-V is a great platform for virtualization and luckily Windows 8 have inbuilt/integrated support for hyper-v technologies. Windows Phone 8 SDK uses hyper-v for emulator virtualization and it works pretty good with Visual Studio 2012. Hyper-V integrated to the Windows 8 is been called ‘Client Hyper-V’.

Client Hyper-V is the same virtualization technology previously available only in Windows Server¼. A similar functionality in Windows 7 is called Windows XP Mode. Client Hyper-V enables you to run more than one 32-bit or 64-bit x86 operating system at the same time on the same host computer. But instead of working directly with the computer’s hardware, the operating systems run inside a virtual machine (VM). Hyper-V enables developers and IT professionals to easily maintain multiple test environments and provides a simple mechanism to quickly switch between these environments.

You can read more about it from MSDN Guide – Using Windows 8 Client Hyper-V

m-w630-windows-8-logo-620x322Windows-Phone-7_1-Mango-Logo

The problem is – Client Hyper-V have some inconsistencies with old Windows Phone 7.x emulators. The new Windows Phone 7.8 emulators works fine, but with older Windows Phone 7.x emulators you could experience the slow start-up/load of the emulator. It takes few minutes to launch in some systems, and in some high end multi core systems it launches in moments.

You will experience this problem when you want to develop and test for old Windows Phone 7.x devices, you will have problem in launching emulators.

From my experience and searching on Google the following thread help me to understand that it is a known problem with Windows 8 – Hyper-V and Windows Phone 7.x emulators. If you turn off Hyper-V for a while you can experience that Windows Phone 7.x emulators are launching instantly when you launch for debug/run.

http://social.msdn.microsoft.com/Forums/en-US/wptools/thread/2d149fee-a52e-4e2d-90d2-24e76639bd85/ 

So here is the dilemma scenario,

You want to develop an application that you want to test on both Windows Phone 7.x and Windows Phone 8.0 emulators

OR

You want to develop and application targeting Windows Phone 7.x using Visual Studio 2010 in Windows 8.

 

I have few steps to follow to toggle between the development environment, and depending on the system it is time taking, or little annoying – but we have to deal with it.

So I have to disable Hyper-V when I have to work on Windows Phone 7.x emulator.

Disable Hyper-V feature

Control panel -> Programs and Features -> Turn windows features on or off -> Uncheck Hyper-V feature.

hyper-v

Restart the machine.

NB: Enabling/Disabling Hyper-V will require you to restart to take effect.

But this is a time taking process and every time you will have to On/Off feature and restart. What we could have an option in Windows Boot itself – through which I can normally boot to Windows with Hyper-V or boot with Hyper-V disabled.

We can do that using hypervisorlaunchtype = off/on boot flag. 

An easy fix for this is to create a second boot entry for my system that starts Windows without starting the hypervisor.  To do this you need to open an administrative command prompt and run the following commands(follow steps below):

image

1. bcdedit /copy {current} /d "Windows 8 – no hypervisor"

This copies your currently active boot entry (assuming that this is the one you want to copy or select the appropriate one – if you are on a multi-boot environment) and gives the new copy the name you mentioned above ‘Windows 8 – no hypervisor’.

this will display a message in command prompt that “The entry was successfully copied to {some guid_identifier}”

 

2. bcdedit /set {guid_identifier} hypervisorlaunchtype off

guid_identifier is the identifier for the new boot entry (copy from the output of a plain ‘bcdedit’ command – we executed in step 1)} ,

Copy the {guid} from the command prompt window and run the above command appropriately replacing {guid_here} with {guid from your command window for the new boot entry}

hviosr_002

Now you have an additional boot entry, you can login in to your Windows 8 with hyper-v disabled mode and when you are done with it – You can reboot and select your default boot option(which is with Hype-V enabled).

1. When you want to work with Windows Phone 8.0 emulators select default boot option from boot menu.

2. When you want to work with Windows Phone 7.x emulators – select the newly created boot option from boot menu.

Hope that helps some of you – who worried with these kind of troubles with Windows Phone development.

Note: Some of you with kind of powerful systems will less experience these kind of issues. So this tip is for those who are in need. Smile

Setting up Windows Phone SDK update for Windows Phone 7.8 and working with Visual Studio 2010/2012

January 23, 2013 .NET, All, Community, Microsoft, Microsoft SDKs, Mobile-Development, MSDN, VisualStudio, VS2010, VS2012, Windows, Windows Phone, Windows Phone 7, Windows Phone 7.0, Windows Phone 7.1 SDK, Windows Phone 7.5, Windows Phone 7.8, Windows Phone 8, Windows Phone Development, Windows Phone SDK, Windows Phone Store, XAML 1 comment

Microsoft has just released an update for Windows Phone SDK 7.1 and 8.0 to provide support for Windows Phone 7.8 emulators.I have shared the details in my last blog post.

With this article I will walk you through how it would look to work with this update.

The following simple steps will help you with it:

1.) Install Windows Phone SDK 8.0 or Windows Phone SDK 7.1

2.) Install Windows Phone SDK Update for Windows Phone 7.8 from Microsoft

Click the Download button for ‘WPexpress78_update.exe’

3.) Double Click on ‘WPexpress78_update.exe’ and Click on ‘Install’ to apply this update.

Note: Depending on the network bandwidth, it would take some time to download and install necessary packages.

image

image

Once the update is completed, you will receive the confirmation.

4.) Launch Your Visual Studio 2010 or 2012, and open up/create a Windows Phone project.

image

Now go to the device selection drop down and you can see that new set of 7.8 emulators(256MB and 512MB) are added to the list.

image78_vs2012

and click on ‘Run’

Now you play with emulator for some time you can see the new tile resizing option to display small tiles for your application. And also you can create Flip, Cycle, and Iconic template based live tiles as well.

Just sharing some screen shots of sample app on emulator with Medium, small application live tile display.

imageimageimage

Why you need this separate set of emulators for 7.8, instead I can use the old 512MB/256MB emulator right?

NO, You require Windows Phone 7.8 emulators to setup and test the new Cycle, Flip, or Iconic – live tiles[small sized] for your application. Also to have the new feature –  ‘Live Tile light up’ ( an easy way for you to add Windows Phone 8 Live Tile functionality to your Windows Phone OS 7.1 app so that when it’s run on a Windows Phone 7.8 or Windows Phone 8 device it “lights up” the new templates! )

the following articles would help you understand this further.

http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj720574(v=vs.105).aspx

http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/01/22/windows-phone-7-8-and-windows-phone-8-live-tile-light-up-for-windows-phone-os-7-1-apps.aspx

Read about Flip, Cycle, and Iconic live tile templates.

Announcing Windows Phone SDK update for Windows Phone 7.8 – for Windows Phone SDK 7.1 and Windows Phone SDK 8.0

January 23, 2013 .NET, All, Community, Microsoft, Microsoft SDKs, MSDN, VisualStudio, VS2010, VS2012, Windows, Windows Phone, Windows Phone 7.0, Windows Phone 7.1 SDK, Windows Phone 7.5, Windows Phone 7.8, Windows Phone 8, Windows Phone 8.0 SDK, Windows Phone Development, Windows Phone SDK No comments

Microsoft has released an update for Windows Phone SDK for Windows Phone 7.8 support. This SDK adds Windows Phone 7.8 emulator support for Windows Phone SDK 7.1 and Windows Phone SDK  8.0.

The Windows Phone SDK Update for Windows Phone 7.8 adds two new emulator images to your existing Windows Phone SDK installation.

  • New Windows Phone Emulator 7.8
  • New Windows Phone Emulator 7.8 256MB

This update supports both the Windows Phone SDK 7.1 and the Windows Phone SDK 8.0.

Using this update, you can provide the Windows Phone 8 Start screen experience in your Windows Phone 7.5 apps. You can also test how your apps will run on Windows Phone 7.8 devices.

Note: Windows Phone SDK 8.0 or Windows Phone SDK 7.1 must be installed before you can install Windows Phone SDK Update for Windows Phone 7.8.

For more information about Windows Phone 7.8, see Windows Phone developer docs.

[Quote from Microsoft Download Center]

Download Windows Phone SDK update for Windows Phone 7.8

Windows Phone – Downloading and Sideloading Apps from SDCard

January 2, 2013 .NET, .NET Framework, All, Community, Microsoft, Microsoft SDKs, Mobile-Development, MSDN, VisualStudio, VS2010, VS2012, Windows, Windows Phone, Windows Phone 7, Windows Phone 7.0, Windows Phone 7.1 SDK, Windows Phone 7.5, Windows Phone 7.8, Windows Phone 8, Windows Phone 8.0 SDK, Windows Phone Development, Windows Phone SDK, Windows Phone Store 2 comments

With Windows Phone 8 and new Windows Phone store – Microsoft has introduced the support for Manually download the .XAP files and install the application from an SDCard(Memory card).

Follow the steps:

Step 1: Windows Phone store will have an additional option  ‘Download and install manually’   for each application [Similar to the screen shot given below].

[Image 01 – Download link]
APP_001

[Image 02 – Upon clicking on download]
APP_002

 

Step 2: Now copy the XAP file on to your MicroSD card, and insert to your supported Windows Phone 8.0 device.

Step 3: Open Windows Phone store application in your Windows Phone 8.0, you could see the ‘SDCard’ list item available along with ‘Apps’, ‘Games’ and ‘Music’.

Step 4: Select ‘SDCard’ and will list all the application .XAP’s available in your SDCard, select appropriate file and click on install.

Step 5: Sit and enjoy until the confirmation box appears. Viola!, the has app installed on your Windows Phone device.

Is that cool? Awesome!, that is really a great leap forward by Microsoft. But I think option will be limited up to Free application, considering the Piracy factors of distributing the .XAP for paid applications and games.  Even though Windows Phone store allows to download the paid application *.XAP files without purchasing, Windows Phone will validate you installation file against your purchased items.

But a great step forward. Will be really useful if you have  to install a large game which has more than 50MB or so.

Learn using the Windows Phone 8 Jump Start Training content–for Online or Offline view–Courtesy Channel9

December 18, 2012 .NET, .NET Framework, All, Community, Help Articles, KnowledgeBase, Microsoft, Microsoft Learning, Microsoft SDKs, MSDN, PodCasts, Training-Kits, VisualStudio, VS2012, Windows, Windows Phone, Windows Phone 7.0, Windows Phone 7.1 SDK, Windows Phone 7.5, Windows Phone 7.8, Windows Phone 8, Windows Phone 8.0 SDK, Windows Phone Development, Windows Phone SDK, Windows Phone Store No comments

On November 28-29th 2012, Microsoft has hosted the Windows Phone 8 Jump Start training, a fast-paced and demo-packed learning ‘experience’ tailored to show developers how to build responsive, appealing, and effective applications quickly.

If you missed this outstanding event, you’re in luck. All 20 modules are now available online for your on-demand viewing, (or download) on Channel 9.

Here’s a full outline of the course that was delivered, with direct links to each module. For those of you who are new to the world of Windows Phone, this is a great way to start developing apps right away.

Courtesy: Channel9.MSDN.com

Source – Windows Phone Dev Blog

An early update on Windows Phone 7.8 release–coming in Q1-2013

November 29, 2012 .NET, All, Community, KnowledgeBase, Microsoft, Mobile-Development, MSDN, Updates, Windows, Windows Phone, Windows Phone "Mango", Windows Phone "Tango", Windows Phone 7, Windows Phone 7.0, Windows Phone 7.5, Windows Phone 7.8, Windows Phone Development, Windows Phone SDK No comments

Yesterday Microsoft Windows Phone Team announced the availability of Windows Phone 7.8 to existing Windows Phone 7.x family of devices by early 2013.

Some of the interesting features announced are:

  • New Customizable start screen with resizable Live Tiles.
  • It doubles the number of theme and accent colors—to 20—so you can make your phone even more personal.
  • There are also new lock screen features: the option to automatically display the Bing Picture of the Day plus the ‘A1B2C3’ PIN/password challenge to prevent accidental device wipes on phones connected to Exchange accounts.

You want to read more about this announcement visit: Windows Phone Team blog