Template Information

Trang

Chủ đề

BSP (44) Device Drivers (43) WinCE (38) WINDOWS DRIVER (19) Linux Device Drivers (18) ARM (17) Android tools and tips (17) DRIVER FILES (16) Windows Device Driver (16) AUDIO DRIVER (12) 8051 (8) OMAP (7) PRINTER DRIVER FILES (7) C Programming (6) ASUS MOTHERBOARD (5) Interfacing (5) NETWORK ADAPTER (5) VIDEO DRIVER (5) CANON (3) Device Driver Downloads (3) MOBILE PHONE (3) Asus Driver (2) EPSON (2) Epson Printer Driver (2) HP LAPTOP DRIVER (2) LAPTOP DRIVER FILES (2) Logitech Driver (2) NETWORK ADAPTOR (2) OMAP 4430 (2) drivers download (2) ACER (1) ACER TABLET (1) ALL IN ONE DRIVER (1) Acer Aspire 5738 Drivers (1) Analog-to-Digital (1) Asus Drivers (1) Asus Motherboard Drivers (1) Chip Architecture (1) DELL (1) Dell D610 Drivers (1) Dell Drivers (1) Device Drivers Download (1) Device drivers interview questions (1) Display Driver (1) Drivers Download for Windows 7 (1) EEPROMs (1) Free Asus Motherboard Drivers (1) Free Drivers Download for Windows 7 (1) GRAPHIC DRIVER (1) HP Driver (1) Hardware (1) Intel Drivers (1) Intel P35 (1) Intel P35 chipset drivers (1) I²C (1) LAPTOP SERVICE MANUAL (1) LCD (1) Logitech Mouse Driver (1) Logitech webcam driver (1) MODEM DRIVER (1) Motherboard Drivers for Windows 7 (1) PARALLEL PORT (1) Pc Driver (1) RTOS (1) Real Time Clock (1) Sensors (1) USB CABLE DRIVER (1) WEBCAM DRIVER (1) WIRELESS ADAPTOR (1) Windows 7 Drivers (1) Windows Mobile (1) acer driver (1) acer driver downloads (1) acer laptop driver (1) chipset drivers (1) network card driver (1) network driver download (1) sdcc (1)

Bài viết ngẫu nhiên

Xem phim HD Online

Số lượt views

17,923
See all Movies

Movie Category 2

See all Movies

Movie Category 3

See all Movies

Movie Category 5

See all Movies

Movie Category 4

Download Acer Aspire 5738 Drivers to inspire your Laptop Work Well

Thứ Bảy, 30 tháng 7, 2011 / 00:22

How fond are you of your Acer Aspire 5738? Couldn’t hear, speak a little louder! What did you say? It is your life and you just can’t depart from it. Wow, that sounds interesting! Then it might be in real good condition with no...
Thứ Bảy, 30 tháng 7, 2011 00:22 Đọc tiếp >>

How to write U-Boot (Bootloader) - 2nd part

Thứ Tư, 20 tháng 7, 2011 / 22:05

