Andrew Gunnerson
Andrew Gunnerson
Hello, please see the building from source section in the README. It lists the command for building the Magisk module zip. https://github.com/chenxiaolong/BCR#building-from-source
I suspect this is a firmware issue unfortunately. BCR doesn't interact with the actual call besides asking Android for access to the `VOICE_CALL` audio stream. Do you experience the same...
Thanks for the reply. Since the issue happens with other call recorders too, I suspect this is an issue in the ROM and/or the modem firmware. I'm not familiar with...
I think using dm-linear volumes on the super partition (what DSU does) is a great way to implement dual-boot, though I don't think using DualBootPatcher as a base for that...
@tone361 Can you please try this debug build and upload the logs when it crashes? It will still be broken, but it should give a little bit more information in...
``` 02-12 06:55:43.831 418 418 E AndroidRuntime: FATAL EXCEPTION: main 02-12 06:55:43.831 418 418 E AndroidRuntime: Process: com.github.chenxiaolong.dualbootpatcher.snapshot, PID: 418 02-12 06:55:43.831 418 418 E AndroidRuntime: java.lang.IllegalStateException: Already querying metadata!...
@klorinczi Can you reboot into recovery and either with adb or the TWRP terminal, run: ``` e2fsck -fy /dev/block/platform/msm_sdcc.1/by-name/system ``` to repair the filesystem? Looks like DBP can't mount the...
OK, looks like it got past the `/system` mounting issue this time, but now the kernel doesn't detect the SD card at all: ``` [ 11.589464] [2014-10-07T08:38:23.882767000+00:00][1:1][D] mbtool/mount_fstab: Matching devices...
The `extsd-slot-rr585` directory should be good enough.
Yeah. I see this too: when booted into recovery (`recovery/dmesg.log`): ``` [ 1.857359] mmc2: id 3 [ 1.858473] mmc2: no vmmc regulator found [ 1.859511] Registered led device: mmc2:: [...