From 32d139382040e725585833f744c8aa5b5c79ddf2 Mon Sep 17 00:00:00 2001 From: Marcos Tomaz Date: Mon, 7 Oct 2024 11:32:47 -0300 Subject: [PATCH] Source update --- Source-Code/Motoplay.Desktop/Motoplay.Desktop.csproj | 2 +- Source-Code/Motoplay/Assets/Languages/LangStrings.axaml | 7 +++++-- Source-Code/Motoplay/Motoplay.csproj | 2 +- Source-Code/Motoplay/Views/MainWindow.axaml | 9 +++++++++ Source-Code/Motoplay/Views/MainWindow.axaml.cs | 1 + 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Source-Code/Motoplay.Desktop/Motoplay.Desktop.csproj b/Source-Code/Motoplay.Desktop/Motoplay.Desktop.csproj index 694fac2..2a73bdf 100644 --- a/Source-Code/Motoplay.Desktop/Motoplay.Desktop.csproj +++ b/Source-Code/Motoplay.Desktop/Motoplay.Desktop.csproj @@ -8,7 +8,7 @@ true app.manifest motoplay-logo.ico - 1.0.0 + 1.0.1 False diff --git a/Source-Code/Motoplay/Assets/Languages/LangStrings.axaml b/Source-Code/Motoplay/Assets/Languages/LangStrings.axaml index c918c31..c67319d 100644 --- a/Source-Code/Motoplay/Assets/Languages/LangStrings.axaml +++ b/Source-Code/Motoplay/Assets/Languages/LangStrings.axaml @@ -122,13 +122,13 @@ Attempt #%n Step 5 In your device's Developer Settings, enable the option to Disable ADB Authorization Timeout. Step 6 - Connect your Mobile Device to the Raspberry Pi, using a USB Cable. + Connect your Mobile Device to the Raspberry Pi, using a USB Cable and make sure the screen is unlocked. You can disconnect the USB Cable, later. Note that at some point an Authorization warning may appear. If it does, check the "Always allow from this computer" box and click "Allow/OK" to accept Debugging. Finally, to start the connection, click the button below! The Raspberry Pi will use your Mobile Device's Hotspot network to establish the mirroring connection. Try Connect Unable to connect to Mobile Device. Make sure your Raspberry Pi is connected to your Mobile Device Hotspot Wifi Network, and that your Raspberry Pi is authorized to connect/debug to your Mobile Device. ● Disconnect the USB Cable from your Mobile Device. -● You will no longer need your USB Cable to connect your Phone unless you Restart your Raspberry Pi. +● You will no longer need your USB Cable to connect your Phone unless you Restart your Phone. ● Reduce Brightness of your Mobile Device. ● Config your Device to remain in Landscape orientation. ● If you intend to use Mirroring for a long time, connect your Phone to a Power Bank. @@ -219,5 +219,8 @@ Attempt #%n Video Bitrate Video Codec to be Used Video Buffering + About + Motoplay Version %v + Created by Marcos Tomaz diff --git a/Source-Code/Motoplay/Motoplay.csproj b/Source-Code/Motoplay/Motoplay.csproj index f18f595..7586635 100644 --- a/Source-Code/Motoplay/Motoplay.csproj +++ b/Source-Code/Motoplay/Motoplay.csproj @@ -5,7 +5,7 @@ latest true Assets\motoplay-logo.ico - 1.0.0 + 1.0.1 False diff --git a/Source-Code/Motoplay/Views/MainWindow.axaml b/Source-Code/Motoplay/Views/MainWindow.axaml index 7abc206..502facf 100644 --- a/Source-Code/Motoplay/Views/MainWindow.axaml +++ b/Source-Code/Motoplay/Views/MainWindow.axaml @@ -1519,6 +1519,15 @@ + + + + + + + + + diff --git a/Source-Code/Motoplay/Views/MainWindow.axaml.cs b/Source-Code/Motoplay/Views/MainWindow.axaml.cs index 9ff86e5..81dc688 100644 --- a/Source-Code/Motoplay/Views/MainWindow.axaml.cs +++ b/Source-Code/Motoplay/Views/MainWindow.axaml.cs @@ -308,6 +308,7 @@ private void PrepareTheUI() tryingConnectToObdButton.IsVisible = false; connectedToObdButton.IsVisible = false; tempInitializationLogo.IsVisible = true; + pref_about_versionText.Text = GetStringApplicationResource("appPreferences_aboutTab_version").Replace("%v", applicationVersion); //Switch to Panel page SwitchAppPage(AppPage.VehiclePanel);