Hacking The status of Gateway and A9LH

leonmagnus99

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
3,704
Trophies
2
Age
33
Location
Seinegald
XP
2,875
Country
Iraq
i think i will stick to luma until they give us soemthing more proper.
my gw card can sleep further .

edit: okay i read through some pages, and it seems there is hope that the gw card might be compatible with luma sometime later.
keep it up guys.
 
Last edited by leonmagnus99,
  • Like
Reactions: Queno138

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,774
Trophies
2
Age
48
Location
Japan
XP
3,672
Country
United States
We have received at least 4 different hashes, all the exact same. You will have to do some browsing on your own, but I can at least say Asia leaked a part of the hashes as well in the other thread.
Ahh... found it. My .zip file is the same, so I guess so.
 

leonmagnus99

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
3,704
Trophies
2
Age
33
Location
Seinegald
XP
2,875
Country
Iraq
i would like to ask something, guys when lets say the GW card can coexist with our current A9LH+Luma ,loading the GW card off Luma.

with updated sysNAND option (having no emuNAND) and the updated sysNAND is at the latest 11.x fw, will we then be able to load off the GW Select Menu ? or would that not be possible.
 

Exeplosion

Well-Known Member
Member
Joined
Dec 12, 2014
Messages
137
Trophies
0
Age
34
XP
259
Country
Canada
This is sad but absolutely nothing makes sense to me anymore. Maybe its cause its 3am... There was a bug resting on my head. I tried to kill it but it got away. Haha...

Anyway, I'm gonna wait... so a solid version comes out. Or when a method becomes the 'norm'.
 

CreAtor135

GBATemp's #1 Nothing
OP
Member
Joined
Jan 10, 2015
Messages
814
Trophies
0
Location
Ikeb, Ukuro
XP
1,499
Country
United States
Guys, this is not a thread for you to say what you use, bash gateway, justify your purchase or anything like that. We're here to help each other, as well as the Gateway team in the midst of this final stretch. If you don't have anything constructive to report to the beta test such as bugs, you might as well not bother around here.
 

abdellbobo

000
Member
Joined
Dec 28, 2015
Messages
528
Trophies
0
XP
694
Country
France
take the stand for with a grain of salt.
  • this beta testing is actually the first Alpha Testing files .
  • the major Bug they found on the first wave it is the same on here it is the new 3DS break.
  • the new GW beta testing files on the hands of 1st wave of the Alpha testers.and apparently everything is going well especially on the new 3DS side.
  • they took them so long to make this update because someone on the GW team was sick and now on the last few weeks he did get better and they begin the job.
  • and the new beta testers sorry for getting the files late.
  • and apparently there is more surprises to come after the release I mean the public one.

this information was given to me by an alpha tester please don't ask me and sorry for my bad English.
please wait for the public release then complain:)
 

20mark

Well-Known Member
Member
Joined
Mar 25, 2011
Messages
280
Trophies
1
Location
Italy
XP
515
Country
Italy
Ok, i've used for now old dark_samus a9lh installer (had the files already): https://github.com/dark-samus/arm9loaderhax/tree/1ee8d8849bf8c340bc1421b8a642b8d64d31d165

payload_stage1 > main.c (for A Button)

Code:
#include "common.h"
#include "sdmmc.h"
#include "i2c.h"
#define HID_PAD  ((~*(u16*)0x10146000) & 0xFFF)
#define BUTTON_A  (1 << 0)
#define BUTTON_B  (1 << 1)

u16 pressed;

int main()
{
  // Initialize sdcard and nand
  *(vu32*)0x10000020 = 0;
  *(vu32*)0x10000020 = 0x340;
  sdmmc_sdcard_init();

  pressed = HID_PAD;

  if (pressed & BUTTON_A) //if a button is pressed
  {
  //Jump to alternate stage2
  sdmmc_nand_readsectors(0x5A000, 0x20, (u8*)0x08006000);
  }
  else
  {
  //jump to normal stage2
  sdmmc_nand_readsectors(0x5C000, 0x20, (u8*)0x08006000);
  }
 
  // Jump to secondary payload
  ((void (*)())0x08006000)();
  return 0;
}

To use B Button change the line to " if (pressed & BUTTON_B) //if b button is pressed "

