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
<h3>Please wait a bit. This may take a few seconds</h3>
13
+
<divclass="loaderContainer center">
14
+
<divclass="loaderBarRight"></div>
15
+
<divclass="loaderBarLeft"></div>
16
+
<divclass="loaderBarTop"></div>
17
+
<divclass="loaderBarBottom"></div>
18
+
<divclass="loaderSpinningCircle"></div>
19
+
<divclass="loaderMiddleCircle"></div>
20
+
<divclass="loaderCircleHole"></div>
21
+
<divclass="loaderSquare"></div>
22
+
</div>
23
+
</div>
24
+
<divclass="content hidden" id="connected">
25
+
<h1>Quest connected!</h1>
26
+
<p>Your quest is connected via adb. You can return now</p>
27
+
<buttononclick="AdbConnected()">Continue</button>
28
+
</div>
29
+
<divclass="content hidden" id="pair">
30
+
<h1>Pairing</h1>
31
+
<p>Your quest is not connected via adb yet. Input the port and code shown in the wireless adb pairing page.</p>
32
+
<inputtype="number" placeholder="port" id="port">
33
+
<inputtype="number" placeholder="code" id="code">
34
+
<buttononclick="pair()">Pair</button>
35
+
</div>
36
+
<divclass="content hidden" id="remember">
37
+
<h1>Connect</h1>
38
+
<p>QAVS has successfully paired with your Quest. We will now connect QAVS with your Quest. For that, input the wireless port from the adb wireless settings page.</p>
Copy file name to clipboardExpand all lines: QuestAppVersionSwitcher/Assets/html/flows/beat_saber_modding.html
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,8 @@ <h1>Install Game</h1>
61
61
</div>
62
62
<divclass="content hidden" id="saf">
63
63
<h1>Access needed</h1>
64
-
<p>To mod your game correctly you need to grant access to your Beat Saber install. To do this press <code>Use this folder</code> at the bottom of both prompts which will appear after you press <code>Grant access</code> below.</p>
<p>To mod your game correctly you need to grant access to your Beat Saber install. To do this follow the provided instructions after pressing <code>Grant access</code> below</p>
<divclass="button" id="requestManageStorageAppPermission">Allow manage storage permission for selected app</div>
353
349
<divclass="buttonLabel">Opens settings to allow manage storage for the selected app</div>
@@ -643,7 +639,7 @@ <h3>Credits</h3>
643
639
<br>
644
640
This will give QuestAppVersionSwitcher access to the games folder so it can install mods and restore app data and obbs.
645
641
<br>
646
-
Press <code>Use this folder</code> on both prompts you'll get after you press <code>Grant access</code>
642
+
Follow the provided instructions after pressing grant access then restore this backup again.
647
643
<divid="step4.1box" class="textBox"></div>
648
644
<divclass="buttonSelectionContainer">
649
645
<divclass="buttonContainer">
@@ -711,7 +707,7 @@ <h3>Credits</h3>
711
707
<divclass="contentHeader headerMargin">
712
708
Access needed
713
709
</div>
714
-
To create and restore backups, QuestAppVersionSwitcher needs access to Android data and obb folder. To grant access press <code>Grant access</code> below follow the provided instructions.
710
+
To create and restore backups, QuestAppVersionSwitcher needs to be paired with your Quest. To do this press <code>Grant access</code> below follow the provided instructions.
715
711
<divid="step12box" class="textBox"></div>
716
712
<divclass="buttonSelectionContainer">
717
713
<divclass="buttonContainer">
@@ -723,7 +719,7 @@ <h3>Credits</h3>
723
719
<divclass="contentHeader headerMargin">
724
720
Access needed
725
721
</div>
726
-
To create and restore backups, QuestAppVersionSwitcher needs access to Android data and obb folder. To grant access press <code>Grant access</code> below and press <code>Use this folder</code> on <b>both</b> prompts you'll get.
722
+
To create and restore backups, QuestAppVersionSwitcher needs to be paired with your Quest. To do this press <code>Grant access</code> below follow the provided instructions.
Open settings -> system info -> build number -> tap 7 times -> go back -> developer options -> enable wireless adb and open menu -> pair with the code and port you see on the headset-> run a commands like <code>ls /sdcard/</code> to see if it worked.
0 commit comments