Installer fails to unlock on non-stock Quectel firmware
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 490
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 23
Description
### Rayhunter Version
v0.7.0
### Device
Pinephone
### Installer OS
Linux
### Describe the Issue
Installer instantly fails to unlock the modem if it's flashed with [the community distro](https://github.com/the-modem-distro/pinephone_modem_sdk) for the Quectel modem in the Pinephone (Pro)
Command output is as follows (with backtrace, if it helps):
```
Unlocking modem ... Failed to install rayhunter on the Pinephone's Quectel modem
Caused by:
Received unexpected response:
OK
Stack backtrace:
0: anyhow::error::::msg
1: installer::pinephone::start_adb::{{closure}}
2: installer::run::{{closure}}
3: tokio::runtime::runtime::Runtime::block_on
4: installer::main
5: std::sys::backtrace::__rust_begin_short_backtrace
6: main
```
I've tested this after rolling back to stock firmware and the installer ran successfully.
Contributor guide
Assessment
This issue has not been assessed yet.