随笔分类 -  android

android 测试 或 开发
android重签名
摘要:#coding=utf-8'''Created on 2014-3-10@author: Administrator'''import zipfileimport shutil import osdef resign(apk_path, resign_apk_path): if not os.path.exists(apk_path): raise 0, "apk is not exist" # zf = zipfile.ZipFile(apk_path) zf.extractall("test") zf. 阅读全文

posted @ 2014-03-10 17:34 邓伟 阅读(639) 评论(0) 推荐(0)

android 重签名
摘要:'''Created on 2013-6-6@author: DengWei'''import zipfileimport osimport shutilimport sysclass Zip(object): @staticmethod def zip_dir(dirname, zipfilename): # def writeFile(pathname, basename=""): # for filepath in os.listdir(pathname): # if os.path.isfil... 阅读全文

posted @ 2013-06-07 10:19 邓伟 阅读(192) 评论(0) 推荐(0)

导航