Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Android on Cubieboard
Search
Zoom.Quiet
May 27, 2013
Technology
1
110
Android on Cubieboard
[5.15]2013I/O大会珠海GDG直播之夜——吉大分场纪实
http://www.chinagdg.com/thread-1815-1-1.html
Zoom.Quiet
May 27, 2013
Tweet
Share
More Decks by Zoom.Quiet
See All by Zoom.Quiet
PyCon2014China-Zhuhai-high performance
zoomquiet
0
160
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
130
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
110
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
91
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
95
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
110
PyCon2014China-Zhuhai-jeff
zoomquiet
0
85
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
120
DevFest2014-Zhuhai-Polymer
zoomquiet
0
410
Other Decks in Technology
See All in Technology
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
450
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
11
4.7k
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
440
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
310
AIエージェント開発用SDKとローカルLLMをLINE Botと組み合わせてみた / LINEを使ったLT大会 #14
you
PRO
0
100
Android Audio: Beyond Winning On It
atsushieno
0
100
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
160
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
420
Language Update: Java
skrb
2
290
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
140
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3k
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
150
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
The World Runs on Bad Software
bkeepers
PRO
70
11k
How STYLIGHT went responsive
nonsquared
100
5.8k
Git: the NoSQL Database
bkeepers
PRO
431
66k
What's in a price? How to price your products and services
michaelherold
246
12k
Facilitating Awesome Meetings
lara
55
6.5k
Into the Great Unknown - MozCon
thekraken
40
2k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Writing Fast Ruby
sferik
628
62k
How to Ace a Technical Interview
jacobian
279
23k
Transcript
Android on Cubieboard
[email protected]
http://cubieboard.org
Agenda About the Android Installing Android Demos Getting source code
Building Android Contributing
About the android(1) Download URL http://dl.cubieboard.org/software/android/cubiebox _tvbox_rel2.2.img Key Features 1.Android
4.0.4(+linux kernel 3.0.xx) 2.Preinstall XBMC(A very polular media center) 3.Support 1080p internet/local high-resolution movies
4.We can enjoy Internet surfing 5.Support 100Mbps Ethernet, 2.5' Sata
Drive, USB Keyboard/Mouse, .. 6.Transparent box make it very cool at home 7.Totally opensource About the android(2)
Installing Android(1) • Download from the URL • Install Livesuit
on your host PC(Support 32/64 bits Windows XP/Windows 7/Windows 8; Ubuntu 10.04(x64) and above. • You need a mini USB cable, a 5v/2a power supply cable, and a Cubieboard
Installing Android(2) Start livesuit, And Select the image Press FEL
button next to the mini USB while powering it up by plugin your power supply and release it
Demos(1) First startup(Slower than normal) Basic Operations Watching Internet HD
movies Surfing Internet Explorering XBMC Gaming DLNA(BubbleUPnP)
None
None
None
None
Getting source code 1.$curl https://raw.github.com/cubieboard/git- repo/stable/repo > ~/bin/repo 2.$chmod +x
~/bin/repo 3.$mkdir openbox && cd openbox 4.$repo init --no-repo-verify -u git://github.com/cubieboard/manifests -b cb -m openbox.xml 5.$repo sync
Building android Buiding Host Ubuntu 10.04(x64) or above.(Suggest 12.04 x64)
You'd better to have 16GiB RAM Build Commands $source build/envsetup.sh $lunch 4 (note: select cubieboard option) $make -j4 $tools/pack-cm.sh
Contributing 1.The source code is maintained on github.com/cubieboard 2.First you
need to register a user at github.com 3.Fork a project you concern 4.Commit to the project you forked 5.Submmit 'pull request'