-
Notifications
You must be signed in to change notification settings - Fork 118
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
It fails to install with LineageOS Recovery #338
Comments
Please grab the recovery's logs ( |
Same problem here, running the latest LineageOS on this device: https://wiki.lineageos.org/devices/lemonade/ I get the error message: "Invalid footer", see photo below adb pull didn't work for me, I got the error 'unauthorized' |
Also in the recovery of Pixel Experience (which is almost the same as the recovery of Lineage OS) the installation fails, and the only error I see after the message "Mountain system" is |
Please grab |
I have exactly the same problem on Lineage 20 on Redmi 9. |
The source field for dm-linear block devices in the recovery's fstab is not an actual file path. Fixes: #338 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Thanks for the logs! I think #420 might fix this. Can you give this debug build a try? BCR-1.50.r5.ge461578-debug.zip If it still fails, please upload the recovery log again. |
It fails. I am unable to get recovery log, because phone stuck after error and do not return to recover menu. After I press Power for a few seconds it open recovery, but with new recovery log. |
Sorry for the late reply. Here is my recovery log, where I first tried installing the standard version of BCR, and after that the debug version you sent here: recovery.log |
The source field for dm-linear block devices in the recovery's fstab is not an actual file path. Fixes: #338 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
The source field for dm-linear block devices in the recovery's fstab is not an actual file path. Fixes: #338 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Hmm, I have no idea why it would crash like that. Have you flashed anything else that modifies Thanks for the log! Can you give this new debug build a try? BCR-1.50.r5.g2f5f0b6-debug.zip (EDIT: Updated link to the new test build below) |
It fails too, with exactly the same text on the screen.
Probably not. I install lineage os, mindthegapps, org.fdroid.fdroid.privileged.ota_2130.zip.
|
The source field for dm-linear block devices in the recovery's fstab is not an actual file path. Fixes: #338 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
The source field for dm-linear block devices in the recovery's fstab is not an actual file path. Fixes: #338 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Thanks, the gapps and fdroid packages gave me some hints on what might be wrong. Looks like the recovery expects the system partition to be mounted at |
For me this last build worked! Thank you :) |
It is successfully installed and even autorecord my call, but the audio file contains silence. |
Just for information, mine woks fine, it successfully records calls and the audio of the recordings is great |
Great, thanks for testing!
If that still happens when you select the WAV/PCM output format (which just dumps the raw audio to a file), then unfortunately, that's beyond the control of BCR. You're probably out of luck outside of trying a different ROM (that might have a working audio driver and mixer configuration). |
I tried the new version 1.51, but strangely enough it happens that the installation script succeeds while the app does not appear in the list of apps, so it is not effectively installed. I tried again with flashing again the rom first so to have a clean system and flashing that version of BCR afterwards, but the app was still not present. Instead, the last debug version here works just fine, the app appears. Do you have any idea why it happens? |
Can you try this?
This might be happening because the debug build is signed with a different key than the release build. |
That might be the problem. Anyhow, I tried it and the ADB command fails saying: |
Huh, that is really interesting. I've never seen the command fail like that before. Do you happen to be using work profiles, app cloning, or any similar feature that might allow two instances of an app to be installed at the same time? If you don't mind tinkering, I'd suggest trying these steps a try:
|
I tried to delete the app with different root file managers but I didn't succeed with all of them, because they all say that the priv-app folder is read-only. I guess I'll stick with this debug version by now, until it happens I flash anew my rom. Thank you so much for your time and BCR! |
When installing through LineageOS Recovery it fails.
The text was updated successfully, but these errors were encountered: