[XAP] [BIG Update] Youtube 3.2 P3.2 now with 100% more HD

Search This thread

compu829

Senior Member
Nov 5, 2006
349
304
**Update 02/11/2015**

Google made some changes on the back end, so the url I was using "http://m.youtube.com/watch?ajax=1&tsp=1&v={0}&dummy={1}"; now returns a "redirect" message instead of the expected data. I can get it to work, but it will be ugly as I need to now manually parse the info out of the mobile html page.

I am leaving this up as it appears to be still working in other countries.

********

All,

Here is the official patched Youtube app! Hopefully this will tide everyone over until Google and Microsoft stop fighting!

Special thanks to @AlvinPhilemon for providing the unencrypted xap!
Special thanks to @Topogigi for spurring me on this afternoon.

I am uploading two versions:
1. Youtube_Interop.xap for interop-unlocked devices that can use ID_CAP_MEDIALIB_PHOTO_FULL
2. Youtube_NoInterop.xap for developer unlocked devices.

If you are having trouble using the "Application Deployment" tool located in the Windows Phone 8 SDK(keep getting an error that says "Error - Deployment optimization failed due to an invalid assembly. Rebuild your source projects and try again."), use the deployment tool that comes with WP8 PowerTools. http://wptools.codeplex.com/

Enjoy and post your results!

Don't forget to say "Thanks!" ;)

**EDIT**
I have updated the versions in this post to include a properly compiled version of "YouTube.TaskAgent.dll" This should take care of any AV warnings with the original version.

This dll controls the live tiles! let me know if they still work.

**EDIT 2* I accidentally uploaded the wrong version of the Youtube_Interop_P2.xap earlier. It has the wrong "YouTube.ViewModel.dll" in it.

***P3 UPDATE***
All, I give you the P3 Update! It includes the following Fixes & Enhancements:
1. Vevo/Encrypted videos should be working for now. (Hopefully Youtube won't update their API for a while lol)
2. I removed that pesky "the content owner did not make this available for mobile" message. (It looked implemented wrong anyways) ;)
3. This version comes with 100% less ads :) (Felt like "sticking it to the man" lol)
4. COMMENTS now work 100%

***P3.1 UPDATE***
1. "High Quality" mode working again! Fixed all videos default to pulling from m.youtube.com regardless of encryption status.

***P3.2 UPDATE***
1. "High Quality" mode working for ALL VIDEOS INCLUDING ENCRYPTED!!!

Things that still need work:
1. Video Upload is broken still. I will take a look at it as I have time...I am guessing it is a parsing issue. The Interop-Unlocked version may "just work" on an ATIV S for uploads. I need someone to test.
2. I would like to update the signature decryption methods to make it ia bit more "future-proof". IF anyone knows a good way to parse the html5 player, I may give that a shot.

As always, Enjoy and thanks for all the feedback and support! :)
 

Attachments

  • youtube_Interop_P3.2.xap
    3.7 MB · Views: 46,539
  • youtube_NoInterop_P3.2.xap
    3.7 MB · Views: 64,743
Last edited:

Topogigi

Senior Member
Oct 21, 2005
1,414
1,525
Turin
Great!

Interop unlock version working a charme here on an Ativ S. It's a pleasure to see the official youtube working again. Grab it while it lasts!

P.S. No need to thank me, BTW: It's only the way this board is intended to work.
 
  • Like
Reactions: djadry

josaya

New member
Jul 17, 2009
4
1
All,

Here is the official patched Youtube app! Hopefully this will tide everyone over until Google and Microsoft stop fighting!

Special thanks to @AlvinPhilemon for providing the unencrypted xap!
Special thanks to @Topogigi for spurring me on this afternoon.

I am uploading two versions:
1. Youtube_Interop.xap for interop-unlocked devices that can use ID_CAP_MEDIALIB_PHOTO_FULL
2. Youtube_NoInterop.xap for developer unlocked devices.

Enjoy and post your results!

Don't forget to say "Thanks!" ;)
you can do it for windows phone 7.8?
 

