Code Monkey home page Code Monkey logo

androidsideloader's Introduction

androidsideloader's People

Contributors

fenopy avatar frxctura avatar harryeffinpotter avatar konqidam avatar nerdunit avatar pauldotsh avatar pmow avatar samhoque avatar sythezn avatar trainwrck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

androidsideloader's Issues

Dont work

i have downloaded AndroidSideloader.exe and load it up and cant get any game list on there i gone back to AndroidSideloader v1.18.2

Signing by apktool failed to install

apktools version 2.4.1

Error while spoofing apk
install_parse_failed_no_certificates

Current workaround:
Generate my own keystore and sign it myself. Then sideload it manually. It works..

Maliciousness level increased

Is there any reason VirusTotal now reports: "15 security vendors flagged this file as malicious" (trojan)? The includes link shows only 1 engine flagging it, now its 15?

i cant sideload apk to oculus quest 2

hi, i want to sideload an 'safesided' apk to my oculus quest 2 via androidsideloader. when i open program, it connects to my device bu when i want to sideload an apk, nothing happens.

i am using windows 10

Error

I have version 1.17SU1, it just crashes when I update it, tell me what to do about it?

rclone size fail/error results in a crash

Describe the bug
When installing a game and "rclone size" is run on a game that doesn't exist on that mirror, rclone returns an error code.
Sideloader craps out and generates a .NET error.
Example log entry:
Rclone error: 2021/01/19 10:58:36 Failed to size: directory not found
56

404 Error when launching

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.WebException: The request was aborted: The connection was closed unexpectedly.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at System.Net.WebClient.DownloadFile(String address, String fileName)
at AndroidSideloader.Sideloader.downloadFiles()
at AndroidSideloader.MainForm.<Form1_Load>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

AndroidSideloader
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/*************/Rookie's%20Sideloader/AndroidSideloader.exe

System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4300.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

SergeUtils
Assembly Version: 1.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/*************/Rookie's%20Sideloader/AndroidSideloader.exe

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Check adb authorization before download

Summary

Would be great if the sideloader checks the adb authorization before download and not before install.

Motivation

Sometimes after wait for a download (maybe a big sized download) the sideloader checks the adb status when it tries to install the apk, would be great if the sideloader check that before the download or if the app checks at the beginning, opening the app, the adb status authorized or not, to save some time. Anyway after the download it's going to be installed, so, why not first check the auth?
Thanks

Crash Logs

I don't really know what I'm doing here so I'm just kinda dumping my logs like the program asked me to, if ya'll need any other info or anything just lemme know

Crash Log Txt:
Message: An error occurred invoking the method. The destination thread no longer exists.
Data: System.Collections.ListDictionaryInternal
Source: System.Windows.Forms
TargetSite: Void WaitForWaitHandle(System.Threading.WaitHandle)

Debug Log Txt:
Running command kill-server

cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)

Running command shell df
Running command devices
Running Rclone command: listremotes
Rclone error:
Rclone Output: VRP-mirror02:
VRP-mirror03:
VRP-mirror06:
VRP-mirror09:
VRP-mirror10:
VRP-mirror12:
VRP-mirror13:
VRP-mirror16:

Loaded following mirrors:
VRP-mirror02
VRP-mirror03
VRP-mirror06
VRP-mirror09
VRP-mirror10
VRP-mirror12
VRP-mirror13
VRP-mirror16
Running Rclone command: cat "VRP-mirror02:Quest Games/GameList.txt"

Devices:
1WMHH820GH0361

Running command -s 1WMHH820GH0361 shell df

adb.exe: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

Rclone error:
Rclone Output: Game Name;Release Name;Release APK Path;Package Name;Version Code;Version Name

(excluded the rest as it was just listing every single title available through Rookie)

File System errors config name contains invalid characters

I tested the new release and have the follwing problems

OS: Windows 10 Pro
Version: v2.0-WIP-SU from last release
Test-Folder: c:\temp\

Running Rclone command: cat ":Quest Games/GameList.txt"
Rclone error: Failed to create file system for ":Quest Games/GameList.txt": config name contains invalid characters - may only contain 0-9, A-Z ,a-z ,_ , - and space

