Windows Phone Xap File Decompiler Free

Posted on

Lack of backups and a tight schedule combined to cause me some pain that I hope you guys can help me with. My laptop's hard drive crashed the other day, and although I've been able to get back much of my development work with a combination of version control and decompiling, I haven't had any success with my Windows Phone 7 apps. The reason is quite simple - the only copy of these apps is on. Tool to inspect a XAP (Windows Phone app) file. Ask Question Asked 5 years, 5 months ago. Viewed 1k times 4. I am looking for a tool to extract from a XAP (Windows Phone app) file: Metadata such as version name, libraries, etc. Windows-phone decompiler. Share improve this question. Asked Feb 6 '14 at 6:33. Hey all I just have a couple of quick questions. Now, I went on the windows store and saw where they were giving away a free app, that usually.

Active5 years, 10 months ago

I need to be able to extract content from a WP8 xap file (by renaming to .zip & unzipping), change the content of one of my text files, repackage it (using send to compressed (zipped) folder then rename to xap) and the deploy it using XapDeploy.exe

All works fine except for the deploy stage. XapDeploy reports the Status as XAP file is invalid.

PhoneInstall xap on windows phone

Download Windows Phone Xap Files

Is there another step I need to do?

Is this possible at all?

The reason for doing this outside of the build process is to allow customers who don't have the source code to change this single text file to suit their needs before deploying it to their workforce.

Julian MountfordJulian Mountford

2 Answers

That process works just fine for me on WP8 using FIle Explorer.

Here are the two things that could have gone wrong:

  1. Are you trying to use production XAPs from the Windows Phone Apps service? Those are signed with the WmPrHeader and can no longer be changed without braking that signature. Make sure you're using XAPs generated from VS2012.

  2. Your ZIP format doesn't match the XAP ZIP format. It could be that the way you're adding a file into the ZIP and saving the new ZIP changes the compression algorithm to something unsupported by WP8. Make sure you're using the same compression alogirthm with the same parameters.

JustinAngelJustinAngel
15.6k3 gold badges40 silver badges71 bronze badges

Silverlight supports only a subset of compression methods. You can use infoZip version 2.32 to repackage. Note, info zip Version 3.0 (current) archives are not compatible. There is a hint about PKZIP compatibility in the info zip bugs section.

How To Install Xap File

dirkjdirkj

Windows Phone Xap File Decompiler Freezes

Not the answer you're looking for? Browse other questions tagged windows-phone-8xap or ask your own question.