Dan's notes
  • Home
  • NTP
  • router
  • android

docker

A collection of 4 posts

android

mosh/Android build VM

To Download the VM image: docker pull ddrown/mosh-build To build mosh binaries: OUTPUTDIR=~/target mkdir $OUTPUTDIR docker run -v $OUTPUTDIR:/target ddrown/mosh-build This will create 6 binaries in $OUTPUTDIR/bin: mosh-client.

  • Dan Drown
1 min read
android

Busybox/Android build VM

I took the Android Cross Compile VM and created a docker VM image for just building busybox. To Download the VM image: docker pull ddrown/busybox-build To build busybox binaries: OUTPUTDIR=~/target mkdir

  • Dan Drown
1 min read
android

Updated busybox builds

I rebuilt busybox and upgraded to 1.22.1. The new Android L developer preview requires binaries built with PIE. Android 4.1 is the oldest version that works with PIE binaries. This

  • Dan Drown
1 min read
android

Android Cross Compile environment

I took my Android ports build environment and turned it into a docker image. To download it (should be around 2.3GB), install docker on Linux and then run: # docker pull ddrown/android-cross-compile

  • Dan Drown
1 min read
Dan's notes © 2022
Latest Posts Ghost