-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android USB update #5618
base: master
Are you sure you want to change the base?
Android USB update #5618
Conversation
Baud115200
android.hardware.usb
@bettellam , hey there, nice to see you opening a pull request over here, hoping this will be one of more to come :) If you are interested, I can guide you through adding the UI to select bault rate if this test turns out to fix your issue. |
@bettellam as soon as the workflows finished, you should get apks in here https://github.com/opengisch/QField/actions/runs/10750024510?pr=5618 Let's see where we go with this after the first test results. |
@m-kuhn Ok. I'm home this afternoon. I'll do a test right away. Thanks |
@m-kuhn Test with the window version: Started QField and it connects. !!!!! This means that having changed As for android I can't find the apr file. I think that the |
If you scroll down here https://github.com/opengisch/QField/actions/runs/10750305033 can you see the apk files? |
I don't understand what the file is? |
You should be able to download the qfield_dev-android-arm64-android file and install it on your phone/tablet for testing. You might have to uninstall a potentially already installed beta version of qfield before (no conflict with the stable installed version) |
Nothing... it doesn't install... I tried with 2 devices (android 8 and android10) |
Do you have any error message? |
Android 8 XRecorder_08092024_114633.mp4 |
@bettellam , do you have a previous QField 'beta' (i.e. an APK from a PR) installed on your phone? |
@m-kuhn Qfield dev beta uninstalled! |
@bettellam , alright, new APKs have been generated in the latest Android workflow runs and you'll be able to install those. Let us know :) |
@nirvn Installation OK XRecorder_Edited_10092024_224254.mp4 |
I think you need to programmatically ask for these permissions (similar to here
|
@bettellam , have your been able to investigate this further? |
@nirvn Pravicy and Security are blocking everything! |
@bettellam , that sounds dramatic.
You mean you can't copy files into that folder via USB cable? |
@nirvn Exactly! with this application you can copy files to the qfield folder: |
@bettellam , I don't think Android 14 is the cause of USB cable transfer not working anymore. I have a pixel 6a with Android 14 and it copies files into that folder without a problem. |
@nirvn my realme gt6 I did a test with USB cable from PC and it works. |
Add android.hardware.usb.host
@nirvn Back to the USB issue |
No description provided.