
Android好文
karlzheng
这个作者很懒,什么都没留下…
展开
-
用python把图片像素点数据转换成文本
把bmp图片的数据转换成数组放到uboot代码中原创 2010-07-13 11:28:00 · 13592 阅读 · 0 评论 -
repo构建本地Android开发分支
http://my.oschina.net/quttap/blog/60177repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1repo sync 下载一个漫长的过程,在下载的过程中,有可以会有中断的情况,这时需要重新的repo sync,进行继续的同步了。转载 2012-10-16 21:29:04 · 6116 阅读 · 0 评论 -
Android源码下载方法详解
http://blog.youkuaiyun.com/pku_android/article/details/7082928作者:张星 相信很多下载过内核的人都对这个很熟悉git clone git://android.git.kernel.org/kernel/common.git kernel但是这是在以前,现在如果这么执行的话,会显示如下内容Initialized empty G转载 2012-06-19 23:03:13 · 929 阅读 · 0 评论 -
android /proc/wake_lock
http://forum.cyanogenmod.com/topic/35096-deep-sleep-issues/cat /proc/wakelocks | awk '{print $1 " " $5}' |grep -v " 0" |grep -v active原创 2012-06-14 23:42:26 · 1579 阅读 · 0 评论 -
android dumpsys
http://blog.youkuaiyun.com/electricity/article/details/6721330android: dumpsysAndroid has an interesting command called dumpsys to dump some system information. Even described on adb manualI转载 2012-04-28 20:22:45 · 844 阅读 · 0 评论 -
view call stack of crashed application on android
http://mogoweb.net/archives/133http://code.google.com/p/android/issues/detail?id=14498http://blog.youkuaiyun.com/a345017062/article/details/6394864http://hi.baidu.com/runsheng2005/blog/item/1002转载 2011-12-26 12:37:13 · 4373 阅读 · 0 评论 -
解决android repo (git出错的问题)
http://blog.youkuaiyun.com/seker_xinjian/article/details/6274255 下载Android源码是比较简单的事情,我在自己家的电脑上轻松搞定。具体下载步骤此处略去不表,详细步骤请参考Android官网的《Get Android Source Code》一章。 参考网址:http://source.android.com/sou转载 2011-12-15 18:45:08 · 5326 阅读 · 0 评论 -
android SDL init failure, reason is: No available video device
crontab -e中运行android模拟器出现: SDL init failure, reason is: No available video device解决办法:Try unsetting any environment variables along the line of SDL_*, such as SDL_VIDEODRIVER. If that doesn'原创 2011-10-28 12:28:36 · 8472 阅读 · 0 评论 -
android 解包 AndroidManifest.xml
java -jar AXMLPrinter2,jar AndroidManifest.xmlAPK文件的解包打包和修改http://wenku.baidu.com/view/053c5422af45b307e8719752.html原创 2011-10-28 12:21:51 · 7210 阅读 · 0 评论 -
android signed apk
java -jar out/host/linux-x86/framework/signapk.jar build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 ~/svn/unTouchUpgrade.apk ~/svn/signed.apk原创 2011-03-23 22:06:00 · 6989 阅读 · 0 评论 -
在android中执行bash 循环
adb push 一个交差编译的bash到/system/bin下,然后运行如下脚本原创 2010-12-31 18:06:00 · 7047 阅读 · 0 评论 -
在Linux设备驱动程序中打印物理地址的数据内容
pvalue = (unsigned long *)ioremap(addr, 1024);原创 2010-08-26 19:46:00 · 7605 阅读 · 0 评论 -
Ubuntu9.10 安装回 SUN JDK 1.5
Ubuntu9.10 安装回 SUN JDK 1.5原创 2010-06-23 21:08:00 · 5898 阅读 · 0 评论 -
android 解压 AndroidManifest.xml
java -jar AXMLPrinter2.jar AndroidManifest.xml >newxml.xml原创 2010-06-15 21:37:00 · 6646 阅读 · 0 评论 -
用脚本下载android源码
在shell脚本中判断是否repo sync完成...原创 2010-08-04 13:16:00 · 5869 阅读 · 0 评论 -
Debug Android and Linux suspend and resume
http://blog.youkuaiyun.com/wangyunqian6/article/details/7519469转载 2012-10-23 14:18:59 · 947 阅读 · 0 评论