
Android
hikelee
这个作者很懒,什么都没留下…
展开
-
Aspect Oriented Android Development – Tool Integration
In the last post, I demonstrated a really simple example of how to use AspectJ in a Java program. In this post I will be taking it further and showing you how you can easily integrate the AspectJ an转载 2013-12-13 22:54:48 · 314 阅读 · 0 评论 -
安卓移动广告平台
http://www.adwo.com/http://dev.umeng.com/http://www.airpush.com/developershttp://djoy.91.com/http://www.bugsense.com/http://www.waps.cn/app/app_detail.jsp?type=2http://www.youmi.net/http原创 2013-12-13 22:52:23 · 504 阅读 · 0 评论 -
Android Open Source Ads
http://www.madserve.org/index.phphttp://www.mopub.com/resources/open-source-sdk/http://www.push-notification.org/#http://sourceforge.net/projects/androidpn/https://code.google.com/p/an原创 2013-12-13 23:01:02 · 278 阅读 · 0 评论 -
Avoid from being killed
Foreground processA process that is required for what the user is currently doing. A process is considered to be in the foreground if any of the following conditions are true:It hosts an Activit转载 2013-12-13 23:18:27 · 661 阅读 · 0 评论 -
Android eBooks
http://www.it-ebooks.info/tag/android/page/6/原创 2013-12-14 18:35:21 · 321 阅读 · 0 评论 -
adb logcat 查看日志
使用 logcat 命令 查看和跟踪系统日志缓冲区的命令logcat的一般用法是:[adb] logcat [option>] ... [filter-spec>] ... 下文介绍过滤器和命令选项,详细内容可参见Listing of logcat Command Options。 可以在开发机中通过远程shell的方式使用logcat命转载 2013-12-31 19:03:16 · 318 阅读 · 0 评论 -
maven-eclipse-android
http://rgladwell.github.io/m2e-android/http://basti1302.github.com/startexplorer/update/原创 2013-12-17 23:16:26 · 246 阅读 · 0 评论 -
修改现有ROM资源文件
一,准备工作1.一台开发手机。 我推荐最好用G7,也是就HTC Desire那款(是不是有些广告嫌疑。。。),这台机各种ROM都很全,资料也多些,很容易刷到root,android版本也是最新的2.3.3.2.Auto-sign签名工具 这个是必备的,网上很多下载点,主要做ROM签名所用3.apktool 打包解包apk工具二,具体步骤1转载 2013-12-13 22:50:02 · 462 阅读 · 0 评论 -
64位Ubuntu 11.04编译运行Android 2.3其他错误解决
sudo apt-get install ia32-libssudo apt-get install lib32ncurses5 lib32stdc++6原创 2013-12-19 17:04:08 · 272 阅读 · 0 评论 -
keytool无交互方式生成签名
keytool -genkey -noprompt -v -keystore /workspace/keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000 -keypass 123456 -storepass 123456 -dname "CN=xx.com, OU=xx, O=XX, L=xx, S=xx, C=x原创 2014-03-28 10:55:56 · 804 阅读 · 0 评论 -
Install apk to /system/app
1.Push APK to SD card.$ adb push SecureSetting.apk /sdcard/ 2.Enter the console and get the shell$ adb shell3.Switch to superuser. If your device is not rooted, get it rooted first. (If you d转载 2014-03-14 16:59:17 · 530 阅读 · 0 评论 -
Android 接口等级与版本对照
1:Android 1.02:Android 1.1 Petit Four3:Android 1.5 Cupcake4:Android 1.6 Donut5:Android 2.0 éclair6:Android 2.0.1 éclair7:Android 2.1 éclair8:Android 2.2 - 2.2.3 Froyo9:Android 2.3 - 2.原创 2014-03-26 11:19:47 · 707 阅读 · 0 评论 -
使用Adb shell command直接送key event給Android
使用Adb shell command直接送key event給Androidadb shell input keyevent 7 # for key '0'adb shell input keyevent 8 # for key '1'adb shell input keyevent 29 # for key 'A'adb shell input keyeven原创 2014-05-16 11:13:42 · 467 阅读 · 0 评论 -
反编译步骤(Smali方式)
1.解压 apktool d *.apk out2.修改smail/xml3.打包: apktool b out4.生成Keystore: keytool -genkey -alias smali.keystore -keyalg RSA -validity 90000 -keystore smali.keystore5.用jarsigner签名原创 2013-12-13 23:19:55 · 381 阅读 · 0 评论 -
proguard for google gson
http://code.google.com/p/google-gson/source/browse/trunk/examples/android-proguard-example/proguard.cfgSource path: svn/ trunk/ examples/ android-proguard-example/ proguard.cfg‹r87转载 2013-12-13 23:06:47 · 357 阅读 · 0 评论 -
Adb
adb kill-server Adb start-server原创 2013-12-13 22:57:33 · 251 阅读 · 0 评论 -
Android Market
http://slideme.org/applicationshttp://apps.opera.com/en_us/http://www.getjar.comhttp://as.baidu.com/a/software?pre=web_am_headerhttp://download.pandaapp.com/?net=www&app=soft&controller=androi原创 2013-12-13 22:57:49 · 337 阅读 · 0 评论 -
System/App和Data/App的区别
data/app里软件权限没全开。system/app里的软件权限全开了。data/app可以应用卸载。system/app只能root后删除。data/app文件夹大小随便。system/app这个文件夹好像有大小限制,不能太大。wipe以后。data/app清空。system/app没事。原创 2013-12-13 23:05:22 · 802 阅读 · 0 评论 -
android相关文章
http://commonsware.com/blog/archive.html原创 2013-12-13 23:14:44 · 257 阅读 · 0 评论 -
android安全问题,抢先开机启动
导读:我们以如何抢先开机启动为例,来说明接收无序广播的静态广播接收器的接收顺序(注意,文本只是陈述结果,所以叫结果篇,之后的文章再给出源码分析) 首先先说一下android中的广播和广播接收器 广播可以分为有序、无序和sticky共三种 广播接收器可以分为静态和动态两种 首先我们要明确两个问题1.接收无序广播的接收器接收到广播的顺序是有序的 2.接收无序广播的接收器也一样可以设置优先级转载 2013-12-13 23:15:33 · 431 阅读 · 0 评论 -
反编译步骤(Java Code)
apktool d *.apk apk-apktool mkdir apk-extract unzip -o -d apk-extract *.apk dex2jar apk-extract\classes.dex mkdir classes unzip -o -d classes apk-extract\classes_dex2jar.jar jad -o -r -sj原创 2013-12-13 23:00:08 · 454 阅读 · 0 评论 -
apk重新签名的步骤
使用robotium做JUnit test 需要和apk文件使用相同的签名,可以使用下面的方法进行重签名。1. 将apk文件的后缀改名为xx.zip,使用winrar打开后,把META-INF 文件夹删掉2. 将apk文件的后缀名改回apk3. 打开command prompt,使用下面的命令给apk重新签名>jarsigner -keystore xxx.keystore -原创 2013-12-13 23:03:46 · 741 阅读 · 0 评论 -
JAVA反编译工具精选
目前,比较流行的JAVA反编译工具有近30种,其中有三款堪称精品:一、 应用广泛的JAD在众多的JAVA反编译工具中,有几种非常著名的工具使用了相同的核心引擎——JAD,其中主要包括:Front End Plus、mDeJava、Decafe Pro、Cavaj Java Decompiler、DJ Java Decompiler、NMI’s Java Class Viewer和国产的JA原创 2013-12-13 22:49:00 · 353 阅读 · 0 评论 -
分享android开发过程中用到的一些开源框架
在目前软件开发行业中,流行着这么一句话“天下武功,唯快不破”。而“快”,就不能让我们重复去制造论坛,不能去重新发明轮子。目前开源界中已经有很多成熟的,得到了大量商用的开源软件和框架,我们就可以借鉴这有优秀的资源,才能在这个节奏速度的社会中博得一丝生存的机会。我收集整理了一些优秀的android开源框架,希望能对android软件开发的朋友一点的帮助。Current List Utility转载 2013-12-13 22:51:15 · 329 阅读 · 0 评论 -
Five Best Android ROMs
Five Best Android ROMsWhether you're looking to upgrade an Android device forsaken by its manufacturer or you just want more control over the phone or tablet you own, you've probably gone looking fo转载 2013-12-13 22:53:08 · 313 阅读 · 0 评论 -
图库
http://www.quanjing.com/http://www.iconpng.com/原创 2013-12-13 22:58:26 · 253 阅读 · 0 评论 -
Android™ 1.5 android.R.drawable Icon Resources
Android™ 1.5 android.R.drawable Icon ResourcesAndroid™ 1.5 android.R.drawable Icon ResourcesAndroid™ 1.6 android.R.drawable Icon ResourcesAndroid™ 2.1 android.R.drawable Icon ResourcesOriginated f转载 2014-04-10 14:30:36 · 878 阅读 · 0 评论