Android how to quickly hit 100 channels apk

Source: Internet
Author: User

Test more than 900 packages in 1 minutes

The key idea is to read the file,

Python Quick Pack Script:

1 #!/usr/bin/env python2 3 ImportZipFile4 5prefix ='Channel_'6Channel ='JYB'7 8 Try:9zipped = ZipFile. ZipFile ('a.apk','a', ZipFile. zip_deflated)TenEmpty_channel_file ="Meta-inf/{0}{1}". Format (prefix, channel) One     PrintEmpty_channel_file AZipped.write ('ABC', Empty_channel_file) - zipped.close () - exceptException as E: the     PrintE

Start by typing a a.apk packet, the other package based on this copy and write similar to: META-INF/CHANNEL_JYB file, the program based on this file to determine the channel.

Android how to quickly hit 100 channels apk

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.