-
Notifications
You must be signed in to change notification settings - Fork 17
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
Flipper can not replay saved file .... #14
Comments
it just display : "cannot parse file " |
I found a potential fix, but cannot try it right now, but you can open the raw file now: If you edit your file on notepad you will see that "Protocol: RAW" is not escaped, and some other code is escaped and it's not needed. Example, before the edit: After the edit: Focus on "Custom_preset_data" and "Protocol: RAW", I managed to read the file with the Flipper, you can open it but i didn't tried it yet |
yes , it worked ! I added also custom modulations in setup file (according to custom preset data) , however when I create tpms signal in app it wont do anything .... any suggestions? I use sensor ID from my read with protoview app. |
I have recorder low pressure warning from my wheel (recorded on HackRF) when I reply it with HackRF it brings warning light on dashboard of my car. tested to capture and save with protoview app ....it captures it correctly as renault tpms with low pressure , but replaying it with app wont do anything .... nothing happen even if I replay saved file. |
Me too, file fixed but cannot replay correctly |
I want it to work! hhh |
There's 2 bugs in the capture file generation code for custom modulations, which cause the resulting custom preset data line to lack PATABLE bytes and a line feed. You can try manually adding I might make a pull request if I get around to fixing the code in a clean way. |
Fix the incomplete custom preset data and the line feed in the wrong location for the signal file generation code.
@thedroidgeek like this? and also creating new custom modulation in settings file? Filetype: Flipper SubGhz RAW File |
Yes, but there's no need to modify the settings file. |
@thedroidgeek ok copy that! but It may allow me to use modulation outside of protoview ...right? |
Could you stop asking pointless questions and try to use some common sense? |
I had the lack of PTABLE somewhere noted in a private TODO file. Then got trapped in the LoRa things and forgot to fix it. |
@ErSeraph there is also end part of the modulation that is missing in sub file as per @thedroidgeek comment. Note: still nothing happens when replying saved or created file . |
@thedroidgeek sorry for misunderstanding I was just trying to make it work outside of the app. |
@DavidIgor No I'm the one that should apologize, sorry for my tone. You seem to own a HackRF though, so you should be able to debug and figure out how to fix stuff yourself. Universal Radio Hacker is a useful tool for decoding data to make sure you're transmitting the right stuff. Good luck. @antirez Well done on the app, I appreciate people like you that thoroughly document their work. I've already submitted a PR for this fix ICYMI. |
@thedroidgeek all good, I do own hackrf with portapack but only for month or so ... lot to learn ! URH is great thanks for tip. |
Hi , it looks like modulation issue ?
The text was updated successfully, but these errors were encountered: