Homebrew [Release] UpdateSuppressor

Which functionality would you prefer?

  • Delete all update messages at once

    Votes: 53 74.6%
  • Only delete one update message

    Votes: 18 25.4%

  • Total voters
    71

Ptrk25

Well-Known Member
OP
Member
Joined
Sep 6, 2015
Messages
524
Trophies
0
Location
::1
XP
1,181
Country
Germany
JstIWcI.png

Nervous that you or someone else will hit the update button and you'll lose your Ironhax installation?

Enter:
nPbLUwk.png


This app will remove the update message on the Home menu for any software that downloads updates through the eshop.

Download

Usage:
This program can be used in one of modes: Delete-all mode and Single mode.
In Delete-all mode update messages will be suppressed for all programs.
In Single mode you can select which app's update message to suppress using the title selector.

The CIA version will always run in Delete-all mode.
For the 3dsx version if UpdateSuppressor.xml is present the program will run in Single mode, otherwise it will run in Delete-all mode.

Notes:
  • This does not work on the 10.4+ forced Ironfall update.
  • This does not work on System OS update nags or nags within applications such as Youtube.
  • The update notice will only be gone until your 3DS redownloads the versionList from Nintendo's servers.
  • If you want to block the versionList update server, just block the following address on your router: tagaya-ctr.cdn.nintendo.net

Program by @Giantblargg.

If you have other questions to this homebrew, just ask Giantblargg.

Special Thanks to:
@SANNIC789
@dark_samus3
@Giantblargg
@Vague Rant
@MrCheeze
@Ptrk25
@xplay10
 
Last edited by Giantblargg,

dark_samus3

Well-Known Member
Member
Joined
May 30, 2015
Messages
2,372
Trophies
0
XP
2,042
Country
United States
Hey guys,

I found a way the remove the update message for Ironfall and I thought "Why not make a tutorial for everyone". So here it is:

What you need:

- extdata_dump
- FTP Client for PC (for example FileZilla)
- FTP Client for 3DS (for example FTP-3DS)
- Hexeditor for your PC (for example Hex-Editor MK)

What you have to do:

1. Open FTP-Client on PC and start the FTP-Server on 3DS
2. Connect to 3DS (Type IP and Port in your FTP-Client)
3. Browse to /3ds/extdata_dump/ and edit the config.txt by adding these lines:

DUMP "f000000e:/versionList.dat" "versionList.dat"
RESTORE "versionList.dat" "f000000e:/versionList.dat"


4. Save it and upload it on your 3DS
5. Open exdata_dump and select "Dump extdata specified in config"
6. Open FTP-3DS (or another ftp-server) and download the "versionList.dat"
7. Open the versionList.dat with your Hex-Editor and press [CTRL] + F
8. Now search for the following Hex-String

If you have Ironfall v1 : Comming soon!
If you have Ironfall v1.1: "00B1150000000400"
If you have Ironfall with DLC: "000400000015D800"


9. Now replace it with "00" (zeros)
10. Save the file
11. Upload it on your 3DS
12. Open extdata_dump und select "Restore extdata specified in config"

After that the update message should be gone.
(Do it on your own risk, I don't take any responsibility for any errors)


Special Thanks to:
@SANNIC789
@dark_samus3

If you have any questions, just ask.
If anyone have the title ID for Ironfall v1 please msg me

(Sorry for my bad english)

Ptrk25
Sweet! OK so you'll need to include different region title IDs (since they're different) otherwise great tutorial
 

peteruk

Well-Known Member
Member
Joined
Jun 26, 2015
Messages
3,003
Trophies
2
XP
7,329
Country
United Kingdom
thank you for the sweet guide, do you think this would work with other installed games with the same update nag ?

or would this fix be specific to this game ?
 

Ptrk25

Well-Known Member
OP
Member
Joined
Sep 6, 2015
Messages
524
Trophies
0
Location
::1
XP
1,181
Country
Germany
thank you for the sweet guide, do you think this would work with other installed games with the same update nag ?

or would this fix be specific to this game ?

Yeah it would also work with other titles, but then I have to do another tutorial :P
 
  • Like
Reactions: peteruk

SANNIC789