Currently i'm too tired adding this to aurora's SafeA9LHInstaller... nightshift and +12h without sleep ^^'''

It works, a9lh and gw a9lh :)

THIS.
Finally something constructive.

Definitely not going to try now, but i am sure you did the homework right @liomajor !
if it's going to work then you made happy 90% of the people in this and the closed thread and you will live your moment of 3ds glory.
thank you.
 
  • Like
Reactions: samiam144

CreAtor135

GBATemp's #1 Nothing
OP
Member
Joined
Jan 10, 2015
Messages
814
Trophies
0
Location
Ikeb, Ukuro
XP
1,499
Country
United States
take the stand for with a grain of salt.
  • this beta testing is actually the first Alpha Testing files .
  • the major Bug they found on the first wave it is the same on here it is the new 3DS break.
  • the new GW beta testing files on the hands of 1st wave of the Alpha testers.and apparently everything is going well especially on the new 3DS side.
  • they took them so long to make this update because someone on the GW team was sick and now on the last few weeks he did get better and they begin the job.
  • and the new beta testers sorry for getting the files late.
  • and apparently there is more surprises to come after the release I mean the public one.

this information was given to me by an alpha tester please don't ask me and sorry for my bad English.
please wait for the public release then complain:)
We're just trying to snuff out all the bugs so Gateway takes notice. If there IS a newer beta test, let's hope that most of these bugs have been resolved already. However, it seems very uhm... weird? To let you beta testers test an alpha if there's a newer version.
 

abdellbobo

000
Member
Joined
Dec 28, 2015
Messages
528
Trophies
0
XP
694
Country
France
We're just trying to snuff out all the bugs so Gateway takes notice. If there IS a newer beta test, let's hope that most of these bugs have been resolved already. However, it seems very uhm... weird? To let you beta testers test an alpha if there's a newer version.
it is for safety reasons/and they not want any leaks
ScreenShot_20160524112759.png
 

izy

Advanced Tech Pleb
Member
Joined
Sep 17, 2010
Messages
2,311
Trophies
2
XP
4,024
Country
United Kingdom
take the stand for with a grain of salt.

  • this beta testing is actually the first Alpha Testing files .
Then its not a Beta, people were told it was beta
  • the major Bug they found on the first wave it is the same on here it is the new 3DS break.
Yeah (major bug) known for the last 5 months that the N3DS needs unbricking
if it was known in the first wave why send it to 2nd wave (copying code hard)

  • the new GW beta testing files on the hands of 1st wave of the Alpha testers.and apparently everything is going well especially on the new 3DS side.
These are bugs that should existed in the first place, those file should have been the beta ones if true
  • they took them so long to make this update because someone on the GW team was sick and now on the last few weeks he did get better and they begin the job.
From what it sounds like Gateways team is 1 man that would explain the delays and poor practices
  • and the new beta testers sorry for getting the files late.
  • and apparently there is more surprises to come after the release I mean the public one.
Pe89wvo.jpg

THERE IS NO FUCKING EXCUSE TO SEND SOMETHING WORSE THAN PRE-PRE ALPHA TO USERS THIS LATE IN THE GAME

At this stage its not about being late its about having so much time 4+ months and code to copy from source that the release is worse than pre-alpha, this shit is more dangerous than Week 1 A9LH N3DS
 
Last edited by izy,

Chiodo

Well-Known Member
Newcomer
Joined
Jul 30, 2009
Messages
91
Trophies
0
XP
249
Country
United States
  • this beta testing is actually the first Alpha Testing files .
Then its not a Beta, people were told it was beta
  • the major Bug they found on the first wave it is the same on here it is the new 3DS break.
Yeah (major bug) known for the last 5 months that the N3DS needs unbricking
if it was known in the first wave why send it to 2nd wave (copying code hard)

  • the new GW beta testing files on the hands of 1st wave of the Alpha testers.and apparently everything is going well especially on the new 3DS side.
These are bugs that should existed in the first place, those file should have been the beta ones if true
  • they took them so long to make this update because someone on the GW team was sick and now on the last few weeks he did get better and they begin the job.
From what it sounds like Gateways team is 1 man that would explain the delays and poor practices
  • and the new beta testers sorry for getting the files late.
  • and apparently there is more surprises to come after the release I mean the public one.
Pe89wvo.jpg

THERE IS NO FUCKING EXCUSE TO SEND SOMETHING WORSE THAN PRE-PRE ALPHA TO USERS THIS LATE IN THE GAME

At this stage its not about being late its about having so much time 4+ months and code to copy from source that the release is worse than pre-alpha, this shit is more dangerous than Week 1 A9LH N3DS

I'm confused, has this been officially released? Why are you so upset? You should take a nap.

Gateway has proved an impressive level of ongoing support since it launched. So what if it takes a while to be developed. The level of entitlement is so odd...
 
Last edited by Chiodo,

izy

Advanced Tech Pleb
Member
Joined
Sep 17, 2010
Messages
2,311
Trophies
2
XP
4,024
Country
United Kingdom
I'm confused, has this been officially released? Why are you so upset. You should take a nap.

KEnQC4I.png



You clearly dont understand the state of this release
this is beta not alpha not prealpha not pre pre pre alpha
they had source code for everything EVERYTHING
yet they fucked up on such a level its goddman amazing
nothing can excuse it
Hell they even poorly coped Plailects Guide
Which gives you Explicit reason WHY certain steps must be done
 
  • Like
Reactions: XRaTiX

abdellbobo

000
Member
Joined
Dec 28, 2015
Messages
528
Trophies
0
XP
694
Country
France
  • this beta testing is actually the first Alpha Testing files .
Then its not a Beta, people were told it was beta
  • the major Bug they found on the first wave it is the same on here it is the new 3DS break.
Yeah (major bug) known for the last 5 months that the N3DS needs unbricking
if it was known in the first wave why send it to 2nd wave (copying code hard)

  • the new GW beta testing files on the hands of 1st wave of the Alpha testers.and apparently everything is going well especially on the new 3DS side.
These are bugs that should existed in the first place, those file should have been the beta ones if true
  • they took them so long to make this update because someone on the GW team was sick and now on the last few weeks he did get better and they begin the job.
From what it sounds like Gateways team is 1 man that would explain the delays and poor practices
  • and the new beta testers sorry for getting the files late.
  • and apparently there is more surprises to come after the release I mean the public one.
Pe89wvo.jpg

THERE IS NO FUCKING EXCUSE TO SEND SOMETHING WORSE THAN PRE-PRE ALPHA TO USERS THIS LATE IN THE GAME

At this stage its not about being late its about having so much time 4+ months and code to copy from source that the release is worse than pre-alpha, this shit is more dangerous than Week 1 A9LH N3DS
chglq.jpg

I hope you have glasses to see this:
Festival thank you for your interest on the Gateway product I will give you some answers apparently you didn't see the word "one guy of them was sick " on my last post this is mean that they are a team not one guy .

squee Diablo I am sorry I hope I can tell you more but I am not allowed.
 
Last edited by abdellbobo,

izy

Advanced Tech Pleb
Member
Joined
Sep 17, 2010
Messages
2,311
Trophies
2
XP
4,024
Country
United Kingdom
View attachment 50482
I hope you have glasses to see this:
Festival thank you for your interest on the Gateway product I will give you some answers apparently you didn't see the word "one guy of them was sick " on my last post this is mean that they are a team not one guy .
actually i did see that

But the coding practices and delays are so long and Poor that they may aswell been coding by one guy
A9LH week 1 was more stable than this

so clearly fuck off with your poor memes picking out 1 minor yes minor detail and not the other amazing list of issues
before you try and defend a company like this

xRFatxo.gif
 

Chiodo

Well-Known Member
Newcomer
Joined
Jul 30, 2009
Messages
91
Trophies
0
XP
249
Country
United States
KEnQC4I.png



You clearly dont understand the state of this release
this is beta not alpha not prealpha not pre pre pre alpha
they had source code for everything EVERYTHING
yet they fucked up on such a level its goddman amazing
nothing can excuse it
Hell they even poorly coped Plailects Guide
Which gives you Explicit reason WHY certain steps must be done

Phew, then I'm glad they did not officially release it to the public.
 
  • Like
Reactions: Exeplosion

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: It will actually make it worse