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
130
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
99
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
78
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
84
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
60
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
75
PyCon2014China-Zhuhai-jeff
zoomquiet
0
56
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
84
DevFest2014-Zhuhai-Polymer
zoomquiet
0
360
Other Decks in Technology
See All in Technology
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
3
390
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
170
いざ、BSC討伐の旅
nikinusu
2
780
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
420
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
170
100 名超が参加した日経グループ横断の競技型 AWS 学習イベント「Nikkei Group AWS GameDay」の紹介/mediajaws202411
nikkei_engineer_recruiting
1
170
【令和最新版】AWS Direct Connectと愉快なGWたちのおさらい
minorun365
PRO
5
760
Why App Signing Matters for Your Android Apps - Android Bangkok Conference 2024
akexorcist
0
130
iOS/Androidで同じUI体験をネ イティブで作成する際に気をつ けたい落とし穴
fumiyasac0921
1
110
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
430
インフラとバックエンドとフロントエンドをくまなく調べて遅いアプリを早くした件
tubone24
1
430
[CV勉強会@関東 ECCV2024 読み会] オンラインマッピング x トラッキング MapTracker: Tracking with Strided Memory Fusion for Consistent Vector HD Mapping (Chen+, ECCV24)
abemii
0
230
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Building an army of robots
kneath
302
43k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
The Language of Interfaces
destraynor
154
24k
The Pragmatic Product Professional
lauravandoore
31
6.3k
Gamification - CAS2011
davidbonilla
80
5k
Scaling GitHub
holman
458
140k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
RailsConf 2023
tenderlove
29
900
Building Applications with DynamoDB
mza
90
6.1k
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'