movecert
movecert copied to clipboard
Installation failed
Error: This zip is not a Magisk module Installation failed
- Tried to extract and recompress zip ->
Installing xx.zip Installation failed
我的也一样,不知道什么问题,重新提取压缩了,还是提示非Magisk模块,安装失败!
+1
+1
Having the same issue :/
Same issue here. =(
+1, on latest canary 23016
anybody fixed it?
The zip format is the problem, we should put all files directory in the root of the zip file instead of putting them in one directory.
The zip format is the problem, we should put all files directory in the root of the zip file instead of putting them in one directory.
thats not the issue or one of the issues, i've tried it to put in root of the zip but it still happens...
The zip format is the problem, we should put all files directory in the root of the zip file instead of putting them in one directory.
thats not the issue or one of the issues, i've tried it to put in root of the zip but it still happens...
Try to install use the FoxMagiskModuleManager 0.31 instead(instead of origin magisk app)
i try it,but Unfortunately when i use this foxmanager to instal movecert,the app is crash. My testing machine is pixel4 on Android10
the problem is the developer forgot to change the file which is "/META-INF/com/google/android/update-binary". u need to replace it with "https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh". when installed,u need to enable ur certs manually.
What is unexpected is that this file should be replaced by Magisk and the update from the developer should not impact us.
When your module is downloaded with the Magisk app, update-binary will be forcefully replaced with the latest module_installer.sh. DO NOT try to add any custom logic in update-binary.
See: https://github.com/topjohnwu/Magisk/blob/master/docs/guides.md#notes
the problem is the developer forgot to change the file which is "/META-INF/com/google/android/update-binary". u need to replace it with "https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh". when installed,u need to enable ur certs manually.
Hi @azio7 after updating the update-binary
I still see unzip error, do you have any idea on this?
the problem is the developer forgot to change the file which is "/META-INF/com/google/android/update-binary". u need to replace it with "https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh". when installed,u need to enable ur certs manually.
thinkyou it is worked
the problem is the developer forgot to change the file which is "/META-INF/com/google/android/update-binary". u need to replace it with "https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh". when installed,u need to enable ur certs manually.
Hi @azio7 after updating the
update-binary
I still see unzip error, do you have any idea on this?
ur problem may be the encoding,or the zip structure like this(I don't know how to express it xD)
when u unzip magisk module named abc.zip, the dir should be "abc/a.file" but not "abc/abc/a.file"
if this still cannot help u,I am afraid that u need to find the problem yourself.
the problem is the developer forgot to change the file which is "/META-INF/com/google/android/update-binary". u need to replace it with "https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh". when installed,u need to enable ur certs manually.
Hi @azio7 after updating the
update-binary
I still see unzip error, do you have any idea on this?ur problem may be the encoding,or the zip structure like this(I don't know how to express it xD)
when u unzip magisk module named abc.zip, the dir should be "abc/a.file" but not "abc/abc/a.file"
if this still cannot help u,I am afraid that u need to find the problem yourself.
Thanks so much! It is because of the zip structure.
dir
hello,
Error: This zip is not a Magisk module Installation failed
my system: magisk 24.3, adn my structure is "abc/a.file"
dir
hello,
Error: This zip is not a Magisk module Installation failed
my system: magisk 24.3, adn my structure is "abc/a.file"
that's the structure problem.it should be "a.file". in cmd,it is "zip -r abc/*"but not "zip -r abc"
but, it failed , magisk 24.3, can you test at magisk 24.3, Android 12 ?
dir
hello, Error: This zip is not a Magisk module Installation failed my system: magisk 24.3, adn my structure is "abc/a.file"
that's the structure problem.it should be "a.file". in cmd,it is "zip -r abc/*"but not "zip -r abc"
but, it failed , magisk 24.3, can you test at magisk 24.3, Android 12 ?
dir
hello, Error: This zip is not a Magisk module Installation failed my system: magisk 24.3, adn my structure is "abc/a.file"
that's the structure problem.it should be "a.file". in cmd,it is "zip -r abc/*"but not "zip -r abc"
this module is too old. well,in this case, i recommand another module https://github.com/NVISOsecurity/MagiskTrustUserCerts
i found it recently.😂
android 12 ,magisk 24 is ok downzip https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99
android 12 ,magisk 24 is ok downzip https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99
Can you give me this zip ?, Thank you
but, it failed , magisk 24.3, can you test at magisk 24.3, Android 12 ?
dir
hello, Error: This zip is not a Magisk module Installation failed my system: magisk 24.3, adn my structure is "abc/a.file"
that's the structure problem.it should be "a.file". in cmd,it is "zip -r abc/*"but not "zip -r abc"
Yeah, thank you . So i will test that
android 12 ,magisk 24 is ok downzip https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99
Can you give me this zip ?, Thank you movecert-1.9.zip enjoy
but, it failed , magisk 24.3, can you test at magisk 24.3, Android 12 ?
dir
hello, Error: This zip is not a Magisk module Installation failed my system: magisk 24.3, adn my structure is "abc/a.file"
that's the structure problem.it should be "a.file". in cmd,it is "zip -r abc/*"but not "zip -r abc"
you need cd the folder “movecert-master” and execute “zip -r name.zip ” after you alter the file named "update-binary" using https://github.com/Magisk-Modules-Repo/movecert/issues/12#issuecomment-1046040533. then,you will get the right zip file. if you use “zip -r name.zip movecert-master/”, you still got name/movecert-master/*.
android 12 ,magisk 24 is ok downzip https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99
Can you give me this zip ?, Thank you movecert-1.9.zip enjoy
thank you
any updates or plans of merging into main or reviewing code plz?
any updates or plans of merging into main or reviewing code plz?
i suppose no or no need
the problem is the developer forgot to change the file which is "/META-INF/com/google/android/update-binary". u need to replace it with "https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh". when installed,u need to enable ur certs manually.
azio7, you are my god! you are our god!
android 12 ,magisk 24 is ok downzip https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99
Can you give me this zip ?, Thank you movecert-1.9.zip enjoy and you, zhyonchen, you like our mother