Better debugging support
Pre-release
Pre-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:
- Unlocked Bootloader (LK): https://github.com/Biktorgj/quectel_lk/releases
- CAF 3.18.140 Kernel: https://github.com/Biktorgj/quectel_eg25_kernel
- Yocto 3.1 based rootfs
- Yocto 3.1 based recovery
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)