Running Rclone command: sync ":Quest Games/.meta/thumbnails" "C:\Temp\Sideloader\thumbnails"
Rclone error: Failed to create file system for ":Quest Games/.meta/thumbnails": config name contains invalid characters - may only contain 0-9, A-Z ,a-z ,_ , - and space

Running Rclone command: sync ":Quest Games/.meta/notes" "C:\Temp\Sideloader\notes"
Rclone error: Failed to create file system for ":Quest Games/.meta/notes": config name contains invalid characters - may only contain 0-9, A-Z ,a-z ,_ , - and space

Version/date information of currently installed apps

Summary

Show version/date information of currently installed apps.

Basic example

Show more information in currently installed list.

  • add version number. optionally an installation date
  • show if there's an update available (optionally colored), based on version number, manifest or even a file timestamp.
  • alternatively, write an installation log file somewhere so it can be checked manually. (other than debuglog.txt)

Motivation

We can't easily see what could be updated to a newer version.

Illegal characters in path

Describe the bug
The error described bellow after launching the app, If I hit continue it work as expected. The error is more of an annoyance than anything else.
adb.log

To Reproduce
Steps to reproduce the behavior:

  1. Launch the application
  2. See error
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: Illegal characters in path.
   at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
   at System.IO.Path.Combine(String path1, String path2)
   at AndroidSideloader.Form1.GetFullPath(String fileName)
   at AndroidSideloader.Form1.ExistsOnPath(String fileName)
   at AndroidSideloader.Form1.HasDependencies()
   at AndroidSideloader.Form1.<Form1_Load>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4300.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
AndroidSideloader
    Assembly Version: 1.13.0.0
    Win32 Version: 1.13.0.0
    CodeBase: file:///C:/Users/JakeLD/Documents/VRP%20Essentials/Rookie's%20Sideloader/AndroidSideloader%20v1.17SU1.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4300.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Net.Http
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4320.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
SergeUtils
    Assembly Version: 1.0.0.0
    Win32 Version: 1.13.0.0
    CodeBase: file:///C:/Users/JakeLD/Documents/VRP%20Essentials/Rookie's%20Sideloader/AndroidSideloader%20v1.17SU1.exe
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Expected behavior
Error appears when the application is launched

Screenshots
Illegal characters in path

Environment (please complete the following information):

  • Debuglog.txt file from the sideloader folder
    debuglog.txt
  • adb.log file from %USERNAME%\AppData\Local\Temp
    adb.log
  • OS: Windows 10 build 19041.867
  • Version: 1.17SU1

Still No GAMES...

i downloaded the newest version of sideloader and still no games, nothing's popping up. Is it just for me?

crash on startup AndroidSideloader.exe v2.0-WIP-SU1

Hi,
I have downloaded the AndroidSideloader.exe ( v2.0-WIP-SU1) and it crash on startup.
this is the file debuglog.txt

Running command shell input keyevent KEYCODE_WAKEUP
Running command shell input keyevent KEYCODE_WAKEUP

and it is the file crashlog.txt

Message: El sistema no puede encontrar el archivo especificado
Data: System.Collections.ListDictionaryInternal
Source: System
TargetSite: Boolean StartWithCreateProcess(System.Diagnostics.ProcessStartInfo)

thanks and regards.

Windows Defender "Fix"

Could we put the .exe into a zip or something in the releases? I am wondering if that will at least stop WD from blocking the download. I feel fairly competent and the level of hooplah I had to do to get WD to let me install this was crazy, just getting it downloaded in the first place was a pain.

Obviously that's part of the game in programs like this but also if we can find a more user friendly way to get it done that probably is useful to everyone.

Improve progress indicators

Summary

Right now, it's hard to tell what's going on while sideloading, especially during the Installing/Spoofing phase.

Basic example

ADB command files from remote could also contain comments which update the UI to state what step is in progress.

#! Removing old files/folders
adb shell rm /data/a/b/c
#! Pushing APK to device
adb push "xxx.apk" /data/local/tmp
#! Installing APK onto device
adb shell pm install /data/local/tmp/xxx.apk

Motivation

I've thought that the sideloader was frozen in many cases when it was actually just mid-way through doing something.

Games list empty

Hello

This is my first time trying this app and i was to understand that the drop down menu for games should give a list of games to install but it is empty.
The mirrors list is empty as well.

My quest is recognized and im using v1.17SU1

Thanks

2.1.1 not downloading needed ADB/rclone files.

