我有一个非免费的 apk 文件
我的问题如下:
1、如果市场上的复制保护设置为“true”,用户是否可以从设备复制我的 apk 文件? (root/非 root)从设备复制 apk
2、如果可以:实现真正的复制保护的最佳方法是什么?
谢谢,莱斯利
I have an apk file, that is non-free
My questions is the following:
1, If Copy Protection is set to "true" on the market, the users can copy my apk file from the device or not? (rooted/non rooted) copy apk from device
2, If they can: what is the best way to make a REAL copy protection?
Thanks, Leslie
发布评论
评论(1)
1.
是的,他们可以,在已root的手机中:http://theandroidsite.com/2009/11/22/how-to-backup-protected-and-paid-android-applications-for-root-users/
APK 可能已存储在 /data/app 中: Android 是否保留.apk 文件?如果有的话在哪里?
至少通过 Java 代码或 PC 上的
adb shell
终端进行访问。2.
yorkw 已经建议使用 LVL。
恐怕你无法做到 100% 无懈可击的复制保护,因此不应该投入精力:
我的建议是专注于构建优秀的应用程序,以至于没有人能够跟上您的创新和发展的步伐。
1.
Yes they can, in rooted phones: http://theandroidsite.com/2009/11/22/how-to-backup-protected-and-paid-android-applications-for-root-users/
APKs are probably stored in /data/app: Does Android keep the .apk files? if so where?
Access at least via Java code or
adb shell
terminal from PC.2.
yorkw already suggested using LVL.
I'm afraid you cannot make 100% bullet-proof copy-protection and thus shouldn't put your energy into that:
My advice is to concentrate on building so good apps that no one can keep up with the pace of your innovation and development.