compu829

Senior Member
Nov 5, 2006
349
304
@Shahar28 @znial It is being flagged as "malware" because I hex-edited a new developer key into the "YouTube.TaskAgent.dll" file. If you want to unzip it, and make your AV check all the files individually, that is the one it will complain about. This was more efficient instead of de-compiling and re-compiling because only one thing needed to be changed. As a byproduct of this, none of the checksums built into the dll match anymore.

@onlinespending what tool are you using to deploy this? I used the built-in "Application Deployment" tool built into the WP8 SDK. I am guessing it is complaining due to what I said above.

@josaya Windows Phone 8 only. Plus you lucky WP7.8 users have plenty of nice youtube clients written by OEMs and other developers, like HTC :)
 

josaya

New member
Jul 17, 2009
4
1
@Shahar28 @znial It is being flagged as "malware" because I hex-edited a new developer key into the "YouTube.TaskAgent.dll" file. If you want to unzip it, and make your AV check all the files individually, that is the one it will complain about. This was more efficient instead of de-compiling and re-compiling because only one thing needed to be changed. As a byproduct of this, none of the checksums built into the dll match anymore.

@onlinespending what tool are you using to deploy this? I used the built-in "Application Deployment" tool built into the WP8 SDK. I am guessing it is complaining due to what I said above.

@josaya Windows Phone 8 only. Plus you lucky WP7.8 users have plenty of nice youtube clients written by OEMs and other developers, like HTC :)
Gli utenti di Windows phone 7 sono i figli di nessuno!
 
  • Like
Reactions: znial

onlinespending

Senior Member
Sep 2, 2007
293
11
@onlinespending what tool are you using to deploy this? I used the built-in "Application Deployment" tool built into the WP8 SDK. I am guessing it is complaining due to what I said above.

Yeah, I'm using the built in Application Deployment as part of the WP8 SDK. I was able to sideload a decrypted swapchat.xap I found, so I can certainly side load other xaps. Is there anyway to decompile and recompile the DLL as you suggested? Would love to get this working.



---------- Post added at 03:59 PM ---------- Previous post was at 03:55 PM ----------

Many thanks for this, mate :good:

Did you try this on your Lumia which isn't interop unlocked. So far I've only seen people claim success that have used it on the interop unlocked ATIV S.
 
Last edited:

compu829

Senior Member
Nov 5, 2006
349
304
Yeah, I'm using the built in Application Deployment as part of the WP8 SDK. I was able to sideload a decrypted swapchat.xap I found, so I can certainly side load other xaps. Is there anyway to decompile and recompile the DLL as you suggested? Would love to get this working.

I just uploaded a new version with the dll properly compiled, instead of hex-edited. Make sure you are installing the "NoInterop" version. Let me know if it works!

@Shahar28 @znial You guys might want to check out this new version and see if the AV warnings go away.
 
Last edited:

Shahar28

Member
Oct 25, 2013
28
1
tried installing both versions on my interop unlocked ativ s. received the following error:

Error - Deployment optimization failed due to an invalid assembly. Rebuild your source projects and try again.
 

compu829

Senior Member
Nov 5, 2006
349
304
tried installing both versions on my interop unlocked ativ s. received the following error:

Error - Deployment optimization failed due to an invalid assembly. Rebuild your source projects and try again.

What OS are you on? is it Windows 8.1? I am running windows 7 and deployed it with no problems. maybe it is a VisualStudio update to the deployment tool that is borking things. See if you can deploy it via the Windows Phone Power Tools http://wptools.codeplex.com/
 
  • Like
Reactions: Shahar28

djadry

Senior Member
Jul 1, 2011
82
11
Varese
www.wp7mods.it
The 2nd version doesn't work on my Ativ: it gives the same error given when G. blocked it.
I re-deployed the 1st. :good:

Edit: the NoInterop_P2 runs properly.
 
Last edited:

compu829

