lxc-android-config

Differences between revisions 2 and 3
Revision 2 as of 2014-05-26 12:55:05
Size: 698
Editor: cyphermox
Comment:
Revision 3 as of 2014-05-26 12:55:32
Size: 700
Editor: cyphermox
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * download the lxc-android-config package == == Download the lxc-android-config package ==
Line 5: Line 5:
 * install the package: == Install the package ==

Testing new versions of lxc-android-config

Download the lxc-android-config package

Install the package

   1 #clean flash of the latest image on mako
   2 ubuntu-device-flash --channel=devel-proposed --bootstrap
   3 
   4 # reboot into recovery
   5 adb reboot recovery
   6 
   7 # Remount the system image someplace it can be modified:
   8 adb shell mount -o loop /data/system.img /mnt
   9 
  10 # Put lxc-android-config in it:
  11 adb push lxc-android-config_0.161_all.deb /mnt/tmp
  12 
  13 # Install the package:
  14 adb shell chroot /mnt /usr/bin/env PATH=/bin:/sbin:/usr/bin:/usr/sbin dpkg -i /tmp/lxc-android-config_0.161_all.deb
  15 
  16 # Unmount and reboot:
  17 adb shell umount /mnt
  18 adb reboot

Touch/Testing/lxc-android-config (last edited 2016-10-13 13:22:18 by sil2100)