Well-Known Member
Member
Joined
Oct 3, 2015
Messages
704
Trophies
0
XP
179
Country
United States
  • Like
Reactions: peteruk

SANNIC789

Well-Known Member
Member
Joined
Oct 3, 2015
Messages
704
Trophies
0
XP
179
Country
United States
yes well your close but on 9.2 and everyone here is against piracy so no 1 mite ever make it for 10.3

--------------------- MERGED ---------------------------

can we use the Nintendo 3DS Folder to add games for free if we can encrypt them via files from other ones
yes well your close but on 9.2 and everyone here is against piracy so no 1 mite ever make it for 10.3
 

MrCheeze

Well-Known Member
Member
Joined
May 13, 2014
Messages
200
Trophies
0
Age
79
XP
338
Country
Canada
Ah, this is cool. Seems like you could probably just skip a few steps here, and just restore a 0-byte file over versionList.dat or something though.
 

Deleted member 373223

Pink = Best colour
Member
Joined
Oct 8, 2015
Messages
4,099
Trophies
1
XP
2,790
Hey guys,

I found a way the remove the update message for Ironfall and I thought "Why not make a tutorial for everyone". So here it is:

What you need:

- extdata_dump
- FTP Client for PC (for example FileZilla)
- FTP Client for 3DS (for example FTP-3DS)
- Hexeditor for your PC (for example Hex-Editor MK)

Hex-Editor MK: http://mh-nexus.de/en/
extdata_dump: http://gbatemp.net/threads/3ds-extdata-dump-and-restore-tool-extra-data-editing.378492/

What you have to do:

1. Open FTP-Client on PC and start the FTP-Server on 3DS
2. Connect to 3DS (Type IP and Port in your FTP-Client)
3. Browse to /3ds/extdata_dump/ and edit the config.txt by adding these lines:

DUMP "f000000e:/versionList.dat" "versionList.dat"
RESTORE "versionList.dat" "f000000e:/versionList.dat"


4. Save it and upload it on your 3DS
5. Open exdata_dump and select "Dump extdata specified in config"
6. Open FTP-3DS (or another ftp-server) and download the "versionList.dat"
7. Open the versionList.dat with your Hex-Editor and press [CTRL] + F
8. Now search for the following Hex-String

Region
EUR: "00B1150000000400"
USA "00D8150000000400"
JPN: Comming soon

9. Now replace it with "00" (zeros)
10. Save the file
11. Upload it on your 3DS
12. Open extdata_dump und select "Restore extdata specified in config"

After that the update message should be gone for the next 1 or 2 days. but then comes back if your WiFi is on there mite be a dns server you can block we well look in to that
(Do it on your own risk, I don't take any responsibility for any bugs)

FAQ
Q: The update message has returned, what should I do now?
A: That's normal, just restore the versionList.dat again

Special Thanks to:
@SANNIC789
@dark_samus3

If you have any questions, just ask.
If anyone have other title IDs for Ironfall please msg me
If anyone could make a homebrew app for this, it would be very useful.

(Sorry for my bad english)

Ptrk25
for the ftp you can even just use windows explorer. open a folder and then type in the location bar: ftp://theipyourclientgavedtoyuo:Port
 

Ptrk25

Well-Known Member
OP
Member
Joined
Sep 6, 2015
Messages
524
Trophies
0
Location
::1
XP
1,181
Country
Germany
just make a new tex file leave it blank and rename it versionList.dat and insert it with http://gbatemp.net/threads/3ds-extdata-dump-and-restore-tool-extra-data-editing.378492/
have the config.txt file say somthing like

DUMP "f000000e:/versionList.dat" "versionList.dat"
RESTORE "versionList.dat" "f000000e:/versionList.dat"

and your dun it works

Ah, this is cool. Seems like you could probably just skip a few steps here, and just restore a 0-byte file over versionList.dat or something though.

Yeah that works too, but we don't know if this have any sideeffects.
 
Last edited by Ptrk25,

MrCheeze

Well-Known Member
Member
Joined
May 13, 2014
Messages
200
Trophies
0
Age
79
XP
338
Country
Canada
Looks like the file's only purpose is to list updates that are available but not downloaded. Still, I can understand not wanting to mess with files on your NAND...
 
Last edited by MrCheeze,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: yawn