[Fat Tiger's Reverse Road] The Xposed Install framework prompts that it is not installed (Could not load available ZIP files...)

Fat Tiger's Reverse Road_Problem Collection_ Xposed Install framework prompts that it is not installed (Could not load available ZIP files...)

For learning and communication only, it is strictly prohibited for commercial use, please delete within 24 hours!

the reason

Because the Xposed remote server uses Https, but the inside of the Install apk still uses Http, and the internal code of the Install apk is not updated in time, resulting in inaccessibility. This is the core reason!

Of course, some students can also access it through the wall, so I won’t repeat it here...

solution

To solve this problem, manually modify the internal code of Xposed Install to make it access https instead of http;

The blogger has changed and packaged it. It is a debug version. Students who need it can pick it up by themselves. It is recommended to use adb install to install it. Remember to add -t

adb install -t xxx.apk

click

Here it is

Download the apk that the blogger has modified and packaged

Extract code: w1mp

detailed question

Enter the Xposed app to display the download http://dl.xposed.info/repo/full.xml.gz
as shown in the figure:
insert image description here

Question 2:

Prompt that the Xposed framework is not installed
tips:Could not load available ZIP files.Pull down to try again.

insert image description here

Contact information

If you have other reverse problems and cooperation needs, welcome to add WeChat chason_win ~

Guess you like

Origin blog.csdn.net/a_Chaon/article/details/120832105