Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Android on Cubieboard

Android on Cubieboard

[5.15]2013I/O大会珠海GDG直播之夜——吉大分场纪实
http://www.chinagdg.com/thread-1815-1-1.html

Zoom.Quiet

May 27, 2013
Tweet

More Decks by Zoom.Quiet

Other Decks in Technology

Transcript

  1. 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
  2. 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)
  3. 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
  4. 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
  5. Demos(1) First startup(Slower than normal) Basic Operations Watching Internet HD

    movies Surfing Internet Explorering XBMC Gaming DLNA(BubbleUPnP)
  6. 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
  7. 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
  8. 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'