绿豆宝贝 发表于 2015-3-5 01:06:58

非三星手机在tizen上安装app的教程

修改你的APK,使它工作在Tizen Mod3.0Mod (Root ROM/ Firmware)

得到 apk 安装包( 你也可以通过三星应用商店下载,然后从 /data/app/ 文件夹中复制 apk文件)
把 wgt 文件放进 assets文件夹

导入 tizen SDk 删除 signature
Always in Tizen SDK rebuild the wgt with the test signature :始终在Tizen SDK 重建wgt,并附上 test signature
把wgt放入上一步你已创建的apk里(你必须复制并覆盖原始文件):Put the wgt u have created in the step above inside the apk ( you have to copy it over the original)
Sign 这个 APK




英文原文:

Mod your APK to work with TizenMod 3.0 (Root ROM/ Firmware)

Bring the apk ( you can also install via Samsung App Store and copy the apk with a root browser from /data/app/)
Pull the wgt file that are inside the assets folder
Import in tizen SDk and remove the signature
Always in Tizen SDK rebuild the wgt with the test signature
Put the wgt u have created in the step above inside the apk ( you have to copy it over the original)
Sign the APK

swordjy 发表于 2015-3-8 16:54:05

说了半天和原来的还是一样具体怎么做还是没有说只是说了步骤 不会用这些的人看来也不懂
页: [1]
查看完整版本: 非三星手机在tizen上安装app的教程