Open ttmx opened 5 months ago
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
Please update to latest version 0.102, then try to reproduce issue and attach logs from Flipper and Mobile Phone
It has the exact same behaviour on 0.102.3 (that is where I took the screenshots). Either way, I'll send the logs. Flipper Log App Log
Also please set log level to debug
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.
no information gets transmitted between the Flipper and the phone
What kind of information do you expect to receive?
I expect to receive the keys I have in the Flipper, be able to access it's files, to check it's installed applications, I expect the "full info" submenu to be populated as well. None of this info was present in the app after multiple attempted syncs. Currently I only have a screenshot of the Hub portion of the app not displaying installed apps.
I see that Flipper Zero on file listing (e.g. /any/subghz) gives command_status: ERROR
/ command_status_value: 1
1) Are you sure this is all the logs from the flipper that you have for the session? Can you record a video of it? 2) Can you try using a different sdcard?
These are all the logs, collected as explained in https://docs.flipper.net/mobile-app/bug-report , using https://googlechromelabs.github.io/serial-terminal/ throughout the whole process, and just exporting the logs. The application logs were collected from the start of the app until the end of the procedure, using logcat.
Unfortunately this is the only SD card I have, but I have benchmarked it multiple times, fsck'd, and done full read and write tests, and there have been no issues. It is a 64GB Sandisk MicroSD which I previously used to run a raspberry pi.
Can you record a video? I can't play it back and I don't understand at what point what events are happening. From an application point of view, flipper just returns an error on any request
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
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.