Skip to content
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

Error installing with custom recovery #138

Closed
r4ulill0 opened this issue Oct 2, 2022 · 1 comment · Fixed by #139
Closed

Error installing with custom recovery #138

r4ulill0 opened this issue Oct 2, 2022 · 1 comment · Fixed by #139
Assignees
Labels
bug Bug in BCR itself

Comments

@r4ulill0
Copy link

r4ulill0 commented Oct 2, 2022

I have tried to install latest version with Twrp but it fails with the following message found in the logs:

Installing zip file '/external_sd/BCR-1.20-release.zip'
Unmounting Super...
I:Unmounting main partitions...
I:Update binary zip
Verifying package compatibility...
Package doesn't contain compatibility.zip entry
I:Extracting updater binary 'META-INF/com/google/android/update-binary'
I:Zip does not contain SELinux file_contexts file in its root.
+ ui_print 'Mounting system'
+ >/proc/self/fd/25 
+ printf 'ui_print %s\nui_print\n' 'Mounting system'
Mounting system
+ mount /system_root
+ root_dir=/system_root 
+ ui_print 'Extracting files'
+ >/proc/self/fd/25 
+ printf 'ui_print %s\nui_print\n' 'Extracting files'
Extracting files
+ unzip -p /external_sd/BCR-1.20-release.zip module.prop
+ grep '^id='
+ cut '-d=' -f2
+ app_id=com.chiller3.bcr 
+ rm -rf /system_root/system/priv-app/com.chiller3.bcr
rm: /system_root/system/priv-app/com.chiller3.bcr: No such file or directory
Updater process ended with ERROR: 1
I:Install took 0 second(s).
Error installing zip file '/external_sd/BCR-1.20-release.zip'
I:Data backup size is 6444MB, free: 37326MB.
I:Can't probe device /data/media/0
I:Set page: 'flash_done'
I:operation_end - status=1
@r4ulill0
Copy link
Author

r4ulill0 commented Oct 2, 2022

Sorry, seems to be a duplicated of #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug in BCR itself
Projects
None yet
2 participants