It seems as a fresh download of the program no longer gets the files or makes the directories that are needed.

adb, rclone, 7zip.

It then has an 'unhandled exception' when trying to do adb.Start(); on line 34 in ADB.cs

Copying the files/folders from an older version lets the program run.

not loading mirriors hanging way too long

hello has any one have this problem i loaded up the new update 2.0 su and i get this "missing thumbnails and note database" but it takes a very long time and nothing is loading everything else picks up my oculus but the mount don't work plz help

Trojan

Every time I go to install windows detects a trojan.. Don't want to install a trojan on my PC lol

Issue with running the exe

I ran into this error.
I9 10850k

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at AndroidSideloader.ADB.RunAdbCommandToString(String command)
at AndroidSideloader.MainForm.<Form1_Load>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

AndroidSideloader
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Users/condescomputers/Downloads/AndroidSideloader.exe

System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

SergeUtils
Assembly Version: 1.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Users/condescomputers/Downloads/AndroidSideloader.exe

Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

System.Net.Http
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

I know its a missing file, but which file is missing? What distributable or lib am i missing?

I cant download games

Rookie sideloader recongizes my oculus quest but there are no games to download from the lower slide, waht do i do? This happened after the update ;/

Strange behaviour of the hotfixed version

I first downloaded the non-hotfixed 1.15 version, everything went fine, no AV messages, pop-ups, etc. But I didn't have any mirrors. I looked thru the files and everything but still found nothing then decided to ask the discord. They told me that there was a hotfixed version so I decided to check that out. I download the .exe, I put it in the folder I want it in, and run it. All the usual files get created and two other text files, one named debug.txt and another named details.txt. Right after these files get created, my AV (bitdefender) goes off and removes the .exe for "SuspiciousBehavior.11081145025A94E6". The contents of the two files can be found below:

debug.txt:

Output: Microsoft Windows [Version 10.0.18363.1139]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\blind\Desktop\hotfixed rookie>keytool -genkeypair -alias UcaqhTVI -keyalg RSA -keysize 2048 -keystore keystore.key

C:\Users\blind\Desktop\hotfixed rookie>UcaqhTVIzKqCfLHF

C:\Users\blind\Desktop\hotfixed rookie>UcaqhTVIzKqCfLHF

C:\Users\blind\Desktop\hotfixed rookie>mM

C:\Users\blind\Desktop\hotfixed rookie>mMkM

C:\Users\blind\Desktop\hotfixed rookie>mM

C:\Users\blind\Desktop\hotfixed rookie>mMkM

C:\Users\blind\Desktop\hotfixed rookie>mMk

C:\Users\blind\Desktop\hotfixed rookie>mMkMs

C:\Users\blind\Desktop\hotfixed rookie>yes

C:\Users\blind\Desktop\hotfixed rookie> Error: 'keytool' is not recognized as an internal or external command,
operable program or batch file.
'UcaqhTVIzKqCfLHF' is not recognized as an internal or external command,
operable program or batch file.
'UcaqhTVIzKqCfLHF' is not recognized as an internal or external command,
operable program or batch file.
'mM' is not recognized as an internal or external command,
operable program or batch file.
'mMkM' is not recognized as an internal or external command,
operable program or batch file.
'mM' is not recognized as an internal or external command,
operable program or batch file.
'mMkM' is not recognized as an internal or external command,
operable program or batch file.
'mMk' is not recognized as an internal or external command,
operable program or batch file.
'mMkMs' is not recognized as an internal or external command,
operable program or batch file.
'yes' is not recognized as an internal or external command,
operable program or batch file.

details.txt:

UcaqhTVIzKqCfLHF

I personally found it strange that the sideloader is outputting things like "mMkMs", "mMk" and other stuff. I would like an explanation if possible. Thanks.

Fresh Sideloader 2.0 Does open but gives

After downloading a fresh copy of the latest v2 it gives the following error on windows 10:

