| 
 
查看: 2316|回复: 15
 
 | 
申请 app 版权
[复制链接]
 | 
 
 
 | 
 | 
 
 本帖最后由 zfc 于 12-8-2016 09:55 AM 编辑  
 
问题已解决,谢谢大家的回复。 本帖最后由 zfc 于 24-10-2013 09:18 AM 编辑  
 
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
发表于 11-10-2013 04:36 PM
|
显示全部楼层
 
 
 
NDK ?obsfucation ? 
什么app ? 这么强到有人抄? |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
 楼主 |
发表于 11-10-2013 08:54 PM
|
显示全部楼层
 
 
 
gkheng2003 发表于 11-10-2013 04:36 PM   
NDK ?obsfucation ? 
什么app ? 这么强到有人抄?  
没有关系到code哦,而且那些应该是for预防,但我的情况是已经发生了,该怎么应付盗用者? 
 本帖最后由 zfc 于 24-10-2013 09:06 AM 编辑  
 
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
发表于 11-10-2013 10:29 PM
|
显示全部楼层
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
 楼主 |
发表于 11-10-2013 10:47 PM
|
显示全部楼层
 
 
 
 
不是我写的,可是资料都是我收集的,从网上收集一些,影印字典收集一些,然后再自己整理和转换格式。前前后后已经花了我好几年的时间。 
 
严格来说,我应该也不能申请copyright。自己原本也不算申请,因为这也只是个小小的字典。 
 
难道就这样就人家坐享其成吗? 
 
你为什么要decompile?   
 
那两个人不是用跟我的app一模一样的数据。他们用的是我以前旧网站的数据。 本帖最后由 zfc 于 24-10-2013 09:14 AM 编辑  
 
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
发表于 12-10-2013 11:10 PM
|
显示全部楼层
 
 
 
zfc 发表于 11-10-2013 08:54 PM   
没有关系到code哦,而且那些应该是for预防,但我的情况是已经发生了,该怎么应付盗用者? 
 
我的app是个 ...  
你知道没申请版权的后果? 
就是我盗用了你的东西, 我再去申请版权, 反过来我还可以告你抄袭... 
 
 
 
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
		
 | 
 | 
 
 
发表于 14-10-2013 12:51 AM
|
显示全部楼层
 
 
 
zfc 发表于 11-10-2013 10:47 PM   
不是我写的,可是资料都是我收集的,从网上收集一些,影印字典收集一些,然后再自己整理和转换格式。前前 ...  
我木有decompile,怎么知道他们真的有超?  
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
发表于 14-10-2013 07:46 AM
|
显示全部楼层
 
 
 
| 
没有用过楼主的字典,但我自己做过自己的英->中字典。 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
 楼主 |
发表于 14-10-2013 08:42 AM
|
显示全部楼层
 
 
 
一个小小的app,相信双方也不会说要闹到法庭那么严重。 本帖最后由 zfc 于 24-10-2013 09:15 AM 编辑  
 
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
发表于 22-10-2013 04:31 PM
|
显示全部楼层
 
 
 
zfc 发表于 14-10-2013 08:42 AM   
一个小小的app,相信双方也不会说要闹到法庭那么严重。 
Google Play上从没有免费的马来文-华文字典但现在出 ... - 我想在需要Android程序员帮忙我解决一些bug
 
  复制代码 版主,请问你的bug解决了吗?- - java.lang.IllegalStateException
 
 - - java.lang.NullPointerException
 
 - - android.database.sqlite.SQLiteException
 
 - 等crash report。
 
  复制代码 这些exception 是错误处理事项。当你的apps运行到variable或data type做换错误,避免apps当机而已。 
一下是我写过的java program,仅供参考。- while(MainMenu)
 
 -                 {
 
 -                         strtselection = JOptionPane.showInputDialog(null,"Please keyin numeric character, other character will trigger error handler event.","Titles",JOptionPane.QUESTION_MESSAGE);
 
 -                         try
 
 -                         {        
 
 -    // convert string to integer
 
 -                                     int selection=Integer.parseInt(strtselection);
 
 -                                   
 
 -                         }
 
 -                         // this exception will manage string to integer conversion error
 
 -                         catch(NumberFormatException e)
 
 -                         {
 
 -                                   JOptionPane.showMessageDialog(null,"Sorry, system only accept number 0 until 3.\n Pleas try again.","Warning",JOptionPane.ERROR_MESSAGE);
 
 -                         }
 
  复制代码 谢谢你的无私奉献,我也安装了这个apps。 
 
 
 
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
 楼主 |
发表于 22-10-2013 04:57 PM
|
显示全部楼层
 
 
 
wkloh 发表于 22-10-2013 04:31 PM   
版主,请问你的bug解决了吗?这些exception 是错误处理事项。当你的apps运行到variable或data type做换错 ...  
我到stackoverflow那里问,有些bug解决了,但还有很多SQLite的bug还没解决。 
也谢谢你的支持。  
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
发表于 22-10-2013 10:27 PM
|
显示全部楼层
 
 
 
zfc 发表于 22-10-2013 04:57 PM   
我到stackoverflow那里问,有些bug解决了,但还有很多SQLite的bug还没解决。 
也谢谢你的支持。:loveline ...  
Android 的SQLite 我没写过,不过C#我有用SQLite来做一些资料存取、搜寻等。。。 
 
如不介意,把问题发上来吧。 
 
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
 楼主 |
发表于 23-10-2013 08:13 AM
|
显示全部楼层
 
 
 
wkloh 发表于 22-10-2013 10:27 PM   
Android 的SQLite 我没写过,不过C#我有用SQLite来做一些资料存取、搜寻等。。。 
 
如不介意,把问题发上 ...  
你可以到这里看看,我暂时还没有得到满意的答案: 
http://stackoverflow.com/questio ... penorcreatedatabase 
 
我现在打算跟着他,把database从保存在external storage换成保存在internal storage。这也要我在网上找到相关的code才能做到。我不会写code,我只会从网上找再copy paste,然后trial and error. |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
发表于 23-10-2013 07:30 PM
|
显示全部楼层
 
 
 
只要在资料是存在电话中的,被偷的可能性还是有的 
当然你可以encrypt啦 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
 楼主 |
发表于 12-8-2016 09:54 AM
|
显示全部楼层
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 | 
 | 
 
 
发表于 15-8-2016 12:22 AM
|
显示全部楼层
 
 
 
zfc 发表于 12-8-2016 09:54 AM 
请问你知道怎样申请版权吗?是否需要付费?根据 Google: 
 
"When a person creates an original work, fixed in a tangible medium, he or she automatically owns copyright to the work." 
 
https://support.g ...  
对不起, 这方面不熟, 还没到那个level... 
 |   
 
 
 
 |  
| 
 | 
 
 
 | 
 | 
 
| 
 | 
 | 
 
 
 
 
 |   | 
            本周最热论坛帖子
 
 
 
 |