You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heavily based on [Fusée Gelée](https://github.com/reswitched/fusee-launcher/) and [ShofEL2](https://github.com/fail0verflow/shofel2). [fusee.bin](https://github.com/ktemkin/Atmosphere/tree/poc_nvidia/fusee) is bundled as a default payload
8
+
9
+
## Note: Any proprietary payloads are neither tested nor supported by this software.
10
+
11
+
## Does it work on your device? [Please make it everyone know!](https://github.com/Resi-le/NXLoader/issues/1)
12
+
13
+
This app is currently in "Alpha" state, it's my first Android app and there
14
+
is some rather disgusting code (Potentially blocking tasks on the UI thread 🤢). This will be improved soon™.
15
+
16
+
## HOW TO USE:
17
+
1. Connect your Switch in RCM mode via USB.
18
+
2. The payload will be injected immediately(Permission is needed to inject payloads and interact with your device).
19
+
- If it won't works, wait for the 'Select Payload' button to appear. and choose your suitable payload for your Switch.
20
+
- If it still doesn't works, try reconnecting the USB cable(If the connection pop-up isn't showing, it's probably a faulty cable)
21
+
22
+
Note: The app does not need to be running in order to launch the payload. The phone can even be locked!
23
+
24
+
## FAQ:
25
+
- Can it load Linux? -> No.
26
+
- Will it brick my phone/switch?:There is no risk or very low risk of bricking the device.
27
+
- Does it need root? -> Never.
28
+
29
+
## OTHER
30
+
For anyone who wants to look at the exploit source, the magic happens [here](https://github.com/DavidBuchanan314/NXLoader/blob/master/app/src/main/java/io/github/davidbuchanan314/nxloader/PrimaryLoader.java).
31
+
32
+
THIS PROJECT IS BASED ON [ORIGINAL NXLoader](https://github.com/DavidBuchanan314/NXLoader)
0 commit comments