Senior Member
Nov 5, 2006
349
304
@Topogigi @djadry When I packaged P2 of the InteropUnlock version, I accidentally used the wrong "Youtube.ViewModel.dll". I just updated the OP with the correct version. You should be good to go now :)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 72
    **Update 02/11/2015**

    Google made some changes on the back end, so the url I was using "http://m.youtube.com/watch?ajax=1&tsp=1&v={0}&dummy={1}"; now returns a "redirect" message instead of the expected data. I can get it to work, but it will be ugly as I need to now manually parse the info out of the mobile html page.

    I am leaving this up as it appears to be still working in other countries.

    ********

    All,

    Here is the official patched Youtube app! Hopefully this will tide everyone over until Google and Microsoft stop fighting!

    Special thanks to @AlvinPhilemon for providing the unencrypted xap!
    Special thanks to @Topogigi for spurring me on this afternoon.

    I am uploading two versions:
    1. Youtube_Interop.xap for interop-unlocked devices that can use ID_CAP_MEDIALIB_PHOTO_FULL
    2. Youtube_NoInterop.xap for developer unlocked devices.

    If you are having trouble using the "Application Deployment" tool located in the Windows Phone 8 SDK(keep getting an error that says "Error - Deployment optimization failed due to an invalid assembly. Rebuild your source projects and try again."), use the deployment tool that comes with WP8 PowerTools. http://wptools.codeplex.com/

    Enjoy and post your results!

    Don't forget to say "Thanks!" ;)

    **EDIT**
    I have updated the versions in this post to include a properly compiled version of "YouTube.TaskAgent.dll" This should take care of any AV warnings with the original version.

    This dll controls the live tiles! let me know if they still work.

    **EDIT 2* I accidentally uploaded the wrong version of the Youtube_Interop_P2.xap earlier. It has the wrong "YouTube.ViewModel.dll" in it.

    ***P3 UPDATE***
    All, I give you the P3 Update! It includes the following Fixes & Enhancements:
    1. Vevo/Encrypted videos should be working for now. (Hopefully Youtube won't update their API for a while lol)
    2. I removed that pesky "the content owner did not make this available for mobile" message. (It looked implemented wrong anyways) ;)
    3. This version comes with 100% less ads :) (Felt like "sticking it to the man" lol)
    4. COMMENTS now work 100%

    ***P3.1 UPDATE***
    1. "High Quality" mode working again! Fixed all videos default to pulling from m.youtube.com regardless of encryption status.

    ***P3.2 UPDATE***
    1. "High Quality" mode working for ALL VIDEOS INCLUDING ENCRYPTED!!!

    Things that still need work:
    1. Video Upload is broken still. I will take a look at it as I have time...I am guessing it is a parsing issue. The Interop-Unlocked version may "just work" on an ATIV S for uploads. I need someone to test.
    2. I would like to update the signature decryption methods to make it ia bit more "future-proof". IF anyone knows a good way to parse the html5 player, I may give that a shot.

    As always, Enjoy and thanks for all the feedback and support! :)
    3
    I update the YouTube app with the new Splash Screen and Transparent Live Tile (For Windows Phone 8.1) with the new updated icon and logo. Hope you guys liked it.

    Still not working for Nokia Lumia 1320 and 1520 Smartphone users.

    View attachment 2730912

    View attachment 2730913

    Update: Updated with a bigger and cleaner splash screen
    3
    YouTube with new UI on tile

    I just made another UI change to the live-tile and splash screen.
    It's more updated to 2014 in my opinion and the wide-live tile is beautiful :)

    Same as my other posts, I did not change anything else than some of the UI :laugh:
    So if someone is tired of seeing the "boring" live tile icon and old YouTube one, then use this :)
    Enjoy!

    aatx.png
    wvgg.png
    z1eo.png
    1
    Great!

    Interop unlock version working a charme here on an Ativ S. It's a pleasure to see the official youtube working again. Grab it while it lasts!

    P.S. No need to thank me, BTW: It's only the way this board is intended to work.
    1
    old YouTube servers is dead and result is : CAN'T USE

    use the IE to browse youtube still work
    even the live streaming working well