Blogshot / trip-sitter

A tool to convert custom songs between AudioTrip and SynthRiders
GNU General Public License v3.0
12 stars 3 forks source link

ADB is unstable when working with multiple files #2

Closed Blogshot closed 4 years ago

Blogshot commented 4 years ago

Since adbkit instantiates an adb client for each file, there is an issue where file transfers to the Oculus Quest are failing.

Possible fix: Create a global adb client on application start which can be reused.

Blogshot commented 4 years ago

Fixed by switching to MTP via Powershell, see https://github.com/Blogshot/trip-sitter/blob/master/copyViaMTP_SR.ps1 and https://github.com/Blogshot/trip-sitter/blob/master/copyViaMTP_AT.ps1.