Skip to content

Better debugging support

Pre-release
Pre-release
Compare
Choose a tag to compare
@Biktorgj Biktorgj released this 19 Oct 07:44
· 28 commits to master since this release

PoC: Don't use this unless you know what you're doing

This release is a small update from previous release. It includes the following:

Before flashing

This isn't even alpha, so make sure you know your modem recovery methods. Grab a copy of the firmware recovery repo (https://github.com/Biktorgj/quectel_eg25_recovery), and carefully read the README. If you don't know what it says, don't attempt to use this.

Flashing

  • If you already flashed my unlocked bootloader before, just unpack the package in a folder and run 'flashall'.
  • If you're coming from stock, first flash the bootloader via fastboot and make it boot by 'fastboot reboot-bootloader' and then run 'flashall', or manually flash each file independently

CHANGES

  • USB is working as it should now. Provides both ADB and WWAN support
  • Initial audio support. Microphone doesn't seem to be working but audo call is initialized both in kernel + userspace and you can hear the other person talking. Placing multiple calls ends up in a lot of noise (to be debugged)