09 2010 档案
could not create temp file for system NAND disk
摘要:Ubuntu上Eclipse打开模拟器时,提示错误:could not create temp file for system NAND disk。原因是没有权限读写android临时文件: /tmp/android,这个folder位于根目录下。随后试图用chmod来改变权限,又提示:chmod:changing permissions of '' :operatin not permitted... 阅读全文
posted @ 2010-09-30 17:50 hhhaiya 阅读(972) 评论(0) 推荐(0)
ACTION_CONFIGURATION_CHANGED || ACTION_LOCALE_CHANGED
摘要:在1.6的calendar里,当系统语言改变时,calendar widget上的语言并没有随着改变。其实这个bug在android的很多系统程序里都会出现。只要不是把string提取出来的,就都要响应“android.intent.action.CONFIGURATION_CHANGED”,为UI做一次update。这个bug在HTC的magic上同样会出现。在1.6的S... 阅读全文
posted @ 2010-09-29 20:21 hhhaiya 阅读(4713) 评论(0) 推荐(0)