-
Notifications
You must be signed in to change notification settings - Fork 175
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
Bluetooth connection nearly completely not working #871
Comments
Please update to latest version 0.102, then try to reproduce issue and attach logs from Flipper and Mobile Phone |
Also please set log level to debug |
It has the exact same behaviour on 0.102.3 (that is where I took the screenshots). Either way, I'll send the logs.
I believe it is already debug? "Current log level: debug" Am I missing anything? |
Yep, on firmware side it looks alright. Except there is no RPC session being opened. |
Looks like expected behaviour - progress jumps happen because we can't predict the amount of work and how many files we will need to sync. |
What kind of information do you expect to receive? |
I see that Flipper Zero on file listing (e.g. /any/subghz) gives
|
|
Can you record a video? I can't play it back and I don't understand at what point what events are happening. |
Hey, I haven't been able to reproduce this anymore, but since it happened a bit intermittently I cannot be certain it is fixed. |
Rt |
Describe the bug
It seems that after pairing, no information gets transmitted between the Flipper and the phone besides it's firmware version.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The progress climbs somewhat smoothly from 0% to 100%, and the new data synchronized from the Flipper appears in the app (such as the data in the archive, or installed apps in the hub). Instead, the progress jumps from 1% to 10%, and then finishes, with no new data in the app.
Logs
``
Android App logs: https://termbin.com/k1ut (Too large to fit in the issue)
Flipper Logs
| ,..\ \ ,.-"
,/
/; :
/
""` ,/--==,/-----,|
-...| -.___-Z:_______J...---; :
-'L _ ___ ___ ___ ___ --"` _ ___
| _|| | | || _ | _ | __|| _ \ / || | | |
| | | | | | | /| /| | | / | ( | | | |
|| |||||| || ||||\ ___||_|||
Welcome to Flipper Zero Command Line Interface!
Read Manual https://docs.flipperzero.one
Firmware version: 0.93.0 0.93.0 (e8c6e70a built on 12-10-2023)
Additional context
You will notice my firmware is in 0.93.0, but the exact same behaviour happens with the latest firmware, therefore I believe it is an Android sided issue.
No new information seemed to actually be transmitted to my device.
All the permissions were given to the app in Android settings.
The text was updated successfully, but these errors were encountered: