自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(53)
  • 资源 (3)
  • 收藏
  • 关注

原创 Run a VNC server on Android device

- Download a VNC application  . http://code.google.com/p/fastdroid-vnc/  . http://code.google.com/p/android-vnc-server/- Get root permission of the Android device- Push the application to

2012-04-11 14:07:18 1054

原创 VC++ SaveBitmapToFile

void SaveBitmapToFile( BYTE* pBitmapBits, LONG lWidth, LONG lHeight,WORD wBitsPerPixel, LPCTSTR lpszFileName ){    BITMAPINFOHEADER bmpInfoHeader = {0};BITMAPFILEHEADER bfh = {0};HANDLE hFile

2012-03-29 16:19:37 1445

原创 Jave BufferedImage Testing

import java.applet.Applet;import java.awt.*;import java.awt.event.*;import java.awt.image.BufferedImage;public class BuffedImageTest extends Applet {BufferedImage bimage;Graphics2D g2d

2012-03-29 14:38:05 382

原创 Android NDK Makefile structure

GNUmakefile : ?? Called by prebuilt/linux-x86/bin/make. Not used by ARM toolchain?add-application.mkadd-platform.mkadd-toolchain.mkbuild-all.mk : Entry for build-xxx.mk (xxx: binary, executabl

2012-03-26 16:41:03 1864

原创 Compiling FreeRDP under Visual C++ 2010 Express

- Env  . Microsoft Windows XP  . Microsoft Visual C++ 2010 Express  . CMake-2.8.7 (Download it)  . OpenSSL-0.9.8h (Refer to my another blog for it)  . CUnit-2.1 (Download it)  . GIT   .

2012-03-16 17:24:17 2060

原创 Compiling the OpenSSL under Windows 32 + Visual Studio 2010

- Env:  . Microsoft  Windows XP  . Microsoft Visual C++ 2010 Express Edition (Download the ISO from Microsoft official website)  . Active Perl (Click here to download)  . Global ViariablesPA

2012-03-16 17:09:05 824

原创 JNI Quick Reference

j (JNICALL *Call[Static]Method   )(JNIEnv *env, jobject obj, jmethodID methodID, ...);j (JNICALL *Call[Static]MethodV)(JNIEnv *env, jobject obj, jmethodID methodID, va_list args);j (JNICALL *Call[

2012-03-12 13:44:16 342

原创 JNI Book Studying - Linux

- cat jniccfilename=$(basename $1)base=${filename%.*}ext=${filename##*.}gcc -shared -I/usr/lib/jvm/java-6-sun-1.6.0.26/include -I/usr/lib/jvm/java-6-sun-1.6.0.26/include/ -I/usr/lib/jvm/java

2012-03-09 16:54:12 412 1

原创 JNI Resources

- http://docs.oracle.com/javase/1.5.0/docs/guide/jni/spec/jniTOC.html- http://docs.oracle.com/javase/1.3/docs/guide/jni/spec/jniTOC.doc.html- http://java.sun.com/docs/books/jni/jniexamples.tar.gz

2012-03-08 15:56:29 267

转载 Good Introduction for Flash Video

Original: http://osflash.org/flvFlash Video (FLV)Flash Video is the name of a file format used to deliver video over the Internet using Adobe Flash Player version 6 or newer. Flash Video

2012-03-02 17:04:19 660

原创 Memo for Java Package Studying

//Source of JAVA- shape/com/Shape.javapackage shape.com;public class Shape{   double dim1, dim2;   public Shape() {     System.out.println("Shape");   }   public double a

2012-02-29 09:52:23 424

转载 Fiddler Can Make Debugging Easy

Original: http://www.developer.com/lang/jscript/article.php/3631066Fiddler Can Make Debugging EasyBuilding web applications is hard work. There are so many things that can go wrong, so many te

2012-02-20 09:26:18 573

原创 Detail Steps Setting Up Android Devices Compatibility Tests

- Preparations  . One Android device (MID, mobile, etc.)  . USB cable  . Android SDK (Linux)                                  ; The SDK version should match to your device     http://dl.goog

2012-02-16 15:39:29 1177

原创 Step by step build KOffice for Embedded Linux

I've tested it in Amlogic AM8726.  Below is my git log.Prepares:.  Arm libc Toolchain. Buildroot 2011.11. AM8726 Linux Kernelbug #1343: Configuration for Linux X11.- A working Linu

2012-02-16 12:41:48 574

原创 Multitouch Technology In Android

http://code.google.com/p/android-multitouch-controller/http://paulbourke.blogspot.com/2011/10/writing-multitouch-applications-on.htmlhttp://www.lukew.com/touch/http://www.androidmultitouch

2012-02-16 12:29:29 471

原创 adb devices no permissions

- In my Ubuntu, I encounted: $ adb devicesList of devices attached ???????????? no permissions- Solution, we need to restart the adb server as root.$ adb kill-server $ sudo adb start-ser

2012-02-16 12:23:56 474

原创 Understand Buildroot System

- GENTARGETS(package, freetype)$(call GENTARGETS_INNER,FREETYPE,$(call UPPERCASE,FREETYPE),$(call UPPERCASE,FREETYPE),$(1),target)GENTARGETS_INNER(freetype, FREETYPE, FREETYPE, package, target)

2012-02-15 16:48:09 1098

原创 Android Kernel Source Code

- Query all the Android SDK branchesgit --git-dir .repo/manifests/.git/ branch -a- Android Kernel branches$ git clone https://android.googlesource.com/kernel/common.git kernel$ git b

2012-02-15 16:30:49 771

原创 Solution for Ubuntu remove sun-java6-jdk problem

$ sudo apt-get autoremove sun-java6-jdk...Setting up firmware-b43-installer (4.150.10.5-4) ...--2012-02-15 15:52:54--  http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2Resolvin

2012-02-15 16:16:37 517

转载 Writing udev rules

Writing udev rulesby Daniel Drake (dsd)Version 0.74The most recent version of this document can always be found at: http://www.reactivated.net/writing_udev_rules.htmlContentsIntroducti

2012-02-15 10:03:11 644

原创 计算机图书配套源码下载网址

http://www.mhprofessional.com/getpage.php?c=computing_downloads.php&cat=112downloads.shtmlAccess Professional ResultsAccess 2000 Programming from the Ground UpAccess VBA Programm

2012-02-14 10:20:29 716

转载 Cross-Compile FreeRDP using Mingw-w64

Original: https://github.com/FreeRDP/FreeRDP/wiki/CompilationFreeRDP can be compiled for Windows (32/64 Bit) on a Linux system using the Mingw cross-compilers. The following instruction was tested

2012-02-10 17:46:37 1792

原创 Android Device Products' Source List

HP-  TouchPadGithub KernelKernelAndroid VNC ServerI2C ToolsSamsungSamsung mobile phoneHTCSonyXperia SMOTOMIUIMicodeMiui patchromAmazonOpen source webpageCli

2012-02-09 09:57:45 740

转载 samsung Galaxy SII源码内核编译实验+刷机

Original from: http://www.cnblogs.com/dwayne/archive/2011/11/27/2265281.html最近一星期做的事有点乱,主要是围绕I9100源码编译,库的替换以及刷机在进行。在此记录下过程,以便分享和查阅。首先是从samsung官方开源站上(https://opensource.samsung.com/)下载了

2012-02-09 09:52:09 709

原创 Build FreeRDP under MinGW in Window

- Install MinGW in Windows  Please refer to my article: Windows MinGW32 Get Started  Download the latest MinGW from: http://ignum.dl.sourceforge.net/project/mingw/Installer/mingw-get-inst/mingw-

2012-02-08 16:15:11 2455

原创 Introducing SSL and Certificates using SSLeay

Original: http://home.comcast.net/~fjhirsch/Papers/wwwj/article.htmlIntroducing SSL and Certificates using SSLeayFrederick J. HirschThe Open Group Research Institutefjh@alum.mit.edu

2012-02-08 14:10:12 8430

转载 CMake for Building KDE under Windows

Original: http://techbase.kde.org/Getting_Started/Build/Windows/Cross-Compiling#Toolchain-mingw32.cmakeToolchain-mingw32.cmakeset(KDE_PREFIX /windows/kde4)set(KDE4_SRC_DIR /home/kdeuser

2012-02-07 14:58:49 441

转载 GNU C Compiler On Win32

Original: http://www.mingw.org/wiki/Getting_StartedPosted May 22nd, 2007 by julienlecomtegcc getting started how to install mingwMinGW Installation NotesMinGW may h

2012-02-07 10:36:28 652

原创 Java Developer Resources

Full Java Sample CodesJava ExamplesJava Lecture Notes

2012-02-06 16:36:53 400

转载 Android Device connect to PC via WIFI AD-HOC mode

Original: http://android-marked.blogspot.com/2011/07/tutorial-connect-via-wifi-adhoc-on.htmlAs we know if android froyo, especially a mini galaxy does not support adhoc mode. This method is

2012-02-06 15:12:55 1194

原创 Steps To Create A New Project in Github

- Sign up an account- Set Up Git- Create A New Repository

2012-02-05 00:02:24 291

原创 JAVA AWT Event Hierarchy

Class Hierarchyjava.lang.Object | +---java.util.EventObject | +---java.awt.AWTEvent | +---java.awt.event.ActionEvent

2012-02-03 15:01:34 435

原创 Java AWT Class Hierarchy

class java.lang.Objectclass java.awt.Component     class java.awt.Button    class java.awt.Checkbox    class java.awt.Container        class java.awt.Panel        class java.awt.Window

2012-02-03 10:00:56 279

转载 Java2十大经典中文图书

Original: http://langgufu.iteye.com/blog/1171789Java2十大经典中文图书 Java2十大经典中文图书 (转载)       第一名:Java编程思想第二版(Thinking in java second)-包含范围:全部。 没说的--绝对的大师作品--当之无愧的第一--第一版时就享誉整

2012-02-03 09:17:02 288

转载 Java Foundation Classes Hierarchy

Original: http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/package-tree.htmlClass Hierarchyclass java.lang.Objectclass javax.swing.AbstractAction (implements javax.swing.Action, ja

2012-02-02 16:38:20 360

原创 Start From Android 4.x

Android Development EnvironmentsAndroid Application DevelopmentAndroid Device Driver DevelopmentAndroid System General TechnologiesAndroid Development Website ResourcesAndroid Books

2012-02-02 10:05:48 239

原创 Android Development Website Resources

Embedded Linux Wiki - Android PortalAndroid-DLS WikiAndroid Enginering Application & Consulting Services TeamAndroid Official Developer (SDK, Dev guid, )Android Official Source (Documentatio

2012-02-02 10:05:33 235

转载 How to boot Samsung Galaxy W in recovery mode

Refer to: http://mobilecon.info/how-to-boot-samsung-galaxy-w-in-recovery-mode.htmlTurn off the Galaxy WHold and Press Volume [+], Power and Center ButtonWhen you saw “Samsung” in screen, rel

2012-02-02 10:05:18 477

转载 Rooting Samsung galaxy W

preparationDownload samsung driver, if you using windows 7 usually the driver is automatically detect.Download and extract DooMLoRD_v3_ROOT-zergRush-busybox-su to your PC/laptopHow to rooting

2012-02-02 10:05:10 1364

转载 Fastboot - Cyanogenmod

Refer to: http://wiki.cyanogenmod.com/wiki/FastbootFastbootFastboot is a command line tool used to directlyflash the filesystem inAndroid devices from a host via USB. It allowsflashing of unsi

2012-02-02 10:05:03 626

ldd3_for_linux_kernel_3.2.x

ldd3_for_linux_kernel_3.2.x

2012-04-29

android-sdk-linux_r16-platform-tools

经常无法正常连接Android官方链接。https://dl-ssl.google.com/android/repository/xxxx.xml android-sdk-linux_r16-platform-tools

2012-04-11

Windows-VC2010-OpenSSL-0.9.8h

This package was generated under Windows XP + VC2010.

2012-03-16

空空如也

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

TA关注的人

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