From 65a3077421c6cc748c56e55225273bbe3f875678 Mon Sep 17 00:00:00 2001 From: Filo97 Date: Sat, 19 May 2018 15:29:19 +0200 Subject: [PATCH] Added info --- it_IT/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it_IT/main.js b/it_IT/main.js index f4cecb3..cab3280 100644 --- a/it_IT/main.js +++ b/it_IT/main.js @@ -176,7 +176,7 @@ function openInfo() { if(document.getElementById("infodiv").innerHTML != "") { document.getElementById("infodiv").innerHTML = ""; } else { - document.getElementById("infodiv").innerHTML = "

Info:

This is moderately tested. Although no issues have been discovered, 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.rulesWith the following contents:
SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\"

Hekate for 4.x has not been tested, as I do not have a 4.x switch. However, all other payloads will be tested as they are uploaded.

This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.

"; + document.getElementById("infodiv").innerHTML = "

Info:

Questo è stato moderatamente testato. Anche se nessun problema è stato riportato, non sono responsabile in caso di brick!

Questo non funziona in Windows per la implementazione scorretta di WinUSB di Chrome(E probabilmente altre ragioni)!

Questo non funziona attualmente su nessun browser ma Chrome perchè è l'unico con WinUSB.

Su Linux, potresti ottenere un errore Access Denied! Se succede, potresti provare a creare un file a /etc/udev/rules.d/50-switch.rulesCon i seguenti contenuti:
SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\"

Hekate 4.x non è stato testato visto che non ho una Switch 4.x. Tuttavia, tutti gli altri payload verranno testati al momento dell'aggiunta.

Questo è stato testato e funziona su Linux, OSX, Android (no root) and Chromebooks. Risultati potrebbero variare.

"; } } @@ -184,7 +184,7 @@ function openInstructions() { if(document.getElementById("infodiv").innerHTML != "") { document.getElementById("infodiv").innerHTML = ""; } else { - document.getElementById("infodiv").innerHTML = "

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!

"; + document.getElementById("infodiv").innerHTML = "

Istruzioni:

Metti lo Switch in RCM e collega il dispositivo

Scegli il payload di esempio o caricane uno.

Pemi 'Avvia payload!'

Nello schermo di conferma, scegli 'APX' ae premi conferma.

Se tutto funziona il payload si avvierà!

"; } }