Follow the bellowing steps to upgrade the correct JDK for ICS building
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jdk
Upgrade JDK for ICS compiling Tuesday, December 20, 2011
Posted by Unknown at 9:19 AM 0 comments
run Python script in Android.mk on Android building system Friday, September 23, 2011
Insert the bellowing line into Android.mk
$(shell python $(LOCAL_PATH)/scripts/myprepare.py)
When running mm command or other command to build your apk, the script myprepare.py will be invoked.
You can copy some files or do any thing python can do. But notice: don't add any print function in your python script.
Posted by Unknown at 5:20 PM 0 comments
overview of android log system Wednesday, March 9, 2011
The bellowing diagram is from Tetsuyuki Kobabayshi.
It clearly illustrates the mechnisam of logging system and relationship among every attendee. Most of source code are rasided in system/core
Note: system buffer just occurs on Android 2.3.x or later.
Posted by Unknown at 10:27 AM 0 comments
The set of DLNA-certified Mobile devices Friday, February 11, 2011
I'll collect the DLNA-certified mobile devices here. And update this post gradually.
SonyEricsson Xperia arc
Motorola Oprah
Refer from: http://technologizer.com/2010/09/13/android-motorola-defy-tmobile/
panasonic LUMIX
Refer from http://headlines.yahoo.co.jp/hl?a=20101001-00000083-zdn_m-mobi
Posted by Unknown at 10:37 AM 0 comments
Labels: Android, DLNA, SmartPhone
android gallery from google Friday, October 8, 2010
Posted by Unknown at 9:03 AM 0 comments
Labels: Android
Text Telephony Architecture based upon CTM Friday, August 27, 2010
This arch. digram is from 3GPP TS 26.226 V5.0.0.
there's a like to the standard. http://www.arib.or.jp/IMT-2000/V500Sep06/2_T63/ARIB-STD-T63/Rel5/26/A26226-500.pdf
Based on this digram, you can understand TTY device and mobile phone very well, specially for CTM.
There's a generic icon for TTY
Posted by Unknown at 10:22 AM 0 comments
[FW]Static diagram of OpenCORE Player Engine Tuesday, April 6, 2010
Posted by Unknown at 4:54 PM 0 comments
Labels: Android, PacketVideo
先在网上体验一下motoblur Tuesday, February 2, 2010
1〉 什么是motoblur?
wiki上说:
Motoblur is a user interface developed over Android by Motorola for Motorola's mobile phones.[1][2] Motoblur is a widget based system which combines various social networking portals such as Facebook, MySpace, and Twitter all in one place without the need of logging into each service separately.
其他可以八下面的连接:
http://www.google.cn/search?sourceid=navclient&aq=h0&oq=&hl=zh-CN&ie=UTF-8&rlz=1T4GGLL_enCN337&q=MOTOBLUR
2〉网上体验
在cn上需要耐心阿,非常之慢。
Posted by Unknown at 10:11 AM 0 comments
Labels: Android