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
93
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
100
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
120
PyCon2014China-Zhuhai-jeff
zoomquiet
0
88
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
120
DevFest2014-Zhuhai-Polymer
zoomquiet
0
410
Other Decks in Technology
See All in Technology
空間を設計する力を考える / 20251004 Naoki Takahashi
shift_evolve
PRO
4
460
Reflections of AI: A Trilogy in Four Parts (GOTO; Copenhagen 2025)
ondfisk
0
110
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
4
310
三菱電機・ソニーグループ共同の「Agile Japan企業内サテライト」_2025
sony
0
140
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
0
470
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
79k
『バイトル』CTOが語る! AIネイティブ世代と切り拓くモノづくり組織
dip_tech
PRO
1
110
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
140
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
8
1.3k
Wasmのエコシステムを使った ツール作成方法
askua
0
120
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
250
OCI Network Firewall 概要
oracle4engineer
PRO
2
7.8k
Featured
See All Featured
For a Future-Friendly Web
brad_frost
180
9.9k
Building Applications with DynamoDB
mza
96
6.7k
The Cost Of JavaScript in 2023
addyosmani
54
9k
Fireside Chat
paigeccino
40
3.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
How to train your dragon (web standard)
notwaldorf
96
6.3k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Practical Orchestrator
shlominoach
190
11k
RailsConf 2023
tenderlove
30
1.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
860
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'