Hacking Downgrade Netflix?

Wowfunhappy

Well-Known Member
OP
Member
Joined
May 14, 2008
Messages
578
Trophies
0
XP
420
Country
United States
Remember how for a while, the Wii U Netflix had a different interface, and didn't have accounts? Critically for me, that version also didn't autoplay the next episode when the current one was finished—it let each episode end cleanly and without distractions.

Is it possible to downgrade to that old version of Netflix? My Wii U is running the latest firmware, but I have Haxchi installed.

Thanks!
 

Ryccardo

Penguin accelerator
Member
Joined
Feb 13, 2015
Messages
7,696
Trophies
1
Age
29
Location
Imola
XP
6,938
Country
Italy
If you can get it (whether from NUS - not with the common utilities - or elsewhere), sure: remove the one you currently have and install like any other app

Whether older versions are blocked server side, is a related but completely separate issue...
 

Wowfunhappy

Well-Known Member
OP
Member
Joined
May 14, 2008
Messages
578
Trophies
0
XP
420
Country
United States
Thanks. Could you point me in the right direction regarding how I might grab a copy from NUS? Netflix isn't listed in NUSGrabberGUI...
 

Ryccardo

Penguin accelerator
Member
Joined
Feb 13, 2015
Messages
7,696
Trophies
1
Age
29
Location
Imola
XP
6,938
Country
Italy
Thanks. Could you point me in the right direction regarding how I might grab a copy from NUS? Netflix isn't listed in NUSGrabberGUI...
That's not going to be a legit title, so [to get the latest version] you would need some tool like uTikDownloadHelper or FunkiiU in the first place (but read the whole post first)

I actually haven't looked at the NUS structure in a long time and am not really sure if older app versions are available for WiiU, however if this was the case, you would need a downloader that allows you to specify the title version number to get (and of course knowing the appropriate title version).

The problem is that most downloaders I know of are either the ones optimized for "backups" without manual version selection, or ones for legit titles (system and WiiU game updates) that lack ticket processing (however it should be possible to manually add the Netflix ticket to their output?)
 

Wowfunhappy

Well-Known Member
OP
Member
Joined
May 14, 2008
Messages
578
Trophies
0
XP
420
Country
United States
Thanks, you've been super helpful. Here's where I am:

• Netflix's title ID is 00050000-10105a00. Some websites list this is a JPN title and some list it as an EUR title, but since they all agree on the ID, so I'm assuming that Netflix is actually a region free title.

• This title is findable in NUSGrabberGUI under EUR (I didn't find it at first because I was looking under USA). It lists the following versions: 16, 32, 48, 64, 81, 96, 144, 176. However, all of these versions fail to download ("Title not found on Nintendo's servers").

• Plugging in the versions (and title ID) from NUSGrabberGUI into UWizard's NUS Downloader U downloads successfully! At the end of the process, Uwizard asks for a ticket file. I dumped a ticket from my Wii U using tik2sd, and gave it to UWizard.

So now I just need to remove current Netflix from my Wii U, and reinstall one of the versions I downloaded (and repeat until I find the right one).

********

Edit: Okay, so apparently UWizard downloads to a format that's not compatible with WUP Installer. I solved this in a roundabout way: I had UWizard decrypt the download and then encrypted it again with NUSPacker.jar.

This allowed me to install downgraded Netflix! For future reference, the relevant version is v81. I can tell because the icon uses Netflix's old logo.

Unfortunately, the Wii U now isn't letting me launch Netflix without updating it again! Blocking Nintendo's servers in DNS stops the update from completing, but doesn't let Netflix launch.

IIRC, this is identical to what happens if you try to downgrade a retail game, without updating. If you:
  1. Purchase a retail copy of Nintendoland
  2. Choose to install an update
  3. Delete the update.
...Nintendo won't let you start the vanilla game without installing the update again. I think that same functionality is kicking in here with Netflix.

Surely there's a way around this?

Edit2: I edited the version in code/app.xml and meta/meta.xml, which allowed the app to launch... and then promptly crash XD
 
Last edited by Wowfunhappy,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    you have to launch your homebrews directly from the wii u menu
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    BigOnYa @ BigOnYa: Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does...