Magisk-Modules-Repo / movecert

movecert
671 stars 106 forks source link

Installation failed #12

Open aking186 opened 3 years ago

aking186 commented 3 years ago

Error: This zip is not a Magisk module Installation failed

Installing xx.zip Installation failed

ipx2001 commented 3 years ago

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

jimmychanii commented 3 years ago

+1

xmhwws commented 3 years ago

+1

Cloufish commented 3 years ago

Having the same issue :/

Manouchehri commented 2 years ago

Same issue here. =(

Venipa commented 2 years ago

+1, on latest canary 23016

Easy-Ez commented 2 years ago

anybody fixed it?

fjh1997 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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.

seblu commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

owedocker commented 2 years ago

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

Can you give me this zip ?, Thank you

owedocker commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

yimianweishi commented 2 years ago

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 commented 1 year ago

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

azio7 commented 1 year ago

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

i suppose no or no need

waconde commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

问题是开发人员忘记更改文件“/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 commented 1 year ago

图片 但是,它失败了,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 commented 1 year ago

问题是开发人员忘记更改文件“/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 commented 1 year ago

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 commented 1 year ago

问题是开发人员忘记更改文件“/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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

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

getr00t commented 1 year ago

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 commented 5 months ago

问题是开发人员忘记更改“/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