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

Installation failed #12

Open
aking186 opened this issue Jan 5, 2021 · 41 comments · May be fixed by #14
Open

Installation failed #12

aking186 opened this issue Jan 5, 2021 · 41 comments · May be fixed by #14

Comments

@aking186
Copy link

aking186 commented Jan 5, 2021

Error:
This zip is not a Magisk module
Installation failed

  • Tried to extract and recompress zip ->

Installing xx.zip
Installation failed

@ipx2001
Copy link

ipx2001 commented Jan 30, 2021

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

@jimmychanii
Copy link

+1

1 similar comment
@xmhwws
Copy link

xmhwws commented Jul 31, 2021

+1

@Cloufish
Copy link

Having the same issue :/

@Manouchehri
Copy link

Same issue here. =(

@Venipa
Copy link

Venipa commented Dec 22, 2021

+1, on latest canary 23016

@Easy-Ez
Copy link

Easy-Ez commented Jan 14, 2022

anybody fixed it?

@fjh1997
Copy link

fjh1997 commented Feb 8, 2022

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.

@Venipa
Copy link

Venipa commented Feb 8, 2022

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

@fjh1997
Copy link

fjh1997 commented Feb 8, 2022

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)

@MinghaoLin2000
Copy link

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

@azio7
Copy link

azio7 commented Feb 12, 2022

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 added a commit to azio7/movecert that referenced this issue Feb 12, 2022
azio7 added a commit to azio7/movecert that referenced this issue Feb 12, 2022
@azio7 azio7 linked a pull request Feb 13, 2022 that will close this issue
@seblu
Copy link

seblu commented Feb 13, 2022

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

@xilin
Copy link

xilin commented Feb 16, 2022

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?

@ddgweb
Copy link

ddgweb commented Feb 17, 2022

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

@azio7
Copy link

azio7 commented Feb 19, 2022

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.

@xilin
Copy link

xilin commented Feb 19, 2022

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.

@owedocker
Copy link

dir

hello,

Error:
This zip is not a Magisk module
Installation failed

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

@azio7
Copy link

azio7 commented Apr 5, 2022

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
Copy link

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"

@azio7
Copy link

azio7 commented Apr 5, 2022

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

@oscarHeyang
Copy link

@owedocker
Copy link

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

Can you give me this zip ?, Thank you

@owedocker
Copy link

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

@zhyonc
Copy link

zhyonc commented Apr 12, 2022

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

