Homebrew [Release] Ugopwn

RocketRobz

Stylish TWiLight Hero
Developer
Joined
Oct 1, 2010
Messages
16,674
Trophies
3
Age
25
XP
21,204
Country
United States
I've got cid and console id via fwtool 2.0.0 (I can't get into data management without updating my console).
So I can't create the file generated by Data Management > System Memory > Flipnote Studio > Copy > Yes
As such I can't get the .bin from /Private/DS/Title/
I'm resuming the .txt created by console_id .py would be a simple txt file I could populate?
So just update your DSi, then visit the shop.
It is safe to do so.

EDIT: Wait, what? Console ID from fwtool? Hmm, try putting that in the console_id.txt file?
 
Last edited by RocketRobz,

ginganguly

Well-Known Member
Newcomer
Joined
Feb 24, 2016
Messages
47
Trophies
0
Age
52
XP
197
Country
So just update your DSi, then visit the shop.
It is safe to do so.

EDIT: Wait, what? Console ID from fwtool? Hmm, try putting that in the console_id.txt file?

What file is generated by Data Management > System Memory > Flipnote Studio > Copy > Yes
 

ginganguly

Well-Known Member
Newcomer
Joined
Feb 24, 2016
Messages
47
Trophies
0
Age
52
XP
197
Country
The title's .bin file, which will contain the console ID.
Right - so console_id .py within DSi SRL Extractor folder converts this to console_id.txt file (The title's .bin file is never needed again).

console_id .txt is then copied to root of SD.

Now as I can't get the The title's .bin file from my DSi without updating (something i'm loathed to do) - presumably all I need to do is edit someelse's console_id .txt with my (already obtained) details?
 
Last edited by ginganguly,

RocketRobz

Stylish TWiLight Hero
Developer
Joined
Oct 1, 2010
Messages
16,674
Trophies
3
Age
25
XP
21,204
Country
United States
Right - so console_id .py within DSi SRL Extractor folder converts this to console_id.txt file (The title's .bin file is never needed again.
console_id .txt is then copied to root of SD.
Now as I can't get the The title's .bin file from my DSi without updating (something i'm loathed to do) - presumeably all I need to do is edit someelse's console_id .txt with my (already obtained) details?
Yeah.
 

ahezard

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
116
Trophies
0
XP
1,140
Country
France
I've got cid and console id via fwtool 2.0.0 (I can't get into data management without updating my console).
So I can't create the file generated by Data Management > System Memory > Flipnote Studio > Copy > Yes
As such I can't get the .bin from /Private/DS/Title/
I'm resuming the .txt created by console_id .py would be a simple txt file I could populate?
You do not not really needs this console_id.txt file, this is for twlnf. Instead of using twlnf you can just decrypt your nand with the helper script and get all your nand files by mounting nand.bin via ofsmount for example and copy them to your sd.
 

ginganguly

Well-Known Member
Newcomer
Joined
Feb 24, 2016
Messages
47
Trophies
0
Age
52
XP
197
Country
You do not not really needs this console_id.txt file, this is for twlnf. Instead of using twlnf you can just decrypt your nand with the helper script and get all your nand files by mounting nand.bin via ofsmount for example and copy them to your sd.
Well - I'm new to this and wanted to follow the instructions as closely as I can.
If you could just put me out of my misery and post the file.
I'm sure I'll be back once I've ballsed it up!
 

ahezard

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
116
Trophies
0
XP
1,140
Country
France

ginganguly

Well-Known Member
Newcomer
Joined
Feb 24, 2016
Messages
47
Trophies
0
Age
52
XP
197
Country
Thanks but getting:

SyntaxError: multiple statements found while compiling a single statement

Kept going with this and managed to create console_id.txt with the following: 0820132210112143

However, when I run firmware tool 2.0.0 to check console ID - It shows: 4321111022132008

Both 16 digits, both very different.
They are nearly mirror images.

Should I use:
4321111022132008
 
Last edited by ginganguly,

PrincessLillie

(Future) VTuber
Member
Joined
Nov 28, 2013
Messages
2,922
Trophies
3
Age
21
Location
Virtual Earth
Website
lillie2523.carrd.co
XP
4,844
Country
United States
Kept going with this and managed to create console_id.txt with the following: 0820132210112143

However, when I run firmware tool 2.0.0 to check console ID - It shows: 4321111022132008

Both 16 digits, both very different.
They are nearly mirror images.

Should I use:
4321111022132008
No, use the console_id.txt you created. The one in fwTool most likely isn't your console_id.
 

Localhorst86

Robert'); DROP TABLE members;--
Member
Joined
Jul 17, 2014
Messages
2,753
Trophies
1
Location
Nintendo works for my dad
XP
5,444
Country
Germany
Kept going with this and managed to create console_id.txt with the following: 0820132210112143

However, when I run firmware tool 2.0.0 to check console ID - It shows: 4321111022132008

Both 16 digits, both very different.
They are nearly mirror images.

Should I use:
4321111022132008

Looks like an Endian thing:

0820132210112143
43
21111022132008

Notice a pattern? not sure which one would be the proper endianness, though.
 

ginganguly

Well-Known Member
Newcomer
Joined
Feb 24, 2016
Messages
47
Trophies
0
Age
52
XP
197
Country
Looks like an Endian thing:

0820132210112143
43
21111022132008

Notice a pattern? not sure which one would be the proper endianness, though.

I'm more inclined to go with firmware tool 2.0.0 (4321111022132008) as the Python script was problematic and took a lot of fidling.
 

ahezard

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
116
Trophies
0
XP
1,140
Country
France
I'm more inclined to go with firmware tool 2.0.0 (4321111022132008) as the Python script was problematic and took a lot of fidling.
Like I said before, you can decrypt your nand with the helper script (that uses twltool), mount it with ofsmount and put all the files on your sd. This will be equivalent to the twlnf step of the guide. The guide you are following does not cover the possibility that you have not access to the data management so please stop to try to follow it. There is no risk anyway at this point.
 

ginganguly

Well-Known Member
Newcomer
Joined
Feb 24, 2016
Messages
47
Trophies
0
Age
52
XP
197
Country
Like I said before, you can decrypt your nand with the helper script (that uses twltool), mount it with ofsmount and put all the files on your sd. This will be equivalent to the twlnf step of the guide. The guide you are following does not cover the possibility that you have not access to the data management so please stop to try to follow it. There is no risk anyway at this point.

Unfortunately, that is beyond my ability
 

pandavova

56
Member
Joined
Oct 27, 2015
Messages
902
Trophies
0
XP
2,110
Country
Germany
Could someone tell me a easy way to uninstall Unlaunch/ update my JAP DSiXL?
I made a mistake, i did use the console_id from the fwTool.nds (https://davejmurphy.com/͡-͜ʖ-͡/), because i didn't have "Data Management" as option.
The console_id that i have is wrong, if i understand correctly i need to copy Flipnote to SD. For that i need to update to the last version (currently 1.4J).
But with Unlaunch i cant use the touch screen in the system settings anymore.

Would be nice if someone would help me.
 

ginganguly

Well-Known Member
Newcomer
Joined
Feb 24, 2016
Messages
47
Trophies
0
Age
52
XP
197
Country
Could someone tell me a easy way to uninstall Unlaunch/ update my JAP DSiXL?
I made a mistake, i did use the console_id from the fwTool.nds (https://davejmurphy.com/͡-͜ʖ-͡/), because i didn't have "Data Management" as option.
The console_id that i have is wrong, if i understand correctly i need to copy Flipnote to SD. For that i need to update to the last version (currently 1.4J).
But with Unlaunch i cant use the touch screen in the system settings anymore.

Would be nice if someone would help me.

@ahezard
In my considered opinion - for those of us that don't have access to "Data Management", a good alternative (user friendly) work around for retrieving console_id.txt needs to be implemented.

Before any more of us crawl out of the woodwork!
 
Last edited by ginganguly,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Wii u was shit fight me
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, 1) I never entered 4chan 2) I have good memories with my PS2 even though most of the games i had were scratched beyond being bootable
    +1
  • SylverReZ @ SylverReZ:
    @K3Nv2, Not gonna lie, about half of its game library was shovelware like its counterpart, the Wii.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, and the other half were just 1st party games
    +1
  • SylverReZ @ SylverReZ:
    @Xdqwerty, The Wii U was essentially an early Switch, before the Switch was a thing.
  • K3Nv2 @ K3Nv2:
    They already had the technology but the price to performance wasn't there
    +2
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, and before third party companies were able to make games for the newest nintendo console
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Older systems I love some of the games but without filters and enhanced graphics they are difficult to enjoy
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Especially the PS1....
  • Psionic Roshambo @ Psionic Roshambo:
    That thing needs all the bandaids lol
  • Psionic Roshambo @ Psionic Roshambo:
    I think my favorite PS1 enhancement is sub pixel precision, helps get rid of some of those wobbly polygons lol
    +1
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, By default, the polygons are filtered with differing to simulate depth, which doesn't make them clearer.
    +1
  • K3Nv2 @ K3Nv2:
    Which GPU was hot in the ps1 era psi besides all of them
    +1
  • SylverReZ @ SylverReZ:
    There are ways to disable this by creating cheat codes, but this requires knowledge of the PS1 hardware.
  • K3Nv2 @ K3Nv2:
    I miss the old game shark books you could just go to Walmart and buy now it's instant ban or some punishefor using cheats
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, I have physical copies of both Pokémon diamond and Pokémon black, gonna post them on my profile
    +1
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, the filters i hate the most are the bilinear ones
  • Psionic Roshambo @ Psionic Roshambo:
    @K3Nv2, when the PS1 was out I had the PS1 the N64 and on PC I had the Voodoo 2 and glide looked soooo nice at the time 🥰
  • Psionic Roshambo @ Psionic Roshambo:
    Biliniar filters are OK but brz is better I like SuperEagle but out of all of them xbrz is probably the most computationaly expensive
  • Psionic Roshambo @ Psionic Roshambo:
    Emulation is the way to go for so many reasons NES get rid of flicker by turning off the sprite per line limit. Cheats? Ken Batocera is your friend almost every console has cheats in it
    +1
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, most of the time the only cheats i use are bugfixes
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, thx, they came with my previous dsi
    +1
    Xdqwerty @ Xdqwerty: @SylverReZ, thx, they came with my previous dsi +1