lxc-android-config

Revision 1 as of 2014-05-26 12:50:46

Clear message

Testing new versions of lxc-android-config

  • clean flash of the latest image on mako

  • ubuntu-device-flash --channel=devel-proposed --bootstrap

  • download the lxc-android-config package
  • reboot into recovery

  • adb reboot recovery

  • Remount the system image someplace it can be modified:
    • adb shell mount -o loop /data/system.img /mnt
  • Put lxc-android-config in it:
    • adb push lxc-android-config_0.161_all.deb /mnt/tmp
  • Install the package:
    • adb shell chroot /mnt /usr/bin/env PATH=/bin:/sbin:/usr/bin:/usr/sbin dpkg -i /tmp/lxc-android-config_0.161_all.deb
  • Unmount and reboot:
    • adb shell umount /mnt adb reboot