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

Android 12 unable to install #45

Open
heatl0rd opened this issue Jan 6, 2022 · 3 comments
Open

Android 12 unable to install #45

heatl0rd opened this issue Jan 6, 2022 · 3 comments

Comments

@heatl0rd
Copy link

heatl0rd commented Jan 6, 2022

Installing via Android file host zips on any magisk ver (stable or canary) on Android 12 appears to not do anything.

@Jaiceen
Copy link

Jaiceen commented Jan 10, 2022

Also running 12 with the same issue.
Fixed GitHub adding extra hierarchy.
Here's a readout from Magisk

- Copying zip to temp directory
- Installing terminal_debloater-master.zip
- ! Installation failed

@machinewu
Copy link

machinewu commented Jun 6, 2022

Copy the following file and replace the same path file META-INF/com/google/android/update-binary:

https://github.com/Magisk-Modules-Repo/movecert/blob/b36b14e8791756c3a55091c98f13d77d55555f99/META-INF/com/google/android/update-binary

Just copy the above file to here:

#!/sbin/sh
 
#################
# Initialization
#################
 
umask 022
 
# echo before loading util_functions
ui_print() { echo "$1"; }
 
require_new_magisk() {
  ui_print "*******************************"
  ui_print " Please install Magisk v20.4+! "
  ui_print "*******************************"
  exit 1
}
 
#########################
# Load util_functions.sh
#########################
 
OUTFD=$2
ZIPFILE=$3
 
mount /data 2>/dev/null
 
[ -f /data/adb/magisk/util_functions.sh ] || require_new_magisk
. /data/adb/magisk/util_functions.sh
[ $MAGISK_VER_CODE -lt 20400 ] && require_new_magisk
 
install_module
exit 0

@HuskyDG
Copy link

HuskyDG commented Jun 25, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants