newhinton / Round-Sync

An android cloud file manager, powered by rclone. Visit https://roundsync.com for more information!
https://roundsync.com
GNU General Public License v3.0
1.31k stars 51 forks source link

Crash while tapping + symbol on the main screen #237

Open stylon opened 8 months ago

stylon commented 8 months ago

What version of Round Sync are you using (About -> App version)?

roundsync_v2.2.3-terrapin-oss-arm64-v8a-release.apk

What is your Android version, phone model and manufacturer?

Android 14, One UI 6.0, Samsung Galaxy Tab S9 Ultra

Which steps are required to reproduce this issue?

  1. Open app
  2. Tap on + symbol located in the lower right corner of the app screen
  3. Round Sync crashes

Please also enable rclone logging (Settings > Logging > Log Rclone errors). You're going to need the log for the last question. I did enable this and went on to crash the app again, but there's no log file in the mentioned location.

What is your configuration (rclone.conf)?

[...-...-...-...-...] type = alias remote = /storage/emulated/0

Does the same issue also occur when using the same configuration on a PC or in Termux?

I use Termius so far, not Termux. Works perfectly. I can open SSH connections as well as transferring files via SFTP.

leowankerddd commented 7 months ago

Hi,

This issue might be related to the screen size.

There is a known bug that Interferes with the ability to create new remotes on an Android tablet with a larger screen. Able to duplicate this for the developer and he fixed it in what is now the beta release so the next release hopefully will contain a fix for your problem and I think it should be out fairly soon. Keep an eye out for an upgrade.

Also, Termux is a Linux emulator that allows you run the real rclone for PC on your cell. You can ssh from your PC to termux so you have a larger terminal window.

To access Termux via ssh let me know if you intend to try it and I'll post more detail. Default port for ssh is 8022 and you can find the default user by typing "whoami" Then, set the new password with the "passwd" command. ssh -p 8022 user@ip_of_phone

newhinton commented 7 months ago

Currently i'm working on an update check/in app updater. Once that is done, i'd like to release 2.5.0!

leowankerddd commented 7 months ago

Also,

Experiencing this bug does not mean that you cannot use round sync on your phone.

Simply create the remote that you need on a desktop PC so that the configuration settings go into the rclone config file.

Copy that config file to your phone and import it into the software and your remote will appear in the list of available remotes and it will work.