摘要:
I think English is very important,and learn it must perseverant.So I determined to write diary on Bokeyuan. We study English had serveral years,but we 阅读全文
摘要:
当需要修改某文件或路径权限时,我们可以在init.rc开机启动某节点添加chmod命令进行修改。但是对于system分区,由于是ro权限,在init.rc使用chmod修改权限无效。需要在文件编译时,对权限进行修改。不同的Android版本改法一样,但是文件所在目录有差异,Android O主要修改 阅读全文
摘要:
apktool可以反编译出app的资源文件,apktool工具的下载路径:https://ibotpeaches.github.io/Apktool/ 下载后获取到一个jar文件,可以通过如下命令进行反编译: λ java -jar apktool_2.2.3.jar d ttpicture.apk 阅读全文
摘要:
现在android开发者官网在中国有中文版已经不是太大的新闻,为了平时查询资料和学习方便,记录如下。 PS:建议用Google浏览器浏览,你懂的!! https://developers.google.cn/ google中国开发者的总网站,以此为入口,可以找到自己感兴趣的资源信息 https:// 阅读全文
摘要:
log信息: 03-27 09:08:25.887 397 400 W linker : /data/app/com.guagua.qiqi-1/lib/arm/libMedia.so has text relocations. This is wasting memory and prevents 阅读全文
摘要:
错误信息: 04-18 14:56:58.283 4440 4440 W System.err: android.os.FileUriExposedException: file:///storage/emulated/0/temp.jpg exposed beyond app through Cl 阅读全文
摘要:
错误信息: 03-28 10:16:12.701 830 932 E AndroidRuntime: FATAL EXCEPTION: Thread-903-28 10:16:12.701 830 932 E AndroidRuntime: Process: com.solomo.azt, PID: 阅读全文
摘要:
在处理问题的时候,经常会遇到ANR,停止运行等问题,经过分析和验证,和如下的一行关键log有关 WindowManager: Adding more than one toast window for UID at a time. 这一行log对应的代码如下: 此段代码在WindowManagerS 阅读全文
摘要:
此修改在官网的描述如下: Each ELF file has additional information contained in the section headers. These headers must be present now, because the dynamic linker 阅读全文