Hacking how do I change permissions to my slccmpt01

  • Thread starter Deleted User
  • Start date
  • Views 6,772
  • Replies 34

asper

Well-Known Member
Member
Joined
May 14, 2010
Messages
942
Trophies
1
XP
2,028
Country
United States
That's awesome. Wish I could help. I don't actually mess around with the vWii side. Do you know what file it is, and are you a member on that iso site that might allow such a post? If it's a common thing to do, you might find a hit with a google on the file name.

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

[Release] vWii Theme Injector Oh, 0000001f.app
Great test here! Good job guys! The vWii system menu folder is /slccmpt01/title/00000001/00000002/content/
The file is 0000001f.app for USA consoles and 00000022.app for EUR consoles.
 

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
In case someone stumbles into here and not the other thread:
@Yabbeliten @monkeyman4412
Run Mocha CFW. It must be sysnand, not emunand.
Edit wupclient.py with your Wii U's IP address, and type wupclient -i into command prompt.
Paste this code.
Code:
mount_sd()
mount_slccmpt01()
def do_folder(path):
    results = w.ls(path, return_data = True)
    for result in results:
        w.chmod(path + '/' + result['name'], 0x666)
        if not result['is_file']:
            do_folder(path + '/' + result['name'])

do_folder('/vol/storage_slccmpt01')
unmount_slccmpt01()
unmount_sd()
Start vWii mode and it should work perfectly.

I'd advise against using another person's backup if at all possible.
If two of you were to try to use Wiimfii, it'd very likely cause issues, as both of you would show up with the same console id. Not to mention the fact that if one of you got banned, both of you would.
 
D

Deleted User

Guest
OP
I don't know how many things you have to change permissions on, but wupclient.py does have the chmod command. However, it doesn't have a getstat (it only has getstatfile, and that doesn't work on directories) so I don't know how you'll check your work other than trying to boot it.
Code:
c:\wupserver>py -i wupclient.py
0x55e044
0xfffcffeaL
0x0
>>> mount_slccmpt01()
0x55f044
0x0
0x0
>>> w.cd('/vol/storage_slccmpt01')
0
>>> w.ls()
     tmp/
     wfs/
     meta/
     import/
     shared2/
     shared1/
     title/
     ticket/
     sys/
>>> w.cd('tmp')
0
>>> w.mkdir('test',0x600)
0
>>> w.chmod('test',0x666)
chmod returned : 0x0
>>> w.chmod('test',0x777)
chmod returned : 0xfffcffdfL
>>> w.chmod('test',0x600)
chmod returned : 0x0
>>> w.chmod('test',0x666)
chmod returned : 0x0
>>> exit()
The example shows (using a directory in tmp) that you can do a chmod that seems to react appropriately based on whether the permission is valid. If getstat were there, you could display and confirm the mode, but it should be doing what you tell it to. If you understand the above, you probably realize that your commands after the mount could also be something like this:
Code:
w.chmod('/vol/storage_slccmpt01/tmp',0x666)
w.chmod('/vol/storage_slccmpt01/wfs',0x666)
w.chmod('/vol/storage_slccmpt01/meta',0x666)
w.chmod('/vol/storage_slccmpt01/import',0x666)
w.chmod('/vol/storage_slccmpt01/shared',0x666)
...
You can copy/paste into the python prompt, so if your PC has the list of folders/files that you need to change, you could make a list of commands with a text editor or Excel, and copy the results into the prompt (after checking the list very carefully, of course.)
Where do you input the code for the first example? I too am a noob at python.
 
D

Deleted User

Guest
OP
That's a cut and paste from a Windows command prompt. py -i starts python in interactive mode. >>> is the python interactive input prompt.
When I try to run wupclient.py I get this error:
Capture.PNG


What am I doing wrong?
 
D

Deleted User

Guest
OP
I highly doubt that the file wupclient.py exists in C:\Windows\System32\ check your directory location
Okay I changed the directory but now I am getting this error:

Capture 2.PNG


I enabled ftpiiu everywhere along with mocha before I attempted to run wupclient.py
 
Last edited by ,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    LeoTCK @ LeoTCK: yes for nearly a month i was officially a wanted fugitive, until yesterday when it ended