Skip to content
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

Fix footer command & Partially revert commit a9e5008 #565

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

CE1CECL
Copy link
Contributor

@CE1CECL CE1CECL commented Jun 25, 2024

I mentioned this on my last PR but I read in the README.md this is indeed for eMMC devices.

The footer command had syntax issues that prevented the use of it. I mentioned about it on bkerler#564 but decided to fix it myself for everyone.

Signed-off-by: Christopher Lentocha <[email protected]>
This commit fixes this from happening on running a edl command without rebooting the device on every command:

```
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader 0000000000000000_b01193679ab2eac7_fhprg_peek.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
Traceback (most recent call last):
  File "/usr/local/bin/edl", line 393, in <module>
    base.run()
  File "/usr/local/bin/edl", line 295, in run
    version = conninfo.get("data").version
AttributeError: 'NoneType' object has no attribute 'version'
root@HP-PAVILION-590:~#
```

Signed-off-by: Christopher Lentocha <[email protected]>
On "Fix footer command" commit

Signed-off-by: Christopher Lentocha <[email protected]>
@bkerler bkerler merged commit f22a53b into bkerler:master Jun 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants