Homebrew A9LHelper - Helper for Plailect's guide

Deleted member 391145

Active Member
OP
Newcomer
Joined
May 19, 2016
Messages
43
Trophies
0
Age
21
XP
90
Country
Gambia, The
A9LHelper

Current version: 0.4

Use:
This tool is intended to guide you through Plailect's guide. It moves most of the necessary files to SD, and gives you instructions which part of the guide to do based on your 3DS.

Features:
- Downloads files and puts them in the right place for you
- Tells you which steps you're supposed to do (from Plailect's guide)
- Install from existing hax (ex. menuhax)
- Works with 9.0 upwards, < 9.0 will be written soon™

Installation:
Install Python 2.7.11, not 3.X!
Run the .py file I guess

Download:
https://drive.google.com/file/d/0B_0A-iy41haIdGlmSjZVRl9jQzg/view?usp=drivesdk

Changelog:
0.4: Proper Linux support (untested)
0.3: Now supports starting from already existing hax
0.2: Fixed bugs, better organized code and made file copying faster
0.1: Initial release
 
Last edited by Deleted member 391145,

Ricken

Empty Bliss; Selfishness
Member
Joined
Jan 19, 2016
Messages
2,630
Trophies
1
Age
20
Location
Mid-Michigan
XP
2,618
Country
United States
Looks nice!
I'd probably use it if I didn't have a slightly modified version of the guide memorized (differences being DevMenu getting installed to NAND, and Cakes+H&S injection to install Menuhax [all possible via Spider] rather than even try with sliderhax)

But nice job!
 

teege

Active Member
Newcomer
Joined
Oct 13, 2012
Messages
27
Trophies
0
XP
133
Country
United States
Thank so much! About to try it, got to step 4 on my own and was about to put it off until later.
 

Ricken

Empty Bliss; Selfishness
Member
Joined
Jan 19, 2016
Messages
2,630
Trophies
1
Age
20
Location
Mid-Michigan
XP
2,618
Country
United States
Thank so much! About to try it, got to step 4 on my own and was about to put it off until later.
As long as it looks, all you're really doing is updating Red/EmuNand, backing up both Nands, putting FW.bin in the Luma folder, downgrading Red/EmuNand to 2.1, using OTPHelper to clone that, then using Spider to launch OTPHelper letting you dump your OTP and restoring your SysNand backup

Just the guide makes it simple. er.
 

teege

Active Member
Newcomer
Joined
Oct 13, 2012
Messages
27
Trophies
0
XP
133
Country
United States
I tried the settings for my three consoles and got "This is unfinished. It will be added later." :/

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

As long as it looks, all you're really doing is updating Red/EmuNand, backing up both Nands, putting FW.bin in the Luma folder, downgrading Red/EmuNand to 2.1, using OTPHelper to clone that, then using Spider to launch OTPHelper letting you dump your OTP and restoring your SysNand backup

Just the guide makes it simple. er.

I gotcha, I'll probably finish it tomorrow. I just didn't want to spend the rest of my night sorting files and doing cumbersome stuff.
 

spoonm

Can count to 3.
Member
Joined
May 20, 2015
Messages
192
Trophies
0
Website
spoonm.org
XP
299
Country
Brazil
Why is this currently Windows-only if you're using Python? You can abandon the `os.system()` calls and use something like shutil: https://docs.python.org/2/library/shutil.html
It's platform independent, and you can do high-level file operations.
 
Last edited by spoonm, , Reason: shutil, not shutils. My bad, had "coreutils" in mind.

Deleted member 391145

Active Member
OP
Newcomer
Joined
May 19, 2016
Messages
43
Trophies
0
Age
21
XP
90
Country
Gambia, The
Why is this currently Windows-only if you're using Python? You can abandon the `os.system()` calls and use something like shutil: https://docs.python.org/2/library/shutil.html
It's platform independent, and you can do high-level file operations.
When I try that, I always a "access denied" error. No clue to why, really.
I tried the settings for my three consoles and got "This is unfinished. It will be added later." :/

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



I gotcha, I'll probably finish it tomorrow. I just didn't want to spend the rest of my night sorting files and doing cumbersome stuff.
As it says in the OP, only from the start and 9.0 onward. Plan to add that in the next few days.
 

DarkRioru

reach for the stars
Member
Joined
Aug 29, 2015
Messages
2,114
Trophies
0
Age
25
Location
looking up at the stars
Website
steamcommunity.com
XP
1,817
Country
United States
I boot it up and I get passed the if your 3ds has menuhax already installed, I press Y and it says it will be added later??? is this a test beta or something?

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

I boot it up and I get passed the if your 3ds has menuhax already installed, I press Y and it says it will be added later??? is this a test beta or something?
oh, I guess my problem was corrected for me lol
 

teege

Active Member
Newcomer
Joined
Oct 13, 2012
Messages
27
Trophies
0
XP
133
Country
United States
When I try that, I always a "access denied" error. No clue to why, really.

As it says in the OP, only from the start and 9.0 onward. Plan to add that in the next few days.

They're all on 9.0 and 9.2. I missed the part about the modified versions still being worked on I guess.

Keep up the good work, appreciate it.
 

Deleted member 391145

Active Member
OP
Newcomer
Joined
May 19, 2016
Messages
43
Trophies
0
Age
21
XP
90
Country
Gambia, The
Run the script as an administrator or disable UAC.
Tried that. It can still only access the folder it's in. Also, I'd prefer to do it without administrator rights needed. Lets programs look kinda shady in my opinion. Maybe I'll just write another version for Linux...
 

Joom

 ❤❤❤
Member
Joined
Jan 8, 2016
Messages
6,026
Trophies
1
Location
US
Website
mogbox.net
XP
5,988
Country
United States
Tried that. It can still only access the folder it's in. Also, I'd prefer to do it without administrator rights needed. Lets programs look kinda shady in my opinion. Maybe I'll just write another version for Linux...
How does it look shady? And if you did that, you might as well write a different one for OS X as well, and at that point you should just have one script that determines the OS it's being ran on.
 

Deleted member 391145

Active Member
OP
Newcomer
Joined
May 19, 2016
Messages
43
Trophies
0
Age
21
XP
90
Country
Gambia, The
How does it look shady? And if you did that, you might as well write a different one for OS X as well, and at that point you should just have one script that determines the OS it's being ran on.
Just my opinion I guess. And I'm aware that I should probably just make the script determine the system.
It's far from finished, that's why it's version 0.1
 
Last edited by Deleted member 391145,

Pluupy

_(:3」∠)_
Member
Joined
Sep 13, 2009
Messages
1,945
Trophies
1
XP
2,255
Country
United States
e16n5qa.jpg


Not bad, I suppose. Here's a screenshot for anyone curious but lazy.

I recommend checking out the program "ModMii" which is a similar concept.
 
General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: Seasons in the abyss lol