
android
文章平均质量分 76
chen_cheng_fly
WHAT U CHOSE, WHAT CHOSE U
展开
-
Android的源代码结构
Google提供的Android包含了原始Android的目标机代码,主机编译工具、仿真环境,代码包经过解压缩后,第一级别的目录和文件如下所示:.|-- Makefile (全局的Makefile)|-- bionic (Bionic含转载 2011-09-20 17:28:29 · 260 阅读 · 0 评论 -
Android Audio: Problems, Hidden Limitations and OpenSL ES
Android Audio: Problems, Hidden Limitations and OpenSL ES[译]Android音频:一些问题,隐藏的限制和OpenSL ESAug 9th, 2010 at 12:26 pmThomas Edison and one of his early phonographsLately I’ve been digg转载 2012-03-15 15:47:47 · 1381 阅读 · 0 评论 -
Intro to the three Android Audio APIs
Intro-to-the-three-Android-Audio-APIs.aspxby MasterDroid on 13. July 2010 08:54 Mobile devices of the first generation were not capable of playing any sounds except monophonic ringtones.转载 2012-03-15 15:44:42 · 1122 阅读 · 0 评论 -
通过网络使用ADB ( Connect to android with ADB over TCP )
http://lesca.me/blog/2011/02/22/connect-to-android-with-adb-over-tcp/通过网络使用ADB ( Connect to android with ADB over TCP )Posted by lesca on February 22, 2011Leave a comment (1)Go to comments转载 2011-11-02 23:31:26 · 1701 阅读 · 0 评论 -
USB Host mode on Motorola Droid
USB Host mode on Motorola Droidhttp://www.tombom.co.uk/blog/?p=124February 9th, 2010 by Chris in UncategorizedYes, it’s true – And转载 2011-10-09 10:10:15 · 783 阅读 · 0 评论 -
USB On-The-Go Basics
APPLICATION NOTE 1822 http://www.maxim-ic.com/app-notes/index.mvp/id/1822USB On-The-Go BasicsAbstract: USB On-The-Go (OTG) allows转载 2011-10-09 10:09:11 · 588 阅读 · 0 评论 -
Tether Android to Ubuntu / Fedora Linux
Tether Android to Ubuntu / Fedora Linux(Update 08-22-11 - CLICK HERE for the automatic setup script - Now Just 243KB! sha1sum: c35转载 2011-10-08 15:33:08 · 1218 阅读 · 0 评论 -
HowTo: Live streaming video/audio from VLC to your Android device (self.Android)
HowTo: Live streaming video/audio from VLC to your Android device(self.Android)submitted 1 year ago by Shaper_pmp to Androidsorry,转载 2011-10-08 15:27:25 · 3182 阅读 · 0 评论 -
Android use tips
Android use tips1. Android: ADB网络调试设备端:stop adbdsetprop service.adb.tcp.port 5555start adbd 主机端:adb kill-serveradb转载 2011-09-29 09:58:17 · 488 阅读 · 0 评论 -
android上的WIFI模块
WIFI模块申屠家振修改1.2011年1月19日2.2011年1月27日对android平台的WIFI模块进行已经有段时间了,现在做一总结,以便以后查阅与修正。心得之作,如有异议,请斧正。什么是WIFIWIFI是一种无线连接转载 2011-09-30 15:29:34 · 1684 阅读 · 0 评论 -
G1 Android手机通过USB线共享电脑的网络上网
http://www.linuxmi.org/g1-share-pc-net.htmlG1 Android手机通过USB线共享电脑的网络上网linux迷最近又在整这个老古董G1了,这G1用了有一年了,刚开始的时候喜欢用wifi上网,就把自己的笔记本做了一个热点来个转载 2011-09-27 22:16:19 · 1997 阅读 · 0 评论 -
iphone 流媒体服务
http://www.nginxs.com/linux/459.htmliPhone HTTP Streaming with FFMpeg and an Open Source Segmenter由于项目需要,需要搭建一个手机流媒体服务器,之前有做过流媒体服务器,不过转载 2011-09-26 18:41:11 · 982 阅读 · 0 评论 -
ubuntu下搭建流媒体服务器
http://blog.chinaunix.net/space.php?uid=11857489&do=blog&id=2814521ubuntu下搭建流媒体服务器 1 前言目前主流的流媒体服务器有微软的windows mediaserver、RealNe转载 2011-09-20 09:40:39 · 2266 阅读 · 0 评论 -
基于feng streaming server 搭建Android直播测试平台
基于feng streaming server 搭建Android直播测试平台由于Android 不像iPhone有http live streaming的端到到方案(方便提供海量服务),暂时用开源的feng(http://lscube.org/feng,支持mp4(H264转载 2011-09-21 15:11:16 · 607 阅读 · 0 评论 -
Darwin Streaming Server 安裝操作備忘
http://blog.chinaunix.net/space.php?uid=20164947&do=blog&cuid=1909765Darwin Streaming Server 安裝操作備忘Darwin Streaming Server 是蘋果公司推出的開转载 2011-09-20 19:54:49 · 478 阅读 · 0 评论 -
Android 开发C 程序入门
Android 开发C 程序入门1.软件准备(1)操作系统ubuntu 安装在 windows 系统中使用wubi 安装ubuntu-deskt-i386 系统(版本8.04 及以上)。(2)系统软件下载打开 ubuntu 终端,输入sudo apt-get转载 2011-09-20 19:57:14 · 401 阅读 · 0 评论 -
eclipse 中显示android source
1. 手动将android source 复制到SDK目录类似于 SDK/platforms/android-10/source把Android源代码加入SDK如何在Eclipse中查看Android源码或者第三方组件包源码Viewing Android Source Code in Eclipse2. eclipse add-onAttach Android原创 2012-03-16 16:01:07 · 399 阅读 · 0 评论