Sideloading not wokring V2.1.4 #134
-
|
Hi, I've install the .apk on two different phone (one rooted, no gapps etc.. and the other one is stock ) but both stuck at
So I followed the side loading guide FYI: I'm use to adb. I've did adb root
adb push /a/path/*.onnx /data/data/nie.translator.rtranslator/files
adb shell
#now in the phone shell
cd /data/data/nie.translator.rtranslator/files
chown xyz:xyz *.onnx The owner was root (obvisouly) so I changed it to the same user as the files that were in /data/data/nie.translator.rtranslator But it's not working, RTranslator still stuck to download the files... Any ideas ? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, you need to delete the data of the app first (or reinstall), because RTranslator will check if there are sideloaded files before starting the download, once it's started it will not check. |
Beta Was this translation helpful? Give feedback.
Hi, you need to delete the data of the app first (or reinstall), because RTranslator will check if there are sideloaded files before starting the download, once it's started it will not check.
Let me know if this will solve your issue.