@dc343595222
Copy link

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 #12 (comment).
then,you will get the right zip file. if you use “zip -r name.zip movecert-master/
”, you still got name/movecert-master/*.

@yimianweishi
Copy link

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

@lyh543
Copy link

lyh543 commented Nov 13, 2022

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

@azio7
Copy link

azio7 commented Nov 14, 2022

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

i suppose no or no need

@waconde
Copy link

waconde commented Nov 15, 2022

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

@azio7
Copy link

azio7 commented Nov 16, 2022

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

emmm.thanks man.i would like to advise u install another similar mod, MagiskTrustUserCerts, which is still updating.

@getr00t
Copy link

getr00t commented Jun 11, 2023

问题是开发人员忘记更改文件“/META-INF/com/google/android/update-binary”。 您需要将其替换为“ https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh ”。 安装后,您需要手动启用您的证书。

Why my Android 9,magisk23 Android is invalid

@getr00t
Copy link

getr00t commented Jun 11, 2023

图片
但是,它失败了,magisk 24.3,你能在magisk 24.3,Android 12上测试吗?

目录

你好,
错误:这个zip不是Magisk模块安装失败
我的系统:magisk 24.3,我的结构是“abc/a.file”

那是结构问题。它应该是“a.file”。在cmd中,它是“zip -r abc/*”但不是“zip -r abc”

这个模块太旧了。 好吧,在这种情况下,我推荐另一个模块 https://github.com/NVISOsecurity/MagiskTrustUserCerts

我最近发现了它。😂

My Android 9, magisk23 version installs MagiskTrustUserCerts, I want to grab the data package of the app, but I can’t connect to the Internet, why?

@waconde
Copy link

waconde commented Jun 11, 2023

问题是开发人员忘记更改文件“/META-INF/com/google/android/update-binary”。 您需要将其替换为“ https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh ”。 安装后,您需要手动启用您的证书。

Why my Android 9,magisk23 Android is invalid

if you still want to use this model, please use this zip: https://github.com/Magisk-Modules-Repo/movecert/files/8473364/movecert-1.9.zip
its will be working good.

@waconde
Copy link

waconde commented Jun 11, 2023

or if you want to use MagiskTrustUserCerts, It uses the same steps as the Movecert module. Install the proxy certificate to the user level and restart the phone. If you can't connect to the network, check to see if you added the global proxy using the ADB tool. You need to use the ADB tool to delete the global agent.

@getr00t
Copy link

getr00t commented Jun 11, 2023

问题是开发人员忘记更改文件“/META-INF/com/google/android/update-binary”。 您需要将其替换为“ https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh ”。 安装后,您需要手动启用您的证书。

Why my Android 9,magisk23 Android is invalid

if you still want to use this model, please use this zip: https://github.com/Magisk-Modules-Repo/movecert/files/8473364/movecert-1.9.zip
its will be working good.

Well, I use this as there is no network, and I can’t grab the app network

@getr00t
Copy link

getr00t commented Jun 11, 2023

or if you want to use MagiskTrustUserCerts, It uses the same steps as the Movecert module. Install the proxy certificate to the user level and restart the phone. If you can't connect to the network, check to see if you added the global proxy using the ADB tool. You need to use the ADB tool to delete the global agent.

What do you mean by this global agent? How should I judge whether a global proxy has been added? The zpi I use also has no network

@waconde
Copy link

waconde commented Jun 12, 2023

or if you want to use MagiskTrustUserCerts, It uses the same steps as the Movecert module. Install the proxy certificate to the user level and restart the phone. If you can't connect to the network, check to see if you added the global proxy using the ADB tool. You need to use the ADB tool to delete the global agent.

What do you mean by this global agent? How should I judge whether a global proxy has been added? The zpi I use also has no network

Try running the following command:

adb shell settings delete global http_proxy
adb shell settings delete global global_http_proxy_host
adb shell settings delete global global_http_proxy_port
adb shell reboot

Wait for your phone to restart and check whether it can connect to the network without proxy.

@getr00t
Copy link

getr00t commented Jun 12, 2023

或者如果你想使用 MagiskTrustUserCerts,它使用与 Movecert 模块相同的步骤。安装代理证书到用户级别并重启手机。如果连不上网络,请检查是否使用ADB工具添加了全局代理。您需要使用 ADB 工具来删除全局代理。

What does it mean to install a proxy certificate, I understand

@getr00t
Copy link

getr00t commented Jun 12, 2023

or if you want to use MagiskTrustUserCerts, It uses the same steps as the Movecert module. Install the proxy certificate to the user level and restart the phone. If you can't connect to the network, check to see if you added the global proxy using the ADB tool. You need to use the ADB tool to delete the global agent.

What do you mean by this global agent? How should I judge whether a global proxy has been added? The zpi I use also has no network

Try running the following command:

adb shell settings delete global http_proxy adb shell settings delete global global_http_proxy_host adb shell settings delete global global_http_proxy_port adb shell reboot

Wait for your phone to restart and check whether it can connect to the network without proxy.

These commands all report errors on my mobile phone, what is the situation?

@Tang-1
Copy link

Tang-1 commented Apr 2, 2024

问题是开发人员忘记更改“/META-INF/com/google/android/update-binary”文件。您需要将其替换为“ https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh ”。安装后,您需要手动启用您的证书。

azio7,你是我的上帝!你是我们的上帝!

android 12,magisk 24可以下载https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99

你能给我这个 zip 吗?,谢谢
movecert-1.9.zip
享受
,你,zhyonchen,你喜欢我们的妈妈

emmm.谢谢 man.i 建议你安装另一个类似的 mod MagiskTrustUserCerts,它仍在更新。

movecert-1.9.zip
Android 10 Successful GG

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

Successfully merging a pull request may close this issue.