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
100
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
140
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
110
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
88
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
88
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
74
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
87
PyCon2014China-Zhuhai-jeff
zoomquiet
0
68
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
97
DevFest2014-Zhuhai-Polymer
zoomquiet
0
380
Other Decks in Technology
See All in Technology
Global Databaseで実現するマルチリージョン自動切替とBlue/Greenデプロイ
j2yano
0
200
Log Analytics を使った実際の運用 - Sansan Data Hub での取り組み
sansantech
PRO
0
180
20250309 無冠のわたし これからどう先生きのこれる?
akiko_pusu
9
1.6k
自分のやることに価値を見出だせるようになり、挑戦する勇気をもらったベイトソンの考え / Scrum Fest Fukuoka 2025
bonbon0605
0
180
AWSではじめる Web APIテスト実践ガイド / A practical guide to testing Web APIs on AWS
yokawasa
8
830
困難を「一般解」で解く
fujiwara3
9
2.9k
User Story Mapping + Inclusive Team
kawaguti
PRO
3
620
Dify触ってみた。
niftycorp
PRO
0
110
Amazon Athenaから利用時のGlueのIcebergテーブルのメンテナンスについて
nayuts
0
140
RaspberryPi CM4(CM5も)面白いぞ!
nonnoise
1
270
【Snowflake九州ユーザー会#2】BigQueryとSnowflakeを比較してそれぞれの良し悪しを掴む / BigQuery vs Snowflake: Pros & Cons
civitaspo
5
1.6k
OSSの実装を参考にBedrockエージェントを作る
moritalous
2
350
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
328
21k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Statistics for Hackers
jakevdp
797
220k
Producing Creativity
orderedlist
PRO
344
40k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
BBQ
matthewcrist
87
9.5k
Designing for humans not robots
tammielis
250
25k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
GraphQLの誤解/rethinking-graphql
sonatard
69
10k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.3k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
100
18k
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'