vesc_tool icon indicating copy to clipboard operation
vesc_tool copied to clipboard

Firmware update custom file on Android

Open danilolattaro opened this issue 3 years ago • 4 comments

The latest 3.01 stable version of Android app doesn't show any files when browsing for for a custom firmware. The "choose file" button opens the storage navigation, the folders are shown and can be selected, but when accessing the correct path where VESC firmwares are stored no files are shown and therefore a selection can't be made. The 3.01 beta with previous aesthetic was working fine, but the newer good looking app seems to have this feature broken. The app was given full permission to storage and files. Running on Android 11. Screenshot_20220221-214706 Screenshot without connected VESC only for illustration purposes. As can be seen, a path is shown on the top but absolutely no selectable file.

danilolattaro avatar Feb 21 '22 20:02 danilolattaro

The problem is that even with file permissions VESC Tool can only access very few locations since the latest google play store requirements. Getting around that is almost impossible.

What worked for me for making the file visible to VESC Tool is putting it in Android/data/vedder.vesctool/files

vedderb avatar Feb 21 '22 21:02 vedderb

Had to download another file manager (Total Commander) to manage and copy the bin to that path, but can confirm: also worked here.

danilolattaro avatar Feb 21 '22 21:02 danilolattaro

How to deal with this now? Workaround is plausible but may be difficult for other users. I guess have to leave the issue open until the Google play gives a way

danilolattaro avatar Feb 21 '22 21:02 danilolattaro

I wonder it you could make it so you can "share" a file with vesc tool and it copies it there?

Teslafly avatar May 03 '22 03:05 Teslafly