Skip to content
/ kaios Public

kaios dev environment expressed as a Vagrantfile

Notifications You must be signed in to change notification settings

gardner/kaios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

First time environment setup

Start downloading the box

brew install aria2
aria2c -x4 "https://vagrantcloud.com/ubuntu/boxes/xenial64/versions/20191015.0.0/providers/virtualbox.box"

Install VirtualBox

https://www.virtualbox.org/wiki/Downloads

Install Vagrant

https://www.vagrantup.com/downloads.html

Add the vagrant box

vagrant box add ubuntu/xenial64 xenial-server-cloudimg-amd64-vagrant.box
vagrant up

Find the device

brew install lsusb
lsusb | grep -i android
05c6:9091 Qualcomm, Inc Android  Serial: 287dc80
mkdir -p ~/.android/
echo "05c6:9091" >> ~/.android/adb_usb.ini

About

kaios dev environment expressed as a Vagrantfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages