Homebrew [Release] Ugopwn

RocketRobz

Stylish TWiLight Hero
Developer
Joined
Oct 1, 2010
Messages
16,567
Trophies
3
Age
24
XP
20,939
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,567
Trophies
3
Age
24
XP
20,939
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,130
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,130
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,920
Trophies
3
Age
21
Location
Virtual Earth
Website
lillie2523.carrd.co
XP
4,782
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,736
Trophies
1
Location
Nintendo works for my dad
XP
5,333
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,130
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
  • No one is chatting at the moment.
    Sonic Angel Knight @ Sonic Angel Knight: :ninja: