movecert icon indicating copy to clipboard operation
movecert copied to clipboard

Installation failed

Open aking186 opened this issue 4 years ago • 41 comments

Error: This zip is not a Magisk module Installation failed

  • Tried to extract and recompress zip ->

Installing xx.zip Installation failed

aking186 avatar Jan 05 '21 01:01 aking186

我的也一样,不知道什么问题,重新提取压缩了,还是提示非Magisk模块,安装失败! 微信截图_20210130165633

ipx2001 avatar Jan 30 '21 11:01 ipx2001

+1

jimmychanii avatar Jul 06 '21 03:07 jimmychanii

+1

xmhwws avatar Jul 31 '21 13:07 xmhwws

Having the same issue :/

Cloufish avatar Aug 15 '21 17:08 Cloufish

Same issue here. =(

Manouchehri avatar Nov 25 '21 20:11 Manouchehri

+1, on latest canary 23016

Venipa avatar Dec 22 '21 04:12 Venipa

anybody fixed it?

Easy-Ez avatar Jan 14 '22 12:01 Easy-Ez

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.

fjh1997 avatar Feb 08 '22 14:02 fjh1997

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...

Venipa avatar Feb 08 '22 14:02 Venipa

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)

fjh1997 avatar Feb 08 '22 15:02 fjh1997

i try it,but Unfortunately when i use this foxmanager to instal movecert,the app is crash. My testing machine is pixel4 on Android10

MinghaoLin2000 avatar Feb 10 '22 02:02 MinghaoLin2000

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 avatar Feb 12 '22 16:02 azio7

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

seblu avatar Feb 13 '22 20:02 seblu

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?

xilin avatar Feb 16 '22 09:02 xilin

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

ddgweb avatar Feb 17 '22 15:02 ddgweb

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.

azio7 avatar Feb 19 '22 15:02 azio7

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.

xilin avatar Feb 19 '22 15:02 xilin

dir

hello,

Error: This zip is not a Magisk module Installation failed

my system: magisk 24.3, adn my structure is "abc/a.file"

owedocker avatar Apr 03 '22 02:04 owedocker

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"

azio7 avatar Apr 05 '22 02:04 azio7

image

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"

owedocker avatar Apr 05 '22 02:04 owedocker

image

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.😂

azio7 avatar Apr 05 '22 06:04 azio7

android 12 ,magisk 24 is ok downzip https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99

oscarHeyang avatar Apr 06 '22 05:04 oscarHeyang

android 12 ,magisk 24 is ok downzip https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99

Can you give me this zip ?, Thank you

owedocker avatar Apr 07 '22 00:04 owedocker

image

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

owedocker avatar Apr 07 '22 00:04 owedocker

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

zhyonc avatar Apr 12 '22 13:04 zhyonc

image

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/*.

dc343595222 avatar Jul 25 '22 03:07 dc343595222

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

yimianweishi avatar Aug 05 '22 09:08 yimianweishi

any updates or plans of merging into main or reviewing code plz?

lyh543 avatar Nov 13 '22 02:11 lyh543

any updates or plans of merging into main or reviewing code plz?

i suppose no or no need

azio7 avatar Nov 14 '22 06:11 azio7

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

waconde avatar Nov 15 '22 08:11 waconde