1.1.3 U-Boot Linux boot processU-Boot using the tag list (tagged list) to the Linux way of passing parameters. The data structure is marked tag, in the U-Boot source directory include / asm-arm / setup.h defined as follows: struct tag_header { u32 size;...
Thứ Tư, 20 tháng 7, 2011 22:05 Đọc tiếp >>

How to write U-Boot (Bootloader)

Thứ Ba, 19 tháng 7, 2011 / 23:54

1.1 U-Boot working process U-Boot to boot the kernel of the process can be divided into two stages, two stages of the following functions: (1) The first stage from Hardware initialization Load U-Boot code to RAM space for the second stage Set stack...
Thứ Ba, 19 tháng 7, 2011 23:54 Đọc tiếp >>

Android's Bluetooth Support on BeagleBoard

Thứ Hai, 18 tháng 7, 2011 / 21:37

AndroidAndroid is a software stack for mobile devices that includes an operating system, middleware and key applications. Android and Bluetooth Modificatation on android source to support Bluetooth Add 'BOARD_HAVE_BLUETOOTH :=true' in the file 'ANDROIDSOURCE/build/target/board/generic/BoardConfig.mk'...
Thứ Hai, 18 tháng 7, 2011 21:37 Đọc tiếp >>

Porting of Android On Beagle board

Porting of Android On Beagle board.1.Overview2.Hardware requirement.3.Software requirement. 4.Beagle board.5.Setup.6.Building Kernel Image.7.Building Android File system.8.Building Linux file system with Android file system.9.Setting Up The Boot...
Thứ Hai, 18 tháng 7, 2011 04:17 Đọc tiếp >>

Extract google android file system image

Thứ Năm, 14 tháng 7, 2011 / 02:36

To run google android on the truely hardware, you may need the google android file system image.Google android file system consists of two parts: system and data.You can find the google android file system image on benno's website: Android filesystem...
Thứ Năm, 14 tháng 7, 2011 02:36 Đọc tiếp >>

Customize google android system.img for emulator

The google android emulator included in the google android sdk is limited. Although you can use 'adb push' to upload more tools, but one has to do it again next time. Follow the steps to create a enhanced system.img: 1. system.img is yaffs2 flash file...
Thứ Năm, 14 tháng 7, 2011 02:35 Đọc tiếp >>

Step by step to create/modify ramdisk.img

Benno's blog has an article to change the ramdisk image, I tried it and give more details here.ramdisk.img is included in the google android sdk, it exists in folder $SDK_ROOT/tools/lib/images/ramdisk.img. The ramdisk.img included in the google android...
Thứ Năm, 14 tháng 7, 2011 02:35 Đọc tiếp >>

Can't execute native command on google android emulator

I created hello.c, compiled successfully with the cross compiler.But I failed to run it on the target google android emulator. The error is: xxx: not found.I checked the compiled file, it looks just fine. It really puzzled me.At last, I got hints that...
Thứ Năm, 14 tháng 7, 2011 02:34 Đọc tiếp >>

Create google android strace tool

Prerequisite, you already have the cross compiler downloaded from download GNU toolchain site, make sure you select ARM GNU/Linux, and IA32 GNU/Linux. 1. Download the strace source distribution from SourceForge strace project 2. Extract the strace...
Thứ Năm, 14 tháng 7, 2011 02:33 Đọc tiếp >>

trying building shared library for google android

There is an article Shared library "Hello World!" for Android, describes how to create a simple shared library for google android, and shows how to link with the shared library to create a dynamic linked executable. The steps are correct, but it is not...
Thứ Năm, 14 tháng 7, 2011 02:32 Đọc tiếp >>

Using busybox for google android

Busybox is a very good tool. Here is some tips to make your android developing life easier: 1. busybox telnetd -l /sbin/sh, this is to start telnetd so you can telnet to the android 2. busybox ftpget/ftpput, this is a ftp tool to download/upload...
Thứ Năm, 14 tháng 7, 2011 02:31 Đọc tiếp >>

UI/Application Exerciser Monkey

The Monkey is a program that runs on your emulator or device and generates pseudo-random streams of user events such as clicks, touches, or gestures, as well as a number of system-level events. You can use the Monkey to stress-test applications that...
Thứ Năm, 14 tháng 7, 2011 02:30 Đọc tiếp >>

Tools to monitor your android system memory and performance

Tools to monitor your android/linux system memory and performance: * ps -x * top * cat /proc/meminfo * dumpsys meminfo proc-id * procrank * DDMS (Android SDK tool) * time command-line * vms...
Thứ Năm, 14 tháng 7, 2011 02:29 Đọc tiếp >>

patch the kernel image boot.img

Tools list: 1. split_bootimg.pl 2. mkbootimg 3. mkbootfsboot.img contains the linux kernel and the ramdisk, while the default.prop in ramdisk can enable/disable the adb root permission. following is the default.prop contents for a droid product...
Thứ Năm, 14 tháng 7, 2011 02:28 Đọc tiếp >>

unyaffs the android image

unyaffs is a tool to extract files from a yaffs file system image. It supports extract images created by mkyaffs2image. It is useful to patch the system.img and re-generate the system.img.How to get it: 1. download a pre-build binary for linux: http://unyaffs.googlecode.com/files/unyaffs...
Thứ Năm, 14 tháng 7, 2011 02:28 Đọc tiếp >>

Extract google android file system image

To run google android on the truely hardware, you may need the google android file system image.Google android file system consists of two parts: system and data.You can find the google android file system image on benno's website: Android filesystem...
Thứ Năm, 14 tháng 7, 2011 02:26 Đọc tiếp >>

How to run Qemu emulator

Thứ Năm, 7 tháng 7, 2011 / 22:36

Adding Two Numbers:.textstart: @ Label, not really requiredmov r0, #5 @ Load register r0 with the value 5mov r1, #4 @ Load register r1 with the value 4add r2, r1, r0 @ Add r0 and r1 and store in r2stop:...
Thứ Năm, 7 tháng 7, 2011 22:36 Đọc tiếp >>

Download HP Laptop Driver for Making your Laptop Work Smartly

Thứ Ba, 5 tháng 7, 2011 / 00:19

Your entire day revolves round your HP laptop. It is your work mate from 9 to 5 while you are at work and then it becomes your most important friend entertaining you in all possible ways all through the evening after 5 O’clock. Any idea what is the most...
Thứ Ba, 5 tháng 7, 2011 00:19 Đọc tiếp >>