I tried on 2 pc`s both having the same issue when fresh installing.

Both windows version 19042.928 (with .net and even visual studio installed and sdks installed)

Edit: I tried to modify the code myself but it seems the ":" is giving the issue in the path

It loads but does nothing after loading: https://i.imgur.com/Zzavbt0.png

If you wish to debug on live pc (with a co programmer) just add me on discord and il give you teamviewer if needed. (Insane - Xcoding#4742)

Debuglog:

Running command shell input keyevent KEYCODE_WAKEUP
Running command devices
Running Rclone command: listremotes
Rclone error: 2021/04/25 13:18:07 NOTICE: Config file "C:\\Users\\Insane\\.config\\rclone\\rclone.conf" not found - using defaults

Rclone Output: 


Loaded following mirrors: 
Running Rclone command: cat ":Quest Games/GameList.txt"
Rclone error: 2021/04/25 13:18:07 Failed to create file system for ":Quest Games/GameList.txt": config name contains invalid characters - may only contain 0-9, A-Z ,a-z ,_ , - and space

Rclone Output: 


Running Rclone command: sync ":Quest Games/.meta/thumbnails" "D:\Software\VR\WORKING_1.18.2\thumbnails"
Rclone error: 2021/04/25 13:18:08 Failed to create file system for ":Quest Games/.meta/thumbnails": config name contains invalid characters - may only contain 0-9, A-Z ,a-z ,_ , - and space

Rclone Output: 


Running Rclone command: sync ":Quest Games/.meta/notes" "D:\Software\VR\WORKING_1.18.2\notes"
Rclone error: 2021/04/25 13:18:08 Failed to create file system for ":Quest Games/.meta/notes": config name contains invalid characters - may only contain 0-9, A-Z ,a-z ,_ , - and space

Application does not startup if system language is set to Portuguese (First startup)

I have tried to execute the application on a Windows 10 with main language set to Brazilian Portuguese and it was not able to start.

Looking inside the folder in the debug file I noticed several non unicode characters, this could be what it was preventing to start.
After changing the system language to English the application was able to start successfully and keep working after changing the language back to Portuguese.

English Debug with working application:
debugEN.txt

Portuguese Debug not starting application:
debugPT.txt

It doesn't copy obb files

Steps to reproduce:

Select game with obb files.
Try to install it.
Check /sdcard/Android/obb for the files

Endless loop on startup if IP address has changed

Unable to start if IP address has changed since last time.
Log has just an endless stream of:

Running command connect 192.168.0.23:5555
cannot connect to 192.168.0.23:5555: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060)



* daemon not running; starting now at tcp:5037
* daemon started successfully



Running command connect 192.168.0.23:5555
cannot connect to 192.168.0.23:5555: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060)




Running command shell input keyevent KEYCODE_WAKEUP

adb.exe: no devices/emulators found

Running command connect 192.168.0.23:5555
Running command connect 192.168.0.23:5555
cannot connect to 192.168.0.23:5555: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060)

IP address changed from 192.168.0.23 to 192.168.0.25, but I couldn't change it since it wasn't starting.
Deleting local user.config fixed the issue.

Download/Install queue empty

When queueing games to download and install through rclone in the sideloader the queue appears to be empty. It does still queue the downloads as it is supposed to it just doesn't show the queue

Crashing

says:

################
Date/Time of crash: Wednesday, July 07 @ 07:13PM UTC################

Message: The system cannot find the file specified
Data: System.Collections.ListDictionaryInternal
Source: System
TargetSite: Boolean StartWithCreateProcess(System.Diagnostics.ProcessStartInfo)

Error

image
Man, What is this?

Can't open .exe

when i try opening the app it just loads for 0,5 sec and then just doesn't show up

Crash on Device retry

Entirety of crashlog:
Message: No process is associated with this object. Data: System.Collections.ListDictionaryInternal Source: System TargetSite: Void EnsureState(State)

Crash on startup AndroidSideloader-v2.0-WIP-SU2

Hi everyone and Dev, AndroidSideloader-v2.0-WIP-SU2 crashed on start up. This is debuglog:


Running command shell input keyevent KEYCODE_WAKEUP

Running command shell df
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 2973384 732 2972652 1% /dev
tmpfs 2973384 0 2973384 0% /mnt
tmpfs 2973384 0 2973384 0% /apex
/dev/block/dm-4 1667768 1662528 0 100% /
/dev/block/dm-5 321816 320832 0 100% /vendor
/dev/block/dm-6 55247244 31163108 23976280 57% /data
/data/media 55247244 31163108 23976280 57% /storage/emulated

--> Another log is longer: https://notepad.pw/share/1mv5n6pr0

image


My PC Specs:

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.