Category Archives: Android

如何下直接下载 Android 的某个库?

如何下直接下载 Android 的某个库?

有时候实然想看看 Android 中的某个部 件的代码,又不想下载整套代码,如何能 只下其中一个呢?

完整的 Android 代码下载方式:

Android 官方: http://source.android.com/source/downloading.html 高通平台: https://www.codeaurora.org/xwiki/bin/QAEP/高通 QRD: https://www.codeaurora.org/xwiki/bin/QRD-Android/

Gitweb 界面:

Android 官方:https://android. googlesource.com/高通平台: https://www.codeaurora.org/gitweb/quic/qrd-android/高通 QRD: https://www.codeaurora.org/gitweb/quic/la/

单独下载某个库:

以 dalvik (Android 下的 Java 虚拟机) 为 例:

git clone https://android.googlesource. com/platform/dalvik

git clone git://codeaurora.org/platform/dalvik

git clone git://codeaurora.org/quic/qrd-android/platform/dalvik

Android screencast in Qt

Yet another Android screencast wrote in Qt (desktop application) as an alternative for the orginal android screencast in java.

 Features:

 * Click and swipe on the screen (so you can unlock screen by swipe)
 * Virtual menu/home/back key on the UI
 * Virtual QWERTY key support
 * Auto connect to your device when plug in
 * Auto turn screen on (wakeup) when connected
 * Auto resize to fit the screen resolution of the device
 * Zoom window as your wish and keep the ratio
 * Click on window to wakeup the device (emulate power key press event)
 * Support both Android ICS and Jelly Bean. Froyo not tested.
 * Support customized 'screencap' for speeding up (RGBA32, RGB888, RGB565)
 * Auto enable compressed data transfer if 'minigzip' found on the host
 * 1~2FPS on MSM8625 device (1.2G dual core, 512M memory, 800×480)
 * Wrote in Qt 4.x, easily port to different desktop environment
 
Non-feature:
 
 * Not support multi devices pluged in at the same time.
 
More infomation:
 
 
Screenshots:
 

Screenshot-1.png
Screenshot-2.png
Screenshot-3.png
Screenshot-4.png