首页
社区
课程
招聘
[求助]如何修改这个眼镜助手。
发表于: 2015-3-19 14:22 8071

[求助]如何修改这个眼镜助手。

2015-3-19 14:22
8071
这个是一个智能眼镜的同步工具apk,用apkdb(APKTool v2.0.0rc4)可以正常反编译出来,但重新编译就会出现如下问题:

原版APK下载地址:http://pan.baidu.com/s/1jGHvf9O

问题1:反编译后,不做任何修改,又将文件编译成apk。编译过程提示下文,重新签名后能生产APK,但安装时提示“解析包时出现问题”
--------------------------------
I: 开始回编译...
I: Using Apktool 2.0.0-RC4
I: Smaling smali folder into classes.dex...
I: Building resources...
warning: string 'city_add_info_one' has no default translation.
warning: string 'city_add_info_two' has no default translation.
warning: string 'city_select_info' has no default translation.
warning: string 'city_sync_info' has no default translation.
warning: string 'unsync_media' has no default translation.
warning: string 'welcome' has no default translation.
warning: string 'welcome_text' has no default translation.
I: Copying libs...
I: Building apk file...
[Y]重新签名APK文件 [N]保留原签名(仅适用于系统应用) [Y,N]?
---------------------------------------

问题2:根据上面提示的错误,在res/value/下找到string.xml,将上面提示缺少的字段添加进去,能顺利生成APK(重新签名),但安装时还是提示“解析包时出现问题”

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
没有哪位兄弟能帮下忙吗?
2015-3-20 08:37
0
雪    币: 63
活跃值: (25)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
你可以不解资源文件啊。
2015-3-20 09:24
0
雪    币: 189
活跃值: (192)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
4
apktool 版本太低
http://pan.baidu.com/s/1nSDmm

I: Using ShakaApktool 2.0.0-RC4-master-35f9786-1.2-master-e617b3-20150317
I: Using Apktool 2.0.0-RC4-master-35f9786
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
I: Building resources...
I: Copying libs...
I: Building apk file...
signapk : GlassSyncMobile.apk >>> GlassSyncMobile_sign.apk
zipalign GlassSyncMobile_sign.apk >>> GlassSyncMobile.apk
2015-3-21 10:14
0
雪    币: 981
活跃值: (23)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
你可以只把smali文件改改 放回去绝对没问题.有兴趣研究jeb破解吗?有空一起探讨 qq78925271
2015-3-24 11:22
0
游客
登录 | 注册 方可回帖
返回
//