Skip to content

Commit a7e38eb

Browse files
Merge pull request #73 from ComputerElite/adb
Update guide
2 parents 7285444 + 3262a31 commit a7e38eb

9 files changed

Lines changed: 14 additions & 6 deletions

File tree

DiffCreator/obj/Release/net6.0/DiffCreator.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: System.Reflection.AssemblyCompanyAttribute("DiffCreator")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
1616
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+01c6fd90754babe351ce6df6366ccc7fcb978786")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2f7b7155cadcbcfbb5b89a24c52b474aea4dfdc5")]
1818
[assembly: System.Reflection.AssemblyProductAttribute("DiffCreator")]
1919
[assembly: System.Reflection.AssemblyTitleAttribute("DiffCreator")]
2020
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2bdfdf4c579843da65ab03c098ac7ce4af56fd47033a4c303e90fab6f4a726a
1+
b8fbbfcde5e59c97714e0dd5db41650a72cb80f4512222f3d41bf98e5aa67520
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17233878616711133
1+
17234029108883441

QuestAppVersionSwitcher/Assets/html/adb.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ <h1>Making connecting persistent, please wait a bit</h1>
9797

9898
var currentPage = 0
9999
const pages = [{
100+
img: "/images/adb/-1.jpg",
101+
txt: "Grab the QAVS window at the top to alter it's position and move it to the left like in the next picture."
102+
},{
103+
img: "/images/adb/0.jpg",
104+
txt: "Place the window on the left side like in the picture"
105+
},{
100106
img: "/images/adb/1.jpg",
101107
txt: "Open the settings on your Quest with the button above"
102108
},{
203 KB
Loading
171 KB
Loading

QuestAppVersionSwitcher/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.16.5" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="150">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.16.6" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="151">
33
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="32" />
44
<uses-permission android:name="oculus.permission.handtracking" />
55
<uses-permission android:name="com.oculus.permission.HAND_TRACKING" />

QuestAppVersionSwitcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Minor Version
2323
// Build Number
2424
// Revision
25-
[assembly: AssemblyVersion("1.16.5.0")]
26-
[assembly: AssemblyFileVersion("1.16.5.0")]
25+
[assembly: AssemblyVersion("1.16.6.0")]
26+
[assembly: AssemblyFileVersion("1.16.6.0")]

QuestAppVersionSwitcher/QuestAppVersionSwitcher.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@
169169
<AndroidAsset Include="Assets\html\diff\diff.html" />
170170
<AndroidAsset Include="Assets\html\flows\beat_saber_modding.html" />
171171
<AndroidAsset Include="Assets\html\hiddenApps.json" />
172+
<AndroidAsset Include="Assets\html\images\adb\-1.jpg" />
173+
<AndroidAsset Include="Assets\html\images\adb\0.jpg" />
172174
<AndroidAsset Include="Assets\html\images\adb\1.jpg" />
173175
<AndroidAsset Include="Assets\html\images\adb\10.jpg" />
174176
<AndroidAsset Include="Assets\html\images\adb\11.jpg" />

0 commit comments

Comments
 (0)