From 177fa904d5c732c71bdbd680ce92b70d292f1b00 Mon Sep 17 00:00:00 2001
From: Elijah Bansley
Date: Thu, 17 May 2018 16:25:52 -0500
Subject: [PATCH] Update index.html
---
index.html | 38 +++++++++++++++++---------------------
1 file changed, 17 insertions(+), 21 deletions(-)
diff --git a/index.html b/index.html
index 30b9145..7762de7 100644
--- a/index.html
+++ b/index.html
@@ -20,31 +20,27 @@
-
+
Instructions:
-
- - Put the Switch in RCM, and connect it to your device.
- - Select either the example payload, or upload one.
- - Press 'Run Payload!'
- - On the consent screen that appears, select 'APX' and hit confirm.
- - If all goes well, the payload will launch!
-
-
+
Put the Switch in RCM, and connect it to your device.
+
Select either the example payload, or upload one.
+
Press 'Run Payload!'
+
On the consent screen that appears, select 'APX' and hit confirm.
+
If all goes well, the payload will launch!
+
-
+
Random stuff:
-
- - This is moderately tested. I just kind wrote it and whatever. I'm not responsible if anything goes wrong!
- - This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)
- - This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.
- - On Linux, you might get an access denied error!
+
This is moderately tested. I just kind wrote it and whatever. I'm not responsible if anything goes wrong!
+ This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)
+ This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.
+ On Linux, you might get an access denied error!
If you do, you can try creating a file at /etc/udev/rules.d/50-switch.rules
-
With the following contents:
- SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"
-
- - This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.
-
-
+ With the following contents:
+
SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"
+
+
This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.
+
Payload: