自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

TODO: Android; Linux; Cloud;

吾尝终日而思矣,不如须臾之所学也

  • 博客(8)
  • 资源 (4)
  • 收藏
  • 关注

转载 Android: Sharing your mobile data connection (Tethering)

Sharing your mobile data connectionYou can share your tablet’s mobile data connection with a single computer via a USB cable or via Bluetooth: USB tethering or Bluetooth tethering. You can als

2011-12-27 21:51:45 1731

原创 Android4: Issue 11236: DHCP client ignores lease time

http://code.google.com/p/android/issues/detail?id=11236no offical solution found, do workaroud:rm /data/misc/dhcp/dhcpcd-wlan0.leaserm /data/misc/dhcp/dhcpcd-wlan0.pid

2011-12-22 18:10:55 1916

原创 Android: 发送虚拟按键

/** * Send a single key event. * * @param event is a string representing the keycode of the key event you * want to execute. */ private void sendKeyEvent(int keyCode) {

2011-12-22 18:07:46 5111

原创 Android4: Android 4.0.3发布,Nexus S开始升级 -- 2.3.6升4.0.3做了什么

mount("ext4", "EMMC", "/dev/block/platform/s3c-sdhci.0/by-name/system", "/system");assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "google/soju/crespo:2.3.6/GRK39F/189904:user/re

2011-12-17 22:29:33 32883 1

原创 Android4: Status bar or System UI

Controls for system UI visibilitySince the early days of Android, the system has managed a UI component known as the status bar, which resides at the top of handset devices to deliver information

2011-12-02 23:14:14 2670 1

转载 Android Factory Reset Without Losing Application Data

Android Factory Reset Without Losing Application DataPosted by Michael Montuori on December 2, 2011Leave a comment (0)Go to commentsThe lesson of the week is: how to perform an A

2011-12-02 21:58:52 2106

原创 Android4: Write Storage权限问题

2.3中声明可以读写SDCARD,包括其他storage,比如内部flash,usb等等4.0中如果只声明这个,会发现其他mount的设备有可能没有写权限,需要同时声明  这样才可以读写/mnf/flash , /mnt/usb, /mnt/externa等目录可能4.0增加了对其他存储设备的内建支持,其他设备不再共享gid "sdcard_rw"

2011-12-01 16:33:47 15061 5

原创 Android4: 旋转屏幕时禁止Activity重启

我们知道,Andorid旋转屏幕时默认是重新Create Activity,之前我们可以在AndroidManifest.xml 中添加activity属性android:configChanges="orientation"来声明Acitivity自己处理orientaion,这样就不会重新Create Activity在 ics中需要改为android:configChan

2011-12-01 14:48:18 4284 3

2.3截屏全部源码+APK+so

例子中截屏作为一个开机启动的后台service,在需要截屏的任何地方(系统servic或其他APK),发送 Intent "com.android.CAPTURE_SCREEN" 即可

2011-12-12

Android 2.3截屏JNI代码

Android 2.3截屏JNI代码 Android 2.3截屏JNI代码 Android 2.3截屏JNI代码

2011-11-24

文件管理apk示例代码

http://blog.csdn.net/zmyde2010/article/details/5936494 代码,刚学习apk时写的一个例子,有需要就看看吧

2011-11-18

Google USB Driver, r4

http://developer.android.com/sdk/win-usb.html

2011-09-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除